/*  
Theme Name: Anaglyph Lite Child
Description: Beschreibungstext...
Author: enders Marketing
Author URI: http://www.enders-marketing.de/
Template: anaglyph-lite
Version: 1.0
Tags:
*/
/*
$visual-grid: false !global;				//--> Angaben zum visuellen globalen Raster
$visual-grid-color: #eee !global;
$visual-grid-index: back !default;
*/
@import 'print_style.css';
@import 'icomoon/style.css';
.navbar .container {
  max-width: 1100px;
}

@media (min-width: 768px) {
  .navbar .container {
    width: 100%;
  }

  .container > .navbar-collapse {
    padding-left: 0;
  }

  .nav > li > a {
    padding: 17px 9px;
  }
}
@media (min-width: 920px) {
  .nav > li > a {
    padding: 17px 15px;
  }
}
span {
  font-family: "Roboto", Arial, sans-serif;
}

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("modules/flexslider/fonts/flexslider-icon.eot");
  src: url("modules/flexslider/fonts/flexslider-icond41d.eot?#iefix") format("embedded-opentype"), url("modules/flexslider/fonts/flexslider-icon.woff") format("woff"), url("modules/flexslider/fonts/flexslider-icon.ttf") format("truetype"), url("modules/flexslider/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider_emk_emk {
  margin: 0;
  padding: 0;
}

.flexslider_emk .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider_emk .slides img {
  width: 100%;
  display: block;
}

.flexslider_emk .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider_emk .slides {
  display: block;
}

* html .flexslider_emk .slides {
  height: 1%;
}

.no-js .flexslider_emk .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider_emk {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider_emk .slides {
  zoom: 1;
}

.flexslider_emk .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider_emk:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider_emk:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider_emk:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider_emk:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider_emk {
  border: 0;
}

/* =============
 * emk overwrite
 * ============= */
.flexslider_emk {
  margin: 0 !important;
  padding: 0 !important;
  background: 0 !important;
}

.flexslider_emk ul {
  margin: 0;
  padding: 0;
}

.flexslider_emk ul.slides li p {
  padding: 6px 0 0 15px;
  font-size: 13px;
}

.flexslider_emk .flex-direction-nav a {
  margin: -30px 0 0;
}

.flexslider_emk .flex-direction-nav a:before {
  margin-top: 9px;
}

.flexslider_emk .flex-control-nav {
  bottom: 0px;
}

.flexslider_emk .slides > li {
  position: relative;
}

.flexslider_emk .slides > li .overlay_wrap {
  position: absolute;
  height: auto;
  left: 30px;
  bottom: 10px;
}

.flexslider_emk .slides > li p.headline,
.flexslider_emk .slides > li p.subline {
  background: #fff;
  padding: 5px 15px;
  margin: 0;
}

.flexslider_emk .slides > li p.headline {
  bottom: 85px;
  font-size: 20px;
  margin-bottom: 5px;
}

.flexslider_emk .slides > li p.subline {
  bottom: 50px;
  font-size: 16px;
  padding: 3px 13px;
}

@media (min-width: 768px) {
  .flexslider_emk .slides > li .overlay_wrap {
    bottom: 50px;
  }

  .flexslider_emk .slides > li p.headline,
.flexslider_emk .slides > li p.subline {
    padding: 10px 15px;
  }

  .flexslider_emk .slides > li p.headline {
    bottom: 85px;
    font-size: 30px;
  }

  .flexslider_emk .slides > li p.subline {
    bottom: 50px;
    font-size: 16px;
    padding: 3px 15px;
  }
}
#carousel {
  display: none;
}

@media only screen and (min-width: 800px) {
  #carousel {
    display: block;
    margin-top: 5px !important;
  }
}
.emk-container.pano .flex-control-nav,
.flexslider_emk .flex-control-nav {
  bottom: 15px !important;
}

.emk-container.pano .flex-direction-nav a:before,
.flexslider_emk .flex-direction-nav a:before {
  margin-top: -4px;
}

#expose_slider .flex-direction-nav a {
  margin: -10px 0 0;
}

#expose_slider .flex-direction-nav a:before {
  margin-top: -9px;
}

#home-pano-panel .flex-viewport {
  overflow: visible !important;
}

#home-pano-panel ul.slides {
  background-image: none !important;
}

#home-pano-panel ul.slides li {
  opacity: 0.4;
}

#home-pano-panel ul.slides li p {
  opacity: 0;
}

#home-pano-panel ul.slides li.flex-active-slide {
  opacity: 1;
}

#home-pano-panel ul.slides li.flex-active-slide p {
  opacity: 1;
}

#home-pano-panel .flex-control-nav {
  display: none;
}

@media (min-width: 768px) {
  #home-pano-panel .flex-control-nav {
    display: block;
    bottom: -35px;
  }
}
#home-pano-panel .flex-direction-nav a {
  height: 55px;
}

.slider_emk_wrap {
  position: relative;
  width: 100%;
}

.slider_emk_wrap:before {
  content: "";
  display: block;
  padding-top: 43%;
}

.slider_emk_wrap #slider_emk {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mod_bilder_slider .flex-control-nav {
  bottom: 8px !important;
  margin-bottom: 0 !important;
}

.mod_bilder_slider .flex-direction-nav a:before {
  margin-top: 8px !important;
}

.overlay_wrap p.headline.caption {
  font-family: "Yesteryear";
  padding: 12px 19px 6px !important;
}

.btn {
  margin-bottom: 10px;
  border: 1px solid #049042;
}

.btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #049042;
  border: 1px solid #049042;
  color: #fff;
}

.entry-content.showroom {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content.showroom::after {
  clear: both;
  content: "";
  display: table;
}

#showroom,
.showroom {
  box-sizing: border-box;
}

#showroom .entry-content,
.showroom .entry-content {
  display: block;
  overflow: hidden;
}

#showroom .wrapper_small,
.showroom .wrapper_small {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 450px) {
  #showroom .wrapper_small,
.showroom .wrapper_small {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  #showroom .wrapper_small:last-child,
.showroom .wrapper_small:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  #showroom .wrapper_small,
.showroom .wrapper_small {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  #showroom .wrapper_small:last-child,
.showroom .wrapper_small:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  #showroom .wrapper_small,
.showroom .wrapper_small {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-left: 17.02128%;
  }

  #showroom .wrapper_small:last-child,
.showroom .wrapper_small:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 920px) {
  #showroom .wrapper_small,
.showroom .wrapper_small {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-left: 17.02128%;
  }

  #showroom .wrapper_small:last-child,
.showroom .wrapper_small:last-child {
    margin-right: 0;
  }
}
#showroom .wrap_mod,
.showroom .wrap_mod {
  width: 100%;
  background: silver;
  padding: 15px 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

#showroom .wrap_mod .b1,
#showroom .wrap_mod .b9,
.showroom .wrap_mod .b1,
.showroom .wrap_mod .b9 {
  background: lime;
}

.mod_termin {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_termin .b9 {
  min-width: 90% !important;
}

@media (min-width: 540px) {
  .mod_termin {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  .mod_termin .line {
    border-left: 1px solid blue;
    padding-left: 20px;
  }

  .mod_termin .b9 {
    min-width: 87% !important;
  }
}
.mod_termin .icon-calendar2 {
  font-size: 58px;
}

.mod_link_intern {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_link_intern .b9 {
  min-width: 90% !important;
}

@media (min-width: 540px) {
  .mod_link_intern {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  .mod_link_intern .line {
    border-left: 1px solid blue;
    padding-left: 20px;
  }

  .mod_link_intern .b9 {
    min-width: 87% !important;
  }
}
.mod_link_intern .icon-link2 {
  font-size: 50px;
}

.mod_link_intern .dis_m {
  text-align: center;
  padding: 15px 0 0 0;
}

.mod_link_intern_button {
  text-align: center;
  padding: 25 px 0;
}

.mod_link_intern_button p {
  margin-bottom: 20px;
}

.mod_text h2 {
  text-align: center;
  margin: 40px 0 30px;
}

#slider_segment {
  width: 100%;
  display: block;
  overflow: hidden;
}

#slider_segment .flex-control-nav {
  z-index: 1000;
  bottom: 10px;
}

.mod_bilder_slider {
  width: 100%;
  /*
  	.flexslider_emk {
  		height: 465px !important;
  		margin: 0;

  		ul li p {
  			margin: -50px 20px 0 20px;
  		}

  	}

  	.flex-viewport {
  		height: 465px !important;
  	}
  */
}

.display_cluster h3.cluster_intro {
  text-align: center;
  line-height: 1.6;
  color: #858585 !important;
  font-weight: normal;
}

@media (min-width: 768px) {
  .display_cluster h3.cluster_intro {
    color: #049042 !important;
    font-weight: bold !important;
  }
}
.display_cluster .resultlist_info {
  display: none !important;
}

.mod_video {
  margin: 25px 0;
}

.mod_video.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.mod_video.embed-container iframe,
.mod_video.embed-container object,
.mod_video.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel_list {
  margin: 20px 0;
}

.tel_list ul.tel_item {
  background: #FAF9F5;
  margin: 0;
  padding: 15px 0 10px;
}

@media screen and (max-width: 450px) {
  .tel_list ul.tel_item {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .tel_list ul.tel_item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .tel_list ul.tel_item {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .tel_list ul.tel_item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  .tel_list ul.tel_item {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .tel_list ul.tel_item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 920px) {
  .tel_list ul.tel_item {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .tel_list ul.tel_item:last-child {
    margin-right: 0;
  }
}
.tel_list ul.tel_item li {
  list-style: none;
}

@media screen and (max-width: 450px) {
  .tel_list ul.tel_item li {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
  }

  .tel_list ul.tel_item li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .tel_list ul.tel_item li {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
  }

  .tel_list ul.tel_item li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  .tel_list ul.tel_item li {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }

  .tel_list ul.tel_item li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 920px) {
  .tel_list ul.tel_item li {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }

  .tel_list ul.tel_item li:last-child {
    margin-right: 0;
  }
}
.tel_list ul.tel_item li.ziel {
  padding-left: 8px;
}

.tel_list ul.tel_item li .lab {
  display: none;
}

@media (min-width: 450px) {
  .tel_list ul.tel_item li .lab_mob {
    display: none;
  }

  .tel_list ul.tel_item li .lab {
    display: inline-block;
  }
}
@media (min-width: 920px) {
  .tel_list ul.tel_item li.ziel {
    padding-left: 15px;
  }
}
.tel_list ul.tel_item ul, .tel_list ul.tel_item ol {
  margin: 0;
  padding: 0;
  width: 100%;
}

.tel_list ul.tel_item ul li, .tel_list ul.tel_item ol li {
  list-style: none;
  width: 100%;
  line-height: 1.6;
}

.tel_list ul.tel_item ul li.memo, .tel_list ul.tel_item ol li.memo {
  margin-top: 5px;
}

.tel_list ul.tel_item ul li p, .tel_list ul.tel_item ol li p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.mod_tel_segmente {
  margin-bottom: 40px;
}

@media screen and (max-width: 450px) {
  .mod_tel_segmente {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .mod_tel_segmente {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  .mod_tel_segmente {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 920px) {
  .mod_tel_segmente {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente:last-child {
    margin-right: 0;
  }
}
.mod_tel_segmente .tel_segment {
  background: #FAF9F5;
  margin: 20px 0;
}

@media screen and (max-width: 450px) {
  .mod_tel_segmente .tel_segment {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente .tel_segment:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b2-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
  }

  .mod_tel_segmente .tel_segment .b2-x:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b6-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 74.19355%;
  }

  .mod_tel_segmente .tel_segment .b6-x:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  .mod_tel_segmente .tel_segment {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente .tel_segment:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b2-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
    margin-left: 12.90323%;
  }

  .mod_tel_segmente .tel_segment .b2-x:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b6-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
  }

  .mod_tel_segmente .tel_segment .b6-x:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  .mod_tel_segmente .tel_segment {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente .tel_segment:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b2-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
    margin-left: 12.90323%;
  }

  .mod_tel_segmente .tel_segment .b2-x:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b6-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
  }

  .mod_tel_segmente .tel_segment .b6-x:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 920px) {
  .mod_tel_segmente .tel_segment {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_tel_segmente .tel_segment:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b2-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
    margin-left: 12.90323%;
  }

  .mod_tel_segmente .tel_segment .b2-x:last-child {
    margin-right: 0;
  }

  .mod_tel_segmente .tel_segment .b6-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
  }

  .mod_tel_segmente .tel_segment .b6-x:last-child {
    margin-right: 0;
  }
}
.mod_tel_segmente .tel_segment .icon-wrench2 {
  font-size: 45px;
  display: block;
  margin: 20px 0 0 15px;
}

.mod_tel_segmente .tel_segment .data {
  padding: 12px 0;
}

.mod_tel_segmente .tel_segment .data .ruf_num {
  margin: 10px 0;
  font-size: 30px;
}

@media (min-width: 540px) {
  .mod_tel_segmente .tel_segment .icon-wrench2 {
    font-size: 54px;
    text-align: right;
    margin: 25px 20px 0 0;
  }
}
@media (min-width: 768px) {
  .mod_tel_segmente .tel_segment .icon-wrench2 {
    font-size: 60px;
  }
}
.mod_tel_segmente .tel_segment {
  /*

  		.ruf_info {
  			margin: 20px 0 0 20px;
  		}
  */
}

.mod_tel_segmente .tel_segment .ruf_num {
  margin: 10px 0 0 20px;
  font-size: 30px;
}

.mod_tel_segmente .tel_segment_nachtext {
  margin: 20px 0;
}

.mod_downloads .wrap-x {
  margin-bottom: 20px;
  background: #FAF9F5;
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 100%;
  /*
  		.b2 {

  			.icon {
  				img {
  					margin-left: 5%;
  					max-width: 95%;
  				}
  			}

  			.icon-file-pdf {
  				font-size: 50px;
  				color: $client_1;
  				display: block;
  				margin: 10px 0 0 48px;
  			}
  		}

  		.b6 {
  			padding-right: 60px;

  			h3 {
  				margin: 12px 0 8px 0;
  			}
  		}

  		span.icon-download4 {
  			position: absolute;
  			right: 15px;
  			bottom: 20px;
  			font-size: 22px;
  		}
  */
}

.mod_downloads .wrap-x:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 919px) {
  .mod_downloads .wrap-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_downloads .wrap-x:last-child {
    margin-right: 0;
  }

  .mod_downloads .wrap-x .preview {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 35.48387%;
  }

  .mod_downloads .wrap-x .preview:last-child {
    margin-right: 0;
  }

  .mod_downloads .wrap-x .content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 61.29032%;
  }

  .mod_downloads .wrap-x .content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 920px) {
  .mod_downloads .wrap-x {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  .mod_downloads .wrap-x:last-child {
    margin-right: 0;
  }

  .mod_downloads .wrap-x .preview {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 35.48387%;
  }

  .mod_downloads .wrap-x .preview:last-child {
    margin-right: 0;
  }

  .mod_downloads .wrap-x .content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 61.29032%;
  }

  .mod_downloads .wrap-x .content:last-child {
    margin-right: 0;
  }
}
.mod_downloads .wrap-x .preview {
  display: none;
}

.mod_downloads .wrap-x .content {
  padding: 15px;
}

.mod_downloads .wrap-x .content h3 {
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mod_downloads .wrap-x {
    padding: 15px 0;
  }

  .mod_downloads .wrap-x .preview {
    display: block;
    background: #fff;
  }

  .mod_downloads .wrap-x .content {
    margin-right: 0;
  }
}
#quartier_map {
  width: 100%;
  height: 500px;
  background: transparent;
}

.accordion.faq {
  width: auto;
}

@media (min-width: 768px) {
  .accordion.faq {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.accordion.faq .intro {
  margin-bottom: 20px;
}

.accordion.faq .accordion_segment .ui-accordion-content {
  padding-left: 38px;
  padding-right: 38px;
}

#home-pano-panel {
  position: relative;
}

#home-search #search-bar-mobile {
  background: #049042;
  color: #fff;
  height: 50px;
}

#home-search #search-bar-mobile:hover {
  cursor: pointer;
}

#home-search #search-bar-mobile .header-mobile {
  max-width: 215px;
  margin: 0 auto;
  height: 100%;
}

#home-search #search-bar-mobile .header-mobile .txt {
  height: 100%;
  position: relative;
  display: block;
}

#home-search #search-bar-mobile .header-mobile span.txt {
  font-size: 20px;
  position: absolute;
  width: 145px;
  top: 11px;
  left: 40px;
}

#home-search #search-bar-mobile .header-mobile span.icon-search3 {
  font-size: 30px;
  position: absolute;
  top: 10px;
  color: #fff;
}

#home-search #search-bar-mobile .header-mobile span.icon-arrow-right4 {
  color: #fff;
  position: absolute;
  top: 19px;
  left: 190px;
}

@media (min-width: 768px) {
  #home-search #search-bar-mobile {
    display: none;
  }
}
#home-search .quicksearch {
  max-width: 215px;
  margin: 0 auto;
  height: 0px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

#home-search .quicksearch.open {
  height: 300px;
  padding-top: 8px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

#home-search .quicksearch ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}

#home-search .quicksearch ul li {
  list-style: none;
}

#home-search .quicksearch .btn {
  border: 1px solid #049042;
  padding: 5px;
}

#home-search .quicksearch form.quicksearch {
  padding: 0;
}

#home-search .quicksearch form.quicksearch fieldset .rzslider {
  padding-left: 10px;
  padding-right: 10px;
  margin: 27px 0 15px 0;
}

#home-search .header-desk {
  display: none;
}

@media (min-width: 768px) {
  #home-search .header-desk {
    display: block;
    padding: 18px 8px 5px;
  }

  #home-search .header-desk .icon-search3 {
    font-size: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #049042;
  }

  #home-search .header-desk h1 {
    font-size: 21px !important;
    font-weight: 500;
    margin: 0;
    color: #049042;
  }
}
@media (min-width: 768px) {
  #home-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    width: 220px;
    height: 360px;
    background: white;
    z-index: 100;
  }

  #home-search .quicksearch {
    display: block;
    height: 320px;
    padding: 0 10px;
    padding-top: 8px;
    max-width: none;
  }
}
#kontakt_map {
  width: 100%;
  height: 380px;
}

#expose_map {
  width: 100%;
  height: 380px;
}

#kontaktform {
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 768px) {
  #kontaktform {
    width: 56%;
    min-width: 56%;
  }
}
#kontaktform input[type=text],
#kontaktform input[type=tel],
#kontaktform input[type=email],
#kontaktform textarea {
  border: 1px solid silver;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 15px;
  width: 100%;
}

#kontaktform input[type=text],
#kontaktform input[type=tel],
#kontaktform input[type=email] {
  min-height: 45px;
  margin-bottom: 0px;
}

#kontaktform textarea {
  height: 5em;
  margin-bottom: 0;
}

#kontaktform input[type=submit] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #049042;
  background: #049042;
}

#kontaktform .wpcf7-from-control-wrap {
  position: relative;
}

#kontaktform .wpcf7-not-valid-tip {
  position: absolute;
  top: 0px;
  right: 20px;
}

#kontaktform .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}

#kontaktform .wpcf7-response-output {
  margin-top: 1em !important;
}

#kontaktform div.wpcf7-validation-errors {
  border: 1px solid #f00;
}

#kontaktform .memo {
  font-size: 12px;
  margin-bottom: 15px;
  color: #969696;
}

#kontaktform .aktion {
  width: 100%;
  display: block;
  overflow: hidden;
}

#kontaktform .aktion .send {
  display: block;
  width: 130px;
  margin: 0 auto;
}

#kontakt_mod {
  margin: 50px 0;
}

#kontakt_mod.wrap {
  width: 100%;
}

#kontakt_mod.wrap .b5 {
  width: 100%;
}

@media (min-width: 768px) {
  #kontakt_mod.wrap .b5 {
    width: 40.3%;
    min-width: 40.3%;
  }
}
#kontakt_mod .adress h3 {
  line-height: 1.6;
  padding-left: 15px;
}

#kontakt_mod .adress ul {
  margin-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

#kontakt_mod .adress ul > span {
  position: absolute;
  left: -30px;
  top: -6px;
  background: #049042;
  padding: 8px;
  font-size: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  color: #fff;
}

@media (min-width: 768px) {
  #kontakt_mod .adress ul > span {
    left: -20px;
  }
}
#kontakt_mod .adress li {
  list-style: none;
  line-height: 1.6;
}

#kontakt_mod .adress li ul {
  margin: 0;
  padding: 0;
}

#kontakt_mod.noflats .adress ul > span {
  left: -30px;
}

#oez_button:hover {
  text-decoration: underline;
  cursor: pointer;
}

span.day {
  width: 100px;
  display: inline-block;
}

span.time {
  width: 100px;
}

section.top_offer .emk-container {
  background: #FAF9F5;
}

#top_offer_modul .b4 {
  background: #fff;
}

#top_offer_modul .wrap {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#top_offer_modul .wrap .b4 {
  width: 96%;
  min-width: 0;
  max-width: 300px;
  padding-top: 10px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 665px) {
  #top_offer_modul .wrap .b4:first-child {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  #top_offer_modul .wrap .b4 {
    margin-right: 0px;
  }
}
#top_offer_modul .wrap .b4 .offer_info {
  padding: 0 12px;
}

@media (min-width: 768px) {
  #top_offer_modul .wrap {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #top_offer_modul .wrap .b4 {
    width: 31.9%;
    min-width: 31.9%;
    margin: 0;
    padding-top: 0;
  }

  #top_offer_modul .wrap .b4 .prev_img {
    max-width: none;
  }

  #top_offer_modul .wrap .b4 .offer_info {
    padding: 0 8px;
    height: 160px;
    position: relative;
  }
}
#top_offer_modul .content {
  background: none;
  opacity: 1;
  border: none !important;
}

#top_offer_modul .content img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

#top_offer_modul h3.headline {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  padding-top: 10px;
  height: 40px;
  line-height: 1.3;
  font-size: 15px;
}

#top_offer_modul p.adress {
  color: #858585;
  font-size: 13px;
}

#top_offer_modul ul.offer_komfort {
  margin: 0;
  padding: 0;
  height: 52px;
}

#top_offer_modul ul.offer_komfort li {
  list-style: none;
  line-height: 1;
  float: left;
  margin-right: 6px;
  margin-bottom: 5px;
  border: 1px solid #049042;
  padding: 3px 8px;
  font-size: 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 920px) {
  #top_offer_modul ul.offer_komfort li {
    margin-right: 10px;
  }
}
#top_offer_modul ul.offer_data {
  margin: 0;
  padding: 0;
}

#top_offer_modul ul.offer_data li {
  list-style: none;
  float: left;
  margin-right: 30px;
}

@media (min-width: 768px) {
  #top_offer_modul ul.offer_data li {
    margin-right: 20px;
  }
}
@media (min-width: 920px) {
  #top_offer_modul ul.offer_data li {
    margin-right: 30px;
  }
}
#top_offer_modul ul.offer_data li:last-child {
  margin-right: 0;
}

#top_offer_modul ul.offer_data li > span {
  font-weight: bold;
}

#top_offer_modul ul.offer_data li > p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

#asp_mod h2, #asp_mod p {
  text-align: center;
}

#asp_mod .asp_filter {
  margin-bottom: 15px;
}

#asp_mod .asp {
  width: 100%;
  margin-bottom: 12px;
  padding: 6px 8px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

#asp_mod .asp ul {
  margin: 0;
  padding: 0;
}

#asp_mod .asp ul li {
  list-style: none;
}

#asp_mod .asp span.spacer {
  width: 70px;
  display: inline-block;
}

#asp_mod .asp .b3.asp_image {
  width: 30%;
  min-width: 30%;
  text-align: center;
}

#asp_mod .asp .b3.asp_image img {
  width: 80px;
  height: 80px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

@media (min-width: 450px) {
  #asp_mod .asp .b3.asp_image {
    text-align: right;
  }

  #asp_mod .asp .b3.asp_image img {
    margin-right: 10px;
    width: 94px;
    height: 94px;
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
    border-bottom-left-radius: 47px;
    border-bottom-right-radius: 47px;
  }
}
#asp_mod .asp .asp_name {
  width: 67%;
  min-width: 67%;
  margin-bottom: 0px !important;
  padding-top: 5px;
}

@media (min-width: 768px) {
  #asp_mod .asp .asp_name {
    padding-top: 0;
  }
}
#asp_mod .asp .asp_name li.asp_kontakt_inline ul {
  display: none;
}

@media (min-width: 450px) {
  #asp_mod .asp .asp_name li.asp_kontakt_inline ul {
    display: block;
    margin-top: 10px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1;
  }

  #asp_mod .asp .asp_name li.asp_kontakt_inline ul a {
    width: 39%;
    max-width: 100px;
    margin-right: 10px;
    border: 1px solid #049042;
    padding: 7px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    font-family: "Roboto", Arial, sans-serif !important;
    display: inline-block;
    font-size: 14px;
    margin-left: 2px;
  }

  #asp_mod .asp .asp_name li.asp_kontakt_inline ul a li {
    margin: 0;
  }

  #asp_mod .asp .asp_name li.asp_kontakt_inline ul a span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
  }
}
#asp_mod .asp .asp_name li {
  line-height: 1.2;
  margin: 5px 0;
}

#asp_mod .asp .asp_kontakt {
  width: 100%;
  min-width: 100%;
  padding: 10px 0 2px;
}

@media (min-width: 450px) {
  #asp_mod .asp .asp_kontakt {
    display: none;
  }
}
#asp_mod .asp .asp_kontakt .max_768 ul {
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  line-height: 1;
}

#asp_mod .asp .asp_kontakt .max_768 ul a {
  width: 44%;
  min-width: 44%;
  border: 1px solid #049042;
  padding: 7px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif !important;
  display: inline-block;
  font-size: 14px;
  margin-left: 2px;
}

#asp_mod .asp .asp_kontakt .max_768 ul a span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}

@media (min-width: 450px) {
  #asp_mod .asp .asp_kontakt {
    display: none;
  }
}
#asp_mod .asp .asp_kontakt .min_768 {
  display: none;
}

#asp_mod .asp .asp_kontakt .min_960 {
  display: none;
}

@media (min-width: 768px) {
  #asp_mod .asp {
    margin-bottom: 20px;
    padding: 15px 0;
    min-height: 173px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #asp_mod .asp .b3.asp_image {
    width: 23.3%;
    max-width: 200px;
    min-width: 0;
    margin-right: 0;
    text-align: right;
  }

  #asp_mod .asp .b3.asp_image img {
    width: 150px;
    height: 150px;
    margin-left: 15px;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
  }

  #asp_mod .asp .b4.asp_name {
    padding-top: 30px;
    min-width: 36%;
    width: 36%;
  }

  #asp_mod .asp .b4.asp_name .asp_kontakt_inline {
    display: none;
  }

  #asp_mod .asp .b5.asp_kontakt {
    display: block;
    padding-top: 30px;
    min-width: 33%;
    width: 33%;
  }

  #asp_mod .asp .b5.asp_kontakt .min_768 {
    display: block;
  }

  #asp_mod .asp .b5.asp_kontakt .max_768 {
    display: none;
  }
}
#asp_container button {
  outline: none;
}

#objekte_liste.card.hide_filterswitch #filter_handler {
  display: none;
}

#objekte_liste.card .resultlist_objects {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

#objekte_liste.card .resultlist_objects::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 450px) {
  #objekte_liste.card .result {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }

  #objekte_liste.card .result:last-child {
    margin-right: 0;
  }

  #objekte_liste.card .result:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  #objekte_liste.card .result {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
  }

  #objekte_liste.card .result:last-child {
    margin-right: 0;
  }

  #objekte_liste.card .result:nth-child(2n) {
    margin-right: 0;
  }

  #objekte_liste.card .result:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 919px) {
  #objekte_liste.card .result {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }

  #objekte_liste.card .result:last-child {
    margin-right: 0;
  }

  #objekte_liste.card .result:nth-child(3n) {
    margin-right: 0;
  }

  #objekte_liste.card .result:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 920px) {
  #objekte_liste.card .result {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }

  #objekte_liste.card .result:last-child {
    margin-right: 0;
  }

  #objekte_liste.card .result:nth-child(3n) {
    margin-right: 0;
  }

  #objekte_liste.card .result:nth-child(3n+1) {
    clear: left;
  }
}
#objekte_liste.card .result .objekt.wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  padding: 0;
  margin-bottom: 25px;
}

#objekte_liste.card .result .objekt.wrap .b4 {
  width: 100%;
  position: relative;
  margin: 0;
  max-width: none;
  border: 1px solid #f6f6f6;
}

#objekte_liste.card .result .objekt.wrap .b4:before {
  content: "";
  display: block;
  padding-top: 75%;
}

#objekte_liste.card .result .objekt.wrap .b4 .prev_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  margin: 0;
  max-width: none;
}

#objekte_liste.card .result .objekt.wrap .b4 .prev_img .content img {
  width: 100%;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten {
  width: 100%;
  min-height: 170px;
  padding: 0;
  position: relative;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten h2 {
  margin: 0 !important;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 15px;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.merkmale {
  display: block;
  position: absolute;
  top: 60px;
  padding: 0 8px;
  height: 60px;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.merkmale li {
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 4px 6px;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.merkmale li:last-child {
  margin-right: 0;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.list_data {
  position: absolute;
  display: block;
  top: 116px;
  padding: 0 8px;
  width: 100%;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.list_data li {
  width: 35%;
  margin-right: 4%;
  font-size: 13px;
  line-height: 1.5;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.list_data li span {
  font-size: 16px;
}

#objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.list_data li:last-child {
  width: 20%;
  margin-right: 0;
}

@media (min-width: 450px) {
  #objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.list_data li {
    width: 38%;
  }

  #objekte_liste.card .result .objekt.wrap .b8.objektdaten ul.list_data li:first-child {
    width: 32%;
  }
}
#expose_liste .wrap,
#objekte_liste .wrap {
  margin-bottom: 15px;
  background: #f6f6f6;
  padding: 8px;
  box-sizing: border-box;
}

@media (min-width: 540px) {
  #expose_liste .wrap,
#objekte_liste .wrap {
    padding: 0;
  }
}
#expose_liste .wrap.noflats,
#objekte_liste .wrap.noflats {
  background: none;
}

#expose_liste .objektbild,
#objekte_liste .objektbild {
  margin: 8px 0 8px 8px;
}

#expose_liste .objektbild div,
#objekte_liste .objektbild div {
  opacity: 1;
  background: transparent;
}

#expose_liste .objektbild img,
#objekte_liste .objektbild img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

#expose_liste .objektdaten,
#objekte_liste .objektdaten {
  padding: 10px;
}

#expose_liste .objektdaten h2,
#objekte_liste .objektdaten h2 {
  text-align: left;
  margin: 15px 0 20px 0 !important;
  padding: 0;
  font-size: 18px;
}

#expose_liste .objektdaten ul,
#objekte_liste .objektdaten ul {
  margin: 0;
  padding: 0;
  clear: both;
}

#expose_liste .objektdaten ul li,
#objekte_liste .objektdaten ul li {
  list-style: none;
  float: left;
}

#expose_liste .objektdaten ul.merkmale li,
#objekte_liste .objektdaten ul.merkmale li {
  line-height: 1;
  margin-right: 15px;
  border: 1px solid #049042;
  padding: 4px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}

#expose_liste .objektdaten ul.merkmale li.lab_gew,
#objekte_liste .objektdaten ul.merkmale li.lab_gew {
  border: none;
  padding-left: 0;
  padding-right: 4px;
}

#expose_liste .objektdaten ul.merkmale.mob,
#objekte_liste .objektdaten ul.merkmale.mob {
  display: block;
  padding-top: 15px;
}

#expose_liste .objektdaten ul.merkmale.desk,
#objekte_liste .objektdaten ul.merkmale.desk {
  display: none;
}

#expose_liste .objektdaten ul.list_data li,
#objekte_liste .objektdaten ul.list_data li {
  margin-right: 20px;
}

#expose_liste .objektdaten ul.list_data li span,
#objekte_liste .objektdaten ul.list_data li span {
  font-weight: bold;
}

@media (min-width: 540px) {
  #expose_liste .objektdaten,
#objekte_liste .objektdaten {
    padding: 0;
    position: relative;
  }

  #expose_liste .objektdaten ul.merkmale,
#objekte_liste .objektdaten ul.merkmale {
    position: absolute;
    top: 100px;
  }

  #expose_liste .objektdaten ul.merkmale li,
#objekte_liste .objektdaten ul.merkmale li {
    margin-right: 10px;
  }

  #expose_liste .objektdaten ul.merkmale.mob,
#objekte_liste .objektdaten ul.merkmale.mob {
    display: none;
  }

  #expose_liste .objektdaten ul.merkmale.desk,
#objekte_liste .objektdaten ul.merkmale.desk {
    display: block;
  }

  #expose_liste .objektdaten .expose_loader,
#objekte_liste .objektdaten .expose_loader {
    position: absolute;
    top: 96px;
    right: 15px;
    display: inline-flex;
  }

  #expose_liste .objektdaten .expose_loader .icon-file-pdf,
#expose_liste .objektdaten .expose_loader .icon-link2,
#objekte_liste .objektdaten .expose_loader .icon-file-pdf,
#objekte_liste .objektdaten .expose_loader .icon-link2 {
    margin-right: 10px;
    font-size: 30px;
  }

  #expose_liste .objektdaten .expose_loader p,
#objekte_liste .objektdaten .expose_loader p {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 8px;
  }

  #expose_liste .objektdaten ul.list_data,
#objekte_liste .objektdaten ul.list_data {
    position: absolute;
    top: 155px;
  }

  #expose_liste .objektdaten ul.list_data li,
#objekte_liste .objektdaten ul.list_data li {
    margin-right: 85px;
  }

  #expose_liste .objektdaten ul.list_data li span,
#objekte_liste .objektdaten ul.list_data li span {
    font-weight: bold;
  }

  #expose_liste .objektdaten ul.list_data.verkauf li,
#objekte_liste .objektdaten ul.list_data.verkauf li {
    margin-right: 60px;
  }
}
#expose p a,
#expose div a {
  text-decoration: underline;
}

#expose p a:hover,
#expose div a:hover {
  text-decoration: underline !important;
}

#expose .data_top {
  background: #fff;
  padding: 0px 0 20px;
  margin-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#expose .data_top ul {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: white;
}

@media (min-width: 768px) {
  #expose .data_top ul {
    margin: 0;
  }
}
#expose .data_top ul.kennziffern {
  margin-bottom: 10px;
}

#expose .data_top ul.kennziffern li {
  list-style: none;
  float: left;
  text-align: left;
  margin: 0 !important;
  margin-right: 23px !important;
}

@media (min-width: 375px) {
  #expose .data_top ul.kennziffern li {
    margin-right: 30px !important;
  }
}
@media (min-width: 540px) {
  #expose .data_top ul.kennziffern li {
    margin-right: 30px !important;
  }
}
#expose .data_top ul.kennziffern li:last-child {
  margin-right: 0px !important;
}

#expose .data_top ul.kennziffern li .val {
  font-weight: 600;
}

#expose .data_top ul.kennziffern li .legend {
  font-size: 13px;
}

#expose .data_top ul.merkmale li {
  list-style: none;
  float: left;
  line-height: 1;
  margin: 0 6px 6px 0;
  border: 1px solid #049042;
  padding: 4px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}

@media (max-width: 540px) {
  #expose .data_top ul.merkmale li {
    margin-right: 10px;
  }
}
#expose .data_top ul.merkmale.gewerbe p {
  font-size: 13px;
  margin-bottom: 3px;
  text-align: center;
}

@media (min-width: 540px) {
  #expose .data_top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #expose .data_top ul {
    margin: 0;
    min-width: 49.9%;
    width: 49.9%;
  }

  #expose .data_top ul.kennziffern {
    margin-bottom: 10px;
  }

  #expose .data_top ul.merkmale.gewerbe p {
    text-align: left;
  }
}
#expose .data_wrap {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 920px) {
  #expose .data_wrap {
    width: 66%;
    max-width: 66%;
    margin-bottom: 30px;
  }
}
#expose .data_wrap .data {
  display: block;
}

#expose .data_wrap .data h2 {
  text-align: left;
  font-size: 18px;
  margin: 5px 0 15px !important;
}

#expose .data_wrap .data p.anschrift {
  margin: 5px 0 20px 30px !important;
  position: relative;
  font-size: 18px;
  color: #049042;
}

#expose .data_wrap .data p.anschrift > span {
  position: absolute;
  left: -25px;
  top: 3px;
  font-size: 18px;
}

#expose .data_wrap .data .wrap_objektdata ul {
  min-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: white;
}

#expose .data_wrap .data .wrap_objektdata ul li {
  list-style: none;
  border-bottom: 1px solid silver;
  padding: 4px 0;
  position: relative;
  display: block;
  line-height: 1.6;
  padding-left: 10px;
}

#expose .data_wrap .data .wrap_objektdata ul li .val {
  position: absolute;
  right: 10px;
  width: auto;
}

@media (min-width: 540px) {
  #expose .data_wrap .data .wrap_objektdata {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #expose .data_wrap .data .wrap_objektdata ul {
    margin: 0;
    min-width: 48.8%;
  }
}
#expose .data_wrap .data .wrap_content {
  margin: 30px 0 40px;
}

#expose .data_wrap .data .wrap_content h3 {
  margin: 33px 0 15px;
}

.expose_img_single {
  margin-top: 99px;
}

#expose_slider {
  background: #CCFFCC;
}

#expose_slider.emk-container {
  padding: 0;
}

#expose_slider .wrap_expose_slider {
  width: 92%;
  margin: 0 auto;
}

@media (min-width: 920px) {
  #expose_slider .wrap_expose_slider {
    width: 620px;
    height: 465px;
  }
}
#expose_slider .wrap_expose_slider #slider_emk,
#expose_slider .wrap_expose_slider #slider_emk .flex-viewport {
  height: 100%;
}

#expose_slider .wrap_expose_slider #slider_emk ul.slides li {
  height: 100%;
}

#expose_slider .wrap_expose_slider #slider_emk ul.slides li img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

#accordion {
  margin-top: 15px;
}

#expose_sharing {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 200px;
  width: 185px;
  height: 110px;
  z-index: 10000;
  overflow: hidden;
}

@media (min-width: 920px) {
  #expose_sharing {
    display: block;
  }
}
#expose_sharing .print,
#expose_sharing .share {
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  background: #049042;
  top: 0;
  right: 0;
  z-index: 15000;
}

#expose_sharing .print:hover,
#expose_sharing .share:hover {
  cursor: pointer;
}

#expose_sharing .share {
  background: #25a2d8;
  top: 55px;
}

#expose_sharing .print_label,
#expose_sharing .share_label {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  padding: 17px 7px;
  background: white;
  z-index: 12000;
  -webkit-transition: width 0.8s ease;
  /* Firefox */
  -moz-transition: width 0.8s ease;
  /* WebKit */
  -o-transition: width 0.8s ease;
  /* Opera */
  transition: width 0.8s ease;
  /* Standard */
}

#expose_sharing .print_label a,
#expose_sharing .share_label a {
  white-space: nowrap;
}

#expose_sharing .print_label.out,
#expose_sharing .share_label.out {
  width: 185px !important;
}

#expose_sharing .share_label {
  top: 55px;
}

#expose_sharing .icon-share3,
#expose_sharing .icon-printer {
  display: inline-block;
  color: white;
  font-size: 30px;
  margin: 13px 0 0 12px;
}

#expose_sharing_mobile {
  padding: 7px 15px;
  background: #25a2d8;
  color: #fff;
  margin: 30px 0 10px;
  width: 216px;
}

#expose_sharing_mobile a {
  vertical-align: middle;
  color: #fff;
}

#expose_sharing_mobile a:visited {
  color: #fff;
}

#expose_sharing_mobile .icon-share3 {
  display: inline-block;
  vertical-align: bottom;
  color: white;
  font-size: 30px;
  margin-right: 13px;
}

#expose_sharing_mobile .lab {
  display: inline-block;
  vertical-align: text-bottom;
}

@media (min-width: 920px) {
  #expose_sharing_mobile {
    display: none;
  }
}
@media screen {
  page[size=A4],
page2[size=A4] {
    display: none;
  }
}
@media print {
  page[size=A4],
page2[size=A4] {
    background: #fff;
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    position: relative;
  }

  page[size=A4] p,
page[size=A4] li,
page[size=A4] div,
page2[size=A4] p, page2[size=A4] li, page2[size=A4] div {
    font-size: 13px !important;
  }
}
page[size=A4] #print_head,
page2[size=A4] #print_head {
  width: 100%;
  height: 85px;
  display: block;
  margin-bottom: 20px;
}

page[size=A4] #print_head .print_brand,
page[size=A4] #print_head .print_title,
page2[size=A4] #print_head .print_brand,
page2[size=A4] #print_head .print_title {
  border-bottom: 1px solid #049042;
}

page[size=A4] #print_head .print_brand,
page2[size=A4] #print_head .print_brand {
  float: left;
  width: 30%;
  height: 85px;
}

page[size=A4] #print_head .print_brand img,
page2[size=A4] #print_head .print_brand img {
  display: block;
  margin: 15px 0 0 35px;
}

page[size=A4] #print_head .print_title,
page2[size=A4] #print_head .print_title {
  float: left;
  width: 70%;
  height: 85px;
}

page[size=A4] #print_head .print_title h1,
page2[size=A4] #print_head .print_title h1 {
  font-size: 21px !important;
  margin: 20px auto 10px !important;
}

page[size=A4] #print_head .print_title h2,
page2[size=A4] #print_head .print_title h2 {
  margin-bottom: 0 !important;
  font-size: 13px !important;
}

page[size=A4] h2.adress,
page2[size=A4] h2.adress {
  margin-bottom: 20px !important;
}

page[size=A4] .print_media,
page2[size=A4] .print_media {
  height: 400px;
  margin: 20px 0;
}

page[size=A4] .print_media img,
page2[size=A4] .print_media img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

page[size=A4] .print_media_energie,
page[size=A4] .print_media_info,
page2[size=A4] .print_media_energie,
page2[size=A4] .print_media_info {
  border: 1px solid blue;
  height: 400px;
  margin: 20px 0;
}

page[size=A4] .print_media_energie img,
page[size=A4] .print_media_info img,
page2[size=A4] .print_media_energie img,
page2[size=A4] .print_media_info img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

page[size=A4] .table.objektdata,
page2[size=A4] .table.objektdata {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 20px 0 20px;
}

page[size=A4] .table.objektdata .col,
page2[size=A4] .table.objektdata .col {
  float: left;
  width: 45%;
}

page[size=A4] .table.objektdata .col.marg,
page2[size=A4] .table.objektdata .col.marg {
  margin-right: 9.9%;
}

page[size=A4] .table.objektdata .col ul li,
page2[size=A4] .table.objektdata .col ul li {
  list-style: none;
  line-height: 2;
  position: relative;
  border-bottom: 1px solid silver;
}

page[size=A4] .table.objektdata .col ul li .val,
page2[size=A4] .table.objektdata .col ul li .val {
  position: absolute;
  right: 0px;
}

page[size=A4] .print_merkmale,
page2[size=A4] .print_merkmale {
  clear: both;
}

page[size=A4] #print_kontakt,
page2[size=A4] #print_kontakt {
  width: 100%;
  height: 135px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

page[size=A4] #print_kontakt h2,
page2[size=A4] #print_kontakt h2 {
  text-align: left;
  margin-bottom: 20px !important;
}

page[size=A4] #print_kontakt .col,
page2[size=A4] #print_kontakt .col {
  width: 30%;
  float: left;
}

page[size=A4] #print_kontakt .col.marg,
page2[size=A4] #print_kontakt .col.marg {
  width: 33%;
  margin-right: 2%;
}

page[size=A4] #print_kontakt .col li,
page2[size=A4] #print_kontakt .col li {
  list-style: none;
}

page[size=A4] {
  margin-top: -99px;
}

@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }

  body.page-id-164 section {
    display: none;
  }

  #main {
    padding-top: 0;
  }

  #expose_sharing {
    display: none;
  }
}
#one-page-red {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

#one-page-red::after {
  clear: both;
  content: "";
  display: table;
}

#one-page-red .wrap {
  background: #faf9f5;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

#one-page-red .wrap .image {
  margin-bottom: 0;
}

#one-page-red .wrap .image img {
  width: 100%;
}

#one-page-red .wrap .b8, #one-page-red .wrap .b4 {
  box-sizing: border-box;
}

#one-page-red .wrap .b8 {
  overflow: hidden;
}

#one-page-red .wrap .content {
  padding: 10px;
}

#one-page-red .wrap .content h2 {
  margin: 10px 0;
  text-align: left !important;
}

#one-page-red .wrap .content .box {
  box-sizing: border-box;
  height: 100px;
  overflow: hidden;
}

#one-page-red .wrap .content .box.opened {
  height: auto;
}

#one-page-red .wrap .content .box.opened a.toggle {
  display: block;
  margin-bottom: 20px;
}

#one-page-red .wrap .content .box.opened .toggle .open {
  display: none;
}

#one-page-red .wrap .content .box.opened .toggle .closer {
  display: inline;
}

#one-page-red .wrap .content .box .toggle .closer {
  display: none;
}

@media (min-width: 540px) {
  #one-page-red .wrap .content {
    padding: 10px 0 0 10px;
  }

  #one-page-red .wrap .content .box {
    height: 60px;
  }

  #one-page-red .wrap .content h2 {
    margin: 10px 0 10px !important;
  }
}
@media only screen and (min-width: 680px) {
  #one-page-red .wrap .content .box {
    height: 80px;
  }
}
@media (min-width: 768px) {
  #one-page-red .wrap .content {
    padding: 20px 0 0 25px;
  }

  #one-page-red .wrap .content h2 {
    margin: 10px 0 15px !important;
  }
}
@media (min-width: 920px) {
  #one-page-red .wrap .content {
    padding: 20px 0 0 25px;
  }

  #one-page-red .wrap .content h2 {
    margin: 20px 0 25px !important;
  }

  #one-page-red .wrap .content .box {
    height: 122px;
  }
}
#one-page-red .wrap .truncated.opened {
  height: auto;
}

#one-page-red .wrap.truncated:hover {
  cursor: pointer;
}

#list_bridge .wrap {
  margin-bottom: 30px;
  background: #FAF9F5;
  padding: 20px 10px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#list_bridge .wrap .b4.image {
  width: 100%;
  max-width: 290px;
  min-width: 0;
  overflow: hidden;
  margin-bottom: 5px;
}

#list_bridge .wrap .b4.image img {
  width: 100%;
}

#list_bridge .wrap .b8.content p.date {
  margin: 0 0 10px 0;
  text-align: center;
}

#list_bridge .wrap .b8.content h2 {
  text-align: center;
}

#list_bridge .wrap .b8.content p {
  text-align: center;
}

#list_bridge .wrap a {
  display: block;
}

@media (min-width: 540px) {
  #list_bridge .wrap {
    padding: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #list_bridge .wrap .b4.image {
    margin: 0;
  }

  #list_bridge .wrap .b8.content {
    padding: 0 5px 0 15px;
  }

  #list_bridge .wrap .b8.content p,
#list_bridge .wrap .b8.content p.date,
#list_bridge .wrap .b8.content h2 {
    text-align: left;
  }

  #list_bridge .wrap .b8.content p.date {
    margin: 0 0 5px 0;
  }

  #list_bridge .wrap .b8.content h2 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  #list_bridge .wrap .b8.content {
    min-width: 0;
  }

  #list_bridge .wrap .b8.content p.date {
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #list_bridge .wrap .b8.content h2 {
    margin: 40px 0 20px 0 !important;
  }
}
@media (min-width: 920px) {
  #list_bridge .wrap .b4.image {
    width: 31.9%;
    min-width: 31.9%;
    max-width: none;
  }
}
.accordion.custom {
  margin-top: 30px;
}

.accordion.custom h2 {
  margin-bottom: 10px !important;
  padding: 12px !important;
  color: #fff !important;
}

.accordion.custom h2.h_1 {
  background: #00A233;
}

.accordion.custom h2.h_2 {
  background: #00BBC8;
}

.accordion.custom h2.h_3 {
  background: #C3A900;
}

.accordion.custom h2.h_4 {
  background: #DA004D;
}

.accordion.custom ul {
  margin-bottom: 10px !important;
}

.accordion.custom ul li {
  color: #858585 !important;
}

.accordion.custom .ui-icon.iconClose,
.accordion.custom .ui-icon.iconOpen {
  color: #fff !important;
  background-size: 30px;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .accordion.custom {
    display: none;
  }
}
#puzz_wrap {
  display: none;
}

@media (min-width: 768px) {
  #puzz_wrap {
    width: 621px;
    height: 582px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    -webkit-transition: height 2s;
    /* For Safari 3.1 to 6.0 */
    transition: height 2s;
    z-index: 10;
    display: block;
  }
}
#puzz-1,
#puzz-2,
#puzz-3,
#puzz-4 {
  position: relative;
}

#puzz-1:hover,
#puzz-2:hover,
#puzz-3:hover,
#puzz-4:hover {
  cursor: pointer;
}

#puzz-1 path:hover {
  fill: #05b553;
}

#puzz-2 path:hover {
  fill: #00ccda;
}

#puzz-3 path:hover {
  fill: #d8bb00;
}

#puzz-4 path:hover {
  fill: #f00055;
}

@media (min-width: 768px) {
  #content-1,
#content-2,
#content-3,
#content-4 {
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    opacity: 0;
  }

  #content-1:hover,
#content-2:hover,
#content-3:hover,
#content-4:hover {
    cursor: pointer;
  }

  #content-1 ul,
#content-2 ul,
#content-3 ul,
#content-4 ul {
    margin-bottom: 10px;
  }

  #content-1 ul li,
#content-2 ul li,
#content-3 ul li,
#content-4 ul li {
    list-style: square;
  }

  #content-1 ul ul,
#content-2 ul ul,
#content-3 ul ul,
#content-4 ul ul {
    padding-left: 20px;
  }

  #content-1 ul ul li,
#content-2 ul ul li,
#content-3 ul ul li,
#content-4 ul ul li {
    list-style: circle;
  }

  #content-1 p,
#content-1 li,
#content-2 p,
#content-2 li,
#content-3 p,
#content-3 li,
#content-4 p, #content-4 li {
    font-size: 17px;
    color: #fff;
  }

  #content-1 p,
#content-2 p,
#content-3 p,
#content-4 p {
    margin-bottom: 12px;
    line-height: 1;
  }

  #content-1 li,
#content-2 li,
#content-3 li,
#content-4 li {
    line-height: 1.6;
  }
}
#content-1 {
  left: 130px;
  top: 130px;
}

#content-2 {
  left: 450px;
  top: 130px;
}

#content-3 {
  left: 130px;
  top: 410px;
}

#content-4 {
  left: 450px;
  top: 410px;
}

.aktiv {
  opacity: 1 !important;
  z-index: 20 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border: 1px solid #fff;
}

.akt_1 {
  background: #05b553 !important;
  padding: 25px 15px 18px 25px !important;
  width: 490px !important;
  height: 415px !important;
  top: 115px !important;
  left: 70px !important;
}

.akt_2 {
  background: #00ccda !important;
  padding: 60px 15px 18px 25px !important;
  width: 450px !important;
  height: 380px !important;
  top: 115px !important;
  left: 100px !important;
}

.akt_3 {
  background: #d8bb00 !important;
  padding: 35px 15px 18px 25px !important;
  width: 480px !important;
  height: 380px !important;
  top: 115px !important;
  left: 75px !important;
}

.akt_4 {
  background: #f00055 !important;
  padding: 85px 15px 18px 25px !important;
  width: 480px !important;
  height: 240px !important;
  top: 175px !important;
  left: 75px !important;
}

@media (min-width: 768px) {
  #title_1,
#title_2,
#title_3,
#title_4 {
    position: absolute;
    color: #fff;
    z-index: 100;
    font-size: 23px;
    font-weight: 400;
  }

  #title_1:hover,
#title_2:hover,
#title_3:hover,
#title_4:hover {
    cursor: pointer;
  }
}
#title_1 {
  top: 130px;
  left: 55px;
  transition: all 0.6s ease-in-out;
}

#title_1.out {
  top: 20px !important;
  left: 30px !important;
}

#title_2 {
  top: 130px;
  right: 35px;
  transition: all 0.6s ease-in-out;
}

#title_2.out {
  top: 20px !important;
  right: 30px !important;
}

#title_3 {
  bottom: 150px;
  left: 35px;
  transition: all 0.6s ease-in-out;
}

#title_3.out {
  bottom: 20px !important;
  left: 30px !important;
}

#title_4 {
  bottom: 150px;
  right: 35px;
  transition: all 0.6s ease-in-out;
}

#title_4.out {
  bottom: 20px !important;
  right: 30px !important;
}

.puzz_wrap_inner {
  display: none;
}

@media (min-width: 768px) {
  .puzz_wrap_inner {
    display: block;
  }
}
#pano-map-vario {
  position: relative;
}

#pano-map-vario span.icon-enlarge2 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 32px;
}

#pano-map-vario span.icon-enlarge2:hover {
  cursor: pointer;
}

#wg_accordion .ui-icon {
  background-image: none;
  margin-top: 0;
  text-indent: inherit;
  position: absolute;
  right: 20px;
}

#wg_accordion .icon-arrow-right3,
#wg_accordion .icon-arrow-down3 {
  width: 25px;
  height: 25px;
  padding-top: 4px;
}

#wg_accordion h2 {
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 10px !important;
  text-align: center;
  color: #fff !important;
  padding-top: 0.8em !important;
  padding-bottom: 0.8em !important;
}

#wg_accordion .wrap-x {
  padding: 0 !important;
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "Roboto";
}

@media (min-width: 920px) {
  #wg_accordion .wrap-x {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  #wg_accordion .wrap-x::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (min-width: 920px) {
  #wg_accordion .b5-x {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 8.51064%;
  }

  #wg_accordion .b5-x:last-child {
    margin-right: 0;
  }
}
#wg_accordion .b5-x ul {
  padding-left: 30px;
}

@media (min-width: 920px) {
  #wg_accordion .b5-x ul {
    padding-left: 0;
  }
}
#wg_accordion .b5-x ul li {
  list-style-type: square;
  list-style-position: outside;
  font-size: 16px;
  color: #858585;
}

#wg_accordion .b6-x {
  position: relative;
}

@media (min-width: 920px) {
  #wg_accordion .b6-x {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }

  #wg_accordion .b6-x:last-child {
    margin-right: 0;
  }
}
#wg_accordion .b6-x:before {
  content: "";
  display: block;
  padding-top: 75%;
}

#wg_accordion .b6-x .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#wg_accordion .flexslider_emk .flex-control-nav {
  margin-bottom: 0 !important;
}

#wg_accordion .flex-direction-nav a.flex-prev:before,
#wg_accordion .flex-direction-nav a.flex-next:before {
  margin-top: 10px;
}

.quicksearch .rzslider,
.emk_immosearch .searchform .rzslider {
  margin: 30px 0 15px 0;
}

.quicksearch .rzslider .rz-pointer,
.emk_immosearch .searchform .rzslider .rz-pointer {
  top: -12px;
  width: 26px;
  height: 26px;
  background-color: #e3e3e3;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

.quicksearch .rzslider .rz-pointer:after,
.emk_immosearch .searchform .rzslider .rz-pointer:after {
  top: 9px;
  left: 9px;
  background: #049042;
}

.quicksearch .rzslider .rz-pointer.rz-active::after,
.emk_immosearch .searchform .rzslider .rz-pointer.rz-active::after {
  background: #049042 !important;
}

.quicksearch .rzslider .rz-bar-wrapper,
.emk_immosearch .searchform .rzslider .rz-bar-wrapper {
  margin-top: -18px;
}

.quicksearch .rzslider .rz-bar-wrapper .rz-bar,
.emk_immosearch .searchform .rzslider .rz-bar-wrapper .rz-bar {
  background: #858585;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.quicksearch .rzslider .rz-bar-wrapper .rz-bar.rz-selection,
.emk_immosearch .searchform .rzslider .rz-bar-wrapper .rz-bar.rz-selection {
  background: #049042 !important;
}

.quicksearch .rzslider .rz-bubble,
.emk_immosearch .searchform .rzslider .rz-bubble {
  font-size: 14px;
  color: #049042;
}

.quicksearch fieldset {
  height: 75px;
  position: relative;
}

.quicksearch label {
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #049042;
}

.quicksearch .btn_qsearch {
  border: 1px solid #049042 !important;
  background: #049042 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 13px;
  padding: 8px 16px;
  background: #fff;
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.quicksearch .btn_qsearch:hover {
  border: 1px solid #006633 !important;
  background: #006633 !important;
  color: #fff;
}

#objektfilter,
.emk_immosearch .searchform {
  width: 100%;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: height 0.8s ease, opacity 0.5s linear;
  /* Firefox */
  -moz-transition: height 0.8s ease, opacity 0.5s linear;
  /* WebKit */
  -o-transition: height 0.8s ease, opacity 0.5s linear;
  /* Opera */
  transition: height 0.8s ease, opacity 0.5s linear;
  /* Standard */
}

#objektfilter::after,
.emk_immosearch .searchform::after {
  clear: both;
  content: "";
  display: table;
}

#objektfilter.close,
.emk_immosearch .searchform.close {
  height: 0px !important;
  overflow: hidden;
  opacity: 0 !important;
}

#objektfilter fieldset.slide,
.emk_immosearch .searchform fieldset.slide {
  width: 90%;
  max-width: 280px;
}

#objektfilter fieldset.slide label,
.emk_immosearch .searchform fieldset.slide label {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #049042;
  display: inherit;
}

@media only screen and (min-width: 650px) {
  #objektfilter,
.emk_immosearch .searchform {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #objektfilter fieldset.slide,
.emk_immosearch .searchform fieldset.slide {
    width: 32%;
    min-width: 32%;
  }
}
@media (min-width: 768px) {
  #objektfilter,
.emk_immosearch .searchform {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }

  #objektfilter fieldset.slide,
.emk_immosearch .searchform fieldset.slide {
    width: 30%;
    min-width: 30%;
  }
}
#objektfilter fieldset.ng-scope,
.emk_immosearch .searchform fieldset.ng-scope {
  width: 100%;
  margin-top: 20px;
}

#objektfilter fieldset.ng-scope > label,
.emk_immosearch .searchform fieldset.ng-scope > label {
  color: #049042;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  #objektfilter fieldset.ng-scope > label,
.emk_immosearch .searchform fieldset.ng-scope > label {
    width: auto;
    text-align: left;
    float: left;
    font-weight: normal;
    margin-right: 30px;
  }
}
#objektfilter ul.unstyled,
.emk_immosearch .searchform ul.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#objektfilter ul.unstyled li,
.emk_immosearch .searchform ul.unstyled li {
  float: left;
  margin-right: 20px;
}

#objektfilter ul.unstyled li label,
.emk_immosearch .searchform ul.unstyled li label {
  font-weight: normal;
  color: #049042;
}

.emk_immosearch .resultlist_info {
  background: #049042;
  color: #fff;
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (min-width: 768px) {
  .emk_immosearch .resultlist_info {
    position: relative;
  }
}
.emk_immosearch .resultlist_info h3, .emk_immosearch .resultlist_info #filter_handler {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.emk_immosearch .resultlist_info h3 {
  color: #fff !important;
  width: 48%;
  max-width: 48%;
  margin: 0;
  font-size: 16px;
  padding-top: 8px;
}

.emk_immosearch .resultlist_info #filter_handler {
  width: 46%;
  max-width: 46%;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 8px 8px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.emk_immosearch .resultlist_info #filter_handler:hover {
  cursor: pointer;
}

.emk_immosearch .resultlist_info #filter_handler .f_close {
  display: block;
}

.emk_immosearch .resultlist_info #filter_handler .f_show {
  display: none;
}

.emk_immosearch .resultlist_info #filter_handler.f_active .f_close {
  display: none;
}

.emk_immosearch .resultlist_info #filter_handler.f_active .f_show {
  display: block;
}

@media (min-width: 768px) {
  .emk_immosearch .resultlist_info h3 {
    text-align: center;
    padding-bottom: 8px;
  }

  .emk_immosearch .resultlist_info #filter_handler {
    position: absolute;
    width: 150px;
    right: 20px;
  }
}
.emk_immosearch .noresult .info h3 {
  font-size: 25px;
  text-align: center;
}

.emk_immosearch .noresult .info p {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.emk_immosearch .noresult .info h4 {
  font-size: 18px;
  font-weight: bold;
  color: #049042;
  text-align: center;
  text-transform: none;
  line-height: 1.6;
}

.emk_immosearch .noresult .info a.lnk_btn {
  margin: 30px auto 40px;
}

.emk_immosearch .noresult .info.filterresults h3 {
  margin-top: 30px;
}

.emk_immosearch .noresult .info.filterresults h4 {
  margin-top: 45px;
}

a.obox {
  display: block;
}

@media (min-width: 768px) {
  body, page {
    background: #f3f3f3 !important;
  }
}
body:before {
  width: 92%;
}

@media (min-width: 768px) {
  .header-solid, .sub-page .navigation {
    background: #f3f3f3 !important;
  }
}
.site {
  position: relative;
}

.navigation-wrapper .navigation.header-solid {
  padding: 0;
}

@media (min-width: 540px) {
  .navigation-wrapper .navigation {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .navigation-wrapper .navigation {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .navbar .container {
    border-bottom: 1px solid silver;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
h1, h2, h3 {
  color: #049042 !important;
}

.home .navigation-wrapper + .site-main {
  padding-top: 17px;
}

@media (min-width: 768px) {
  .home .navigation-wrapper + .site-main {
    padding-top: 40px;
  }
}
.emk-container {
  background: #fff;
  margin: 0px auto;
  padding: 30px 0;
  width: 100%;
  max-width: 1100px;
  display: block;
  overflow: hidden;
}

.emk-container.pano {
  padding-top: 0;
  padding-bottom: 5px;
}

.emk-container.pano #pano_emk,
.emk-container.pano #slider_emk {
  margin-bottom: 0px;
  position: relative;
}

.emk-container.pano #pano_emk h1,
.emk-container.pano #slider_emk h1 {
  position: absolute;
  left: 20px;
  bottom: 75px;
  background: #049042;
  padding: 10px 20px;
  color: #fff !important;
  margin: 0 !important;
}

.emk-container.pano #pano_emk h1.rechts,
.emk-container.pano #slider_emk h1.rechts {
  left: auto;
  right: 20px;
}

.emk-container.pano #pano_emk h2,
.emk-container.pano #slider_emk h2 {
  position: absolute;
  left: 50px;
  bottom: 35px;
  background: #fff;
  padding: 5px 10px;
  margin: 0 !important;
}

.emk-container.pano #pano_emk h2.rechts,
.emk-container.pano #slider_emk h2.rechts {
  left: auto;
  right: 50px;
}

.emk-container.pano #pano_emk h1,
.emk-container.pano #pano_emk h2,
.emk-container.pano #slider_emk h1, .emk-container.pano #slider_emk h2 {
  display: none;
}

@media (min-width: 768px) {
  .emk-container.pano #pano_emk h1,
.emk-container.pano #pano_emk h2,
.emk-container.pano #slider_emk h1, .emk-container.pano #slider_emk h2 {
    display: block;
  }
}
.emk-container.pano .overlay_alt_mob h2 {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .emk-container.pano .overlay_alt_mob {
    display: none;
  }
}
.emk-container#home-pano-panel {
  padding: 0;
  overflow: visible;
}

.emk-container#kontakt {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .emk-container#kontakt {
    padding-bottom: 0;
  }

  .emk-container#kontakt #kontakt_mod {
    margin-bottom: 0;
  }
}
.emk-container#kontakt .kontakt_fallback {
  margin-top: 80px;
}

.emk-container#kontakt .kontakt_fallback h1 {
  font-size: 28px !important;
  margin-bottom: 45px;
}

.entry-content {
  max-width: 940px;
  margin: 0px auto;
  width: 92%;
}

@media (min-width: 920px) {
  .entry-content {
    width: 100%;
  }
}
.entry-content .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.entry-content .wrap div {
  height: auto;
}

.entry-content .wrap .b1 {
  min-width: 9.5%;
}

.entry-content .wrap .b3 {
  min-width: 23.3%;
  width: 23.3%;
}

.entry-content .wrap .b4 {
  min-width: 100%;
  margin-bottom: 12px;
}

@media (min-width: 540px) {
  .entry-content .wrap .b4 {
    min-width: 31.9%;
    width: 31.9%;
    margin-bottom: 0;
  }
}
@media (min-width: 920px) {
  .entry-content .wrap .b4 {
    min-width: 31.9%;
    width: 31.9%;
  }
}
.entry-content .wrap .b5 {
  min-width: 40.3%;
  width: 40.3%;
}

.entry-content .wrap .b6 {
  min-width: 100%;
}

@media (min-width: 540px) {
  .entry-content .wrap .b6 {
    min-width: 48.9%;
  }
}
.entry-content .wrap .b7 {
  min-width: 100%;
}

@media (min-width: 540px) {
  .entry-content .wrap .b7 {
    min-width: 57.4%;
    width: 57.4%;
  }
}
.entry-content .wrap .b8 {
  min-width: 100%;
}

@media (min-width: 540px) {
  .entry-content .wrap .b8 {
    min-width: 65.9%;
    width: 65.9%;
  }
}
.entry-content .wrap .b9 {
  min-width: 87%;
}

.entry-content .prev_img {
  position: relative;
}

.entry-content .prev_img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.entry-content .prev_img .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
}

.entry-content .prev_img_pano {
  position: relative;
  margin-bottom: 10px;
  max-height: 80px;
}

.entry-content .prev_img_pano:before {
  content: "";
  display: block;
  padding-top: 28%;
}

.entry-content .prev_img_pano .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.entry-content .prev_img_pano .content img {
  display: block;
  margin: 0px auto;
}

.entry-content .b4 .prev_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .b4 h3, .entry-content .b4 p {
  padding: 0 8px;
}

h1 {
  text-align: center;
  font-size: 27px !important;
}

@media (min-width: 540px) {
  h1 {
    font-size: 34px !important;
  }
}
h1.h_spacer {
  margin-bottom: 40px;
}

h2 {
  text-align: center;
  margin-bottom: 20px !important;
  line-height: 1.4;
}

@media (min-width: 540px) {
  h2 {
    margin-bottom: 45px !important;
  }
}
h3 {
  text-align: left;
}

.home-promo .prev_img,
.home-news .prev_img {
  margin-bottom: 20px;
  max-width: 300px;
}

@media (min-width: 540px) {
  .home-promo .prev_img,
.home-news .prev_img {
    max-width: none;
  }
}
.home-promo h3,
.home-news h3 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .home-promo h3,
.home-news h3 {
    margin-bottom: 20px;
  }
}
.home-promo p,
.home-news p {
  text-align: center;
}

.home-news .wrap {
  margin-top: 30px;
}

p.subhead {
  text-align: center;
}

a:hover {
  text-decoration: none !important;
}

.clearfix {
  clear: both;
}

div [class^=icon-] {
  color: #049042;
}

.btn a {
  border: 1px solid #049042;
  padding: 4px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px !important;
  display: inline-block;
}

.btn a:hover {
  background: #049042;
  color: #fff;
}

.btn a p {
  font-size: 16px !important;
  margin: 0;
}

.dis_m {
  display: block;
}

@media (min-width: 540px) {
  .dis_m {
    display: none;
  }
}
.dis_d {
  display: none;
}

@media (min-width: 540px) {
  .dis_d {
    display: block;
  }
}
#page-footer #footer-bottom {
  padding: 0;
}

#page-footer #footer-bottom .container {
  max-width: 1100px;
  padding: 15px;
  background: #333;
  width: 100%;
}

@media (min-width: 768px) {
  #page-footer #footer-bottom .container {
    padding: 40px 80px;
  }
}
#page-footer #footer-bottom .container ul.footer-links {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #page-footer #footer-bottom .container ul.footer-links {
    float: right;
    margin-top: 0;
  }
}
#page-footer #footer-bottom .container ul.footer-links li {
  list-style: none;
  text-align: center;
}

@media (min-width: 768px) {
  #page-footer #footer-bottom .container ul.footer-links li {
    text-align: left;
  }
}
#page-footer .copyright {
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #page-footer .copyright {
    text-align: left;
    margin-bottom: 30px;
  }
}
#silhouette {
  display: none;
}

@media (min-width: 768px) {
  #silhouette {
    background: #fff;
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.accordion .ui-state-active,
.accordion .ui-widget-content .ui-state-active,
.accordion .ui-widget-header .ui-state-active {
  border: none;
  background: silver;
}

.accordion .ui-state-default,
.accordion .ui-widget-content .ui-state-default,
.accordion .ui-widget-header .ui-state-default {
  border: none;
  background: silver;
}

.accordion .ui-corner-all, .accordion .ui-corner-top, .accordion .ui-corner-right, .accordion .ui-corner-tr,
.accordion .ui-corner-all, .accordion .ui-corner-top, .accordion .ui-corner-left, .accordion .ui-corner-tl,
.accordion .ui-corner-all, .accordion .ui-corner-bottom, .accordion .ui-corner-right, .accordion .ui-corner-br,
.accordion .ui-corner-all, .accordion .ui-corner-bottom, .accordion .ui-corner-left, .accordion .ui-corner-bl {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion .ui-widget-content {
  border: none;
  background: transparent;
}

.accordion h3 {
  font-size: 16px;
}

.accordion .ui-accordion-content {
  padding: 10px 5px;
  font-size: 16px;
  font-family: "Roboto";
}

a.lnk_btn {
  width: auto;
  margin: 0 auto;
  border: 1px solid #049042;
  background: #049042;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
  display: block;
  max-width: 275px;
}

a.lnk_btn:hover {
  background: #006633;
  color: #fff;
}

#impressum .wrapper_small {
  max-width: 620px;
  margin: 0 auto;
}

#impressum ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#impressum ul li {
  list-style: none;
}

#impressum h2, #impressum h3 {
  font-size: 16px;
  margin: 40px 0 15px !important;
  padding: 0;
  text-align: left;
}

.objekt.wrap {
  /*
  		width: 30% !important;
  		margin-right: 3%;
  		margin-bottom: 20px;
  		float: left !important;

  		transform: translate(0px, 16px);
  */
}

/* -------- Menu --------------- */
.slideout-menu {
  padding-top: 78px;
  position: fixed;
  /* left: 0; */
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#emk_menu_desk {
  display: none;
}

@media (min-width: 768px) {
  #emk_menu_desk {
    display: block;
    margin-top: 12px;
  }
}
@media (min-width: 920px) {
  #emk_menu_mobile {
    display: none;
  }
}
@media (max-width: 920px) {
  .navbar-nav {
    margin: 0;
  }

  .navbar-nav > li {
    background: #ccffcc;
    width: 100%;
  }

  .navbar-nav > li > a {
    border-bottom: 1px solid silver;
  }

  .navbar-nav > li ul li {
    background: #faf9f5;
  }

  .navbar-nav > li ul li > a {
    font-size: 15px;
    padding: 9px;
    padding-left: 40px;
    display: inline-block;
    border-bottom: 1px solid silver;
    width: 100%;
  }

  .navbar-nav > li ul li ul li {
    background: #faf9f5;
    border-bottom: 1px solid silver;
  }

  .navbar-nav > li ul li ul li a {
    font-size: 14px;
    font-weight: 400 !important;
    padding-left: 42px;
    width: 100%;
    border-bottom: none;
  }

  .navbar-nav > li ul li ul li a:before {
    content: "> ";
  }
}
@media (min-width: 768px) {
  a.b4:hover,
a.obox:hover,
a.wrap:hover {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.3);
  }

  a.b4:hover h1,
a.b4:hover h2,
a.b4:hover h3,
a.obox:hover h1,
a.obox:hover h2,
a.obox:hover h3,
a.wrap:hover h1, a.wrap:hover h2, a.wrap:hover h3 {
    color: #049042 !important;
  }

  a.b4:hover p,
a.b4:hover li,
a.obox:hover p,
a.obox:hover li,
a.wrap:hover p, a.wrap:hover li {
    color: #858585 !important;
  }
}
/*
#footer-bottom {
	.container .copyright {

		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;

		&.cn_not_accept {
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-ms-transition: all 1s ease;
			-o-transition: all 1s ease;
			transition: all 1s ease;

			padding-bottom: 90px;

			@include break_450 {
				padding-bottom: 65px;
			}

			@include break_768 {
				padding-bottom: 25px;
			}

			@include break_920 {
				padding-bottom: 0;
			}

		}

		ul.footer-links {
			li {
				float: left;
				margin: 0 8px;
			}
		}

	}
}
*/
#footer-bottom .container {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#footer-bottom .container.cn_not_accept {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding-bottom: 90px !important;
}

@media (min-width: 450px) {
  #footer-bottom .container.cn_not_accept {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  #footer-bottom .container.cn_not_accept {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 920px) {
  #footer-bottom .container.cn_not_accept {
    padding-bottom: 70px !important;
  }
}
#footer-bottom .container .copyright p {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4;
  float: left;
  width: 100%;
}

#footer-bottom .container .copyright ul.footer-links {
  display: inline-block;
  margin-top: 0 auto !important;
  line-height: 1.4;
}

#footer-bottom .container .copyright ul.footer-links li {
  float: left;
  margin: 0 8px;
}

@media (min-width: 768px) {
  #footer-bottom .container .copyright p {
    display: block;
    width: auto;
  }
}
[role=form].wpcf7 input[type=checkbox] {
  margin: 0 16px 0 0;
}

[role=form].wpcf7 .memo {
  margin-top: -6px;
}

[role=form].wpcf7 .memo p {
  font-size: 15px;
  color: #858585;
}

[role=form].wpcf7 div.ds {
  margin-bottom: 20px;
}

[role=form].wpcf7 div.ds .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

[role=form].wpcf7 div.ds .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background: #fff;
  padding: 3px 6px;
  border: 1px solid red;
}

[role=form].wpcf7 div.ds,
[role=form].wpcf7 div.ds p {
  font-size: 15px;
}

[role=form].wpcf7 div.ds a,
[role=form].wpcf7 div.ds p a {
  border-bottom: 1px dotted #049042;
}

body {
  color: #5f5f5f !important;
}

div[class^=icon-] {
  color: #00984d;
}

h1#h1_home {
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
}

h1,
h2,
h3,
h4 {
  color: #00984d !important;
}

#home-promo h2,
.home-news h2,
#top_offer_modul h2 {
  font-size: 27px;
}
@media (min-width: 768px) {
  #home-promo h2,
.home-news h2,
#top_offer_modul h2 {
    font-size: 34px;
  }
}
#home-promo h2.sub,
.home-news h2.sub,
#top_offer_modul h2.sub {
  font-size: 18px;
}
#home-promo h3,
.home-news h3,
#top_offer_modul h3 {
  font-size: 22px;
}

.home-news h3 {
  font-size: 18px;
}

a.lnk_btn {
  border: none;
  background: none;
  background-image: linear-gradient(0deg, #00984d, #00a0e3);
}

section.top_offer .emk-container {
  background: #f3f3f3;
}

.navigation-wrapper {
  top: 0;
}

.navbar .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar .container:before, .navbar .container:after {
  display: none;
}
.navbar .container .navbar-header {
  float: none;
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.navbar .container .navbar-header:before, .navbar .container .navbar-header:after {
  display: none;
}
.navbar .container .navbar-header .navbar-brand {
  float: none;
  padding: 15px 0 !important;
  width: 70%;
  min-width: 70%;
}
.navbar .container .navbar-header .navbar-brand img {
  width: 100% !important;
  height: 60px !important;
  object-fit: contain;
}
@media (min-width: 768px) {
  .navbar .container .navbar-header .navbar-brand {
    padding: 15px 0 15px 30px !important;
  }
}
@media (min-width: 920px) {
  .navbar .container .navbar-header .navbar-brand {
    width: 30%;
    min-width: 30%;
    padding-left: 50px;
  }
  .navbar .container .navbar-header .navbar-brand img {
    width: 100% !important;
    height: 73px !important;
    object-fit: contain;
  }
}
.navbar .container .navbar-header button.navbar-toggle {
  width: 50px;
  min-width: 50px;
  height: 50px;
  top: 0 !important;
  margin: 0 !important;
  float: none;
}
.navbar .container .navbar-header button.navbar-toggle .icon-bar {
  background-color: #292422 !important;
}
@media (min-width: 768px) {
  .navbar .container .navbar-header button.navbar-toggle {
    display: block !important;
  }
}
@media (min-width: 920px) {
  .navbar .container .navbar-header button.navbar-toggle {
    display: none !important;
  }
}
.navbar .container .navbar-header #emk_menu_desk {
  display: none;
}
@media (min-width: 920px) {
  .navbar .container .navbar-header #emk_menu_desk {
    width: 68%;
    min-width: 68%;
    display: block;
  }
  .navbar .container .navbar-header #emk_menu_desk ul#menu-menu-1 li a {
    font-size: 15px;
    padding: 15px 10px;
  }
}
@media (min-width: 920px) {
  .navbar .container .navbar-header #emk_menu_desk ul#menu-menu-1 li a {
    font-size: 16px;
    padding: 15px 15px;
  }
}

#emk_menu_mobile {
  padding-top: 87px;
}
@media (min-width: 600px) {
  #emk_menu_mobile {
    padding-top: 87px;
  }
}
#emk_menu_mobile ul#menu-menu-2 {
  margin-left: 8px;
  -webkit-box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
#emk_menu_mobile ul#menu-menu-2 li {
  background: #f3f3f3;
}
#emk_menu_mobile ul#menu-menu-2 li ul.sub-menu li {
  background: #fff;
}

.navigation-wrapper .navigation .nav li .child-navigation {
  background-color: #f3f3f3 !important;
}
.navigation-wrapper .navigation .nav li .child-navigation:after {
  border-color: transparent transparent #f3f3f3 transparent !important;
}

.slider_emk_wrap:before {
  padding-top: 52%;
}
.slider_emk_wrap .flex-viewport {
  height: 100%;
}
.slider_emk_wrap .flex-viewport ul.slides li {
  height: 100%;
}
.slider_emk_wrap .flex-viewport ul.slides li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_emk_wrap .flex-viewport ul.slides li .home_slider_overlay {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 235px;
  height: 60px;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 10px 6px 11px;
  opacity: 0;
  bottom: 5%;
}
@media (min-width: 600px) {
  .slider_emk_wrap .flex-viewport ul.slides li .home_slider_overlay {
    background: white;
    width: 355px;
    height: 90px;
    padding: 15px 35px 15px 25px;
  }
}
.slider_emk_wrap .flex-viewport ul.slides li .home_slider_overlay span {
  display: block;
  background-image: linear-gradient(0deg, #00984d, #00a0e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  line-height: 1;
}
.slider_emk_wrap .flex-viewport ul.slides li .home_slider_overlay span.r_1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
}
.slider_emk_wrap .flex-viewport ul.slides li .home_slider_overlay span.r_2 {
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 600px) {
  .slider_emk_wrap .flex-viewport ul.slides li .home_slider_overlay span.r_1 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 8px;
  }
  .slider_emk_wrap .flex-viewport ul.slides li .home_slider_overlay span.r_2 {
    font-weight: 300;
    font-size: 28px;
  }
}
.slider_emk_wrap .flex-viewport ul.slides li.flex-active-slide .home_slider_overlay {
  opacity: 1;
}

#home-promo.verlauf {
  background-image: linear-gradient(0deg, #00984d, #00a0e3);
}
#home-promo.verlauf .home-promo h1,
#home-promo.verlauf .home-promo h2,
#home-promo.verlauf .home-promo h3,
#home-promo.verlauf .home-promo p {
  color: #fff !important;
}
#home-promo.verlauf .home-promo a.b4 {
  background: transparent;
  border: none;
}
#home-promo.verlauf .home-promo a.b4 .content {
  background: transparent !important;
}
#home-promo.verlauf .home-promo a.b4 .content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.emk-container.pano h1 {
  max-width: 920px;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.home-promo a.b4,
.home-news a.b4 {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.home-promo a.b4 .content,
.home-news a.b4 .content {
  background: #dbdbdb;
}
.home-promo a.b4 .content img,
.home-news a.b4 .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-promo a.b4 h3,
.home-news a.b4 h3 {
  padding: 0 20px;
  color: #00984d !important;
}
.home-promo a.b4 p,
.home-news a.b4 p {
  padding: 0 20px 20px;
  color: #5f5f5f;
}

#list_bridge .wrap {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}

.magnet-filter .btn {
  border-color: #00984d !important;
}
.magnet-filter .btn.active {
  background: #00984d;
}

#home-search h1,
#home-search h2 {
  text-transform: none;
}
#home-search .quicksearch .btn_qsearch {
  background: none !important;
  border: none !important;
  background-image: linear-gradient(0deg, #00984d, #00a0e3) !important;
  transition: none;
}
#home-search .quicksearch fieldset label,
#home-search .quicksearch fieldset span.rz-bubble {
  color: #00984d !important;
}
#home-search .quicksearch fieldset span.rz-bar {
  background: none !important;
  background-image: linear-gradient(90deg, #00984d, #00a0e3) !important;
}

.emk_immosearch .searchform fieldset label,
.emk_immosearch .searchform fieldset span.rz-bubble {
  color: #00984d !important;
}
.emk_immosearch .searchform fieldset span.rz-bar {
  background: none;
  background-image: linear-gradient(90deg, #00984d, #00a0e3) !important;
}

.b5.adress span[class^=icon-] {
  background: #00984d;
}

#kontaktform .aktion input[type=submit] {
  border: none;
  background: none;
  background-image: linear-gradient(0deg, #00984d, #00a0e3) !important;
}

#expose_sharing .print {
  background: #00a0e3;
}

#expose_sharing .share {
  background: #00984d;
}

.mod_tel_segmente .tel_segment {
  background: #f3f3f3;
}
.mod_tel_segmente span[class^=icon-] {
  color: #00984d;
}

.tel_list ul.tel_item {
  background: #f3f3f3;
}

.mod_downloads .wrap-x {
  background: #f3f3f3;
}

#one-page-red .wrap {
  background: #f3f3f3;
}

#emk_immosearch_list .result .prev_img .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kontaktform .frm_fields_container .frm_form_field {
  position: relative;
  margin-bottom: 12px;
}
#kontaktform .frm_fields_container .frm_form_field > label {
  display: none;
}
#kontaktform .frm_fields_container .frm_form_field input,
#kontaktform .frm_fields_container .frm_form_field button,
#kontaktform .frm_fields_container .frm_form_field select,
#kontaktform .frm_fields_container .frm_form_field textarea {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
}
#kontaktform .frm_fields_container .frm_form_field.expose_select .frm_primary_label {
  display: none;
}
#kontaktform .frm_fields_container .frm_form_field.expose_select label {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
  color: #666 !important;
}
#kontaktform .frm_fields_container .frm_form_field.ds_1 label, #kontaktform .frm_fields_container .frm_form_field.ds_2 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 12px !important;
  color: #666 !important;
}
#kontaktform .frm_fields_container .frm_form_field .frm_error {
  font-weight: bold;
  position: absolute;
  top: 14px;
  right: 10px;
}
#kontaktform .frm_fields_container .frm_form_field.ds_1 .frm_error {
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
}
#kontaktform .frm_fields_container .frm_button_submit {
  background-image: linear-gradient(0deg, #00984d, #00a0e3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#kontaktform .frm_fields_container .frm_button_submit:hover {
  color: #fff;
  border-color: transparent;
}

/*# sourceMappingURL=style.map */
