@charset "UTF-8";
/* Theme Name: emk Publisher
Theme URI: http://enders-marketing.de
Description: EMK-Publisher
Author: enders Interaktiv
Author URI: http://enders-marketing.de
Version: 1.1
*/
/*

_emk_1_style_mst_helper/

_emk_1_style_mst_mods/

*/
@import 'icomoon/style.css';
/* klavika - light */
@font-face {
  font-family: "Klavika";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/klavika-light.otf") format("opentype");
  /* Modern Browsers */
}
/* klavika - medium */
@font-face {
  font-family: "Klavika";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/klavika-medium.otf") format("opentype");
  /* Modern Browsers */
}
/* open-sans - light */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/OpenSans-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* open-sans - italic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 200;
  src: url("fonts/OpenSans-Italic.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* open-sans - regular */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/OpenSans-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* open-sans - semibold */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/OpenSans-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* open-sans - bold */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/OpenSans-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}
h1,
h2,
h3,
h4 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Klavika", Arial, sans-serif;
  font-size: 37px;
  font-weight: 400;
  color: #575757;
  line-height: 1.2;
  display: inline-block;
}
@media (min-width: 768px) {
  h1,
h2,
h3,
h4 {
    font-size: 44px;
  }
}

h2 {
  font-size: 37px;
  color: #1B9971;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-size: 23px;
  color: #0b543c;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

p,
a,
li,
tr,
td,
fieldset label,
fieldset .rzslider .rz-bubble {
  font-family: "Open Sans", Arial, sans-serif;
  color: #575757;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  list-style: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  p,
a,
li,
tr,
td,
fieldset label,
fieldset .rzslider .rz-bubble {
    font-size: 18px;
  }
}
p.link,
a.link,
li.link,
tr.link,
td.link,
fieldset label.link,
fieldset .rzslider .rz-bubble.link {
  color: #1B9971;
  margin: 0;
  padding: 0;
}
p.text-small, p.font_small,
a.text-small,
a.font_small,
li.text-small,
li.font_small,
tr.text-small,
tr.font_small,
td.text-small,
td.font_small,
fieldset label.text-small,
fieldset label.font_small,
fieldset .rzslider .rz-bubble.text-small,
fieldset .rzslider .rz-bubble.font_small {
  font-size: 14px;
  font-weight: 200;
}

.img_copyright {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  position: absolute;
  background: rgba(0, 0, 0, 0.704);
  padding: 0 7px;
  color: #fff;
  opacity: 0.9;
  right: 10px;
  bottom: 0;
}
.img_copyright:before {
  content: "© ";
}

fieldset .rzslider .rz-bubble {
  margin: 0;
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}
.trenner {
  display: none;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #1B9971;
}
@media (min-width: 768px) {
  .trenner {
    margin-top: 30px;
    margin-bottom: 25px;
    border-top: 2px solid #1B9971;
  }
}

.navbar {
  background: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .navbar {
    height: 110px;
    -webkit-transition: all 800ms ease;
    /* Firefox */
    -moz-transition: all 800ms ease;
    /* WebKit */
    -o-transition: all 800ms ease;
    /* Opera */
    transition: all 800ms ease;
    /* Standard */
  }
}
.navbar .navbar-inner {
  background: #fff;
  border: none;
  height: 100%;
  margin: 0 auto;
  width: 92%;
  max-width: 960px;
}
.navbar .navbar-inner .container {
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 10;
  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;
}
.navbar .navbar-inner .container:after, .navbar .navbar-inner .container:before {
  display: none;
}
.navbar .navbar-inner .container #nav {
  display: none;
}
.navbar .navbar-inner .container #brand img {
  width: 100%;
  max-width: 110px;
}
@media (min-width: 768px) {
  .navbar .navbar-inner .container #brand img {
    max-width: 100%;
  }
}
.navbar .navbar-inner .container #mobile_menue_burger {
  display: block;
  margin-right: 10px;
  height: 100%;
}
.navbar .navbar-inner .container #mobile_menue_burger #menu {
  position: relative;
  height: 100%;
}
.navbar .navbar-inner .container #mobile_menue_burger span[class^=icon-] {
  font-size: 34px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
  color: #1B9971;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.navbar .navbar-inner .container #mobile_menue_burger .icon-cross2 {
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
.navbar .navbar-inner .container #mobile_menue_burger .icon-menu7 {
  opacity: 0;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
.navbar .navbar-inner .container #mobile_menue_burger .closed .icon-menu7 {
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
.navbar .navbar-inner .container #mobile_menue_burger .closed .icon-cross2 {
  opacity: 0;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
@media (min-width: 1100px) {
  .navbar .navbar-inner .container #mobile_menue_burger {
    display: none;
  }
}
@media (min-width: 1100px) {
  .navbar .navbar-inner .container {
    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;
  }
  .navbar .navbar-inner .container #brand {
    width: 19%;
    min-width: 19%;
  }
  .navbar .navbar-inner .container #brand img {
    height: 80px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
  .navbar .navbar-inner .container #nav {
    width: 79%;
    display: block;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 {
    width: 100%;
    margin: 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li {
    margin: 0 10px;
    float: none;
    position: relative;
    list-style: none;
    white-space: nowrap;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li a {
    font-family: "Klavika";
    font-size: 20px;
    font-weight: 500;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 48px;
    left: -50px;
    opacity: 0;
    width: auto;
    padding-bottom: 10px;
    margin-top: 20px;
    border: none;
    background: #fff;
    z-index: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
    transition-delay: 0.4s;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: none;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li a {
    padding: 10px 18px;
    text-transform: none;
    color: #575757;
    cursor: pointer;
    font-weight: 400;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li a:hover, .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li a:focus-within {
    text-decoration: none;
    color: #1B9971;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li a:last-child {
    border-bottom: none;
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: 0;
    width: 210px;
    border: none;
    background: #fff;
    left: 0;
    z-index: 0;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li:hover, .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li:focus-within {
    background: #1B9971;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li:hover a, .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children ul.sub-menu li:focus-within a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children:hover ul.sub-menu, .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children:focus-within ul.sub-menu {
    opacity: 1;
    top: 48px;
    left: -50px;
    transform: scaleY(1);
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
    -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  }
  .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children:hover ul.sub-menu .sub-menu, .navbar .navbar-inner .container ul.nav_lev_1 li.menu-item-has-children:focus-within ul.sub-menu .sub-menu {
    margin-top: 0;
    left: 0;
    transform: scaleX(0);
  }
  .navbar .navbar-inner .container ul.nav_lev_1 a {
    display: block;
    position: relative;
    text-shadow: none;
    text-decoration: none;
    padding: 13px 6px;
    margin: 0;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
  .navbar .navbar-inner .container ul.nav_lev_1 a:hover, .navbar .navbar-inner .container ul.nav_lev_1 a:focus-within {
    cursor: pointer;
    color: #1B9971;
    background: none;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
}
.navbar.small {
  height: 60px;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
.navbar.small #brand img {
  height: 50px !important;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.navbar.small li.menu-item-has-children:hover ul.sub-menu,
.navbar.small li.menu-item-has-children:focus-within ul.sub-menu {
  top: 28px !important;
  left: -50px;
}

#menu_mobile {
  position: fixed;
  z-index: 99;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  -webkit-transition: right 500ms ease;
  /* Firefox */
  -moz-transition: right 500ms ease;
  /* WebKit */
  -o-transition: right 500ms ease;
  /* Opera */
  transition: right 500ms ease;
  /* Standard */
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
@media (min-width: 450px) {
  #menu_mobile {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  #menu_mobile {
    display: none;
  }
}
#menu_mobile.out {
  right: -100%;
  -webkit-transition: right 500ms ease;
  /* Firefox */
  -moz-transition: right 500ms ease;
  /* WebKit */
  -o-transition: right 500ms ease;
  /* Opera */
  transition: right 500ms ease;
  /* Standard */
}
#menu_mobile .menu_inner {
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: scroll;
}
#menu_mobile .menu_inner ul#menu-mobile {
  margin: 0;
  margin-top: 80px;
  padding: 0;
  padding-top: 6px;
}
@media (min-width: 650px) {
  #menu_mobile .menu_inner ul#menu-mobile {
    margin-top: 134px;
  }
}
#menu_mobile .menu_inner ul#menu-mobile li {
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #fff;
  padding-right: 0;
  margin-bottom: 0;
}
#menu_mobile .menu_inner ul#menu-mobile li a {
  text-decoration: none;
  margin: 0;
  line-height: 40px;
  padding: 0 20px;
  display: block;
}
#menu_mobile .menu_inner ul#menu-mobile li a:hover, #menu_mobile .menu_inner ul#menu-mobile li a:focus-within {
  color: #1B9971;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu {
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li {
  background: #fff;
  border-bottom: none;
  padding-left: 20px;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li a,
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li p {
  border-bottom: 1px solid red;
  line-height: 40px;
  padding: 0 20px;
  color: #575757;
  display: block;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li a:hover,
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li a:focus-within {
  color: #1B9971;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li p {
  margin-bottom: 0;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li:last-child a {
  border-bottom: none;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li.menu-item-has-children {
  position: relative;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li.menu-item-has-children > .sub-menu li a {
  padding: 0 20px 0 40px;
}
#menu_mobile .menu_inner ul#menu-mobile li ul.sub-menu li.menu-item-has-children > .sub-menu li:last-child a {
  border-bottom: 1px solid red;
}
#menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children {
  width: fit-content;
  transform: scaleY(1);
}
#menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children a {
  padding-right: 0;
}
#menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children a:after {
  content: "";
  display: inline-flex;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #1B9971;
  position: absolute;
  transform: rotate(90deg);
  margin-top: 15px;
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
#menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children:hover ul.sub-menu, #menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children:focus-within ul.sub-menu {
  transform: scaleY(1);
  height: auto;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
#menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children:hover a:after, #menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children:focus-within a:after {
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
#menu_mobile .menu_inner ul#menu-mobile li.menu-item-has-children ul li a:after {
  display: none;
}

#menu_wobau_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -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;
}
#menu_wobau_main .input_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-right: 0;
  font-family: "Exo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #6e6e6e;
}
#menu_wobau_main .input_search .searchform {
  opacity: 0;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search .searchform input[type=text] {
  border: 2px solid #1B9971;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 6px 10px;
  font-family: "Exo", Arial, sans-serif;
  font-weight: 200;
  color: #575757;
  background: white;
  box-shadow: none;
  max-width: 0px;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search .searchform input[type=text]::placeholder {
  color: silver;
  font-style: italic;
}
#menu_wobau_main .input_search .searchform input[type=text]::-ms-input-placeholder {
  font-style: italic;
}
#menu_wobau_main .input_search .searchform input[type=text]:focus-visible {
  outline: none;
  border: solid 1px #0b543c;
}
#menu_wobau_main .input_search .searchform .nav_lupe {
  display: inline-block;
  width: 28px;
  height: 28px;
  opacity: 0;
  background: url(img_system/icon-lupe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search .searchform.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search .searchform.show .nav_lupe {
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search .searchform.show input[type=text] {
  max-width: 160px;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search .searchform button {
  margin-top: -5px;
  margin-left: -30px;
  border: none;
  position: relative;
  bottom: -2px;
  cursor: pointer;
}
#menu_wobau_main .input_search img {
  margin-left: -30px;
  width: 35px;
  height: 35px;
  opacity: 1;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search img.hide {
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search:has(.searchform input[type=text]:focus-within) .searchform, #menu_wobau_main .input_search:has(.searchform button:focus-within) .searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search:has(.searchform input[type=text]:focus-within) .searchform .nav_lupe, #menu_wobau_main .input_search:has(.searchform button:focus-within) .searchform .nav_lupe {
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search:has(.searchform input[type=text]:focus-within) .searchform input[type=text], #menu_wobau_main .input_search:has(.searchform button:focus-within) .searchform input[type=text] {
  max-width: 160px;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_wobau_main .input_search:has(.searchform input[type=text]:focus-within) img, #menu_wobau_main .input_search:has(.searchform button:focus-within) img {
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}

#menu_mobile .input_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  font-family: "Exo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #6e6e6e;
}
#menu_mobile .input_search .searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_mobile .input_search .searchform input[type=text] {
  border: 2px solid #1B9971;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 6px 10px;
  font-family: "Exo", Arial, sans-serif;
  font-weight: 200;
  color: #575757;
  background: transparent;
  box-shadow: none;
  max-width: 0px;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_mobile .input_search .searchform input[type=text]::placeholder {
  color: silver;
  font-style: italic;
}
#menu_mobile .input_search .searchform input[type=text]::-ms-input-placeholder {
  font-style: italic;
}
#menu_mobile .input_search .searchform input[type=text]:focus-visible {
  outline: none;
  border: solid 1px #0b543c;
}
#menu_mobile .input_search .searchform .nav_lupe {
  display: inline-block;
  width: 28px;
  height: 28px;
  opacity: 0;
  background: url(img_system/icon-lupe.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_mobile .input_search .searchform.show {
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_mobile .input_search .searchform.show .nav_lupe {
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_mobile .input_search .searchform.show input[type=text] {
  max-width: 180px;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_mobile .input_search .searchform button {
  margin-left: -30px;
  border: none;
  position: relative;
  cursor: pointer;
}
#menu_mobile .input_search img {
  margin-left: -30px;
  width: 35px;
  height: 35px;
  opacity: 1;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#menu_mobile .input_search img.hide {
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}

.sy-box .sy-slides-wrap:hover .sy-controls {
  display: contents;
}
.sy-box .sy-slides-wrap ul.sy-controls {
  display: none;
}
#slider_emk.no_desc .sy-caption-wrap {
  display: none;
}
#slider_emk.dots_inside .sy-box {
  position: relative;
}
#slider_emk.dots_inside .sy-pager {
  position: absolute;
  bottom: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  #slider_emk.dots_inside .sy-pager {
    bottom: 20px;
  }
}
#slider_emk.small_dots .sy-box ul.sy-pager li {
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.8em 0 0;
  border: solid 1px #1B9971;
}
#slider_emk.small_dots .sy-box ul.sy-pager li a {
  background: transparent;
}
#slider_emk.small_dots .sy-box ul.sy-pager li.sy-active a {
  background: #1B9971;
}

.accordion_mst .ui-icon {
  background-image: none;
  margin-top: 0;
  text-indent: inherit;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  top: 42%;
  font-size: 20px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.accordion_mst .ui-widget {
  font-family: "Open Sans", Arial, sans-serif !important;
}
.accordion_mst .ui-corner-all {
  border-radius: 0;
}
.accordion_mst .ui-widget-content {
  border: none;
}
.accordion_mst h2,
.accordion_mst h3 {
  font-size: 19px;
  border: none;
  border-radius: 0px;
  background: none;
  background-color: #1B9971;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  padding: 8px 16px;
  outline: none;
  position: relative;
}
.accordion_mst h2 .icon-circle-right2,
.accordion_mst h2 .icon-circle-down2,
.accordion_mst h3 .icon-circle-right2,
.accordion_mst h3 .icon-circle-down2 {
  width: 20px;
  height: 20px;
}
.accordion_mst .ui-accordion-content,
.accordion_mst .accordion_segment .ui-accordion-content {
  padding: 0 30px;
  line-height: 1.6;
  margin-bottom: 15px;
  overflow: unset !important;
}
.accordion_mst .ui-accordion-content ul,
.accordion_mst .accordion_segment .ui-accordion-content ul {
  padding-left: 20px;
}

footer {
  position: relative;
  width: 100%;
  background: #575757;
  overflow: hidden;
}
footer .container-footer {
  width: 92%;
  max-width: 1750px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (min-width: 1400px) {
  footer .container-footer {
    width: 100%;
  }
}
footer .container-footer a {
  color: #fff;
  font-size: 14px;
}
footer .container-footer .navigation-footer {
  margin: 0 auto;
  padding: 20px 0;
}
footer .container-footer .navigation-footer ul#menu-footer {
  background: red;
  margin: 0;
  padding: 0;
}
footer .container-footer .navigation-footer ul#menu-footer li {
  list-style: none;
  float: left;
  margin-right: 15px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets {
  width: 100%;
  max-width: 960px;
  display: block;
  padding-bottom: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column {
  width: 32%;
  min-width: 32%;
  margin-top: 0;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column:first-child {
  margin-top: 0;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column .head h4 {
  font-size: 24px;
  font-weight: 600;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm {
  width: 100%;
  min-width: 100%;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul li {
  line-height: 1.6;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul li.post {
  margin-top: 15px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block {
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block li {
  width: 100%;
  text-align: center;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block li.icon {
  width: 45px;
  margin-right: 20px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block li.data_1 {
  width: auto;
  min-width: auto;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block {
  width: 100%;
  margin-bottom: 40px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li {
  text-align: center;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li p {
  color: #fff;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li.head {
  width: 100%;
  min-width: 100%;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li.data-1 {
  width: 100%;
  min-width: 100%;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.mail_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  min-width: auto;
  max-width: 300px;
  margin: 0 auto;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.mail_block a {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm {
    width: 31%;
    min-width: 31%;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 18px;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul li {
    line-height: 1.6;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block {
    width: 80%;
    min-width: 80%;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block li {
    text-align: left;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block li.icon {
    width: 45px;
    margin-right: 20px;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.data_block li.data_1 {
    width: auto;
    min-width: auto;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block {
    width: 80%;
    min-width: 80%;
    margin-bottom: 0;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li {
    text-align: left;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li p {
    margin: 0;
    color: #fff;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li p span {
    font-size: 24px;
  }
}
@media (min-width: 980px) and (min-width: 1200px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li p span {
    font-size: 28px;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li.icon {
    width: 45px;
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.firm ul.adress_block li.data_2 {
    width: auto;
    min-width: auto;
  }
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez {
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 18px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.4;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul .mail {
  margin-top: 5px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block {
  margin-bottom: 40px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block li:hover .mail {
  color: #1B9971;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 18px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block h4,
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block p,
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block td {
  color: #fff;
  opacity: 0.75;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block p {
  font-size: 16px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block td {
  padding-right: 6px;
  text-align: right;
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  line-height: 1;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block td.left {
  text-align: left;
  width: 100px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block .head,
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block p {
  width: 100%;
  text-align: center;
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 31%;
    min-width: 31%;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 18px;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 65%;
    min-width: 65%;
    margin-left: 0;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block li {
    line-height: 1;
  }
}
@media (min-width: 980px) and (min-width: 1400px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block {
    width: 75%;
    min-width: 75%;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block a {
    width: 100%;
    text-decoration: none;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block a li {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 980px) and (min-width: 1400px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block a li {
    font-size: 20px;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block a li.icon {
    width: 45px;
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block a li.data_2 {
    width: auto;
    min-width: auto;
    color: #fff;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block a.emk_btn_2 {
    width: fit-content;
    margin-top: 5px;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez ul.mail_block a:hover.mail {
    color: #1B9971;
  }
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 18px;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block .head,
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.oez .oez_block p {
    text-align: left;
  }
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links {
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.6;
  text-align: center;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul li.havarie a {
  font-family: "Klavika", Arial, sans-serif;
  font-size: 22px !important;
  font-weight: 400;
  padding: 15px 0;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul li.info {
  display: block;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul li a:hover.mail {
  color: #1B9971;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul.social_block {
  margin-top: 30px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul.social_block li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul.social_block li span {
  margin-right: 10px;
  font-size: 32px;
}
@media (min-width: 980px) {
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 31%;
    min-width: 31%;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul {
  margin: 0;
  padding: 0;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  opacity: 0.75;
  font-weight: 100;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li.head {
  opacity: 0.75;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li h4 {
  font-size: 20px;
  font-family: "Klavika", Arial, sans-serif;
  margin: 0;
  margin-bottom: 4px;
  color: #fff;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li h4.pf {
  font-size: 16px;
  margin-top: 6px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li a {
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 100;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li > span {
  display: inline-block;
  width: 60px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li span.day {
  display: inline-block;
  width: 100px;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li span.time {
  display: inline-block;
  width: 135px;
  text-align: right;
}
footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column ul li span.and {
  display: inline-block;
  width: 38px;
}
footer .container-footer .tagline {
  width: 100%;
  display: block;
  margin: 15px auto 0;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  text-align: center;
}
footer .container-footer .tagline p, footer .container-footer .tagline a, footer .container-footer .tagline li {
  font-size: 13px !important;
  color: #fff !important;
}
footer .container-footer .tagline ul {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
footer .container-footer .tagline ul li {
  display: inline-block;
  padding: 0 10px;
  opacity: 0.75;
}
footer .container-footer .tagline ul li.firm {
  width: 100%;
}
@media (min-width: 768px) {
  footer .container-footer .tagline ul li.firm {
    width: auto;
  }
}
footer .container-footer .tagline ul li a {
  padding: 3px 6px;
  text-decoration: none;
}
footer.active-mobile-menue {
  display: none;
}

#pinboard {
  position: relative;
  width: 130px;
  min-width: 130px;
  margin-right: 50px;
}
#pinboard ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#pinboard ul li {
  list-style: none;
}
#pinboard ul li.stars {
  width: 35px;
  min-width: 35px;
  padding: 13px 6px;
  position: relative;
  display: inline-block;
}
#pinboard ul li.stars > span {
  position: absolute;
  font-size: 26px;
  color: red;
  left: 0;
  top: 9px;
}
#pinboard ul li.stars > span.hide {
  display: none;
}
#pinboard ul li.lab a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 6px;
  color: red;
}
#pinboard ul li.emk_counter {
  width: 35px;
  min-width: 35px;
  padding: 13px 6px;
  position: relative;
  display: inline-block;
}
#pinboard ul li.emk_counter span.val {
  width: 16px;
  height: 16px;
  background: red;
  color: #fff;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  position: absolute;
  left: -4px;
  top: 2px;
}

#emk-search form#navbar-search {
  padding: 11px 0;
  position: relative;
}
#emk-search form#navbar-search .icon-search3 {
  font-size: 24px;
  color: #87888a;
  position: relative;
}
#emk-search form#navbar-search .search-lnk {
  display: none;
}
#emk-search form#navbar-search .search-toggle {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2px;
  height: 44px;
  width: 0;
  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-transition: width 750ms ease;
  /* Firefox */
  -moz-transition: width 750ms ease;
  /* WebKit */
  -o-transition: width 750ms ease;
  /* Opera */
  transition: width 750ms ease;
  /* Standard */
}
#emk-search form#navbar-search .search-toggle.slideOut {
  width: 220px;
  -webkit-transition: width 750ms ease;
  /* Firefox */
  -moz-transition: width 750ms ease;
  /* WebKit */
  -o-transition: width 750ms ease;
  /* Opera */
  transition: width 750ms ease;
  /* Standard */
}
#emk-search form#navbar-search .search-toggle input[type=text] {
  width: 215px;
  border: 1px solid #6e6e6e;
  height: 44px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  padding: 0 14px;
}
#emk-search form#navbar-search .search-toggle input[type=text]:focus {
  outline: none;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
#emk-search form#navbar-search .search-toggle input[type=submit] {
  width: 40px;
  background: none;
  border: none;
  position: relative;
  outline: none;
}

.frm_forms {
  background: #fff;
  padding: 20px;
}
.frm_forms .frm-show-form {
  background: #fff;
}
.frm_forms .frm-show-form .frm_error_style {
  color: red;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 0 30px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset {
  border: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  width: 100%;
  margin-bottom: 10px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_half {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_half {
    width: 49%;
    min-width: 49%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_third {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_third {
    width: 32%;
    min-width: 32%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_description {
  display: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  color: red;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_primary_label {
  display: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_required_field {
  position: relative;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_required_field .frm_error {
  position: absolute;
  top: 7px;
  right: 12px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 {
    width: 80%;
    min-width: 80%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .list {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .list {
    width: 47%;
    min-width: 47%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .qr {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .qr {
    width: 47%;
    min-width: 47%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_2 {
    width: 10%;
    min-width: 10%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_2 .form-field {
  width: auto;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container img {
  width: 100%;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input, .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container button, .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select, .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
  font-family: "Open Sans", Arial, sans-serif;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=text],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=tel],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=email],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=number],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
  box-sizing: border-box;
  background: #ededed;
  color: #575757;
  min-height: 45px;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input:focus-visible,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea:focus-visible {
  border: 1px solid #e6f5fb;
  outline: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container p {
  font-size: 18px;
  font-weight: 300;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-webkit-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-webkit-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-webkit-input-placeholder {
  color: #87888a;
  font-size: 18px;
  font-weight: 300;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::placeholder {
  color: #87888a;
  font-size: 18px;
  font-weight: 300;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-moz-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-moz-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-moz-placeholder {
  color: #87888a;
  font-size: 18px;
  font-weight: 300;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-ms-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-ms-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-ms-input-placeholder {
  color: #87888a;
  font-size: 18px;
  font-weight: 300;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .field_download .frm_description {
  margin-bottom: 20px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone {
  max-width: 100% !important;
  background: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-message {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #0b543c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-message .frmsvg {
  display: none !important;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-message .dl_icon {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-message .dl_icon:before {
  width: 100px;
  content: url("./img_system/upload.svg");
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview {
  border: none;
  padding: 5px 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-image {
  display: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column {
  position: relative;
  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;
  width: 100%;
  min-width: 100%;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-details {
  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;
  width: 100%;
  min-width: 100%;
  height: 30px;
  z-index: 2;
  color: #0b543c;
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0 20px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-details .dz-filename {
  width: 65%;
  min-width: 65%;
  font-size: 14px;
  color: #1B9971;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-details .dz-filename {
    width: 80%;
    min-width: 80%;
    font-size: 18px;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-details .dz-size {
  width: 20%;
  min-width: 20%;
  font-size: 14px;
  color: #1B9971;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-details .dz-size {
    width: 10%;
    min-width: 10%;
    font-size: 18px;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-details .dz-remove svg {
  display: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-details .frm_remove_link:before {
  content: url("./img_system/delete.svg");
  position: absolute;
  height: 25px;
  width: 20px;
  background: rgba(0, 141, 202, 0.169);
  padding: 8px;
  top: -5px;
  right: 0;
  z-index: 3;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-progress {
  position: absolute;
  background: transparent;
  height: 40px;
  width: 90%;
  z-index: 1;
}
@media (min-width: 540px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-progress {
    width: 92%;
  }
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-progress {
    width: 95%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_dropzone .dz-preview .dz-column .dz-progress .dz-upload {
  background: rgba(0, 141, 202, 0.169);
  transition-duration: 1s;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  text-align: center;
  width: fit-content;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  color: white;
  outline: none;
  background-color: #1B9971;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit].active {
  color: white;
  background: #1B9971;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0b543c;
  transition: all 0.3s;
  z-index: -1;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:hover {
  cursor: pointer;
  color: #fff;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:hover:before {
  width: 100%;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 .frm_checkbox {
  margin-bottom: 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 .frm_checkbox label {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  color: #87888a;
  line-height: 1.4;
  font-weight: 300;
  text-indent: -25px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 .frm_error {
  right: auto;
  top: -23px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 {
  font-size: 12px;
  color: #87888a;
  line-height: 1.4;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 p {
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  color: #87888a;
  line-height: 1.4;
  text-decoration: none;
  margin: 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 a {
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  color: #87888a;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px dotted #87888a;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept {
  font-size: 14px;
  color: #87888a;
  line-height: 1.4;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept label {
  font-family: "Open Sans", Arial, sans-serif;
  color: #87888a;
  font-weight: 300;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept .frm_error {
  right: auto;
  top: -10px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_upload_text {
  font-size: 26px;
  color: #1B9971;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_upload_text button {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_compact_text {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  color: #1B9971;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_small_text {
  display: none;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}
.frm_forms .frm_message {
  color: #575757;
  font-family: "Open Sans", Arial, sans-serif;
}

.frm_checkbox label {
  position: relative;
  padding-left: 25px;
  font-weight: normal;
  color: #575757;
  font-family: "Open Sans", Arial, sans-serif;
  display: inline-block;
}
.frm_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.frm_checkbox label .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #0b543c;
}
.frm_checkbox label input:checked ~ .checkmark {
  bottom: 2px;
  left: 2px;
  height: 15px;
  width: 15px;
}
.frm_checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.frm_checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.frm_checkbox label .checkmark:after {
  left: 2px;
  bottom: 2px;
  width: 7px;
  height: 15px;
  border: solid #0b543c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.emko.list_jobs {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .emko.list_jobs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.emko.list_jobs .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.emko.list_jobs .emki .emkw {
  width: 92%;
}
@media (min-width: 1300px) {
  .emko.list_jobs .emki .emkw {
    width: 100%;
  }
}
.emko.list_jobs .emki .emkw h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.emko.list_jobs .emki .emkw p {
  width: 100%;
  max-width: 80ch;
}
.emko.list_jobs .emki .emkw h2, .emko.list_jobs .emki .emkw h3 {
  width: 80%;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  hyphens: none;
}
.emko.list_jobs .emki .emkw li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.emko.list_jobs .emki .emkw a {
  text-decoration: none;
}
.emko.list_jobs .emki .emkw .list_jobs_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 980px) {
  .emko.list_jobs .emki .emkw .list_jobs_wrap {
    width: 80%;
  }
}
.emko.list_jobs .emki .emkw .list_jobs_wrap p {
  margin-bottom: 0;
}
.emko.list_jobs .emki .emkw .list_jobs_wrap .job_badge {
  position: absolute;
  width: auto;
  padding: 2px 10px;
  right: 10px;
  top: 0;
  background: #1B9971;
  color: #fff;
  font-size: 12px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.emko.list_jobs .emki .emkw .list_jobs_wrap .more {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.emko.list_jobs .emki .emkw .list_jobs_wrap .more:hover {
  color: #1B9971;
}
.emko.list_jobs .emki .emkw #kontakt {
  position: relative;
  background: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 768px) {
  .emko.list_jobs .emki .emkw #kontakt {
    width: 60%;
  }
}
@media (min-width: 980px) {
  .emko.list_jobs .emki .emkw #kontakt {
    width: 40%;
  }
}
.emko.list_jobs .emki .emkw #kontakt span.icon-bubbles4 {
  margin-right: 6px;
  font-size: 26px;
  color: #0b543c;
}
.emko.list_jobs .emki .emkw #kontakt .data {
  margin-top: 20px;
}
.emko.list_jobs .emki .emkw #kontakt .data li {
  font-size: 18px;
}
.emko.list_jobs .emki .emkw #kontakt .data li.tel {
  font-size: 20px;
  font-weight: 600;
}
.emko.list_jobs .emki .emkw #sharing {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .emko.list_jobs .emki .emkw #sharing {
    width: 60%;
  }
}
@media (min-width: 980px) {
  .emko.list_jobs .emki .emkw #sharing {
    width: 40%;
  }
}
.emko.list_jobs .emki .emkw #sharing ul {
  display: contents;
}
.emko.list_jobs .emki .emkw #sharing ul li {
  width: 49%;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.emko.list_jobs .emki .emkw #sharing ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.emko.list_jobs .emki .emkw #sharing ul li span {
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
}
.emko.list_jobs .emki .emkw #sharing ul li span .icon-envelope {
  height: 40px;
}

#job_detail {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
}
#job_detail h1 {
  margin-top: 30px;
}
#job_detail table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#job_detail table tr {
  padding: 8px;
}
#job_detail table tr:nth-child(odd) {
  background: #f6f6f6;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#job_detail table tr th, #job_detail table tr td {
  padding-top: 8px;
  padding-right: 50px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-align: left;
}
#job_detail .zusatz {
  margin-top: 50px;
}
#job_detail .zusatz table {
  width: auto;
}
#job_detail .aufgaben {
  margin-top: 50px;
}
#job_detail .aufgaben p {
  font-weight: 600;
}
#job_detail .online_bewerbung {
  margin-top: 50px;
}
#job_detail .online_bewerbung {
  margin-top: 50px;
}
#job_detail .emk_btn {
  width: fit-content;
}
#job_detail .emk_btn a {
  color: #fff;
  text-decoration: none;
}
#job_detail a {
  text-decoration: none;
}
#job_detail .links {
  margin-top: 50px;
  margin-bottom: 20px;
}
#job_detail .links a {
  color: #1B9971;
}
#job_detail .cta {
  margin-top: 50px;
}
#job_detail #kontakt {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 768px) {
  #job_detail #kontakt {
    width: 60%;
  }
}
@media (min-width: 980px) {
  #job_detail #kontakt {
    width: 40%;
  }
}
#job_detail #kontakt span.icon-bubbles4 {
  margin-right: 6px;
  font-size: 26px;
}
#job_detail #kontakt .data {
  margin-top: 20px;
  list-style: none;
}
#job_detail #kontakt .data li {
  font-size: 18px;
  margin-bottom: 10px;
}
#job_detail #kontakt .data li.text-small {
  font-size: 14px;
  color: #666;
}
#job_detail #kontakt .data li.tel {
  font-size: 20px;
  font-weight: 600;
}
#job_detail #kontakt .data li a {
  text-decoration: none;
}
#job_detail #sharing {
  margin-top: 40px;
  width: fit-content;
}
#job_detail #sharing ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  list-style: none;
}
#job_detail #sharing ul li {
  width: fit-content !important;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
#job_detail #sharing ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: transparent !important;
}
#job_detail #sharing ul li span {
  color: #fff;
  margin-right: 0;
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}
#job_detail #sharing ul li span .icon-envelope {
  height: 40px;
}
@media (min-width: 768px) {
  #job_detail #sharing ul li span {
    font-size: 24px;
  }
}

.list_jobs .emki {
  max-width: 100% !important;
}
.list_jobs .emkw_:after {
  content: "";
  background: url("img_system/logo-wasserzeichen.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 25%;
  height: 60%;
  display: block;
  position: absolute;
  z-index: -2;
  right: 0;
  top: -100px;
}

#jobs_list .section_ausbildung,
#jobs_list .section_jobs {
  margin: 60px 0 85px;
}
#jobs_list .list_jobs_wrap p {
  margin-bottom: 12px;
}
#jobs_list #sharing {
  display: none;
}

#head_vario_slider {
  z-index: 1;
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #head_vario_slider {
    padding-bottom: 30px;
  }
}
#head_vario_slider.emko.full {
  width: 100%;
}
#head_vario_slider.emko.full .emki {
  width: 100%;
  max-width: none;
}
#head_vario_slider.emko.full .emki .emkw {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
#head_vario_slider.emko.full .emki .emkw:before {
  content: "";
  background: #e6f5fb;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 92%;
  max-width: 960px;
  height: 60%;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 768px) {
  #head_vario_slider.emko.full .emki .emkw:before {
    display: block;
  }
}
#head_vario_slider.emko.full .emki .emkw #slider_emk {
  position: relative;
  clip-path: none;
}
@media (min-width: 768px) {
  #head_vario_slider.emko.full .emki .emkw #slider_emk {
    clip-path: polygon(0 800px, 100% 800px, 100% 0, 0 38.75px, 0 800px);
  }
}
#head_vario_slider.emko.full .emki .emkw #slider_emk .slider_overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
}
#head_vario_slider.emko.full .emki .emkw #slider_emk .slider_overlay img {
  width: 20%;
}
#head_vario_slider.emko.full .emki .emkw #slider_emk .sy-slides-crop {
  position: relative;
  max-height: 60vh;
}
#head_vario_slider.emko.full .emki .emkw #slider_emk .sy-slides-crop:before {
  content: "";
  display: block;
  padding-top: 50%;
}
#head_vario_slider.emko.full .emki .emkw #slider_emk .sy-slides-crop .sy-list, #head_vario_slider.emko.full .emki .emkw #slider_emk .sy-slides-crop li {
  position: absolute;
  top: 0;
  bottom: 0;
}
#head_vario_slider.emko.full .emki .emkw #slider_emk .sy-slides-crop .sy-list img, #head_vario_slider.emko.full .emki .emkw #slider_emk .sy-slides-crop li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#head_vario_slider.emko.full .emki .emkw #slider_emk .sy-filler {
  padding: 0 !important;
}
#head_vario_slider.emko.content_4_3 {
  margin: 0 auto;
  width: 100%;
}
#head_vario_slider.emko.content_4_3 .emki {
  width: 100%;
}
#head_vario_slider.emko.content_4_3 .emki .emkw {
  margin: 0 auto;
  max-width: 100%;
}
#head_vario_slider.emko.content_16_9 {
  margin: 0 auto;
  width: 100%;
}
#head_vario_slider.emko.content_16_9 .emki {
  width: 100%;
}
#head_vario_slider.emko.content_16_9 .emki .emkw {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
#head_vario_slider .site_headline {
  display: none;
  margin: 80px auto 0;
  width: 92%;
  max-width: 1110px;
}
@media (min-width: 1400px) {
  #head_vario_slider .site_headline {
    width: 100%;
  }
}
#head_vario_slider .site_headline.hidden {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
#head_vario_slider .site_headline .news_date {
  display: none;
}
#head_vario_slider .site_headline h1, #head_vario_slider .site_headline h2 {
  display: block;
  color: #1B9971;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #head_vario_slider .site_headline h1, #head_vario_slider .site_headline h2 {
    font-size: 54px;
  }
}
#head_vario_slider .site_headline h1 {
  margin-bottom: 20px;
}

#head_vario_slider.emko.content_16_9 .emki,
#head_vario_slider.emko.content .emki {
  width: 100%;
  max-width: inherit;
}
#head_vario_slider.emko.content_16_9 .emki.no_image,
#head_vario_slider.emko.content .emki.no_image {
  margin: 0;
}
#head_vario_slider.emko.content_16_9 .emki.no_image:before,
#head_vario_slider.emko.content .emki.no_image:before {
  height: 110px;
  width: 100%;
}
#head_vario_slider.emko.content_16_9 .emki:before,
#head_vario_slider.emko.content .emki:before {
  content: "";
  background: #ecf6f3;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#head_vario_slider.emko.content_16_9 .emki .emkw,
#head_vario_slider.emko.content .emki .emkw {
  padding-top: 40px;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk,
#head_vario_slider.emko.content .emki .emkw #slider_emk {
  max-height: 600px;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-slides-crop,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-slides-crop {
  position: relative;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-slides-crop:before,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-slides-crop:before {
  content: "";
  display: block;
  padding-top: 50%;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-slides-crop .sy-list, #head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-slides-crop li,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-slides-crop .sy-list,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-slides-crop li {
  position: absolute;
  top: 0;
  bottom: 0;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-slides-crop .sy-list img, #head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-slides-crop li img,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-slides-crop .sy-list img,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-slides-crop li img {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  object-fit: cover;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-controls,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-controls {
  top: 0;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-controls .sy-prev,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-controls .sy-prev {
  left: 100px;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-controls .sy-next,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-controls .sy-next {
  right: 100px;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .sy-filler,
#head_vario_slider.emko.content .emki .emkw #slider_emk .sy-filler {
  padding: 0 !important;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .slider_overlay,
#head_vario_slider.emko.content .emki .emkw #slider_emk .slider_overlay {
  position: absolute;
  top: 0;
}
#head_vario_slider.emko.content_16_9 .emki .emkw #slider_emk .slider_overlay img,
#head_vario_slider.emko.content .emki .emkw #slider_emk .slider_overlay img {
  width: 100%;
  z-index: 99;
}

#head_vario_slider.emko.content_4_3 .emki {
  width: 100%;
  max-width: inherit;
}
#head_vario_slider.emko.content_4_3 .emki.no_image {
  margin: 0;
}
#head_vario_slider.emko.content_4_3 .emki.no_image:before {
  height: 110px;
  width: 100%;
}
#head_vario_slider.emko.content_4_3 .emki:before {
  content: "";
  background: #e6f5fb;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 92%;
  max-width: 960px;
  height: 60%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#head_vario_slider.emko.content_4_3 .emki .emkw {
  padding-top: 50px;
}
@media (min-width: 768px) {
  #head_vario_slider.emko.content_4_3 .emki .emkw {
    padding-top: 100px;
  }
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk {
  max-height: 600px;
  max-width: 960px;
  margin: 0 auto;
  max-height: 60vh;
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .sy-slides-crop {
  position: relative;
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .sy-slides-crop:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .sy-slides-crop .sy-list, #head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .sy-slides-crop li {
  position: absolute;
  top: 0;
  bottom: 0;
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .sy-slides-crop .sy-list img, #head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .sy-slides-crop li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .sy-filler {
  padding: 0 !important;
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .slider_overlay {
  position: absolute;
  top: 0;
}
#head_vario_slider.emko.content_4_3 .emki .emkw #slider_emk .slider_overlay img {
  width: 100%;
  z-index: 99;
}

.slider_overlay .wrap_box {
  max-width: 960px;
  margin: 0 auto;
  width: 94%;
}
@media (min-width: 1400px) {
  .slider_overlay .wrap_box {
    width: 100%;
  }
}
.slider_overlay .wrap_box .ov_box {
  display: none;
  background: rgba(27, 153, 113, 0.797);
  padding: 20px;
  max-width: 300px;
  position: relative;
}
@media (min-width: 650px) {
  .slider_overlay .wrap_box .ov_box {
    display: block;
  }
}
@media (min-width: 768px) {
  .slider_overlay .wrap_box .ov_box {
    max-width: 400px;
  }
}
.slider_overlay .wrap_box .ov_box h2,
.slider_overlay .wrap_box .ov_box p {
  color: white;
  hyphens: none;
}
.slider_overlay .wrap_box .ov_box h2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .slider_overlay .wrap_box .ov_box h2 {
    font-size: 38px;
  }
}
.slider_overlay .wrap_box .ov_box.right {
  float: right;
}

.page-template-page_redaktion_showroom .site_headline.hidden,
.page-template-page_downloads .site_headline.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.emko.mod_map {
  width: 100%;
  background: lightcoral;
}
.emko.mod_map .emki {
  max-width: 100%;
}
.emko.mod_map .emki .emkw {
  width: 100%;
  max-width: 100%;
}
.emko.mod_map .emki .wrap {
  max-width: 100%;
}
.emko.mod_map .emki .wrap #pin-map {
  height: 500px;
}

.popup {
  display: none;
}
.popup.full_overlay {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.full_overlay {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.503);
  z-index: 999;
}
.full_overlay .popup_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  max-width: 1200px;
  height: 50%;
  background: white;
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (min-width: 768px) {
  .full_overlay .popup_box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 60%;
    padding: 80px;
  }
}
.full_overlay .popup_box .handler {
  position: absolute;
  right: 30px;
  top: 30px;
}
.full_overlay .popup_box .handler .icon-cross2 {
  font-size: 30px;
}
.full_overlay .popup_box img {
  width: 100%;
  max-height: 200px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .full_overlay .popup_box img {
    width: 70%;
  }
}
.full_overlay .popup_box h3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .full_overlay .popup_box h3 {
    font-size: 24px;
  }
}
@media (min-width: 980px) {
  .full_overlay .popup_box h3 {
    font-size: 28px;
  }
}
.full_overlay .popup_box .emk_btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .full_overlay .popup_box .emk_btn {
    width: 50%;
  }
}

.emko.mod_zahlen_fakten .emki {
  position: relative;
  background-image: url("img_system/facts.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  padding: 90px 0;
  z-index: 5;
}
.emko.mod_zahlen_fakten .emki .wrap_z_f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .emko.mod_zahlen_fakten .emki .wrap_z_f {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40%;
  min-width: 40%;
  margin: 20px 0;
}
@media (min-width: 980px) {
  .emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f {
    width: 20%;
    min-width: 20%;
    margin: 0 20px;
  }
}
.emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f li {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f li h3 {
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
}
@media (min-width: 768px) {
  .emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f li h3 {
    font-size: 18px;
  }
}
.emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f li.icon {
  max-width: 100px;
  height: 80px;
}
.emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f li.icon img {
  height: 100%;
  max-width: 100%;
}
.emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f li.counter {
  margin: 10px 0 0;
  font-family: "Klavika";
  font-weight: 700;
  font-size: 40px;
  white-space: nowrap;
  list-style: none;
}
@media (min-width: 768px) {
  .emko.mod_zahlen_fakten .emki .wrap_z_f ul.z_f li.counter {
    font-size: 60px;
  }
}

.mod_text_button {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ecf6f3;
}
.mod_text_button .emkw {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_text_button .emkw h2, .mod_text_button .emkw h4 {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  color: #1B9971;
  background: transparent;
}
.mod_text_button .emkw h3 {
  background: none;
  color: #1B9971;
  font-weight: 400;
  padding: 0;
  font-size: 24px;
}
.mod_text_button .emkw p, .mod_text_button .emkw li {
  width: 100%;
  margin: 0;
}
.mod_text_button .emkw p.subhead, .mod_text_button .emkw li.subhead {
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .mod_text_button .emkw p, .mod_text_button .emkw li {
    max-width: 80ch;
  }
}
.mod_text_button .emkw .emk_btn {
  margin-top: 30px;
  width: fit-content;
}

.mod_akkordeon_segment .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.mod_akkordeon_segment .wrapper img {
  width: 60px;
  margin-right: 20px;
}
.mod_akkordeon_segment .wrapper .head_content {
  width: 79%;
}

.mod_text_box {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}
.mod_text_box .emkw {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_text_box .emkw h2, .mod_text_box .emkw h4 {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  color: #1B9971;
  background: transparent;
}
.mod_text_box .emkw h3 {
  background: none;
  color: #1B9971;
  font-weight: 400;
  padding: 0;
  font-size: 24px;
}
.mod_text_box .emkw p, .mod_text_box .emkw li {
  width: 100%;
  margin: 0;
}
.mod_text_box .emkw p.subhead, .mod_text_box .emkw li.subhead {
  font-weight: 400;
}
@media (min-width: 1100px) {
  .mod_text_box .emkw p, .mod_text_box .emkw li {
    width: 80ch;
  }
}
.mod_text_box .emkw .emk_btn {
  width: fit-content;
  margin-top: 30px;
}

.mod_news_loader {
  position: relative;
  padding-top: 80px;
  background: #ecf6f3;
}
.mod_news_loader .emki {
  position: relative;
  max-width: 100% !important;
  height: 100%;
  z-index: 1;
}
.mod_news_loader .emki .emkw {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 80px;
}
.mod_news_loader .emki .emkw .news_wrap {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  max-height: 100%;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test a {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-width: 100%;
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .img_4_3 {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-height: 300px;
  height: 100%;
}
@media (min-width: 768px) {
  .mod_news_loader .emki .emkw .news_wrap .wrap_test .img_4_3 {
    width: 49%;
    min-width: 49%;
  }
}
@media (min-width: 920px) {
  .mod_news_loader .emki .emkw .news_wrap .wrap_test .img_4_3 {
    width: 39%;
    min-width: 39%;
  }
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .img_4_3 .img_copyright {
  z-index: 5;
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .content {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .mod_news_loader .emki .emkw .news_wrap .wrap_test .content {
    width: 49%;
    min-width: 49%;
  }
}
@media (min-width: 920px) {
  .mod_news_loader .emki .emkw .news_wrap .wrap_test .content {
    width: 59%;
    min-width: 59%;
  }
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .content .news_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: flex !important;
  margin-bottom: 6px;
  color: #6e6e6e;
  width: 100%;
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .content .news_date img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .content .news_date p {
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  width: fit-content;
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .content h3 {
  font-weight: 400;
}
.mod_news_loader .emki .emkw .news_wrap .wrap_test .content .more {
  color: #1B9971;
}
.mod_news_loader .emki .emkw h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.mod_news_loader .emki .emkw .emk_btn {
  width: fit-content;
  margin-top: 30px;
}

.mod_news_loader:after {
  content: "";
  background: url("img_system/logo-wasserzeichen.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -60px;
  right: -70px;
}

.mod_home_promo_boxen .emki {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .mod_home_promo_boxen .emki {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.mod_home_promo_boxen .emki .emkw {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.mod_home_promo_boxen .emki .emkw h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mod_home_promo_boxen .emki .emkw h2 {
    margin-bottom: 40px;
  }
}
.mod_home_promo_boxen .emki .emkw a {
  text-decoration: none;
}
.mod_home_promo_boxen .emki .emkw .wrap_desk {
  display: none;
}
.mod_home_promo_boxen .emki .emkw .wrap_desk .promo_wrap {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.mod_home_promo_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box {
  width: 32%;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.mod_home_promo_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box .promo_text {
  padding: 20px 30px;
}
.mod_home_promo_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box .promo_text h3 {
  margin-bottom: 0;
  font-weight: 400;
}
.mod_home_promo_boxen .emki .emkw .wrap_mobil .promo_wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.mod_home_promo_boxen .emki .emkw .wrap_mobil .promo_wrap .promo_text {
  padding: 20px 30px;
}
.mod_home_promo_boxen .emki .emkw .wrap_mobil .promo_wrap .promo_text h3 {
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .mod_home_promo_boxen .emki .emkw .wrap_desk {
    display: block;
  }
  .mod_home_promo_boxen .emki .emkw .wrap_desk .sy-caption {
    display: none !important;
  }
  .mod_home_promo_boxen .emki .emkw .wrap_mobil {
    display: none;
  }
}

.mod_home_promo_boxen .emki #slider_emk {
  height: auto;
  aspect-ratio: 16/9;
}
.mod_home_promo_boxen .emki #slider_emk .sy-box {
  height: 100%;
}
.mod_home_promo_boxen .emki #slider_emk .sy-box .sy-slides-crop {
  overflow: unset;
}
.mod_home_promo_boxen .emki #slider_emk .sy-controls {
  display: block;
}
.mod_home_promo_boxen .emki #slider_emk .sy-controls li.sy-prev {
  left: 0;
}
@media (min-width: 768px) {
  .mod_home_promo_boxen .emki #slider_emk .sy-controls li.sy-prev {
    left: -60px;
  }
}
@media (min-width: 1100px) {
  .mod_home_promo_boxen .emki #slider_emk .sy-controls li.sy-prev {
    left: -70px;
  }
}
.mod_home_promo_boxen .emki #slider_emk .sy-controls li.sy-next {
  right: 0;
}
@media (min-width: 768px) {
  .mod_home_promo_boxen .emki #slider_emk .sy-controls li.sy-next {
    right: -60px;
  }
}
@media (min-width: 1100px) {
  .mod_home_promo_boxen .emki #slider_emk .sy-controls li.sy-next {
    right: -70px;
  }
}
.mod_home_promo_boxen .emki .wrap_mobil #slider_emk {
  height: auto;
}
.mod_home_promo_boxen .emki .wrap_mobil #slider_emk .slides li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mod_home_promo_boxen .emki .emk_btn {
  width: fit-content;
}

.page-template-page_downloads .main {
  background: transparent linear-gradient(359deg, #F3F9FE 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.page-template-page_downloads .mod_intro {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-template-page_downloads .mod_intro {
    padding: 80px 0;
  }
}

.mod_intro {
  margin-top: 40px;
}
.mod_intro h2 {
  width: 100%;
  color: #1B9971;
  font-size: 40px;
  margin: 0;
}

.emko#downloads {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .emko#downloads {
    padding: 80px 0;
  }
}
.emko#downloads .emki .emkw .download_rubrik {
  margin-bottom: 40px;
}
.emko#downloads .emki .emkw .download_rubrik h3 {
  margin-bottom: 20px;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap {
  width: 100%;
  display: block;
  margin: 0 auto 40px;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background: #fff;
  width: 100%;
  min-width: 100%;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download.top_spacer {
  margin-top: 0;
}
@media (min-width: 540px) {
  .emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download.top_spacer {
    margin-top: 80px;
  }
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .icon_download {
  width: 100%;
  min-width: 100%;
  height: 100%;
  line-height: 1;
}
@media (min-width: 540px) {
  .emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .icon_download {
    width: 30%;
    min-width: 30%;
  }
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .icon_download svg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .icon_download svg g {
  line-height: 1;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download:has(.img_4_3) {
  padding: 0;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download:has(.img_4_3) .img_4_3 {
  width: 100%;
  min-width: 100%;
  aspect-ratio: 4/3;
}
@media (min-width: 540px) {
  .emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download:has(.img_4_3) .img_4_3 {
    width: 30%;
    min-width: 30%;
  }
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download:has(.img_4_3) .img_4_3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download:has(.img_4_3) .img_4_3 .img_copyright {
  z-index: 5;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .dl_content {
  width: 100%;
  min-width: 100%;
  padding: 20px;
}
@media (min-width: 540px) {
  .emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .dl_content {
    width: 67%;
    min-width: 67%;
    padding: 20px;
  }
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .dl_content p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .dl_content h4 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  color: #575757;
}
.emko#downloads .emki .emkw .download_rubrik .set_wrap .set_wrap_sub .box_download .dl_content a {
  color: #fff;
}

.mod_textfeld {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_textfeld .emkw {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_textfeld .emkw h2 {
  display: block;
  padding: 0;
  margin-bottom: 6px;
  background: transparent;
}
.mod_textfeld .emkw h3 {
  background: none;
  color: #0b543c;
  padding: 0;
  font-size: 24px;
}
.mod_textfeld .emkw p, .mod_textfeld .emkw li {
  width: 100%;
  margin: 0 0 20px 0;
}

.mod_akkordeon_segment .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.mod_akkordeon_segment .wrapper img {
  width: 60px;
  margin-right: 20px;
}
.mod_akkordeon_segment .wrapper .head_content {
  width: 79%;
}

.page-template-page_kontakt .mod_textfeld {
  padding-top: 80px;
}

.emko.mod_liste {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}
.emko.mod_liste .emki {
  position: relative;
  z-index: 1;
}
.emko.mod_liste .emki .emkw .box_liste {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  padding: 40px;
}
.emko.mod_liste .emki .emkw .box_liste h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 400;
  color: #0b543c;
}
.emko.mod_liste .emki .emkw .box_liste p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.emko.mod_liste .emki .emkw .box_liste li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.emko.mod_liste .emki .emkw .box_liste li img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 15px;
}

.page-template-page_home .mod_liste {
  background: #ecf6f3;
}

.mod_liste:after {
  content: "";
  background: url("img_system/logo-wasserzeichen.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -60px;
  right: -70px;
}

.accordion.faq {
  width: 100%;
}
@media (min-width: 768px) {
  .accordion.faq {
    width: 100%;
    margin-bottom: 60px;
  }
  .accordion.faq.wide {
    max-width: 940px;
  }
}
.accordion.faq.wrapper_small {
  width: 80%;
}
.accordion.faq .ui-accordion-content,
.accordion.faq .accordion_segment .ui-accordion-content {
  padding: 25px 15px;
  line-height: 1.6;
  margin-bottom: 15pxt;
}
.accordion.faq .ui-accordion-content ul,
.accordion.faq .accordion_segment .ui-accordion-content ul {
  padding-left: 20px;
}
.accordion.faq h2 {
  margin-bottom: 20px;
}
.accordion.faq h3.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 68px;
  margin-bottom: 20px;
  font-size: 16px;
  background: #e6f5fb;
  color: #fff;
  text-align: left;
  padding: 12px 50px 12px 16px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
@media (min-width: 540px) {
  .accordion.faq h3.title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .accordion.faq h3.title {
    height: 88px;
    font-size: 26px;
  }
}
.accordion.faq h3.title .icon-triangle2 {
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.accordion.faq h3.title.ui-accordion-header-active {
  background: #ecf6f3;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.accordion.faq h3.title.ui-accordion-header-active span.icon-triangle2 {
  transform: rotate(0deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.accordion.faq h3.title > span {
  color: #fff;
}
.mod_akkordeon_segment {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mod_akkordeon_segment {
    width: 100%;
    margin: 0 auto;
  }
  .mod_akkordeon_segment.wide {
    max-width: 940px;
  }
}
.mod_akkordeon_segment .wrapper_small {
  width: 100%;
}
.mod_akkordeon_segment .wrapper_small .accordion_mst.top_spacer {
  padding-top: 20px;
}

.emko.mod_akkordeon_segment {
  padding-bottom: 80px;
}
.emko.mod_akkordeon_segment span.icon_star {
  position: absolute;
  right: 100px;
  top: 15px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .emko.mod_akkordeon_segment span.icon_star {
    top: 18px;
    width: 50px;
    height: 50px;
  }
}
.emko.mod_akkordeon_segment h3.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 68px;
  font-size: 16px;
  background: #ecf6f3;
  color: #0b543c;
  text-align: left;
  padding: 12px 50px 12px 30px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
@media (min-width: 540px) {
  .emko.mod_akkordeon_segment h3.title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .emko.mod_akkordeon_segment h3.title {
    height: 88px;
    font-size: 26px;
  }
}
.emko.mod_akkordeon_segment h3.title .icon-triangle2 {
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_akkordeon_segment h3.title.ui-accordion-header-active {
  background: #ecf6f3;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_akkordeon_segment h3.title.ui-accordion-header-active span.icon-triangle2 {
  transform: rotate(0deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_akkordeon_segment h3.title > span {
  color: #0b543c;
}
.emko.mod_akkordeon_segment .ui-widget-content {
  background: #ecf6f3;
}
.emko.mod_akkordeon_segment .mod_textfeld .emkw, .emko.mod_akkordeon_segment .mod_liste_einfach .emkw, .emko.mod_akkordeon_segment .mod_std_load_spareinrichtung .emkw {
  width: 100% !important;
}
.emko.mod_akkordeon_segment .mod_textfeld .emkw ul, .emko.mod_akkordeon_segment .mod_liste_einfach .emkw ul, .emko.mod_akkordeon_segment .mod_std_load_spareinrichtung .emkw ul {
  padding-left: 0;
}
.emko.mod_akkordeon_segment .mod_download_icon h4, .emko.mod_akkordeon_segment .mod_download_preview h4 {
  font-size: 24px;
}
.emko.mod_akkordeon_segment .mod_download_icon .box_download, .emko.mod_akkordeon_segment .mod_download_preview .box_download {
  width: 100% !important;
}

.mod_akkordeon_segment .mod_textfeld {
  padding: 0;
}
.mod_akkordeon_segment .mod_textfeld .emkw {
  padding: 0;
}
.mod_akkordeon_segment .mod_textfeld .emkw h2 {
  color: #1B9971;
  margin-top: 20px;
  font-size: 22px;
}
.mod_akkordeon_segment .emko.mod_liste_einfach .emki .emkw .liste_einfach {
  padding-bottom: 0;
}

.emko.mod_extra_news .emki {
  position: relative;
  z-index: 0;
}
.emko.mod_extra_news .emki .emkw h2, .emko.mod_extra_news .emki .emkw h3, .emko.mod_extra_news .emki .emkw h4, .emko.mod_extra_news .emki .emkw p {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #575757;
}
.emko.mod_extra_news .emki .emkw li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.emko.mod_extra_news .emki .emkw a {
  text-decoration: none;
}
.emko.mod_extra_news .emki .emkw h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.emko.mod_extra_news .emki .emkw .news_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: #fff;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0px 11px 17px 0px rgba(238, 34, 68, 0.2);
  -moz-box-shadow: 0px 11px 17px 0px rgba(238, 34, 68, 0.2);
  box-shadow: 0px 11px 17px 0px rgba(238, 34, 68, 0.2);
}
@media (min-width: 768px) {
  .emko.mod_extra_news .emki .emkw .news_bar {
    padding: 40px;
  }
}
.emko.mod_extra_news .emki .emkw .news_bar .icon_news {
  width: 100%;
  min-width: 100%;
  text-align: center;
}
.emko.mod_extra_news .emki .emkw .news_bar .icon_news li {
  margin-bottom: 0;
}
.emko.mod_extra_news .emki .emkw .news_bar .icon_news img {
  width: 100%;
  max-width: 40px;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .emko.mod_extra_news .emki .emkw .news_bar .icon_news {
    width: 10%;
    min-width: 10%;
  }
  .emko.mod_extra_news .emki .emkw .news_bar .icon_news img {
    max-width: 80px;
  }
}
.emko.mod_extra_news .emki .emkw .news_bar .news_content {
  width: 100%;
  min-width: 100%;
  padding: 0;
}
@media (min-width: 540px) {
  .emko.mod_extra_news .emki .emkw .news_bar .news_content {
    width: 85%;
    min-width: 85%;
    padding: 0 20px;
  }
}
.emko.mod_extra_news .emki .emkw .news_bar .news_content h2 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #e62247;
}
.emko.mod_extra_news .emki .emkw .news_bar .news_content p {
  margin-top: 0;
  color: #6e6e6e;
}

.page-template-page_home .emko.mod_extra_news {
  position: relative;
  background: #ecf6f3;
  padding-top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-template-page_home .emko.mod_extra_news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.emko.mod_bereitschaft .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.emko.mod_bereitschaft .emki .emkw h2, .emko.mod_bereitschaft .emki .emkw h3, .emko.mod_bereitschaft .emki .emkw h4, .emko.mod_bereitschaft .emki .emkw p {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #575757;
}
.emko.mod_bereitschaft .emki .emkw li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.emko.mod_bereitschaft .emki .emkw a {
  text-decoration: none;
}
.emko.mod_bereitschaft .emki .emkw h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: #fff;
  width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0px 11px 17px 0px rgba(238, 34, 68, 0.2);
  -moz-box-shadow: 0px 11px 17px 0px rgba(238, 34, 68, 0.2);
  box-shadow: 0px 11px 17px 0px rgba(238, 34, 68, 0.2);
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_content {
  width: 100%;
  min-width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_content h2 {
  font-weight: 600;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #e62247;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_content p {
  margin-top: 0;
  color: #6e6e6e;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  padding: 0;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_tel p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_tel a {
  margin-left: 10px;
  color: #e62247;
  text-decoration: underline;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_tel .icon_bereitschaft {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_tel .icon_bereitschaft img {
  width: 100%;
  max-width: 40px;
  margin-right: 20px;
  height: auto;
}
.emko.mod_bereitschaft .emki .emkw .bereitschaft_bar .bereitschaft_tel .icon_bereitschaft a {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  color: #e62247;
  text-decoration: none;
}

.page-template-page_kontakt .emko.mod_bereitschaft {
  position: relative;
  background: #ecf6f3;
  padding-bottom: 80px;
  z-index: 1;
}
.page-template-page_kontakt .emko.mod_bereitschaft .water_sign {
  position: absolute;
  bottom: -60px;
  right: -70px;
  z-index: 0;
}

.emko.mod_download_icon {
  width: 100%;
  padding-top: 40px;
}
.emko.mod_download_icon .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.emko.mod_download_icon .emki .emkw {
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 1300px) {
  .emko.mod_download_icon .emki .emkw {
    width: 100%;
  }
}
.emko.mod_download_icon .emki .emkw h2, .emko.mod_download_icon .emki .emkw h3, .emko.mod_download_icon .emki .emkw h4, .emko.mod_download_icon .emki .emkw p {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #575757;
}
.emko.mod_download_icon .emki .emkw li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.emko.mod_download_icon .emki .emkw a {
  text-decoration: none;
}
.emko.mod_download_icon .emki .emkw h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.emko.mod_download_icon .emki .emkw .box_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 20px;
  margin-top: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 980px) {
  .emko.mod_download_icon .emki .emkw .box_download {
    width: 81%;
  }
}
.emko.mod_download_icon .emki .emkw .box_download .icon_download {
  width: 20%;
}
@media (min-width: 768px) {
  .emko.mod_download_icon .emki .emkw .box_download .icon_download {
    width: 10%;
  }
}
.emko.mod_download_icon .emki .emkw .box_download .icon_download li {
  margin-bottom: 0;
}
.emko.mod_download_icon .emki .emkw .box_download .icon_download img {
  width: 60px;
  height: 60px;
}
.emko.mod_download_icon .emki .emkw .box_download .daten_download {
  width: 70%;
}
@media (min-width: 768px) {
  .emko.mod_download_icon .emki .emkw .box_download .daten_download {
    width: 84%;
  }
}
.emko.mod_download_icon .emki .emkw .box_download .daten_download h4 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.emko.mod_download_icon .emki .emkw .box_download .daten_download p {
  margin-top: 0;
  color: #6e6e6e;
}

.emko.mod_download_preview .emki {
  padding-top: 60px;
  padding-bottom: 150px;
  max-width: 1400px;
}
.emko.mod_download_preview .emki .dl_wrap {
  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;
}
.emko.mod_download_preview .emki .dl_wrap a:link {
  text-decoration: none;
}
.emko.mod_download_preview .emki .dl_wrap.box_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.emko.mod_download_preview .emki .dl_wrap.box_download.top_spacer {
  margin-top: 80px;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .preview {
  width: 100%;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 {
  position: relative;
  width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 img {
  width: 100%;
  transform: rotate(-5deg);
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
@media (min-width: 540px) {
  .emko.mod_download_preview .emki .dl_wrap.box_download .preview {
    width: 32%;
  }
  .emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 {
    position: absolute;
    width: 25%;
    max-width: 250px;
  }
  .emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 img {
    width: 100%;
    transform: rotate(-5deg) translateY(-50%);
    -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    margin-bottom: 0;
  }
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content {
  width: 65%;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content h3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content .btn_ {
  position: relative;
  height: 59px;
  width: fit-content;
  cursor: pointer;
  line-height: 60px;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content .btn_:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1B9971;
  z-index: -2;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content .btn_:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0b543c;
  transition: all 0.3s;
  z-index: -1;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content .btn_:hover {
  cursor: pointer;
  color: #fff;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content .btn_:hover:before {
  width: 100%;
}

.emko.mod_adress_boxen {
  position: relative;
}
.emko.mod_adress_boxen .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.emko.mod_adress_boxen .emki .emkw {
  padding-top: 40px;
  padding-bottom: 100px;
}
.emko.mod_adress_boxen .emki .emkw .box_head {
  width: 100%;
  padding-bottom: 40px;
}
.emko.mod_adress_boxen .emki .emkw .box_head h1 {
  font-size: 44px;
  color: #1B9971;
  font-weight: 400;
}
.emko.mod_adress_boxen .emki .emkw .box_head p.ansprache {
  font-size: 24px;
  font-weight: 400;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media (min-width: 980px) {
  .emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt {
    width: 39%;
    margin-bottom: 0;
  }
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt h4 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  hyphens: none;
}
@media (min-width: 540px) {
  .emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt h4 {
    width: 80%;
    font-size: 24px;
    hyphens: none;
  }
}
@media (min-width: 980px) {
  .emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt h4 {
    width: 80%;
    font-size: 20px;
    hyphens: none;
  }
}
@media (min-width: 1100px) {
  .emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt h4 {
    font-size: 24px;
    hyphens: none;
  }
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt p {
  margin-top: 0;
  margin-bottom: 0;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 600;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt li img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 15px;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt li.adress {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt li.adress span {
  margin-right: 15px;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt .oez_block {
  padding-top: 30px;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt .oez_block li {
  padding-bottom: 10px;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt .oez_block table {
  width: 100%;
  border-spacing: 0;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt .oez_block tr:nth-child(odd) {
  background: #f6f6f6;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt .oez_block td {
  padding: 8px;
  text-align: left;
  vertical-align: baseline;
  border-bottom: solid 1px #ddd;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_kontakt .oez_block .text-small {
  color: #6e6e6e;
  font-weight: 100;
}
.emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_formular {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media (min-width: 980px) {
  .emko.mod_adress_boxen .emki .emkw .boxen_wrap .box_formular {
    width: 59%;
    margin-bottom: 0;
  }
}

.mod_adress_boxen:before {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 100%;
  background: #ecf6f3;
}

.emko.mod_liste_einfach .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.emko.mod_liste_einfach .emki .emkw {
  width: 92%;
}
@media (min-width: 1300px) {
  .emko.mod_liste_einfach .emki .emkw {
    width: 100%;
  }
}
.emko.mod_liste_einfach .emki .emkw .liste_einfach {
  padding-bottom: 40px;
}
.emko.mod_liste_einfach .emki .emkw .liste_einfach h2,
.emko.mod_liste_einfach .emki .emkw .liste_einfach hr {
  margin-bottom: 20px;
  padding: 0;
  width: 80ch;
  background: transparent;
  color: #575757;
}
.emko.mod_liste_einfach .emki .emkw .liste_einfach p {
  margin: 0;
  margin-bottom: 10px;
  width: 80ch;
}
.emko.mod_liste_einfach .emki .emkw .liste_einfach li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  font-weight: 600;
}
.emko.mod_liste_einfach .emki .emkw .liste_einfach li.pfeil img {
  width: 15px;
  height: 15px;
  margin-top: 6px;
  margin-right: 10px;
}
.emko.mod_liste_einfach .emki .emkw .liste_einfach li.haken img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.emko.mod_liste_einfach .emki .emkw .liste_einfach li p {
  margin-bottom: 0;
}

.emko.mod_kontakt_boxen,
.mod_kontakt_boxen {
  padding-top: 80px;
}
.emko.mod_kontakt_boxen .emki,
.mod_kontakt_boxen .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.emko.mod_kontakt_boxen .emki .emkw,
.mod_kontakt_boxen .emki .emkw {
  padding-bottom: 40px;
}
.emko.mod_kontakt_boxen .emki .emkw .boxen_wrap,
.mod_kontakt_boxen .emki .emkw .boxen_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 90%;
}
.emko.mod_kontakt_boxen .emki .emkw h2, .emko.mod_kontakt_boxen .emki .emkw h3, .emko.mod_kontakt_boxen .emki .emkw h4,
.mod_kontakt_boxen .emki .emkw h2,
.mod_kontakt_boxen .emki .emkw h3,
.mod_kontakt_boxen .emki .emkw h4 {
  margin-top: 0;
}
.emko.mod_kontakt_boxen .emki .emkw h2, .emko.mod_kontakt_boxen .emki .emkw h4,
.mod_kontakt_boxen .emki .emkw h2,
.mod_kontakt_boxen .emki .emkw h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 400;
}
.emko.mod_kontakt_boxen .emki .emkw li,
.mod_kontakt_boxen .emki .emkw li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  font-size: 16px;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_boxen .emki .emkw li,
.mod_kontakt_boxen .emki .emkw li {
    font-size: 18px;
  }
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt,
.mod_kontakt_boxen .emki .emkw .box_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  padding: 40px 40px;
  margin-bottom: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 980px) {
  .emko.mod_kontakt_boxen .emki .emkw .box_kontakt,
.mod_kontakt_boxen .emki .emkw .box_kontakt {
    margin-right: 20px;
    width: 31%;
  }
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .img_kontakt,
.mod_kontakt_boxen .emki .emkw .box_kontakt .img_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .img_kontakt li,
.mod_kontakt_boxen .emki .emkw .box_kontakt .img_kontakt li {
  margin: 0 auto;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .img_kontakt img,
.mod_kontakt_boxen .emki .emkw .box_kontakt .img_kontakt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .name,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 98%;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .name h4,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .name h4 {
  width: 100%;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .name p,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .name p {
  width: 100%;
  margin-top: 0;
  color: #6e6e6e;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 98%;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel ul,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel ul li,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel ul li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}
.emko.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel ul li img,
.mod_kontakt_boxen .emki .emkw .box_kontakt .daten_kontakt .tel ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.emko.mod_kontakt_single_bar {
  position: relative !important;
  margin-bottom: 20px;
  top: 0 !important;
}
.emko.mod_kontakt_single_bar .emki {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.emko.mod_kontakt_single_bar .emki .emkw {
  padding: 0;
  width: 92%;
}
@media (min-width: 1300px) {
  .emko.mod_kontakt_single_bar .emki .emkw {
    width: 100%;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .headline {
  padding-bottom: 30px;
}
.emko.mod_kontakt_single_bar .emki .emkw .headline h2 {
  font-size: 30px;
}
.emko.mod_kontakt_single_bar .emki .emkw h2, .emko.mod_kontakt_single_bar .emki .emkw h3, .emko.mod_kontakt_single_bar .emki .emkw h4 {
  margin-top: 0;
}
.emko.mod_kontakt_single_bar .emki .emkw h2, .emko.mod_kontakt_single_bar .emki .emkw h4 {
  margin-bottom: 0;
}
.emko.mod_kontakt_single_bar .emki .emkw h3 {
  font-size: 26px;
  font-weight: 400;
}
.emko.mod_kontakt_single_bar .emki .emkw li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  font-size: 16px;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw li {
    font-size: 18px;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw li a {
  text-decoration: none;
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .img_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .img_kontakt {
    width: auto;
    min-width: 100px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .img_kontakt img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 80%;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 98%;
  margin: 0 0 20px;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .name {
    width: 42%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .name h3 {
  width: 100%;
  text-align: center;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .name h3 {
    text-align: left;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .name p {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #6e6e6e;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .name p {
    text-align: left;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel {
  width: 98%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel {
    width: auto;
    margin-left: 0;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel li, .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 400;
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel li:last-child, .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel a:last-child {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel li, .emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.emko.mod_kontakt_single_bar .emki .emkw .box_kontakt .daten_kontakt .tel img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.emko.mod_kontakt_single_bar.showroom h3 {
  margin-top: 20px !important;
  margin-bottom: 20px;
}
.emko.mod_kontakt_single_bar.showroom .emkw:after {
  height: 80%;
}
.emko.mod_kontakt_single_bar.showroom .box_kontakt {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-post .emko.mod_kontakt_single_bar {
  background: #ecf6f3;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.single-post .water_sign {
  position: absolute;
  bottom: -70px;
  right: -70px;
  z-index: 0;
}

.mod_asp {
  padding-top: 80px;
}
.mod_asp .asp_wrap h2 {
  font-weight: 100;
}
.mod_asp .asp_wrap h2 span {
  font-weight: 500;
}

.page-template-page_kontakt #asp_filter_wrap.emko {
  padding-bottom: 100px;
  height: auto;
}
.page-template-page_kontakt .mod_kontakt_single_bar .emkw {
  width: 100% !important;
}

.mod_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
.mod_table table tr {
  padding: 8px;
}
.mod_table table tr:nth-child(odd) {
  background: #f6f6f6;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.mod_table table tr td {
  padding-top: 8px;
  padding-right: 50px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-align: left;
}

.mod_bilder_slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod_bilder_slider.emko {
  margin: 0 auto;
}
.mod_bilder_slider.emko .emki::before {
  display: none !important;
}
.mod_bilder_slider.emko .emki .emkw h2 {
  margin-bottom: 20px;
}
.mod_bilder_slider.emko .emki .emkw .sy-caption {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.mod_bilder_slider.emko .emki .emkw #slider_emk {
  max-height: 600px;
}
.mod_bilder_slider.emko .emki .emkw #slider_emk [class^=sy-slide] {
  max-height: 600px;
}
.mod_bilder_slider.emko .emki .emkw #slider_emk img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mod_bilder_lt .lt_wrap {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod_bilder_lt .lt_wrap.col_2 .box {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .mod_bilder_lt .lt_wrap.col_2 .box {
    width: 49%;
    min-width: 49%;
  }
}
.mod_bilder_lt .lt_wrap.col_3 .box {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .mod_bilder_lt .lt_wrap.col_3 .box {
    width: 32%;
    min-width: 32%;
  }
}
.mod_bilder_lt .lt_wrap .box {
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.mod_bilder_lt .lt_wrap .box img {
  width: 100%;
  object-fit: cover;
}

.emko.mod_formular {
  padding-bottom: 80px;
}
.emko.mod_formular h2 {
  margin-bottom: 0;
}
.emko.mod_formular .form_wrap {
  margin-top: 40px;
  background: #e6f5fb;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.emko.mod_formular .form_wrap .frm_form_field {
  width: 100%;
}

.emko.mod_wohnungsfilter .emki {
  max-width: 100%;
}
.emko.mod_wohnungsfilter .emkw {
  min-width: 96% !important;
}
@media (min-width: 1400px) {
  .emko.mod_wohnungsfilter .emkw {
    min-width: 100% !important;
  }
}
.emko.mod_wohnungsfilter .module {
  margin-top: 10px;
}
.emko.mod_wohnungsfilter .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-width: 100% !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .emko.mod_wohnungsfilter .wrap .col_suche {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: 20px;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed {
  margin-top: 100px;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .bg_overlay {
  width: 100vw;
  height: 100px;
  background: rgb(255, 255, 255);
  position: fixed;
  z-index: 4;
  top: 0px;
  left: 0px;
}
@media (min-width: 768px) {
  .emko.mod_wohnungsfilter .wrap .col_suche.fixed .bg_overlay {
    width: 50vw;
    height: 110px;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform {
  position: fixed !important;
  top: 60px !important;
  right: 100% !important;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
@media (min-width: 768px) {
  .emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform {
    max-width: 47% !important;
    left: 2.3% !important;
    right: 100% !important;
    top: 75px !important;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
}
@media (min-width: 1400px) {
  .emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform {
    max-width: 700px !important;
    top: 75px !important;
    left: auto !important;
    right: auto !important;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform.landscape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 58px !important;
  top: 100px !important;
  min-width: 97% !important;
  height: auto !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform.landscape .slide {
  width: 31% !important;
  min-width: 31% !important;
  margin-bottom: 0 !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform.landscape .slide label {
  font-size: 14px !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform.landscape .ng-scope {
  margin-top: -4px !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform.landscape .ng-scope label {
  font-size: 12px !important;
  margin-bottom: 5px !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform.landscape .unstyled li {
  margin-bottom: 18px !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .searchform.landscape .unstyled .ng-binding {
  font-size: 12px !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .promo_box {
  position: relative;
  top: 340px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .resultlist_info {
  margin-bottom: 5px;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .resultlist_info.landscape h3 {
  font-size: 14px !important;
}
.emko.mod_wohnungsfilter .wrap .col_suche.fixed .resultlist {
  position: relative;
  top: 10px;
  padding-bottom: 350px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box {
  position: relative;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
@media (min-width: 980px) {
  .emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text {
    width: 100%;
    height: auto;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 980px) {
  .emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 {
    width: 55%;
    margin-right: 20px;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (min-width: 980px) {
  .emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 img {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 .head {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 3;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 .head p,
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 .head h4 {
  margin-bottom: 10px;
  color: #fff;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 .head h4 {
  font-size: 24px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 980px) {
  .emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 #overlay {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 ul.features {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 20px;
  z-index: 4;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 ul.features .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-right: 15px;
  margin-right: 15px;
  width: 30%;
  border-right: solid 1px white;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 ul.features .feature p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .img_4_3 ul.features .feature:last-child {
  border: none;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
}
@media (min-width: 980px) {
  .emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text {
    padding: 30px 0 15px 0;
    width: 40%;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text h3 {
  margin-top: 40px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text li {
  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;
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text li p {
  margin-top: 0;
  margin-bottom: 0;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text li p.text-small {
  width: 89%;
  font-size: 10px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text li.ort {
  margin-top: 20px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text li.ort img {
  height: 15px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text li.zustand img {
  height: 15px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text ul.features {
  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;
  width: 100%;
  margin-top: 40px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text ul.features .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 24%;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text ul.features .feature img {
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .box_bild_text .daten_bild_text ul.features .feature p {
  white-space: nowrap;
  text-align: center;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .handler {
  z-index: 5;
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box .handler .icon-cross2 {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
@media (min-width: 980px) {
  .emko.mod_wohnungsfilter .wrap .col_suche .promo_box .handler .icon-cross2 {
    color: #1B9971;
  }
}
.emko.mod_wohnungsfilter .wrap .col_suche .promo_box.closed {
  display: none;
}
.emko.mod_wohnungsfilter .wrap .col_suche .suche_liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.emko.mod_wohnungsfilter .wrap .col_suche .suche_liste .box {
  width: 48%;
  background: lightblue;
  height: 300px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
.emko.mod_wohnungsfilter .wrap .col_map {
  display: none;
}
@media (min-width: 768px) {
  .emko.mod_wohnungsfilter .wrap .col_map {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 90vh;
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
}
.emko.mod_wohnungsfilter .wrap .col_map .map {
  width: 100%;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_wohnungsfilter .wrap .col_map .frame {
  width: 100%;
  height: 100vh;
}
.emko.mod_wohnungsfilter .wrap .col_map.fixed .map {
  position: fixed;
  width: 670px;
  top: 75px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_wohnungsfilter .wrap .col_map .handler .icon-triangle2 {
  position: absolute;
  top: 50px;
  left: 700px;
  font-size: 26px;
  color: #1B9971;
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
  z-index: 99;
}
.emko.mod_wohnungsfilter .wrap .col_map.map_full {
  position: relative;
}
.emko.mod_wohnungsfilter .wrap .col_map.map_full #map_angebote {
  width: 97%;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_wohnungsfilter .wrap .col_map.map_full .handler .icon-triangle2 {
  position: absolute;
  top: 50px;
  left: 97%;
  color: #1B9971;
  transform: rotate(270deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
  z-index: 99;
}

.emko.list_news {
  padding-bottom: 40px;
}
.emko.list_news .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.emko.list_news .emki .emkw {
  width: 92%;
}
@media (min-width: 1300px) {
  .emko.list_news .emki .emkw {
    width: 100%;
  }
}
.emko.list_news .emki .emkw h1 {
  margin-top: 20px;
}
.emko.list_news .emki .emkw h2, .emko.list_news .emki .emkw h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.emko.list_news .emki .emkw li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}
.emko.list_news .emki .emkw a {
  text-decoration: none;
}
.emko.list_news .emki .emkw .box_bild_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background: #fff;
  width: 100%;
  margin-top: 40px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.emko.list_news .emki .emkw .box_bild_text .img_4_3 {
  width: 100%;
}
@media (min-width: 540px) {
  .emko.list_news .emki .emkw .box_bild_text .img_4_3 {
    width: 30%;
  }
}
.emko.list_news .emki .emkw .box_bild_text .daten_bild_text {
  width: 100%;
  padding: 20px;
}
@media (min-width: 540px) {
  .emko.list_news .emki .emkw .box_bild_text .daten_bild_text {
    width: 65%;
    padding: 20px;
  }
}
.emko.list_news .emki .emkw .box_bild_text .daten_bild_text h3 {
  margin-bottom: 10px;
}
.emko.list_news .emki .emkw .box_bild_text .daten_bild_text p {
  margin-top: 0;
  margin-bottom: 0;
}
.emko.list_news .emki .emkw .box_bild_text .daten_bild_text .news_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: flex !important;
  margin-bottom: 6px;
  color: #6e6e6e;
  width: 100%;
}
.emko.list_news .emki .emkw .box_bild_text .daten_bild_text .news_date img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.emko.list_news .emki .emkw .box_bild_text .daten_bild_text .news_date p {
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  width: fit-content;
}
.emko.list_news .emki .emkw .emk_btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-template-page_list_news {
  background: #ecf6f3;
}
.page-template-page_list_news .main {
  padding-bottom: 100px;
}
.page-template-page_list_news .main .no_image:before {
  display: none !important;
}
.page-template-page_list_news .main .emkw {
  padding-top: 0 !important;
}

.post-template-single-news .news_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: flex !important;
  margin-bottom: 6px;
  color: #6e6e6e;
  width: 100%;
}
.post-template-single-news .news_date img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.post-template-single-news .news_date p {
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  width: fit-content;
}
.post-template-single-news .main {
  padding-bottom: 100px;
}

.emko.list_stadtteile {
  padding-bottom: 80px;
}
.emko.list_stadtteile .stadtteile_map {
  margin-top: 40px;
  margin-bottom: 40px;
}
.emko.list_stadtteile .stadtteile_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.emko.list_stadtteile .stadtteile_wrap a {
  text-decoration: none;
}
.emko.list_stadtteile .stadtteile_wrap .stadtteil_box {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.emko.list_stadtteile .stadtteile_wrap .stadtteil_box img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.emko.list_stadtteile .stadtteile_wrap .stadtteil_box .daten_bild_text {
  padding: 20px 30px;
}
.emko.list_stadtteile .stadtteile_wrap .stadtteil_box .daten_bild_text h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .emko.list_stadtteile .stadtteile_wrap .stadtteil_box {
    width: 32%;
    margin-bottom: 30px;
  }
}

.mod_asp .emkw {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_asp .emkw h2 {
  margin-bottom: 30px;
}
.mod_asp .emkw .btn-group {
  display: inline-block;
  width: 100%;
}
.mod_asp .emkw .btn-group .emk_btn {
  display: initial;
  height: 30px;
  line-height: 1;
  padding: 8px 12px 24px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.2px;
}

#angebote_map {
  width: 100%;
  height: 600px;
}
#angebote_map .map_obj_window {
  width: 408px;
  height: 150px;
  box-sizing: border-box;
}
#angebote_map .map_obj_window .obj_img {
  float: left;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
}
#angebote_map .map_obj_window .obj_data {
  float: left;
  width: 250px;
  height: 150px;
  box-sizing: border-box;
  margin-left: 7px;
  position: relative;
}
#angebote_map .map_obj_window .obj_data p.headline {
  line-height: 1.4;
  font-size: 14px !important;
}
#angebote_map .map_obj_window .obj_data .obj_adress {
  position: absolute;
  left: 0;
  bottom: 50px;
  height: 35px;
  width: 100%;
  font-size: 14px !important;
}
#angebote_map .map_obj_window .obj_data ul.obj_data {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 40px;
}
#angebote_map .map_obj_window .obj_data ul.obj_data li {
  list-style: none;
  float: left;
  padding: 5px 20px 5px 0;
  font-size: 14px;
  font-weight: 600;
}
#angebote_map .map_obj_window .obj_data ul.obj_data li .lbl {
  font-size: 12px !important;
  font-weight: 400 !important;
}
#angebote_map .map_obj_window .obj_data .merken {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 1000;
}
#angebote_map .map_obj_window .obj_data .merken span.icon-star-empty,
#angebote_map .map_obj_window .obj_data .merken span.icon-star-full {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 22px;
}
#angebote_map .map_obj_window .obj_data .merken:hover {
  background: yellow;
}

@media screen {
  page,
page2 {
    display: none !important;
  }
}
@media print {
  html, body {
    min-height: 0;
    width: 210mm;
    height: auto;
  }
  html p,
html table, html tr, html td, body p,
body table, body tr, body td {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
  }

  page {
    page-break-after: always;
  }

  page,
page2 {
    width: 21cm;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  page #print_head,
page2 #print_head {
    width: 100%;
    height: 85px;
    display: block;
    margin: 1px 0 20px 0;
    border-bottom: 1px solid #1B9971;
  }
  page #print_head .print_brand,
page2 #print_head .print_brand {
    width: 150px;
    height: 85px;
    float: left;
    padding-top: 15px;
  }
  page #print_head .print_brand img,
page2 #print_head .print_brand img {
    display: block;
    width: 100%;
  }
  page #print_head .print_title,
page2 #print_head .print_title {
    width: 600px;
    padding: 15px 0 0 60px;
    float: left;
  }
  page #print_head .print_title h1,
page #print_head .print_title h2,
page2 #print_head .print_title h1,
page2 #print_head .print_title h2 {
    width: 100%;
  }
  page #print_head .print_title h1,
page2 #print_head .print_title h1 {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  page #print_head .print_title p,
page2 #print_head .print_title p {
    margin: 0 0 6px 0;
    font-size: 10px !important;
    line-height: 1;
  }
  page #print_head .print_title h2,
page2 #print_head .print_title h2 {
    margin-bottom: 0 !important;
    font-size: 13px !important;
  }
  page .footer-info,
page2 .footer-info {
    font-size: 12px;
    margin: 0;
    line-height: 1;
  }

  page h1.headline,
page2 h1.headline {
    margin-bottom: 10px;
    width: 100%;
    font-size: 24px;
  }
  page p.anschrift,
page2 p.anschrift {
    font-size: 16px;
    margin-top: 5px;
  }
  page p.anschrift span,
page2 p.anschrift span {
    margin-right: 10px;
  }
  page .col_wrap,
page2 .col_wrap {
    width: 100%;
    display: block;
  }
  page .col_wrap .column_1,
page2 .col_wrap .column_1 {
    width: 55%;
    float: left;
  }
  page .col_wrap .column_2,
page2 .col_wrap .column_2 {
    width: 45%;
    float: left;
    padding-left: 10px;
  }
  page .col_wrap .column_1 p.anschrift,
page2 .col_wrap .column_1 p.anschrift {
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
  }
  page .col_wrap .column_1 p.anschrift > span,
page2 .col_wrap .column_1 p.anschrift > span {
    margin-right: 10px;
  }
  page .col_wrap .column_1 .data_print h3,
page .col_wrap .column_1 .ausstattung h3,
page .col_wrap .column_1 .energie h3,
page .col_wrap .column_1 .beschreibung h3,
page2 .col_wrap .column_1 .data_print h3,
page2 .col_wrap .column_1 .ausstattung h3,
page2 .col_wrap .column_1 .energie h3,
page2 .col_wrap .column_1 .beschreibung h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  page .col_wrap .column_1 .data_print ul li,
page .col_wrap .column_1 .ausstattung ul li,
page .col_wrap .column_1 .energie ul li,
page .col_wrap .column_1 .beschreibung ul li,
page2 .col_wrap .column_1 .data_print ul li,
page2 .col_wrap .column_1 .ausstattung ul li,
page2 .col_wrap .column_1 .energie ul li,
page2 .col_wrap .column_1 .beschreibung ul li {
    font-size: 14px;
  }
  page .col_wrap .column_1 .data_print p,
page .col_wrap .column_1 .ausstattung p,
page .col_wrap .column_1 .energie p,
page .col_wrap .column_1 .beschreibung p,
page2 .col_wrap .column_1 .data_print p,
page2 .col_wrap .column_1 .ausstattung p,
page2 .col_wrap .column_1 .energie p,
page2 .col_wrap .column_1 .beschreibung p {
    margin-top: 0;
  }
  page .col_wrap .column_1 .energie h3,
page .col_wrap .column_1 .beschreibung h3,
page2 .col_wrap .column_1 .energie h3,
page2 .col_wrap .column_1 .beschreibung h3 {
    margin-top: 14px;
  }
  page .col_wrap .column_1 .data_print table,
page2 .col_wrap .column_1 .data_print table {
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  page .col_wrap .column_1 .data_print table tr,
page2 .col_wrap .column_1 .data_print table tr {
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 2px;
  }
  page .col_wrap .column_1 .data_print table tr:nth-child(even),
page2 .col_wrap .column_1 .data_print table tr:nth-child(even) {
    background: #fff;
  }
  page .col_wrap .column_1 .data_print table tr td,
page2 .col_wrap .column_1 .data_print table tr td {
    margin-bottom: 2px;
    padding: 3px 8px;
  }
  page .col_wrap .column_1 ul li,
page2 .col_wrap .column_1 ul li {
    list-style: none;
  }
  page .col_wrap .column_2 ul.merkmale,
page2 .col_wrap .column_2 ul.merkmale {
    margin-bottom: 40px;
  }
  page .col_wrap .column_2 ul.merkmale li,
page2 .col_wrap .column_2 ul.merkmale li {
    position: relative;
    margin-left: 40px;
    list-style: none;
    font-size: 16px;
  }
  page .col_wrap .column_2 ul.merkmale li:before,
page2 .col_wrap .column_2 ul.merkmale li:before {
    content: "";
    position: absolute;
    border-color: var(--client-1);
    border-style: solid;
    border-width: 0 0.3em 0.25em 0;
    height: 10px;
    bottom: 40%;
    left: -24px;
    margin-top: -1em;
    transform: rotate(45deg);
    width: 0.5em;
  }
  page .col_wrap .column_2 #map_print,
page2 .col_wrap .column_2 #map_print {
    width: 100%;
    height: 280px;
    background: aqua;
    margin-bottom: 10px;
  }
  page .col_wrap .column_2 .img_title,
page .col_wrap .column_2 .img_gr,
page .col_wrap .column_2 .img_second,
page2 .col_wrap .column_2 .img_title,
page2 .col_wrap .column_2 .img_gr,
page2 .col_wrap .column_2 .img_second {
    width: 100%;
    height: 250px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
  }
  page .col_wrap .column_2 .img_title img,
page .col_wrap .column_2 .img_gr img,
page .col_wrap .column_2 .img_second img,
page2 .col_wrap .column_2 .img_title img,
page2 .col_wrap .column_2 .img_gr img,
page2 .col_wrap .column_2 .img_second img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  page .col_wrap .column_2 .img_gr img,
page2 .col_wrap .column_2 .img_gr img {
    object-fit: cover;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
page2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
page2 .column_2 {
  width: 100% !important;
}
page2 img.slider {
  width: 90%;
  max-height: 350px;
  object-fit: contain;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

page_OUT,
page2_OUT {
  width: 21cm;
  height: 29.7cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
}
page_OUT p,
page_OUT table, page_OUT tr, page_OUT td,
page2_OUT p,
page2_OUT table,
page2_OUT tr,
page2_OUT td {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
}
@media screen {
  page_OUT,
page2_OUT {
    display: none;
  }
}
@media print {
  page_OUT,
page2_OUT {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
  }
  page_OUT body,
page2_OUT body {
    margin: 0;
  }
  page_OUT p, page_OUT li, page_OUT div,
page2_OUT p,
page2_OUT li,
page2_OUT div {
    font-size: 13px !important;
  }
}
page_OUT p.footer-info,
page2_OUT p.footer-info {
  display: none;
  font-size: 11px !important;
}
page_OUT .column_2,
page_OUT img,
page2_OUT .column_2,
page2_OUT img {
  page-break-inside: avoid;
}
page_OUT .col_wrap,
page2_OUT .col_wrap {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
page_OUT .col_wrap .column_1,
page2_OUT .col_wrap .column_1 {
  width: 50%;
  min-width: 50%;
}
page_OUT .col_wrap .column_2,
page2_OUT .col_wrap .column_2 {
  width: 45%;
  min-width: 45%;
  padding-left: 10px;
}
page_OUT .col_wrap .column_1 p.anschrift,
page2_OUT .col_wrap .column_1 p.anschrift {
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
}
page_OUT .col_wrap .column_1 p.anschrift > span,
page2_OUT .col_wrap .column_1 p.anschrift > span {
  margin-right: 10px;
}
page_OUT .col_wrap .column_1 .data_print h3,
page_OUT .col_wrap .column_1 .ausstattung h3,
page_OUT .col_wrap .column_1 .energie h3,
page_OUT .col_wrap .column_1 .beschreibung h3,
page2_OUT .col_wrap .column_1 .data_print h3,
page2_OUT .col_wrap .column_1 .ausstattung h3,
page2_OUT .col_wrap .column_1 .energie h3,
page2_OUT .col_wrap .column_1 .beschreibung h3 {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
page_OUT .col_wrap .column_1 .data_print table,
page2_OUT .col_wrap .column_1 .data_print table {
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
}
page_OUT .col_wrap .column_1 .data_print table tr,
page2_OUT .col_wrap .column_1 .data_print table tr {
  width: 100%;
  background: #f2f2f2;
  margin-bottom: 2px;
}
page_OUT .col_wrap .column_1 .data_print table tr:nth-child(even),
page2_OUT .col_wrap .column_1 .data_print table tr:nth-child(even) {
  background: #fff;
}
page_OUT .col_wrap .column_1 .data_print table tr td,
page2_OUT .col_wrap .column_1 .data_print table tr td {
  margin-bottom: 2px;
  padding: 3px 8px;
}
page_OUT .col_wrap .column_1 ul li,
page2_OUT .col_wrap .column_1 ul li {
  list-style: none;
}
page_OUT .col_wrap .column_2 #map_print,
page2_OUT .col_wrap .column_2 #map_print {
  width: 100%;
  height: 280px;
  background: aqua;
  margin-bottom: 10px;
}
page_OUT .col_wrap .column_2 .img_title,
page_OUT .col_wrap .column_2 .img_gr,
page_OUT .col_wrap .column_2 .img_second,
page2_OUT .col_wrap .column_2 .img_title,
page2_OUT .col_wrap .column_2 .img_gr,
page2_OUT .col_wrap .column_2 .img_second {
  width: 100%;
  height: 250px;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
page_OUT .col_wrap .column_2 .img_title img,
page_OUT .col_wrap .column_2 .img_gr img,
page_OUT .col_wrap .column_2 .img_second img,
page2_OUT .col_wrap .column_2 .img_title img,
page2_OUT .col_wrap .column_2 .img_gr img,
page2_OUT .col_wrap .column_2 .img_second img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
page_OUT .col_wrap .column_2 .img_gr img,
page2_OUT .col_wrap .column_2 .img_gr img {
  object-fit: cover;
  width: auto;
  display: block;
  margin: 0 auto;
}
page_OUT h2.adress,
page2_OUT h2.adress {
  margin-bottom: 20px !important;
}
page_OUT .print_media,
page2_OUT .print_media {
  height: 400px;
  margin: 20px 0;
}
page_OUT .print_media img,
page2_OUT .print_media img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
page_OUT .print_media_energie,
page_OUT .print_media_info,
page2_OUT .print_media_energie,
page2_OUT .print_media_info {
  border: 1px solid blue;
  height: 400px;
  margin: 20px 0;
}
page_OUT .print_media_energie img,
page_OUT .print_media_info img,
page2_OUT .print_media_energie img,
page2_OUT .print_media_info img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
page_OUT .table.objektdata,
page2_OUT .table.objektdata {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 20px 0 20px;
}
page_OUT .table.objektdata .col,
page2_OUT .table.objektdata .col {
  float: left;
  width: 45%;
}
page_OUT .table.objektdata .col.marg,
page2_OUT .table.objektdata .col.marg {
  margin-right: 9.9%;
}
page_OUT .table.objektdata .col ul li,
page2_OUT .table.objektdata .col ul li {
  list-style: none;
  line-height: 2;
  position: relative;
  border-bottom: 1px solid silver;
}
page_OUT .table.objektdata .col ul li .val,
page2_OUT .table.objektdata .col ul li .val {
  position: absolute;
  right: 0px;
}

.merken .icon-star-empty:hover,
.merken .icon-star-full:hover,
div[class^=merken_] .icon-star-empty:hover,
div[class^=merken_] .icon-star-full:hover {
  cursor: pointer;
}

#expose {
  width: 100%;
  margin: 0 auto;
}
#expose .display_ea {
  margin-top: 15px;
  display: inline-block;
}
#expose .data_top {
  background: #fff;
  padding: 20px 0 0px;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#expose .data_top ul {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: white;
}
#expose .data_top ul.kennziffern {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1;
}
#expose .data_top ul.kennziffern li {
  width: 31%;
  min-width: 29%;
  list-style: none;
  margin: 0 2% 0 0;
  line-height: 1.3;
  text-align: center;
  border-right: solid 1px #6e6e6e;
}
#expose .data_top ul.kennziffern li:last-child {
  border-right: none;
}
#expose .data_top ul.kennziffern li .val {
  font-weight: 400;
  font-size: 26px;
  white-space: nowrap;
}
#expose .data_top ul.kennziffern li .val.miete {
  font-weight: 400;
}
#expose .data_top ul.kennziffern li .legend {
  font-size: 15px;
  color: #6e6e6e;
}
@media (min-width: 920px) {
  #expose .data_top ul.kennziffern li .legend {
    font-size: 17px;
  }
}
#expose .data_top ul.icons {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#expose .data_top ul.icons li {
  list-style: none;
  text-align: center;
  width: 25%;
  min-width: 25%;
  margin: 20px 20px 0;
}
#expose .data_top ul.icons li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}
#expose .data_top ul.icons li a:hover {
  text-decoration: none;
}
#expose .data_top ul.icons li .icon-file-pdf,
#expose .data_top ul.icons li .icon-file-spreadsheet {
  font-size: 36px;
  color: #6e6e6e;
  margin-bottom: 7px;
}
#expose .data_top ul.icons li .legend {
  font-size: 13px;
  color: #6e6e6e;
}
#expose .data_top ul.icons li.merken .wrap {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 40px;
}
#expose .data_top ul.icons li.merken .wrap .icon-star-empty,
#expose .data_top ul.icons li.merken .wrap .icon-star-full {
  font-size: 36px;
  display: block;
  margin: 0 auto;
  color: #6e6e6e;
}
#expose .data_top ul.icons li.merken .wrap .icon-star-empty.hide,
#expose .data_top ul.icons li.merken .wrap .icon-star-full.hide {
  display: none;
}
@media (min-width: 768px) {
  #expose .data_top ul.icons li {
    float: left;
  }
}
#expose .data_top ul.merkmale {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#expose .data_top ul.merkmale li {
  list-style: none;
  line-height: 1;
  margin: 0 2px;
  border: 1px solid #6e6e6e;
  background: #6e6e6e;
  color: #fff;
  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 .data_top ul.merkmale.gewerbe p {
  font-size: 13px;
  margin-bottom: 3px;
  text-align: center;
}
@media (min-width: 768px) {
  #expose .data_top ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  #expose .data_top ul.kennziffern {
    width: 49%;
    min-width: 49%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #expose .data_top ul.kennziffern li {
    text-align: left;
    width: auto;
    min-width: auto;
    padding-right: 40px;
    margin-bottom: 3px;
  }
  #expose .data_top ul.merkmale {
    width: 40%;
    min-width: 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #expose .data_top ul.merkmale li {
    margin-right: 8px;
  }
  #expose .data_top ul.merkmale li:last-child {
    margin-right: 0;
  }
  #expose .data_top ul.icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 49%;
    min-width: 49%;
  }
  #expose .data_top ul.icons li {
    width: 22%;
    min-width: 22%;
    margin: 0;
  }
}
#expose .merkmale_details {
  margin-top: 40px;
}
#expose .merkmale_details h3 {
  font-size: 18px;
  font-weight: 600;
}
#expose .merkmale_details ul {
  min-width: 100%;
  margin: 15px auto 0;
  padding: 0;
  background: white;
}
#expose .merkmale_details ul li {
  list-style: none;
  border-top: 1px solid rgb(220, 220, 220);
  padding: 4px 0;
  position: relative;
  display: block;
  line-height: 1.8;
  padding-left: 10px;
}
#expose .merkmale_details ul li:last-child {
  border-bottom: 1px solid rgb(220, 220, 220);
}
#expose .merkmale_details ul li .val {
  position: absolute;
  right: 10px;
  width: auto;
}
#expose .merkmale_details ul li:nth-child(odd) {
  background: #ecf6f3;
}
#expose .data_wrap {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 920px) {
  #expose .data_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
#expose .data_wrap .bestand {
  background: #1B9971;
  margin-top: 10px;
  padding: 5px 20px 5px 20px;
}
#expose .data_wrap .bestand p {
  margin: 0;
  color: #fff;
}
#expose .data_wrap .bestand_data {
  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;
  width: 100%;
}
#expose .data_wrap .bestand_data .anschrift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin: 20px 0 10px 0;
  font-size: 16px;
}
#expose .data_wrap .bestand_data .anschrift .icon-location2 {
  color: #1B9971;
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 920px) {
  #expose .data_wrap .bestand_data .anschrift {
    width: 70%;
    min-width: 70%;
    font-size: 21px;
  }
}
#expose .data_wrap .bestand_data .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #6e6e6e;
  cursor: pointer;
}
#expose .data_wrap .bestand_data .icons img {
  height: 60%;
  margin-right: 10px;
}
#expose .data_wrap h1 {
  font-weight: 400;
  color: #1B9971;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  #expose .data_wrap h1 {
    font-size: 40px;
  }
}
#expose .data_wrap .merkmale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 20px 0;
}
#expose .data_wrap .merkmale li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  font-size: 16px;
  list-style-type: none;
  position: relative;
  margin: 2px;
  padding: 0.5em 0.5em 0.5em 2em;
}
#expose .data_wrap .merkmale li:before {
  content: "";
  position: absolute;
  border-color: #e62247;
  border-style: solid;
  border-width: 0 0.3em 0.25em 0;
  height: 10px;
  bottom: 40%;
  left: 0.6em;
  margin-top: -1em;
  transform: rotate(45deg);
  width: 0.5em;
}
#expose .data_wrap .data {
  display: block;
}
#expose .data_wrap .data h2 {
  text-align: left;
  font-size: 18px;
  margin: 5px 0 15px !important;
  text-transform: none !important;
}
#expose .data_wrap .data p.anschrift {
  margin: 5px 0 20px 40px !important;
  position: relative;
  font-size: 18px;
  color: #1B9971;
}
#expose .data_wrap .data p.anschrift > span {
  position: absolute;
  left: -34px;
  top: 3px;
  font-size: 24px;
}
#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-top: 1px solid rgb(220, 220, 220);
  padding: 4px 0;
  position: relative;
  display: block;
  line-height: 1.8;
  padding-left: 10px;
}
#expose .data_wrap .data .wrap_objektdata ul li:last-child {
  border-bottom: 1px solid rgb(220, 220, 220);
}
#expose .data_wrap .data .wrap_objektdata ul li .val {
  position: absolute;
  right: 10px;
  width: auto;
}
#expose .data_wrap .data .wrap_objektdata ul li:nth-child(odd) {
  background: #ecf6f3;
}
#expose .data_wrap .data .wrap_objektdata ul li.footnote {
  border-bottom: none !important;
  font-size: 14px !important;
}
#expose .data_wrap .data .wrap_objektdata .wrap_opt {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  #expose .data_wrap .data .wrap_objektdata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #expose .data_wrap .data .wrap_objektdata ul {
    margin: 0;
    min-width: 48.8%;
  }
  #expose .data_wrap .data .wrap_objektdata .wrap_opt {
    display: none;
  }
}
#expose .data_wrap .data .besonderes {
  margin-top: 30px;
}
#expose .data_wrap .data .besonderes ul {
  margin: 0;
  padding: 0;
}
#expose .data_wrap .data .besonderes ul li {
  list-style: none;
  float: left;
  margin-right: 15px;
}
#expose .data_wrap .data .besonderes ul li .icon-checkmark4 {
  margin-right: 8px;
}
#expose .data_wrap .data .besonderes:after {
  clear: both;
}
#expose .data_wrap .data .wrap_objektdata_2 {
  margin-top: 55px;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#expose .data_wrap .data .wrap_objektdata_2 h3 {
  font-size: 16px;
}
@media (min-width: 650px) {
  #expose .data_wrap .data .wrap_objektdata_2 h3 {
    font-size: 18px;
  }
}
#expose .data_wrap .data .wrap_objektdata_2 .besonderes_wga,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic {
  width: 100%;
  min-width: 100%;
  padding-bottom: 40px;
}
#expose .data_wrap .data .wrap_objektdata_2 .besonderes_wga ul {
  margin: 0;
  padding: 0;
}
#expose .data_wrap .data .wrap_objektdata_2 .besonderes_wga ul li {
  list-style: none;
}
#expose .data_wrap .data .wrap_objektdata_2 .besonderes_wga ul li span {
  color: #1B9971;
  margin-right: 10px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic {
  margin-top: 30px;
}
@media (min-width: 650px) {
  #expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic {
    margin-top: 0;
  }
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap .info,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap #enev {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 650px) {
  #expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap .info,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap #enev {
    width: 48%;
    min-width: 48%;
  }
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap .info {
  padding-top: 12px;
  margin-bottom: 20px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap .info ul {
  margin-left: 20px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap .info ul li {
  list-style: inherit;
}
@media (min-width: 650px) {
  #expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap .info {
    margin-bottom: 20px;
  }
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap #enev .label_top,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap #enev .label_bottom,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap #enev .value_top,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic .ea_dynamic_wrap #enev .value_bottom {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap {
  padding: 75px 10px 10px;
  position: relative;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap img {
  width: 100%;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .label_top,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .label_bottom {
  font-size: 13px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 270px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .label_bottom {
  top: auto;
  bottom: 10px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .enev_mirror {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 88.3555555556%;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .enev_mirror .pfeil_down {
  width: 25px;
  position: absolute;
  top: 38px;
  left: calc(25% - 12.5px);
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .enev_mirror .pfeil_up {
  width: 25px;
  position: absolute;
  bottom: 30px;
  left: calc(25% - 12.5px);
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .enev_mirror .value_top,
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .enev_mirror .value_bottom {
  font-size: 13px;
  position: absolute;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .enev_mirror .value_top {
  top: 35px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ea_dynamic #enev .enev_wrap .enev_mirror .value_bottom {
  bottom: 30px;
}
#expose .data_wrap .data .wrap_objektdata_2 h3 {
  font-size: 26px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ausstattung {
  width: 100%;
  min-width: 100%;
  padding-bottom: 40px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ausstattung .info {
  padding-top: 12px;
  margin-bottom: 20px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ausstattung .info ul {
  margin-left: 20px;
}
#expose .data_wrap .data .wrap_objektdata_2 #ausstattung .info ul li {
  list-style: inherit;
}
@media (min-width: 650px) {
  #expose .data_wrap .data .wrap_objektdata_2 #ausstattung .info {
    margin-bottom: 20px;
  }
}
#expose .data_wrap .data .wrap_objektdata_2 #objekt {
  width: 100%;
  min-width: 100%;
  padding-bottom: 40px;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier {
  width: 100%;
  margin: 40px auto 0;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier .sy-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier .sy-box:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier .sy-box .sy-slides-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier .sy-box .sy-pager {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier .sy-box .sy-pager li {
  width: 0.8em;
  height: 0.8em;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier .sy-box .sy-controls {
  display: block;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier #slider_emk {
  position: relative;
  overflow: hidden;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier #slider_emk:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier #slider_emk ul.slides {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier #slider_emk ul.slides li {
  list-style: none;
  text-align: center;
  height: 100%;
  object-fit: contain;
}
#expose .data_wrap .data .wrap_objektdata_2 #quartier #slider_emk ul.slides li img {
  display: inline-block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#expose .data_wrap .data #accordion.wrap_content {
  margin: 30px 0 40px;
}
#expose .data_wrap .data #accordion.wrap_content h3 {
  margin: 3px 0;
  color: #fff;
  background-color: #1B9971;
  font-family: "Lato", Arial, sans-serif !important;
}
#expose .data_wrap .data #accordion.wrap_content h3:after {
  content: "\edbd";
  font-family: "Icomoon";
  position: absolute;
  right: 10px;
}
#expose .data_wrap .data #accordion.wrap_content h3.ui-state-active:after {
  content: "\edc1";
  font-family: "Icomoon";
}
#expose .data_wrap .data #accordion.wrap_content > div {
  font-family: "Lato", Arial, sans-serif !important;
  font-size: 16px;
  color: #444;
  line-height: 1.4;
  padding: 5px 11px !important;
}
@media (min-width: 650px) {
  #expose .data_wrap .data #accordion.wrap_content h3 {
    background: none;
    color: #1B9971;
    font-size: 18px;
    padding: 8px 0;
  }
  #expose .data_wrap .data #accordion.wrap_content h3:after {
    display: none;
  }
  #expose .data_wrap .data #accordion.wrap_content > div {
    margin-bottom: 25px;
    padding: 0 !important;
  }
}

#promo_p_proj {
  width: 100%;
  max-width: 940px;
  display: block;
  margin: 0 auto;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: 200px;
}
#promo_p_proj .closer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 5;
  font-size: 24px;
}
#promo_p_proj .img,
#promo_p_proj .cnt {
  width: 100%;
  min-width: 100%;
}
#promo_p_proj .img {
  position: relative;
}
#promo_p_proj .img:before {
  content: "";
  display: block;
  padding-top: 65%;
}
#promo_p_proj .img .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: aqua;
  z-index: 1;
}
#promo_p_proj .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: aqua;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.25) 100%);
}
#promo_p_proj .img .overlay .inlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#promo_p_proj .img .overlay .inlay .values_top,
#promo_p_proj .img .overlay .inlay .values_bottom {
  width: 100%;
  min-width: 100%;
  padding: 20px;
}
#promo_p_proj .img .overlay .inlay .values_top h3 {
  color: #fff;
  font-size: 22px;
}
#promo_p_proj .img .overlay .inlay .values_bottom ul.facts {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#promo_p_proj .img .overlay .inlay .values_bottom ul.facts li {
  width: auto;
  min-width: auto;
  list-style: none;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}
#promo_p_proj .img .overlay .inlay .values_bottom ul.facts li .val,
#promo_p_proj .img .overlay .inlay .values_bottom ul.facts li .legend {
  color: #fff;
  font-size: 16px;
}
#promo_p_proj .img .overlay .inlay .values_bottom ul.facts li .val {
  font-weight: 600;
  font-size: 20px;
}
#promo_p_proj .img .overlay .inlay .values_bottom ul.facts li:last-child {
  border-right: none;
}
#promo_p_proj .cnt {
  background: lime;
  padding: 40px 16px 16px 16px;
}
#promo_p_proj .cnt .txt {
  margin-bottom: 28px;
}
#promo_p_proj .cnt .loc_bezug div.anschrift,
#promo_p_proj .cnt .loc_bezug div.bezug {
  width: auto;
  min-width: auto;
  margin: 0 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 20px 0;
}
#promo_p_proj .cnt .loc_bezug div.anschrift > span,
#promo_p_proj .cnt .loc_bezug div.bezug > span {
  margin-right: 10px;
  position: relative;
  font-size: 24px;
}
#promo_p_proj .cnt .loc_bezug div.anschrift p,
#promo_p_proj .cnt .loc_bezug div.bezug p {
  margin: 0;
  position: relative;
}
#promo_p_proj .cnt ul.merkmale {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#promo_p_proj .cnt ul.merkmale li {
  list-style: none;
  width: auto;
  min-width: auto;
  margin-right: 18px;
  list-style: none;
  width: auto;
  min-width: auto;
  margin: 0 18px 10px 0;
}
#promo_p_proj .cnt ul.merkmale li span.icon {
  height: 35px;
  width: 35px;
  display: block;
  margin: 0 auto;
}
#promo_p_proj .cnt ul.merkmale li span.icon.stell {
  background-image: url("img_system/agw-icons-b-projekte/icon-stellplatz.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.icon.balkon {
  background-image: url("img_system/agw-icons-b-projekte/icon-balkon.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.icon.terrasse {
  background-image: url("img_system/agw-icons-b-projekte/icon-terrasse.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.icon.bad {
  background-image: url("img_system/agw-icons-b-projekte/icon-dusche-u-wanne.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.icon.barriere {
  background-image: url("img_system/agw-icons-b-projekte/icon-barrierearm.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.icon.aufzug {
  background-image: url("img_system/agw-icons-b-projekte/icon-aufzug.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.icon.co2 {
  background-image: url("img_system/agw-icons-b-projekte/icon-co2-frei.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.icon.family {
  background-image: url("img_system/agw-icons-b-projekte/icon-familienfreundlich.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#promo_p_proj .cnt ul.merkmale li span.lbl {
  font-size: 11px;
  display: block;
  line-height: 1;
}
@media (min-width: 920px) {
  #promo_p_proj .img {
    width: 65%;
    min-width: 65%;
  }
  #promo_p_proj .cnt {
    width: 35%;
    min-width: 35%;
  }
}

#expose.b_projects .data_wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}
#expose.b_projects .data_wrap .data_top,
#expose.b_projects .data_wrap .data {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#expose.b_projects .data_wrap .we_einheiten {
  width: 100%;
}
#expose.b_projects .data_wrap .data_top {
  padding: 22px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#expose.b_projects .data_wrap .data_top ul.merkmale {
  width: 100%;
  min-width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#expose.b_projects .data_wrap .data_top ul.merkmale li {
  margin: 0 0 8px 8px;
}
@media (min-width: 768px) {
  #expose.b_projects .data_wrap .data_top ul.merkmale {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 58%;
    min-width: 58%;
  }
}
#expose.b_projects .data_wrap .data {
  padding-top: 20px;
}
#expose.b_projects .data_wrap .data h2 {
  font-size: 28px;
  color: #1B9971;
}
#expose.b_projects .data_wrap .data .loc_bezug {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
#expose.b_projects .data_wrap .data .loc_bezug div.anschrift,
#expose.b_projects .data_wrap .data .loc_bezug div.bezug {
  width: 100%;
  min-width: 100%;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 20px 0;
}
#expose.b_projects .data_wrap .data .loc_bezug div.anschrift > span,
#expose.b_projects .data_wrap .data .loc_bezug div.bezug > span {
  margin-right: 10px;
  position: relative;
  font-size: 24px;
}
#expose.b_projects .data_wrap .data .loc_bezug div.anschrift p,
#expose.b_projects .data_wrap .data .loc_bezug div.bezug p {
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  #expose.b_projects .data_wrap .data .loc_bezug div.anschrift,
#expose.b_projects .data_wrap .data .loc_bezug div.bezug {
    width: auto;
    min-width: auto;
    margin: 0 40px 0 0;
  }
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap {
  margin-bottom: 40px;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_img,
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts {
  width: 100%;
  min-width: 100%;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_img {
  position: relative;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_img:before {
  content: "";
  display: block;
  padding-top: 65%;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_img .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts {
  padding: 18px 18px 10px 18px;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts h3 {
  color: #1B9971;
  font-weight: 600;
  font-size: 18px;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts {
  margin: 0;
  padding: 0;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts li {
  list-style: none;
  border-bottom: 1px solid #575757;
  width: 100%;
  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;
  padding: 5px 0;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts li span {
  width: auto;
  min-width: auto;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung {
  margin: 26px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li {
  list-style: none;
  width: auto;
  min-width: auto;
  margin-right: 18px;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li span.icon {
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li span.icon.stell {
  background-image: url("img_system/agw-icons-b-projekte/icon-stellplatz.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li span.icon.balkon {
  background-image: url("img_system/agw-icons-b-projekte/icon-balkon.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li span.icon.terrasse {
  background-image: url("img_system/agw-icons-b-projekte/icon-terrasse.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li span.icon.bad {
  background-image: url("img_system/agw-icons-b-projekte/icon-dusche-u-wanne.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li span.icon.barriere {
  background-image: url("img_system/agw-icons-b-projekte/icon-barrierearm.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung li span.lbl {
  font-size: 11px;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts .emk_btn {
  text-align: center;
}
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts .emk_btn > a {
  background: #1B9971;
  height: 42px;
  padding: 0 20px;
  line-height: 42px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 920px) {
  #expose.b_projects .data_wrap .we_einheiten .we_wrap .we_img {
    width: 60%;
    min-width: 60%;
  }
  #expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts {
    width: 40%;
    min-width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-flex-line-pack: space-between;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts h3,
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul,
#expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts .emk_btn {
    width: 100%;
    min-width: 100%;
  }
  #expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts h3 {
    font-size: 20px;
  }
  #expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts ul.facts_ausstattung {
    margin: 0;
  }
  #expose.b_projects .data_wrap .we_einheiten .we_wrap .we_facts .emk_btn {
    text-align: left;
  }
}
#expose.b_projects .data_wrap .link_to_page {
  margin: 40px 0;
  padding: 20px 40px;
  background: #ecf6f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#expose.b_projects .data_wrap .link_to_page .text,
#expose.b_projects .data_wrap .link_to_page .emk_btn {
  width: 100%;
  min-width: 100%;
  text-align: center;
}
#expose.b_projects .data_wrap .link_to_page .emk_btn {
  width: 100%;
  min-width: 100%;
}
#expose.b_projects .data_wrap .link_to_page .emk_btn > a {
  background: #1B9971;
  height: 42px;
  padding: 0 20px;
  line-height: 42px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#expose.b_projects .data_wrap .emk_slider .sy-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
#expose.b_projects .data_wrap .emk_slider .sy-box ul.slides {
  margin: 0;
  padding: 0;
}
#expose.b_projects .data_wrap .emk_slider .sy-box ul.slides li {
  list-style: none;
}
#expose.b_projects .data_wrap .emk_slider .sy-box ul.sy-pager {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 5;
}
#expose.b_projects .data_wrap .emk_slider .sy-box ul.sy-pager li {
  width: 0.8em;
  height: 0.8em;
  margin-right: 8px;
}
#expose.b_projects .data_wrap .emk_slider .sy-box ul.sy-pager li.sy-active a {
  background-color: #1B9971;
}

#kontakt.b_proj .intro {
  width: 92%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
#kontakt.b_proj .intro .headlines h2 {
  color: #1B9971;
}
#kontakt.b_proj .intro .asp_box {
  padding: 25px 0;
  background: #fff;
  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;
}
#kontakt.b_proj .intro .asp_box .icon-bubbles4 {
  width: 30%;
  min-width: 30%;
  font-size: 42px;
  color: #1B9971;
}
#kontakt.b_proj .intro .asp_box .icon-bubbles4:before {
  display: block;
  text-align: center;
}
#kontakt.b_proj .intro .asp_box ul.data {
  width: 70%;
  min-width: 70%;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#kontakt.b_proj .intro .asp_box ul.data li {
  list-style: none;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
#kontakt.b_proj .intro .asp_box ul.data li.name {
  font-weight: 600;
}
#kontakt.b_proj .intro .asp_box ul.data li a {
  text-decoration: none;
}
@media (min-width: 768px) {
  #kontakt.b_proj .intro .asp_box .icon-bubbles4 {
    width: 15%;
    min-width: 15%;
  }
  #kontakt.b_proj .intro .asp_box ul.data {
    width: 82%;
    min-width: 82%;
  }
  #kontakt.b_proj .intro .asp_box ul.data li {
    width: 30%;
    min-width: 30%;
  }
}
@media (min-width: 920px) {
  #kontakt.b_proj .intro {
    width: 100%;
  }
}

.expose_map.b_proj .intro {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.expose_map.b_proj #expose_map {
  background: aqua;
}

.expose_map {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.expose_map #expose_map {
  height: 100%;
  height: 600px;
}
.expose_map #map_legende {
  width: 96%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .expose_map #map_legende {
    width: 66%;
    max-width: 66%;
    margin-bottom: 40px !important;
  }
}

.expose_img_single {
  margin-top: 99px;
}

.mod_wohnungsexpose .emkw {
  max-width: 960px !important;
}
.mod_wohnungsexpose .emkw #kontakt {
  position: relative;
  z-index: 0;
}
.mod_wohnungsexpose .emkw #kontakt .wrap:before {
  content: "";
  background: #ecf6f3;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 160%;
  height: 110%;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -30%;
}
@media (min-width: 768px) {
  .mod_wohnungsexpose .emkw #kontakt .wrap:before {
    height: 120%;
  }
}
.mod_wohnungsexpose .emkw #kontakt .wrap:after {
  content: "";
  background: url("img_system/logo-wasserzeichen.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -60px;
  right: -37%;
}
.mod_wohnungsexpose .emkw #kontakt .expose {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod_wohnungsexpose .emkw #kontakt .expose h3 {
  width: 100%;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.mod_wohnungsexpose .emkw #kontakt #kontakt_mod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 40px;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  padding: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 980px) {
  .mod_wohnungsexpose .emkw #kontakt .box_kontakt {
    width: calc(29% - 10px);
  }
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt .asp_vermietung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  list-style: none;
  margin-bottom: 10px;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li a {
  text-decoration: none;
  font-size: 16px;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_tel img {
  width: 28px;
  margin-right: 10px;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_mail img {
  width: 28px;
  margin-right: 10px;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_org {
  font-size: 14px;
  color: #6e6e6e;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_head {
  margin-top: auto;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_name {
  font-size: 20px;
  font-weight: 600;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_logo {
  width: 100%;
  margin-bottom: 0 auto 15px;
}
.mod_wohnungsexpose .emkw #kontakt .box_kontakt li.asp_logo img {
  display: block;
  width: 150px;
}
.mod_wohnungsexpose .emkw #kontakt .formular.frm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 980px) {
  .mod_wohnungsexpose .emkw #kontakt .formular.frm {
    width: calc(69% - 10px);
  }
}

#expose_slider {
  margin-top: 0px;
  background: #ecf6f3;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#expose_slider.emk-container {
  padding: 0;
}
#expose_slider .wrap_expose_slider {
  width: 100%;
  margin: 0 auto;
}
#expose_slider .wrap_expose_slider .sy-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#expose_slider .wrap_expose_slider .sy-box:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#expose_slider .wrap_expose_slider .sy-box .sy-slides-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
#expose_slider .wrap_expose_slider .sy-box .sy-pager {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
#expose_slider .wrap_expose_slider .sy-box .sy-pager li {
  width: 0.8em;
  height: 0.8em;
}
#expose_slider .wrap_expose_slider .sy-box .sy-pager li.sy-active a {
  background-color: #1B9971;
}
#expose_slider .wrap_expose_slider .sy-box .sy-controls {
  display: block;
}
#expose_slider .wrap_expose_slider #slider_emk {
  position: relative;
  overflow: hidden;
}
#expose_slider .wrap_expose_slider #slider_emk:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#expose_slider .wrap_expose_slider #slider_emk ul.slides {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#expose_slider .wrap_expose_slider #slider_emk ul.slides li {
  list-style: none;
  text-align: center;
  height: 100%;
  object-fit: contain;
}
#expose_slider .wrap_expose_slider #slider_emk ul.slides li img {
  display: inline-block;
  object-fit: contain;
  height: 100%;
  margin: 0 auto;
}

#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: #1B9971;
  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;
  }
}

#expose_slider .sy-box {
  height: 100%;
}
#expose_slider .sy-slide img {
  width: auto;
}

.hotline {
  background: #0b543c;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.hotline .intro,
.hotline .nachtext {
  line-height: 1.6;
  color: #fff;
  display: inline-block;
}
.hotline .number {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin: 4px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.hotline .number .icon-phone2 {
  margin-right: 8px;
}
.hotline .number a.btn_call {
  border: 1px solid #fff;
  padding: 4px 10px;
  margin-left: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  color: #fff;
}
.hotline .number a.btn_call:hover {
  cursor: pointer;
  text-decoration: none;
}

.page-template-page_immosearch_expose #poi_map {
  z-index: 1;
}

#quicksearch_home {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: block;
  margin: 0 auto 0;
  background: none;
  position: relative;
  margin-top: 0px;
  z-index: 5;
}
@media (min-width: 768px) {
  #quicksearch_home {
    margin-top: -50px;
    min-height: 85px;
  }
}
#quicksearch_home .search_box {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#quicksearch_home .search_box .mobile-searchbox-handler {
  width: 100%;
  min-width: 100%;
  background: #1B9971;
  height: 48px;
  cursor: pointer;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner {
  width: 92%;
  height: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner .head {
  width: 250px;
  padding: 4px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon {
  width: 30px;
  height: 30px;
  padding: 4px;
  position: relative;
  display: inline-block;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon .icon-search3,
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon .icon-zoom-out3 {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 22px;
  color: #fff;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon .icon-zoom-out3 {
  display: none;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon.open .icon-search3 {
  display: none;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon.open .icon-zoom-out3 {
  display: block;
}
#quicksearch_home .search_box .desk_bar {
  display: none;
}
#quicksearch_home .search_box .searcher {
  height: 0;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0 35px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher {
    padding: 20px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch {
  position: relative;
  z-index: 6;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 {
  width: 100%;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset {
  width: 100%;
  min-width: 100%;
  border: none;
  padding-top: 10px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset label {
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  color: #575757;
  font-size: 16px;
  font-weight: 400;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble {
    font-size: 16px !important;
  }
}
@media (max-width: 540px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble:nth-child(odd) {
    -webkit-transform: translate(-28px, 15px);
    -moz-transform: translate(-28px, 15px);
    -ms-transform: translate(-28px, 15px);
    -o-transform: translate(-28px, 15px);
    transform: translate(-28px, 15px);
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble:nth-child(even) {
    -webkit-transform: translate(28px, 15px);
    -moz-transform: translate(28px, 15px);
    -ms-transform: translate(28px, 15px);
    -o-transform: translate(28px, 15px);
    transform: translate(28px, 15px);
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 0;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .btn_qsearch {
  border: none;
  margin: 0 auto;
  padding: 12px 20px !important;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  width: max-content;
  height: auto;
}
@media (min-width: 980px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .btn_qsearch {
    font-size: 18px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 {
  width: 100%;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset {
  width: 100%;
  min-width: 100%;
  border: none;
  margin-bottom: 20px;
  padding: 10px 0 0 0;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset {
    padding-top: 10px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset label {
  display: block;
  text-align: left;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  color: #575757;
  font-size: 16px;
  font-weight: 400;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset button {
  width: 100%;
  border-color: #1B9971;
  background: #1B9971;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset button span {
  padding-left: 10px;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset button {
    font-size: 18px;
    margin-bottom: -20px;
    margin-top: 0;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin: 33px 0 13px 0;
  gap: 10px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bar-wrapper {
  padding-top: 0;
  margin-top: -1px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bar-wrapper .rz-bar {
  height: 5px;
  background: #e9e9eb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bar-wrapper .rz-bar.rz-selection {
  background: #1B9971;
  height: 8px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer {
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 3px #1B9971;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  outline: 1px solid transparent;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border: solid 1px #1B9971;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer:focus, #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer:focus-visible {
  outline: 2px solid rgb(27, 63, 168);
  outline-offset: 2px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer.rz-active:after {
  background: #fff;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer.rz-active:after:after {
  background: #1B9971;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble {
  position: relative;
  font-family: "Open Sans", Arial, sans-serif;
  color: #1B9971;
  font-size: 16px;
  font-weight: 400;
  right: 0;
  left: unset !important;
  margin-top: -40px;
  bottom: 20px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:nth-child(even):before {
  content: "-";
  margin-left: -5px;
  margin-right: 12px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:last-of-type {
  position: absolute;
  top: -15px;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble {
    font-weight: 400;
    position: relative;
    left: unset !important;
    margin-top: -40px;
    bottom: 20px;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:nth-child(even):before {
    content: "-";
    margin-left: -5px;
    margin-right: 12px;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:last-of-type {
    position: absolute;
    top: -15px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble.rz-limit.rz-ceil, #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble.rz-limit.rz-floor {
  opacity: 0;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 {
    padding: 20px 0 0 0;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset {
    width: 30%;
    min-width: 30%;
    margin-bottom: 0;
    padding-top: 28px !important;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset label {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#quicksearch_home .search_box .searcher.open {
  padding: 10px 35px;
}
@media (min-width: 768px) {
  #quicksearch_home .search_box {
    width: 92%;
    max-width: 960px;
    z-index: 6;
    position: relative;
  }
  #quicksearch_home .search_box .quick_place {
    width: 100%;
  }
  #quicksearch_home .search_box .mobile-searchbox-handler {
    display: none;
  }
  #quicksearch_home .search_box .desk_bar {
    display: none;
    font-size: 23px;
    color: #575757;
    width: 100%;
    height: 50px;
    padding: 12px;
  }
  #quicksearch_home .search_box .desk_bar .info {
    display: none;
    text-align: center;
  }
  #quicksearch_home .search_box .searcher {
    height: auto;
  }
}

#quicksearch_home:before {
  content: "";
  background: #ecf6f3;
  width: 100%;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.rzslider {
  margin: 13px 0;
}
.rzslider .rz-bar-wrapper .rz-bar {
  height: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rzslider .rz-bar-wrapper .rz-bar.rz-selection {
  background: #1B9971;
}
.rzslider .rz-pointer {
  top: -10px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: solid 4px #1B9971;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  outline: none;
}
.rzslider .rz-pointer:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: #fff;
  border: solid 1px #1B9971;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.rzslider .rz-pointer.rz-active:after {
  background: #fff;
}
.rzslider .rz-pointer.rz-active:after:after {
  background: #1B9971;
}
.rzslider .rz-bubble {
  font-size: 17px !important;
  color: #1B9971 !important;
}

#map_angebote {
  display: none;
}
@media (min-width: 768px) {
  #map_angebote {
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 47vw;
  }
}
@media (min-width: 1400px) {
  #map_angebote {
    display: block;
    width: 700px;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
    -webkit-transition: all 300ms ease;
    /* Firefox */
    -moz-transition: all 300ms ease;
    /* WebKit */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    /* Standard */
  }
}

.col_map.fixed #map_angebote {
  position: fixed !important;
  height: 80vh;
  top: 75px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .col_map.fixed #map_angebote {
    height: 65%;
  }
}
.col_map.fixed.map_full #map_angebote {
  width: 47% !important;
}
.col_map.fixed.map_full .handler {
  left: 98%;
}
.col_map.fixed .handler {
  position: fixed !important;
  top: 75px;
}

.emk-container.expose_liste {
  overflow: visible;
  margin-top: 20px;
}
@media (min-width: 650px) {
  .emk-container.expose_liste {
    margin-top: 0;
  }
}

#objekte_liste {
  background: #ecf6f3;
  padding-bottom: 40px;
}
#objekte_liste #emk_immosearch_list.emk_immosearch {
  position: relative;
  width: 94%;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (min-width: 650px) {
  #objekte_liste #emk_immosearch_list.emk_immosearch {
    padding-top: 0;
  }
}
#objekte_liste #emk_immosearch_list.emk_immosearch .filter_wrap {
  position: relative;
}
#objekte_liste #emk_immosearch_list.emk_immosearch .filter_wrap .inner_wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -20px;
  z-index: 90;
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
#objekte_liste #emk_immosearch_list.emk_immosearch .filter_wrap .inner_wrap h1 {
  background: #1B9971;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 8px;
}
#objekte_liste #emk_immosearch_list.emk_immosearch .filter_wrap .inner_wrap .searchform {
  margin-bottom: 0;
}
@media (min-width: 650px) {
  #objekte_liste #emk_immosearch_list.emk_immosearch {
    padding-top: 180px;
  }
}

.quicksearch_ .rzslider,
.emk_immosearch .searchform_ .rzslider {
  margin: 40px 0 15px 0;
}
.quicksearch_ .rzslider .rz-pointer,
.emk_immosearch .searchform_ .rzslider .rz-pointer {
  top: -10px;
  width: 28px;
  height: 28px;
  background-color: #e7e7e7;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  outline: none;
}
.quicksearch_ .rzslider .rz-pointer:after,
.emk_immosearch .searchform_ .rzslider .rz-pointer:after {
  width: 12px;
  height: 12px;
  top: 8px;
  left: 8px;
  background: #858585;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.quicksearch_ .rzslider .rz-pointer.rz-active::after,
.emk_immosearch .searchform_ .rzslider .rz-pointer.rz-active::after {
  background: #1B9971 !important;
}
.quicksearch_ .rzslider .rz-bar-wrapper,
.emk_immosearch .searchform_ .rzslider .rz-bar-wrapper {
  margin-top: -18px;
  width: 100%;
}
.quicksearch_ .rzslider .rz-bar-wrapper .rz-bar,
.emk_immosearch .searchform_ .rzslider .rz-bar-wrapper .rz-bar {
  background: #99d7f2;
  height: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.quicksearch_ .rzslider .rz-bubble,
.emk_immosearch .searchform_ .rzslider .rz-bubble {
  font-size: 14px;
  color: #1B9971;
}

#emk_immosearch_list .searchform {
  width: 100%;
  height: auto;
  min-height: 300px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 5;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 5px 0 5px;
  opacity: 1;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
  overflow: visible;
  -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 */
}
#emk_immosearch_list .searchform::after {
  clear: both;
  content: "";
  display: block;
}
#emk_immosearch_list .searchform #filter_switch {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 154px;
  height: 34px;
}
#emk_immosearch_list .searchform #filter_switch .closer,
#emk_immosearch_list .searchform #filter_switch .opener {
  position: absolute;
  right: 8px;
  top: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -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;
  color: #1B9971;
}
#emk_immosearch_list .searchform #filter_switch .closer span.txt,
#emk_immosearch_list .searchform #filter_switch .opener span.txt {
  line-height: 1;
  font-size: 14px;
  font-family: "Poppins", Arial, sans-serif;
}
#emk_immosearch_list .searchform #filter_switch .closer span[class^=icon-],
#emk_immosearch_list .searchform #filter_switch .opener span[class^=icon-] {
  margin-left: 8px;
  font-size: 21px;
}
#emk_immosearch_list .searchform #filter_switch .opener {
  opacity: 0;
}
#emk_immosearch_list .searchform #filter_switch.closed .opener {
  opacity: 1;
  color: #fff;
}
#emk_immosearch_list .searchform #filter_switch.closed .closer {
  opacity: 0;
}
#emk_immosearch_list .searchform.closed {
  position: relative;
  right: 3%;
  width: 100%;
  height: 34px !important;
  min-height: 34px !important;
  padding-bottom: 0px;
  margin-top: 0;
  background: #1B9971;
  -webkit-transition: all 800ms ease;
  /* Firefox */
  -moz-transition: all 800ms ease;
  /* WebKit */
  -o-transition: all 800ms ease;
  /* Opera */
  transition: all 800ms ease;
  /* Standard */
}
#emk_immosearch_list .searchform.closed fieldset {
  opacity: 0;
}
#emk_immosearch_list .searchform fieldset.slide {
  width: 100%;
  min-width: 100%;
  margin: 30px 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #emk_immosearch_list .searchform fieldset.slide {
    width: 32%;
    min-width: 32%;
  }
}
@media (max-width: 1400px) {
  #emk_immosearch_list .searchform fieldset.slide {
    margin-bottom: 10px;
  }
}
#emk_immosearch_list .searchform fieldset.slide label {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  font-weight: 600;
  color: #575757;
  display: inherit;
}
@media (min-width: 768px) {
  #emk_immosearch_list .searchform fieldset.slide label {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  #emk_immosearch_list .searchform fieldset.slide label {
    margin-bottom: -45px;
    text-align: center;
  }
}
#emk_immosearch_list .searchform fieldset.slide .rzslider {
  margin: 10px 0 13px;
}
@media (min-width: 1400px) {
  #emk_immosearch_list .searchform fieldset.slide .rzslider {
    margin: 40px 0 13px;
  }
}
@media (max-width: 1400px) {
  #emk_immosearch_list .searchform fieldset.slide .rzslider .rz-bubble {
    font-size: 14px !important;
  }
}
#emk_immosearch_list .searchform fieldset.optionen {
  width: 100%;
  min-width: 100%;
}
#emk_immosearch_list .searchform fieldset.slide,
#emk_immosearch_list .searchform fieldset.optionen {
  border: none;
}
@media only screen and (min-width: 650px) {
  #emk_immosearch_list .searchform {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #emk_immosearch_list .searchform fieldset.slide {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1400px) {
  #emk_immosearch_list .searchform {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #emk_immosearch_list .searchform fieldset.slide {
    width: 30%;
    min-width: 30%;
  }
}
#emk_immosearch_list .searchform fieldset.ng-scope {
  width: 100%;
  margin: 0 0 20px 0;
}
#emk_immosearch_list .searchform fieldset.ng-scope > label {
  color: #575757;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  #emk_immosearch_list .searchform fieldset.ng-scope > label {
    text-align: left;
    float: left;
    font-weight: 600;
    font-size: 16px;
    margin-right: 30px;
  }
}
#emk_immosearch_list .searchform ul.unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  gap: 10px;
}
#emk_immosearch_list .searchform ul.unstyled li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#emk_immosearch_list .searchform ul.unstyled li label {
  position: relative;
  padding-left: 30px;
  font-weight: normal;
  font-size: 12px;
  color: #575757;
}
#emk_immosearch_list .searchform ul.unstyled li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#emk_immosearch_list .searchform ul.unstyled li label .check_style {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#emk_immosearch_list .searchform ul.unstyled li label .check_style:hover {
  background-color: #ccc;
}
#emk_immosearch_list .searchform ul.unstyled li label:hover input ~ .check_style {
  background-color: #ccc;
}
#emk_immosearch_list .searchform ul.unstyled li label input:checked ~ .check_style {
  background-color: #1B9971;
}
#emk_immosearch_list .searchform ul.unstyled li label .check_style:after {
  content: "";
  position: absolute;
  display: none;
}
#emk_immosearch_list .searchform ul.unstyled li label input:checked ~ .check_style:after {
  display: block;
}
#emk_immosearch_list .searchform ul.unstyled li label .check_style:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#emk_immosearch_list .resultlist {
  width: 100%;
  min-height: 180px;
  max-width: 960px;
  margin: 0 auto;
}
#emk_immosearch_list .resultlist .resultlist_info {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#emk_immosearch_list .resultlist .resultlist_info h3.list_cluster {
  display: none;
}
#emk_immosearch_list .resultlist .resultlist_objects {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result {
  background: #fff;
  position: relative;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  #emk_immosearch_list .resultlist .resultlist_objects .result {
    width: calc(50% - 5px);
  }
}
#emk_immosearch_list .resultlist .resultlist_objects .result:hover {
  text-decoration: none;
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
#emk_immosearch_list .resultlist .resultlist_objects .result:hover h3 {
  color: #1B9971 !important;
}
#emk_immosearch_list .resultlist .resultlist_objects .result:hover a {
  text-decoration: none;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox {
  position: relative;
  height: 100%;
  z-index: 0;
  line-height: 1;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .prev_img.objektbild {
  position: relative;
  width: 100%;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .prev_img.objektbild img {
  position: relative;
  width: 110%;
  min-width: 110%;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten {
  margin-top: 0;
  padding: 10px 20px 60px 20px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten h3,
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten p.adress,
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.merkmale,
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data {
  left: 20px;
  right: 20px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  top: 10px;
  color: #0b543c;
  min-height: 50px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten p.adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  color: #6e6e6e;
  margin-block-start: 5px;
  min-height: 20px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten p.adress span {
  font-size: 18px;
  margin-right: 5px;
  margin-left: -1px;
  color: #1B9971;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.merkmale {
  margin: 0 0 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  min-height: 20px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.merkmale li {
  list-style: none;
  border: 1px solid #6e6e6e;
  background: #6e6e6e;
  color: #fff;
  margin-right: 10px;
  padding: 2px 4px;
  font-size: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data {
  position: absolute;
  bottom: 20px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data li {
  list-style: none;
  font-size: 13px;
  padding-right: 10px;
  margin-right: 15px;
  color: #6e6e6e;
  border-right: solid 2px #ccc;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data li:last-child {
  border: none;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data li:last-child {
  margin-right: 0;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data li span {
  font-size: 15px;
  font-weight: bold;
  color: #575757;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data li span.miete {
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 1400px) {
  #emk_immosearch_list .resultlist .resultlist_objects .result .obox .objekt_wrap .objektdaten ul.list_data li span {
    font-size: 15px;
    font-weight: bold;
  }
}
#emk_immosearch_list .resultlist .resultlist_objects .result .merken {
  display: none;
  position: absolute;
  right: 8px;
  bottom: 13px;
  z-index: 50;
  color: #6e6e6e;
  height: 45px;
  width: 60px;
}
@media (min-width: 540px) {
  #emk_immosearch_list .resultlist .resultlist_objects .result .merken {
    width: 44px;
  }
}
@media (min-width: 650px) {
  #emk_immosearch_list .resultlist .resultlist_objects .result .merken {
    width: 60px;
  }
}
#emk_immosearch_list .resultlist .resultlist_objects .result .merken .icon-star-empty,
#emk_immosearch_list .resultlist .resultlist_objects .result .merken .icon-star-full {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 24px;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .merken .icon-star-empty:hover,
#emk_immosearch_list .resultlist .resultlist_objects .result .merken .icon-star-full:hover {
  cursor: pointer;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .merken .icon-star-empty.hide,
#emk_immosearch_list .resultlist .resultlist_objects .result .merken .icon-star-full.hide {
  opacity: 0;
  display: none;
}
#emk_immosearch_list .resultlist .resultlist_objects .result .merken span.txt {
  font-size: 13px;
  position: absolute;
  top: 27px;
}
@media (min-width: 540px) {
  #emk_immosearch_list .resultlist .resultlist_objects .result .merken span.txt {
    display: none;
  }
}
@media (min-width: 650px) {
  #emk_immosearch_list .resultlist .resultlist_objects .result .merken span.txt {
    display: block;
  }
}

.quicksearch_ fieldset {
  height: 75px;
  position: relative;
}
.quicksearch_ fieldset.sbtn {
  height: 50px;
}
.quicksearch_ label {
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #1B9971;
}
.quicksearch_ .btn_qsearch {
  width: 200px;
  height: 40px;
  border: 1px solid #1B9971 !important;
  background: #1B9971 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 5px;
  padding: 8px 0px;
  text-align: center;
  background: #fff;
  color: #fff;
  font-size: 15px !important;
  font-weight: 600;
  width: max-content;
}
.quicksearch_ .btn_qsearch:hover {
  border: 1px solid #0b543c !important;
  background: #0b543c !important;
  color: #fff;
}

#objektfilter,
.emk_immosearch .searchform {
  width: 47.5vw;
  width: 100%;
  top: 0;
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: 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: block;
}
@media (min-width: 650px) {
  #objektfilter,
.emk_immosearch .searchform {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
#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: #1B9971;
  display: inherit;
}
@media only screen and (min-width: 650px) {
  #objektfilter,
.emk_immosearch .searchform {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #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;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #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: #1B9971;
  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: #1B9971;
}

#objekte_liste.merkzettel {
  background: #ecf6f3;
}
#objekte_liste.merkzettel #emk_immosearch_list {
  padding-top: 0 !important;
}

.emk_immosearch .resultlist {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  min-height: 180px;
}
.emk_immosearch .resultlist .resultlist_objects_OUT {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result {
  margin-bottom: 20px;
  background: #ecf6f3;
  position: relative;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
  width: 100%;
}
@media (min-width: 540px) {
  .emk_immosearch .resultlist .resultlist_objects_OUT .result {
    width: 49%;
  }
}
@media (min-width: 980px) {
  .emk_immosearch .resultlist .resultlist_objects_OUT .result {
    width: 32%;
  }
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result:hover {
  text-decoration: none;
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result:hover h3 {
  color: #1B9971 !important;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result:hover a {
  text-decoration: none;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .obox {
  position: relative;
  z-index: 0;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .prev_img.objektbild .content {
  text-align: center;
  background: #fff;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .prev_img.objektbild .content img {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten {
  height: 200px;
  position: relative;
  background: #fff;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten h3,
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten p.adress,
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.merkmale,
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.list_data {
  position: absolute;
  left: 10px;
  right: 10px;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten h3 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  top: 10px;
  color: #575757;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten p.adress {
  top: 48px;
  font-size: 14px;
  line-height: 1.3;
  color: #6e6e6e;
  left: 26px;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten p.adress span {
  position: absolute;
  left: -20px;
  top: 10px;
  font-size: 18px;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.merkmale {
  top: 106px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.merkmale li {
  list-style: none;
  border: 1px solid #6e6e6e;
  background: #6e6e6e;
  color: #fff;
  margin-right: 10px;
  padding: 2px 4px;
  font-size: 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.list_data {
  top: 144px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.list_data li {
  list-style: none;
  font-size: 13px;
  margin-right: 15px;
  color: #6e6e6e;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.list_data li:last-child {
  margin-right: 0;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .objektdaten ul.list_data li span {
  font-size: 16px;
  font-weight: 600;
  color: #575757;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .merken {
  position: absolute;
  right: 8px;
  bottom: 13px;
  z-index: 50;
  color: #6e6e6e;
  height: 45px;
  width: 60px;
}
@media (min-width: 540px) {
  .emk_immosearch .resultlist .resultlist_objects_OUT .result .merken {
    width: 44px;
  }
}
@media (min-width: 650px) {
  .emk_immosearch .resultlist .resultlist_objects_OUT .result .merken {
    width: 60px;
  }
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .merken .icon-star-empty,
.emk_immosearch .resultlist .resultlist_objects_OUT .result .merken .icon-star-full {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 24px;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .merken .icon-star-empty:hover,
.emk_immosearch .resultlist .resultlist_objects_OUT .result .merken .icon-star-full:hover {
  cursor: pointer;
}
.emk_immosearch .resultlist .resultlist_objects_OUT .result .merken span.txt {
  font-size: 13px;
  position: absolute;
  top: 27px;
}
@media (min-width: 540px) {
  .emk_immosearch .resultlist .resultlist_objects_OUT .result .merken span.txt {
    display: none;
  }
}
@media (min-width: 650px) {
  .emk_immosearch .resultlist .resultlist_objects_OUT .result .merken span.txt {
    display: block;
  }
}
.emk_immosearch .resultlist_info {
  text-align: center;
  padding: 10px 12px;
  width: 100%;
  max-width: 940px;
  margin: 20px auto;
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  /*
  		@include break_768 {
  			//position: relative;
  			position: absolute;
  			top: 0;
  			right: 0;
  			width: 100%;
  			z-index: 1;
  		}


  		@include flexbox;
  		@include flex-wrap(nowrap);
  		@include justify-content(center);

  		h3, #filter_handler {
  			margin: 0;
  			padding: 0;
  			line-height: 1;

  		}


  		h3 {
  			color: $client_1 !important;
  			width: 100%;
  			max-width: 100%;
  			margin: 0;
  			font-size: 16px;
  			padding-top: 8px;
  			text-align: right !important;
  		}

  		#filter_handler {
  			width: 46%;
  			max-width: 46%;
  			font-size: 14px;
  			border: 1px solid #fff;
  			padding: 8px 8px;
  			text-align: center;
  			@include border-top-radius(4px);
  			@include border-bottom-radius(4px);

  			&:hover {
  				cursor: pointer;
  			}

  			.f_close {
  				display: block;
  			}

  			.f_show {
  				display: none;
  			}

  			&.f_active {
  				.f_close {
  					display: none;
  				}
  				.f_show {
  					display: block;
  				}
  			}

  		}


  		@include break_768 {
  			h3 {
  				text-align: center;
  				padding-bottom: 8px;
  			}

  			#filter_handler {
  				position: absolute;
  				width: 150px;
  				right: 20px;
  			}

  		}
  */
}
.emk_immosearch .resultlist_info h3 {
  margin: 0;
  font-size: 14px;
  color: #575757;
}
@media (min-width: 650px) {
  .emk_immosearch .resultlist_info h3 {
    font-size: 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: #1B9971;
  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;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 10px;
}
.gm-style .gm-style-iw-d a {
  margin-left: 20px;
  font-size: 14px;
}

.map_obj_window {
  width: 420px;
  height: 125px;
  overflow: hidden !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.map_obj_window .obj_img {
  width: 166px;
  min-width: 166px;
  height: 113px;
  margin-right: 12px;
}
.map_obj_window .obj_img a {
  margin: 0;
}
.map_obj_window .obj_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map_obj_window > .obj_data {
  width: 230px;
  min-width: 230px;
  height: 113px;
  position: relative;
}
.map_obj_window > .obj_data p.headline {
  color: #575757;
  line-height: 1.3;
  font-size: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
.map_obj_window > .obj_data .obj_adress {
  font-size: 14px;
  color: #575757;
  line-height: 1.3;
  position: absolute;
  left: 0px;
  top: 5px;
}
.map_obj_window > .obj_data ul.obj_data {
  position: absolute;
  left: 0px;
  bottom: 5px;
  margin: 0;
  padding: 0;
}
.map_obj_window > .obj_data ul.obj_data li {
  float: left;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #575757;
  margin-right: 13px;
  line-height: 1.3;
}
.map_obj_window > .obj_data ul.obj_data li:last-child {
  margin-right: 0;
}
.map_obj_window > .obj_data ul.obj_data li .lbl {
  font-size: 11px;
  color: #6e6e6e;
  font-weight: 400;
}
.map_obj_window > .obj_data .merken {
  position: absolute;
  bottom: 37px;
  right: 0px;
}
.map_obj_window > .obj_data .merken .icon-star-empty,
.map_obj_window > .obj_data .merken .icon-star-full {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
}
.map_obj_window > .obj_data .merken .icon-star-empty:hover,
.map_obj_window > .obj_data .merken .icon-star-full:hover {
  cursor: pointer;
}
.map_obj_window > .obj_data .merken .icon-star-empty.hide,
.map_obj_window > .obj_data .merken .icon-star-full.hide {
  display: none;
}

.emk_immosearch {
  width: 100% !important;
}
@media (min-width: 768px) {
  .emk_immosearch {
    width: 47vw !important;
    max-width: 700px !important;
  }
}
.emk_immosearch .searchform {
  width: 100%;
}
@media (min-width: 768px) {
  .emk_immosearch .searchform {
    width: 47vw !important;
    max-width: 700px !important;
  }
}

#emk_cluster #emk_immosearch_list {
  padding-top: 0 !important;
}
#emk_cluster #emk_immosearch_list .resultlist .resultlist_info {
  display: none;
}

.rzslider {
  margin: 13px 0;
}
.rzslider .rz-bar-wrapper .rz-bar {
  height: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rzslider .rz-bar-wrapper .rz-bar.rz-selection {
  background: #1B9971;
}
.rzslider .rz-pointer {
  top: -10px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: solid 4px #1B9971;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  outline: none;
}
.rzslider .rz-pointer:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: #fff;
  border: solid 1px #1B9971;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.rzslider .rz-pointer.rz-active:after {
  background: #fff;
}
.rzslider .rz-pointer.rz-active:after:after {
  background: #1B9971;
}
.rzslider .rz-bubble {
  font-size: 17px !important;
  color: #1B9971 !important;
}

#quicksearch_home {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: block;
  margin: 0 auto 0;
  background: none;
  position: relative;
  margin-top: 0px;
  z-index: 5;
}
@media (min-width: 768px) {
  #quicksearch_home {
    margin-top: -50px;
    min-height: 85px;
  }
}
#quicksearch_home .search_box {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#quicksearch_home .search_box .mobile-searchbox-handler {
  width: 100%;
  min-width: 100%;
  background: #1B9971;
  height: 48px;
  cursor: pointer;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner {
  width: 92%;
  height: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner .head {
  width: 250px;
  padding: 4px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon {
  width: 30px;
  height: 30px;
  padding: 4px;
  position: relative;
  display: inline-block;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon .icon-search3,
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon .icon-zoom-out3 {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 22px;
  color: #fff;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon .icon-zoom-out3 {
  display: none;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon.open .icon-search3 {
  display: none;
}
#quicksearch_home .search_box .mobile-searchbox-handler .inner #icon.open .icon-zoom-out3 {
  display: block;
}
#quicksearch_home .search_box .desk_bar {
  display: none;
}
#quicksearch_home .search_box .searcher {
  height: 0;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0 35px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher {
    padding: 20px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch {
  position: relative;
  z-index: 6;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 {
  width: 100%;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset {
  width: 100%;
  min-width: 100%;
  border: none;
  padding-top: 10px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset label {
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  color: #575757;
  font-size: 16px;
  font-weight: 400;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble {
    font-size: 16px !important;
  }
}
@media (max-width: 540px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble:nth-child(odd) {
    -webkit-transform: translate(-28px, 15px);
    -moz-transform: translate(-28px, 15px);
    -ms-transform: translate(-28px, 15px);
    -o-transform: translate(-28px, 15px);
    transform: translate(-28px, 15px);
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .rz-bubble:nth-child(even) {
    -webkit-transform: translate(28px, 15px);
    -moz-transform: translate(28px, 15px);
    -ms-transform: translate(28px, 15px);
    -o-transform: translate(28px, 15px);
    transform: translate(28px, 15px);
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 0;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .btn_qsearch {
  border: none;
  margin: 0 auto;
  padding: 12px 20px !important;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  width: max-content;
  height: auto;
}
@media (min-width: 980px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_2 fieldset .btn_qsearch {
    font-size: 18px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 {
  width: 100%;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset {
  width: 100%;
  min-width: 100%;
  border: none;
  margin-bottom: 20px;
  padding: 10px 0 0 0;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset {
    padding-top: 10px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset label {
  display: block;
  text-align: left;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  color: #575757;
  font-size: 16px;
  font-weight: 400;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset button {
  width: 100%;
  border-color: #1B9971;
  background: #1B9971;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset button span {
  padding-left: 10px;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset button {
    font-size: 18px;
    margin-bottom: -20px;
    margin-top: 0;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin: 33px 0 13px 0;
  gap: 10px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bar-wrapper {
  padding-top: 0;
  margin-top: -1px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bar-wrapper .rz-bar {
  height: 5px;
  background: #e9e9eb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bar-wrapper .rz-bar.rz-selection {
  background: #1B9971;
  height: 8px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer {
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 3px #1B9971;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  outline: 1px solid transparent;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border: solid 1px #1B9971;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer:focus, #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer:focus-visible {
  outline: 2px solid rgb(27, 63, 168);
  outline-offset: 2px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer.rz-active:after {
  background: #fff;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-pointer.rz-active:after:after {
  background: #1B9971;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble {
  position: relative;
  font-family: "Open Sans", Arial, sans-serif;
  color: #1B9971;
  font-size: 16px;
  font-weight: 400;
  right: 0;
  left: unset !important;
  margin-top: -40px;
  bottom: 20px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:nth-child(even):before {
  content: "-";
  margin-left: -5px;
  margin-right: 12px;
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:last-of-type {
  position: absolute;
  top: -15px;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble {
    font-weight: 400;
    position: relative;
    left: unset !important;
    margin-top: -40px;
    bottom: 20px;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:nth-child(even):before {
    content: "-";
    margin-left: -5px;
    margin-right: 12px;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble:last-of-type {
    position: absolute;
    top: -15px;
  }
}
#quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble.rz-limit.rz-ceil, #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset .rzslider .rz-bubble.rz-limit.rz-floor {
  opacity: 0;
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 {
    padding: 20px 0 0 0;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset {
    width: 30%;
    min-width: 30%;
    margin-bottom: 0;
    padding-top: 28px !important;
  }
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 fieldset label {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 920px) {
  #quicksearch_home .search_box .searcher form.quicksearch .set_1 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#quicksearch_home .search_box .searcher.open {
  padding: 10px 35px;
}
@media (min-width: 768px) {
  #quicksearch_home .search_box {
    width: 92%;
    max-width: 960px;
    z-index: 6;
    position: relative;
  }
  #quicksearch_home .search_box .quick_place {
    width: 100%;
  }
  #quicksearch_home .search_box .mobile-searchbox-handler {
    display: none;
  }
  #quicksearch_home .search_box .desk_bar {
    display: none;
    font-size: 23px;
    color: #575757;
    width: 100%;
    height: 50px;
    padding: 12px;
  }
  #quicksearch_home .search_box .desk_bar .info {
    display: none;
    text-align: center;
  }
  #quicksearch_home .search_box .searcher {
    height: auto;
  }
}

#quicksearch_home:before {
  content: "";
  background: #ecf6f3;
  width: 100%;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.mod_text .emkw {
  padding-top: 40px;
  padding-bottom: 20px;
}
.mod_text .emkw h2 {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
  font-size: 34px;
}
@media (min-width: 540px) {
  .mod_text .emkw h2 {
    font-size: 44px;
  }
}
.mod_text .emkw h3 {
  background: none;
  color: #666;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
  hyphens: auto;
}
@media (min-width: 540px) {
  .mod_text .emkw h3 {
    font-size: 24px;
  }
}
.mod_text .emkw p {
  width: 95%;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .mod_text .emkw p {
    width: 90%;
  }
}

.mod_icon_set h2 {
  margin-bottom: 10px;
}
.mod_icon_set .box_wrap {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  --wrap-w: 100%;
}
.mod_icon_set .box_wrap.set_3_6 .box {
  width: 48%;
  min-width: 48%;
  height: 100%;
}
@media (min-width: 768px) {
  .mod_icon_set .box_wrap.set_3_6 .box {
    width: 31%;
    min-width: 31%;
  }
}
.mod_icon_set .box_wrap.set_4_8 .box {
  width: 48%;
  min-width: 48%;
  height: 100%;
}
@media (min-width: 980px) {
  .mod_icon_set .box_wrap.set_4_8 .box {
    width: 23%;
    min-width: 23%;
  }
}
.mod_icon_set .box_wrap .box {
  border: 2px solid #1B9971;
  box-sizing: border-box;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: calc(var(--wrap-w) / 20);
}
.mod_icon_set .box_wrap .box .box_content {
  padding: 20px 10px 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 540px) {
  .mod_icon_set .box_wrap .box .box_content {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.mod_icon_set .box_wrap .box .box_content .img,
.mod_icon_set .box_wrap .box .box_content .cnt {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.mod_icon_set .box_wrap .box .box_content .img {
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mod_icon_set .box_wrap .box .box_content .img {
    margin-bottom: 20px;
  }
}
.mod_icon_set .box_wrap .box .box_content .img img {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-height: 64px;
}
@media (min-width: 768px) {
  .mod_icon_set .box_wrap .box .box_content .img img {
    max-height: 108px;
  }
}
.mod_icon_set .box_wrap .box .box_content .cnt h4, .mod_icon_set .box_wrap .box .box_content .cnt p {
  display: block;
  text-align: center;
  margin: 0;
}
.mod_icon_set .box_wrap .box .box_content .cnt h4 {
  font-size: 18px;
  font-weight: 400;
  color: #0b543c;
}
@media (min-width: 768px) {
  .mod_icon_set .box_wrap .box .box_content .cnt h4 {
    font-size: 23px;
  }
}

.mod_liste_stellen .emkw {
  padding: 45px 0;
}
.mod_liste_stellen .emkw h2 {
  font-size: 27px;
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .mod_liste_stellen .emkw h2 {
    font-size: 47px;
  }
}
.mod_liste_stellen ul.job_liste li {
  width: 100%;
}
.mod_liste_stellen ul.job_liste li a {
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
}
.mod_liste_stellen ul.job_liste li a .job_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background: #e6f5fb;
  padding: 30px;
}
.mod_liste_stellen ul.job_liste li a .job_bar .job_content {
  width: 100%;
}
.mod_liste_stellen ul.job_liste li a .job_bar .job_content h3 {
  width: 100%;
  font-size: 26px;
  margin-bottom: 15px !important;
}
@media (min-width: 980px) {
  .mod_liste_stellen ul.job_liste li a .job_bar .job_content h3 {
    width: 80%;
  }
}
.mod_liste_stellen ul.job_liste li a .job_bar .job_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}
.mod_liste_stellen ul.job_liste li a .job_bar .job_content ul li {
  width: 100%;
  min-width: 100%;
  font-size: 18px;
}
@media (min-width: 650px) {
  .mod_liste_stellen ul.job_liste li a .job_bar .job_content ul li {
    width: fit-content;
    min-width: fit-content;
    margin-right: 40px;
  }
}
.mod_liste_stellen ul.job_liste li a .job_bar .job_content ul li span {
  margin-right: 10px;
}
.mod_liste_stellen ul.job_liste li a .job_bar .job_content ul li span.job-type {
  background: #1B9971;
  color: #fff;
  padding: 3px 10px;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.mod_liste_stellen ul.job_liste li a .job_bar .job_content ul li span img {
  width: 15px;
  height: 15px;
}

.mod_video_v2,
.mod_vid_yt,
.mod_video_yt {
  padding-top: 40px;
  padding-bottom: 80px;
  width: 100%;
}
.mod_video_v2 .emki,
.mod_vid_yt .emki,
.mod_video_yt .emki {
  max-width: 100%;
}
.mod_video_v2 .emki .emkw,
.mod_vid_yt .emki .emkw,
.mod_video_yt .emki .emkw {
  width: 100%;
  max-width: 100%;
}
.mod_video_v2 .emki .emkw .my-video-dimensions,
.mod_vid_yt .emki .emkw .my-video-dimensions,
.mod_video_yt .emki .emkw .my-video-dimensions {
  max-width: 1200px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.mod_video_v2 .emki .emkw .vjs-poster,
.mod_vid_yt .emki .emkw .vjs-poster,
.mod_video_yt .emki .emkw .vjs-poster {
  background-size: cover;
}
.mod_video_v2 .emki .emkw .embed-container,
.mod_vid_yt .emki .emkw .embed-container,
.mod_video_yt .emki .emkw .embed-container {
  position: relative;
}
.mod_video_v2 .emki .emkw .embed-container:before,
.mod_vid_yt .emki .emkw .embed-container:before,
.mod_video_yt .emki .emkw .embed-container:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.mod_video_v2 .emki .emkw .embed-container iframe,
.mod_vid_yt .emki .emkw .embed-container iframe,
.mod_video_yt .emki .emkw .embed-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mod_form_dyn {
  padding: 40px 0;
}

.featherlight-content {
  padding-top: 0 !important;
  background: transparent !important;
}
.featherlight-content iframe {
  width: 100%;
  height: 100%;
}

.mod_job_profil .set,
.mod_faq .set {
  margin-top: 20px;
}
.mod_job_profil .accordion_mst,
.mod_faq .accordion_mst {
  margin-bottom: 20px;
}
.mod_job_profil .accordion_mst.accordion.faq,
.mod_faq .accordion_mst.accordion.faq {
  width: 100%;
  margin-bottom: 20px;
}
.mod_job_profil .accordion_mst.accordion.faq.wrapper_small,
.mod_faq .accordion_mst.accordion.faq.wrapper_small {
  width: 100%;
}
@media (min-width: 1100px) {
  .mod_job_profil .accordion_mst.accordion.faq.wrapper_small,
.mod_faq .accordion_mst.accordion.faq.wrapper_small {
    width: 90%;
  }
}
.mod_job_profil .accordion_mst.accordion.faq .ui-accordion-content,
.mod_job_profil .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content,
.mod_faq .accordion_mst.accordion.faq .ui-accordion-content,
.mod_faq .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content {
  padding: 25px 20px;
  line-height: 1.6;
  margin-bottom: 15px;
  border: 1px solid #e6f5fb;
}
.mod_job_profil .accordion_mst.accordion.faq .ui-accordion-content ul,
.mod_job_profil .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content ul,
.mod_faq .accordion_mst.accordion.faq .ui-accordion-content ul,
.mod_faq .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content ul {
  padding-left: 20px;
}
.mod_job_profil .accordion_mst.accordion.faq .ui-accordion-content .asp,
.mod_job_profil .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content .asp,
.mod_faq .accordion_mst.accordion.faq .ui-accordion-content .asp,
.mod_faq .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content .asp {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.mod_job_profil .accordion_mst.accordion.faq .ui-accordion-content .asp_phone,
.mod_job_profil .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content .asp_phone,
.mod_faq .accordion_mst.accordion.faq .ui-accordion-content .asp_phone,
.mod_faq .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content .asp_phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.mod_job_profil .accordion_mst.accordion.faq .ui-accordion-content .asp_phone a,
.mod_job_profil .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content .asp_phone a,
.mod_faq .accordion_mst.accordion.faq .ui-accordion-content .asp_phone a,
.mod_faq .accordion_mst.accordion.faq .accordion_segment .ui-accordion-content .asp_phone a {
  margin-right: 20px;
}
.mod_job_profil .accordion_mst.accordion.faq h2,
.mod_faq .accordion_mst.accordion.faq h2 {
  margin-bottom: 20px;
  font-weight: 600;
  width: 100%;
}
.mod_job_profil .accordion_mst.accordion.faq p,
.mod_faq .accordion_mst.accordion.faq p {
  margin: 0 0 30px 0;
}
.mod_job_profil .accordion_mst.accordion.faq h3.title,
.mod_faq .accordion_mst.accordion.faq h3.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 68px;
  margin-bottom: 20px;
  background: #ecf6f3;
  color: #1B9971;
  text-align: left;
  padding: 5px 50px 5px 20px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
@media (min-width: 768px) {
  .mod_job_profil .accordion_mst.accordion.faq h3.title,
.mod_faq .accordion_mst.accordion.faq h3.title {
    font-size: 26px;
    font-weight: 600;
  }
}
.mod_job_profil .accordion_mst.accordion.faq h3.title .icon-arrow-down2,
.mod_faq .accordion_mst.accordion.faq h3.title .icon-arrow-down2 {
  transform: rotate(0deg);
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.mod_job_profil .accordion_mst.accordion.faq h3.title .ui-icon,
.mod_faq .accordion_mst.accordion.faq h3.title .ui-icon {
  text-indent: inherit;
  background-image: none;
  left: 90%;
  font-size: 30px;
  width: 30px;
  height: 30px;
  top: 9%;
}
@media (min-width: 540px) {
  .mod_job_profil .accordion_mst.accordion.faq h3.title .ui-icon,
.mod_faq .accordion_mst.accordion.faq h3.title .ui-icon {
    left: 85%;
    font-size: 30px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    top: 9%;
  }
}
@media (min-width: 768px) {
  .mod_job_profil .accordion_mst.accordion.faq h3.title .ui-icon,
.mod_faq .accordion_mst.accordion.faq h3.title .ui-icon {
    left: 95%;
  }
}
.mod_job_profil .accordion_mst.accordion.faq h3.title.ui-accordion-header-active,
.mod_faq .accordion_mst.accordion.faq h3.title.ui-accordion-header-active {
  color: #1B9971;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.mod_job_profil .accordion_mst.accordion.faq h3.title.ui-accordion-header-active .ui-icon,
.mod_faq .accordion_mst.accordion.faq h3.title.ui-accordion-header-active .ui-icon {
  text-indent: inherit;
  top: 9%;
}
.mod_job_profil .accordion_mst.accordion.faq h3.title.ui-accordion-header-active span.icon-arrow-down2,
.mod_faq .accordion_mst.accordion.faq h3.title.ui-accordion-header-active span.icon-arrow-down2 {
  transform: rotate(180deg);
  color: #1B9971;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.mod_job_profil .accordion_mst.accordion.faq h3.title > span,
.mod_faq .accordion_mst.accordion.faq h3.title > span {
  color: #1B9971;
  font-weight: 600;
}
.mod_job_profil .accordion_mst .content,
.mod_faq .accordion_mst .content {
  padding: 10px 10px 20px 10px;
  margin-top: 0;
}
@media (min-width: 540px) {
  .mod_job_profil .accordion_mst .content,
.mod_faq .accordion_mst .content {
    padding: 10px 30px 30px 30px;
  }
}
.mod_job_profil .accordion_mst .content h3, .mod_job_profil .accordion_mst .content h4,
.mod_faq .accordion_mst .content h3,
.mod_faq .accordion_mst .content h4 {
  width: 100%;
}
.mod_job_profil .accordion_mst .content h3,
.mod_faq .accordion_mst .content h3 {
  margin: 20px 0;
  font-size: 27px;
  hyphens: auto;
  hyphenate-limit-chars: auto 6;
  hyphenate-limit-lines: 3;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 6;
  -webkit-hyphenate-limit-lines: 3;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 6;
  -ms-hyphenate-limit-lines: 3;
}
@media (min-width: 540px) {
  .mod_job_profil .accordion_mst .content h3,
.mod_faq .accordion_mst .content h3 {
    margin: 40px 0;
    font-size: 37px;
    -moz-hyphens: none;
    -webkit--hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
.mod_job_profil .accordion_mst .content h4,
.mod_faq .accordion_mst .content h4 {
  margin: 20px 0 18px;
}
.mod_job_profil .accordion_mst .content p,
.mod_faq .accordion_mst .content p {
  margin-top: 0;
}
.mod_job_profil .accordion_mst .content ul.facts,
.mod_faq .accordion_mst .content ul.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 980px) {
  .mod_job_profil .accordion_mst .content ul.facts,
.mod_faq .accordion_mst .content ul.facts {
    display: table;
    margin-bottom: 77px;
  }
}
.mod_job_profil .accordion_mst .content ul.facts li,
.mod_faq .accordion_mst .content ul.facts li {
  float: left;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: 25px;
  margin-bottom: 25px;
  border: 2px solid #0b543c;
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 540px) {
  .mod_job_profil .accordion_mst .content ul.facts li,
.mod_faq .accordion_mst .content ul.facts li {
    padding: 20px;
    width: auto;
  }
}
@media (min-width: 980px) {
  .mod_job_profil .accordion_mst .content ul.facts li,
.mod_faq .accordion_mst .content ul.facts li {
    margin-bottom: 0;
  }
}
.mod_job_profil .accordion_mst .content ul.facts li span,
.mod_faq .accordion_mst .content ul.facts li span {
  width: 100%;
  display: block;
}
.mod_job_profil .accordion_mst .content ul.facts li span.label,
.mod_faq .accordion_mst .content ul.facts li span.label {
  color: #575757;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.mod_job_profil .accordion_mst .content ul.facts li span.value,
.mod_faq .accordion_mst .content ul.facts li span.value {
  color: #575757;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 540px) {
  .mod_job_profil .accordion_mst .content ul.facts li span.value,
.mod_faq .accordion_mst .content ul.facts li span.value {
    font-size: 27px;
  }
}
@media (min-width: 980px) {
  .mod_job_profil .accordion_mst .content ul.facts li span.value,
.mod_faq .accordion_mst .content ul.facts li span.value {
    font-size: 37px;
  }
}
.mod_job_profil .accordion_mst .content ul.list,
.mod_faq .accordion_mst .content ul.list {
  margin-bottom: 36px;
}
.mod_job_profil .accordion_mst .content ul.list li,
.mod_faq .accordion_mst .content ul.list li {
  margin: 0 0 10px 24px;
  position: relative;
}
.mod_job_profil .accordion_mst .content ul.list li:before,
.mod_faq .accordion_mst .content ul.list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  left: -22px;
  background: #87888a;
}
.mod_job_profil .accordion_mst .content .emk_btn_2,
.mod_faq .accordion_mst .content .emk_btn_2 {
  color: #fff;
  width: 100%;
}
@media (min-width: 540px) {
  .mod_job_profil .accordion_mst .content .emk_btn_2,
.mod_faq .accordion_mst .content .emk_btn_2 {
    width: fit-content;
  }
}

.mod_testimonial_slider .emki {
  position: relative;
  max-width: 100% !important;
  height: 100%;
  z-index: 1;
}
.mod_testimonial_slider .emki .emkw {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 1rem;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box::-webkit-scrollbar {
  display: none;
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  min-width: 90%;
  width: 90%;
  height: auto;
  z-index: 2;
}
@media (min-width: 540px) {
  .mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide {
    min-width: 47%;
    width: 47%;
  }
}
@media (min-width: 980px) {
  .mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide {
    min-width: 31%;
    width: 31%;
  }
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide .testi_box {
  padding: 10px 20px;
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide .testi_box .testi_name {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1100px) {
  .mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide .testi_box .testi_name {
    font-size: 23px;
  }
}
.mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide .testi_box .desc {
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 1100px) {
  .mod_testimonial_slider .emki .emkw .scroll-wrapper .scroll-box .testi_slide .testi_box .desc {
    font-size: 20px;
  }
}

.mod_liste_standard .emkw {
  padding-bottom: 20px;
}
@media (min-width: 540px) {
  .mod_liste_standard .emkw {
    padding-bottom: 80px;
  }
}
.mod_liste_standard p.intro {
  margin-top: 20px;
}
.mod_liste_standard ul.liste_standard li {
  margin: 0 0 10px 24px;
  position: relative;
}
.mod_liste_standard ul.liste_standard li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  left: -22px;
  background: #575757;
}

.mod_liste_buttons ul.liste_buttons {
  padding-top: 18px;
}
.mod_liste_buttons ul.liste_buttons li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 650px) {
  .mod_liste_buttons ul.liste_buttons li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.mod_liste_buttons ul.liste_buttons li span.icon {
  margin-right: 20px;
}
.mod_liste_buttons ul.liste_buttons li span.icon img {
  width: 42px;
  height: 42px;
}
@media (min-width: 650px) {
  .mod_liste_buttons ul.liste_buttons li span.icon {
    margin-right: 40px;
  }
  .mod_liste_buttons ul.liste_buttons li span.icon img {
    width: 82px;
    height: 82px;
  }
}

.mod_testimonial_slider .emki:before {
  position: absolute;
  content: "";
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ecf6f3;
}

.mod_video_v2,
.mod_vid_yt,
.mod_video_yt {
  padding-top: 40px;
  padding-bottom: 80px;
  width: 100%;
}
.mod_video_v2 .emki,
.mod_vid_yt .emki,
.mod_video_yt .emki {
  max-width: 100%;
}
.mod_video_v2 .emki .emkw,
.mod_vid_yt .emki .emkw,
.mod_video_yt .emki .emkw {
  width: 100%;
  max-width: 100%;
}
.mod_video_v2 .emki .emkw .my-video-dimensions,
.mod_vid_yt .emki .emkw .my-video-dimensions,
.mod_video_yt .emki .emkw .my-video-dimensions {
  max-width: 1200px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.mod_video_v2 .emki .emkw .vjs-poster,
.mod_vid_yt .emki .emkw .vjs-poster,
.mod_video_yt .emki .emkw .vjs-poster {
  background-size: cover;
}
.mod_video_v2 .emki .emkw .embed-container,
.mod_vid_yt .emki .emkw .embed-container,
.mod_video_yt .emki .emkw .embed-container {
  position: relative;
}
.mod_video_v2 .emki .emkw .embed-container:before,
.mod_vid_yt .emki .emkw .embed-container:before,
.mod_video_yt .emki .emkw .embed-container:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.mod_video_v2 .emki .emkw .embed-container iframe,
.mod_vid_yt .emki .emkw .embed-container iframe,
.mod_video_yt .emki .emkw .embed-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.mod_video_v2 .emki .emkw .embed-container .video_thumb,
.mod_vid_yt .emki .emkw .embed-container .video_thumb,
.mod_video_yt .emki .emkw .embed-container .video_thumb {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mod_video_v2 .emki .emkw .embed-container .video_thumb img,
.mod_vid_yt .emki .emkw .embed-container .video_thumb img,
.mod_video_yt .emki .emkw .embed-container .video_thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod_video_v2 .emki .emkw .embed-container .video_thumb .play,
.mod_vid_yt .emki .emkw .embed-container .video_thumb .play,
.mod_video_yt .emki .emkw .embed-container .video_thumb .play {
  width: 80px;
}
.mod_video_v2 .emki .emkw .embed-container .video_thumb .play img,
.mod_vid_yt .emki .emkw .embed-container .video_thumb .play img,
.mod_video_yt .emki .emkw .embed-container .video_thumb .play img {
  position: relative;
  width: 100%;
}

.single-stellenangebote .pano_indi {
  margin-top: 0;
  clip-path: none !important;
}
.single-stellenangebote .pano_indi:before {
  content: "";
  background: #ecf6f3;
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: 0;
}
.single-stellenangebote .pano_indi .emkw {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.single-stellenangebote .pano_indi #slider_emk {
  padding-top: 40px;
  height: -webkit-fill-available;
}
.single-stellenangebote .pano_indi #slider_emk .sy-slide > img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.single-stellenangebote .pano_indi .content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .single-stellenangebote .pano_indi .content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.single-stellenangebote .pano_indi .content .job_info {
  text-align: left;
  width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .single-stellenangebote .pano_indi .content .job_info {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 37%;
    min-width: 37%;
  }
}
.single-stellenangebote .pano_indi .content .job_info h1 {
  font-size: 34px;
  width: 100%;
  hyphens: auto;
}
@media (min-width: 980px) {
  .single-stellenangebote .pano_indi .content .job_info h1 {
    font-size: 40px;
    width: 100%;
    hyphens: auto;
    hyphenate-limit-chars: auto 3;
  }
}
.single-stellenangebote .pano_indi .content .job_info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
.single-stellenangebote .pano_indi .content .job_info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: fit-content;
  min-width: fit-content;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #848484;
}
.single-stellenangebote .pano_indi .content .job_info ul li span {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.single-stellenangebote .pano_indi .content .job_info ul li span.clock {
  background-image: url("/img/job-time.svg");
}
.single-stellenangebote .pano_indi .content .job_info ul li span.calendar {
  background-image: url("/img/job-kalender.svg");
}
.single-stellenangebote .pano_indi .content .job_info ul li span.location {
  background-image: url("/img/job-ort.svg");
}
.single-stellenangebote .pano_indi .content .pano_img {
  width: 100%;
  height: 100%;
}
.single-stellenangebote .pano_indi .content .pano_img img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-stellenangebote .pano_indi .content .overlay_text {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.single-stellenangebote .pano_indi .content .overlay_text .overlay_headline h1 {
  color: #fff !important;
}
.single-stellenangebote .mod_home_intro.job .emkw {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 540px) {
  .single-stellenangebote .mod_home_intro.job .emkw {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.single-stellenangebote .mod_text_tabelle {
  background: #e6f5fb;
  padding-bottom: 60px;
}
.single-stellenangebote .mod_text_tabelle table {
  border-collapse: collapse;
}
.single-stellenangebote .mod_text_tabelle table tr td {
  border-right: 2px solid #1B9971;
  border-bottom: 2px solid #1B9971;
  padding: 10px 20px 10px 0;
  font-size: 18px;
  vertical-align: top;
}
.single-stellenangebote .mod_text_tabelle table tr td.wert {
  font-weight: 700;
  padding-left: 20px;
}
.single-stellenangebote .mod_text_tabelle table tr td:first-child {
  border-left: 2px solid transparent;
}
.single-stellenangebote .mod_text_tabelle table tr td:last-child {
  border-right: 2px solid transparent;
}
.single-stellenangebote .mod_text_tabelle table tr:first-child td {
  border-top: 2px solid transparent;
}
.single-stellenangebote .mod_text_tabelle table tr:last-child td {
  border-bottom: 2px solid transparent;
}
.single-stellenangebote .mod_text {
  padding-bottom: 0;
}
.single-stellenangebote .mod_text .emkw {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-stellenangebote .mod_text h2 {
  width: 100%;
}
.single-stellenangebote .mod_text h3 {
  margin: 0;
}
.single-stellenangebote .mod_gfj_set .emkw {
  padding-bottom: 40px;
}
.single-stellenangebote .mod_gfj_set h3 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #0b543c;
}
.single-stellenangebote .mod_gfj_set ul li {
  margin-left: 30px;
  margin-bottom: 5px;
  text-indent: -30px;
}
.single-stellenangebote .mod_gfj_set ul li img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.single-stellenangebote .mod_icon_set .emkw {
  padding-top: 20px;
  padding-bottom: 0;
}
.single-stellenangebote .mod_icon_set .emkw h2 {
  width: 100%;
}
.single-stellenangebote .list_jobs .data .p1 {
  width: 100% !important;
}
.single-stellenangebote .list_jobs .asp_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  padding: 30px;
}
.single-stellenangebote .list_jobs .asp_box .img_kontakt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .img_kontakt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 19%;
  }
}
.single-stellenangebote .list_jobs .asp_box .img_kontakt img {
  max-width: 120px;
  min-width: 120px;
  max-height: 120px;
  min-height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 79%;
  }
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 98%;
  margin: 20px 0 20px;
}
@media (min-width: 540px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt .name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt .name {
    min-width: 42%;
    width: 42%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt .name h4 {
  width: 100%;
  text-align: center;
  color: #575757;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt .name h4 {
    text-align: left;
  }
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt .name p {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #575757;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt .name p {
    text-align: left;
  }
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel {
  min-width: 98%;
  width: 98%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    min-width: 42%;
    width: 42%;
  }
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel li, .single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel li:last-child, .single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel a:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel li, .single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt .tel img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback {
  -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;
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .name,
.single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .tel {
  min-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .name,
.single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .tel {
    min-width: 46%;
    width: 46%;
    margin-left: 0;
  }
}
.single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .name h3,
.single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .tel h3 {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .name h3,
.single-stellenangebote .list_jobs .asp_box .daten_kontakt.fallback .tel h3 {
    text-align: left;
  }
}
.single-stellenangebote .online_bewerbung {
  background: #ecf6f3;
}
.single-stellenangebote .online_bewerbung .emkw {
  padding-top: 40px;
  padding-bottom: 80px;
}
.single-stellenangebote .online_bewerbung .emkw .introtext {
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-stellenangebote .online_bewerbung .emkw .mod_form_by_id .emkw {
  padding: 0;
  width: 100%;
}
.single-stellenangebote .online_bewerbung .emkw .mod_form_by_id .emkw .frm_forms {
  -webkit-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 9px 15px -10px rgba(0, 0, 0, 0.59);
  padding: 40px;
}

.mod_testimonial .emkw {
  padding: 80px 0;
  margin-bottom: 40px;
}
.mod_testimonial .emkw .box_wrap {
  background: #ecf6f3;
  overflow: hidden;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mod_testimonial .emkw .box_wrap .foto {
  width: 100%;
  min-width: 100%;
  position: relative;
}
@media (min-width: 980px) {
  .mod_testimonial .emkw .box_wrap .foto {
    width: 38%;
    min-width: 38%;
  }
}
.mod_testimonial .emkw .box_wrap .foto:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.mod_testimonial .emkw .box_wrap .foto .content_testi {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mod_testimonial .emkw .box_wrap .foto .content_testi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod_testimonial .emkw .box_wrap .statement {
  width: 100%;
  min-width: 100%;
  padding: 20px;
}
@media (min-width: 980px) {
  .mod_testimonial .emkw .box_wrap .statement {
    width: 60%;
    min-width: 60%;
    padding-right: 20px;
  }
}
.mod_testimonial .emkw .box_wrap .statement p {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.mod_testimonial .emkw .box_wrap .statement p.name {
  font-weight: bold;
}
.mod_testimonial .emkw .box_wrap .statement p.txt {
  font-style: italic;
}

.emko.mod_job_filter {
  padding-bottom: 0;
}
.emko.mod_job_filter .emki .emkw {
  padding-top: 0;
}
@media (min-width: 768px) {
  .emko.mod_job_filter .emki .emkw {
    padding-top: 40px;
  }
}
.emko.mod_job_filter .emki .emkw .filter_head {
  width: 92%;
  max-width: 1100px;
  display: block;
}
.emko.mod_job_filter .emki .emkw .filter_head h2,
.emko.mod_job_filter .emki .emkw .filter_head p {
  width: 100%;
  max-width: 90ch;
}
.emko.mod_job_filter .emki .emkw .filter_head h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .emko.mod_job_filter .emki .emkw .filter_head h2 {
    font-size: 30px;
  }
}
.emko.mod_job_filter .emki .emkw .filter_head p {
  margin-bottom: 40px;
}
.emko.mod_job_filter .emki .emkw .filter {
  padding: 20px 0;
}
.emko.mod_job_filter .emki .emkw .filter .filter_wrap_1 {
  display: block;
  margin: 0 auto;
}
.emko.mod_job_filter .emki .emkw .filter .filter_wrap_1 button {
  border: 1px solid #1B9971;
  padding: 10px 30px;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  color: #1B9971;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emko.mod_job_filter .emki .emkw .filter .filter_wrap_1 button#show-all, .emko.mod_job_filter .emki .emkw .filter .filter_wrap_1 button:hover, .emko.mod_job_filter .emki .emkw .filter .filter_wrap_1 button.active {
  background: #1B9971;
  color: #fff;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}

.list_jobs .filter_wrap_2 {
  margin: 40px 0 60px 0;
}
.list_jobs .filter_wrap_2 button {
  border: 1px solid #0b543c;
  padding: 5px 20px;
  font-family: "Exo", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  color: #0b543c;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.list_jobs .filter_wrap_2 button#show-all-2, .list_jobs .filter_wrap_2 button:hover, .list_jobs .filter_wrap_2 button.active {
  background: #0b543c;
  color: #fff;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.list_jobs .headline {
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
  padding-top: 20px;
  margin-bottom: 20px;
}
.list_jobs .headline h2 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .list_jobs .headline h2 {
    font-size: 30px !important;
  }
}
.list_jobs .data {
  padding-bottom: 40px;
}
.list_jobs .data .asp_head {
  color: #1B9971;
  font-size: 30px !important;
}
.list_jobs .data .asp_box_wrap {
  width: 100%;
}
.list_jobs .data .asp_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.list_jobs .data .asp_box .img_kontakt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .list_jobs .data .asp_box .img_kontakt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 19%;
  }
}
.list_jobs .data .asp_box .img_kontakt img {
  max-width: 120px;
  min-width: 120px;
  max-height: 120px;
  min-height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.list_jobs .data .asp_box .daten_kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 540px) {
  .list_jobs .data .asp_box .daten_kontakt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .list_jobs .data .asp_box .daten_kontakt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 80%;
  }
}
.list_jobs .data .asp_box .daten_kontakt .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 98%;
  margin: 0 0 20px;
}
@media (min-width: 540px) {
  .list_jobs .data .asp_box .daten_kontakt .name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .list_jobs .data .asp_box .daten_kontakt .name {
    width: 42%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.list_jobs .data .asp_box .daten_kontakt .name h4 {
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media (min-width: 540px) {
  .list_jobs .data .asp_box .daten_kontakt .name h4 {
    text-align: left;
  }
}
.list_jobs .data .asp_box .daten_kontakt .name p {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  color: #6e6e6e;
}
@media (min-width: 540px) {
  .list_jobs .data .asp_box .daten_kontakt .name p {
    text-align: left;
  }
}
.list_jobs .data .asp_box .daten_kontakt .tel {
  width: 98%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 540px) {
  .list_jobs .data .asp_box .daten_kontakt .tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .list_jobs .data .asp_box .daten_kontakt .tel {
    width: auto;
    margin-left: 0;
  }
}
.list_jobs .data .asp_box .daten_kontakt .tel li, .list_jobs .data .asp_box .daten_kontakt .tel a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 400;
}
.list_jobs .data .asp_box .daten_kontakt .tel li:last-child, .list_jobs .data .asp_box .daten_kontakt .tel a:last-child {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .list_jobs .data .asp_box .daten_kontakt .tel li, .list_jobs .data .asp_box .daten_kontakt .tel a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.list_jobs .data .asp_box .daten_kontakt .tel img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.list_jobs .data .asp_box .daten_kontakt.fallback {
  -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;
}
.list_jobs .data .asp_box .daten_kontakt.fallback .name,
.list_jobs .data .asp_box .daten_kontakt.fallback .tel {
  min-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .list_jobs .data .asp_box .daten_kontakt.fallback .name,
.list_jobs .data .asp_box .daten_kontakt.fallback .tel {
    min-width: 46%;
    width: 46%;
    margin-left: 0;
  }
}
.list_jobs .data .asp_box .daten_kontakt.fallback .name h3,
.list_jobs .data .asp_box .daten_kontakt.fallback .tel h3 {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .list_jobs .data .asp_box .daten_kontakt.fallback .name h3,
.list_jobs .data .asp_box .daten_kontakt.fallback .tel h3 {
    text-align: left;
  }
}
.list_jobs .data .asp_box .flip {
  display: none;
}
.list_jobs .data.block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.list_jobs .data.block .asp_box_wrap {
  width: 100%;
  min-width: 100%;
  cursor: pointer;
  aspect-ratio: 1;
}
@media (min-width: 450px) {
  .list_jobs .data.block .asp_box_wrap {
    width: 47%;
    min-width: 47%;
  }
}
@media (min-width: 768px) {
  .list_jobs .data.block .asp_box_wrap {
    width: 31%;
    min-width: 31%;
  }
}
@media (min-width: 980px) {
  .list_jobs .data.block .asp_box_wrap {
    width: 23%;
    min-width: 23%;
  }
}
.list_jobs .data.block .asp_box_wrap .asp_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
  aspect-ratio: 1;
}
.list_jobs .data.block .asp_box_wrap .asp_box .img_kontakt {
  width: 100%;
  min-width: 100%;
}
.list_jobs .data.block .asp_box_wrap .asp_box .img_kontakt img {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt {
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt .name {
  margin-right: 0;
  min-width: 100%;
  width: 100%;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt .name h4 {
  text-align: center;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt .name p {
  text-align: center;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt .tel {
  display: none;
  width: 100%;
  min-width: 100%;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt .tel li {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt .tel img {
  margin: 10px 10px 0 10px;
}
.list_jobs .data.block .asp_box_wrap .asp_box .daten_kontakt .tel a {
  width: 100%;
  text-align: center;
}
.list_jobs .data.block .asp_box_wrap .asp_box.rotate {
  transform: rotateY(-180deg);
}
.list_jobs .data.block .asp_box_wrap .asp_box.rotate .img_kontakt {
  display: none;
}
.list_jobs .data.block .asp_box_wrap .asp_box.rotate .daten_kontakt .name {
  display: none;
}
.list_jobs .data.block .asp_box_wrap .asp_box.rotate .daten_kontakt .tel {
  display: block;
  transform: rotateY(180deg);
}
.list_jobs .data.block .asp_box_wrap .asp_box .flip {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.list_jobs .data.block .asp_box_wrap .asp_box .flip svg {
  width: 20px;
  height: 20px;
}

.emko.mod_text_bild_split {
  width: 100%;
}
.emko.mod_text_bild_split .emki {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  min-width: 100%;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .emko.mod_text_bild_split .emki .emkw .box_bild_text {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0;
  }
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text #slider_emk {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .emko.mod_text_bild_split .emki .emkw .box_bild_text #slider_emk {
    width: 48%;
    height: 48%;
  }
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text #slider_emk [class^=sy-slide] img {
  aspect-ratio: 4/3;
  object-fit: cover;
  background: lightcoral;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text #slider_emk .icon_gallery {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text #slider_emk .sy-pager {
  display: none;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text {
  text-align: left;
  width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 47%;
    min-width: 47%;
  }
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text h3 {
  width: 100%;
  font-weight: 600;
  color: #0b543c;
  margin-bottom: 20px;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text p {
  width: 100%;
  margin: 0;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text .list {
  margin-top: 30px;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text .list li.pfeil {
  margin-bottom: 15px;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text .list li.pfeil img {
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text .list li p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text .list .emk_btn {
  margin-top: 20px;
}
.emko.mod_text_bild_split .emki .emkw .box_bild_text .daten_bild_text .emk_btn {
  margin-top: 20px;
}
.emko.mod_text_bild_split .emki .emkw.reverse .box_bild_text {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .emko.mod_text_bild_split .emki .emkw.reverse .box_bild_text {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.emko.mod_text_bild_split .emki .emkw.fond {
  background: #ecf6f3;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.emko.mod_text_bild_split .emki .emkw.fond .box_bild_text {
  padding: 30px;
}

.featherlight-content .featherlight-next,
.featherlight-content .featherlight-previous {
  top: 50px !important;
}
.featherlight-content .featherlight-next {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.featherlight-content .featherlight-previous {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.featherlight-content img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.featherlight-content .featherlight-close-icon {
  top: 8px !important;
  right: 18px !important;
  color: #0b543c !important;
  background: #fff !important;
  border-radius: 50%;
}

.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .emki .emkw .box_bild_text {
  padding-bottom: 0;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .daten_bild_text .geo_pin {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  margin-top: -5px;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .daten_bild_text .geo_pin img {
  height: 40px;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .daten_bild_text .geo_pin span {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .daten_bild_text h3 {
  width: auto !important;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .mod_textfeld {
  padding: 0;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .mod_textfeld .emkw {
  padding: 0;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .mod_textfeld .emkw h2 {
  color: #1B9971;
  margin-top: 20px;
  font-size: 22px;
}
.page-template-page_list_einzelobjekte .emko.mod_text_bild_split .emko.mod_liste_einfach .emki .emkw .liste_einfach {
  padding-bottom: 0;
}

.mod_referenz_boxen {
  padding-top: 20px;
  padding-bottom: 40px;
}
.mod_referenz_boxen .emki .emkw {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.mod_referenz_boxen .emki .emkw a {
  text-decoration: none;
}
.mod_referenz_boxen .emki .emkw .wrap_desk {
  margin-top: 30px;
}
.mod_referenz_boxen .emki .emkw .wrap_desk h2 {
  margin-bottom: 0;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .promo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  min-width: 100%;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  width: 47%;
  min-width: 47%;
  max-height: 174px;
  aspect-ratio: 16/9;
  padding: 10px;
  color: #fff;
  border: 2px solid #1B9971;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .mod_referenz_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box {
    width: 23%;
    min-width: 23%;
  }
}
.mod_referenz_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box.fond {
  background: #1B9971;
  font-size: 14px;
}
@media (min-width: 450px) {
  .mod_referenz_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box.fond {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .mod_referenz_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box.fond {
    font-size: 18px;
  }
}
.mod_referenz_boxen .emki .emkw .wrap_desk .promo_wrap .promo_box img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider {
  width: 100%;
  min-width: 100%;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider .ref_slide {
  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-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 90%;
  min-width: 90%;
  margin-left: 5%;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider .ref_slide .promo_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  width: 24%;
  min-width: 24%;
  max-height: 174px;
  aspect-ratio: 16/10;
  padding: 10px;
  background: #fff;
  color: #fff;
  border: 2px solid #0b543c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider .ref_slide .promo_box.fond {
  background: #092355;
  font-size: 14px;
}
@media (min-width: 450px) {
  .mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider .ref_slide .promo_box.fond {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider .ref_slide .promo_box.fond {
    font-size: 18px;
  }
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider .ref_slide .promo_box img {
  height: 100%;
  object-fit: contain;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider ul.sy-controls {
  display: block;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider ul.sy-controls li.sy-prev {
  margin-left: -30px;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider ul.sy-controls li.sy-prev a:after {
  background-image: url("img_system/all/slide-arrow-blue.svg");
  height: 60px;
  background-size: contain;
  background-position: center center;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider ul.sy-controls li.sy-next {
  margin-right: -30px;
}
.mod_referenz_boxen .emki .emkw .wrap_desk .ref_slider ul.sy-controls li.sy-next a:after {
  background-image: url("img_system/all/slide-arrow-blue.svg");
  transform: rotate(180deg);
  height: 60px;
  background-size: contain;
  background-position: center center;
}

.emko.list_jobs .jobs {
  margin-bottom: 40px;
}
.emko.list_jobs .jobs a {
  text-decoration: none;
}
.emko.list_jobs .jobs .job_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
.emko.list_jobs .jobs .job_bar .job_content {
  width: 100%;
}
.emko.list_jobs .jobs .job_bar .job_content h3 {
  width: 100%;
  color: #0b543c;
  font-size: 26px;
  margin-bottom: 15px !important;
}
@media (min-width: 980px) {
  .emko.list_jobs .jobs .job_bar .job_content h3 {
    width: 80%;
  }
}
.emko.list_jobs .jobs .job_bar .job_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}
.emko.list_jobs .jobs .job_bar .job_content ul li {
  width: 100%;
  min-width: 100%;
  font-size: 18px;
}
@media (min-width: 650px) {
  .emko.list_jobs .jobs .job_bar .job_content ul li {
    width: fit-content;
    min-width: fit-content;
    margin-right: 40px;
  }
}
.emko.list_jobs .jobs .job_bar .job_content ul li span {
  margin-right: 10px;
}
.emko.list_jobs .jobs .job_bar .job_content ul li span.job-type {
  background: #1B9971;
  color: #fff;
  padding: 3px 10px;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.emko.list_jobs .jobs .job_bar .job_content ul li span img {
  width: 15px;
  height: 15px;
}

* {
  box-sizing: border-box;
}

html,
body {
  background: #fff;
  text-shadow: none;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

header {
  position: relative;
  z-index: 100;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .main {
    padding-top: 110px;
  }
}

.emko {
  width: 100%;
  display: block;
}
.emko .emki {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.emko .emki .emkw {
  width: 92%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
.emko .emki .emkw .top_spacer {
  padding-top: 40px;
}
.emko.teamfoto img {
  width: 100%;
  object-fit: cover;
}
.emko:has(.emkw .top_spacer) {
  padding-top: 40px;
}

ul.dot {
  margin-bottom: 4px;
}
ul.dot li {
  list-style: square;
  margin-left: 18px;
  margin-bottom: 4px;
}

.emk_btn {
  position: relative;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  padding: 15px 30px;
  font-weight: 400;
}
.emk_btn.small {
  height: 32px;
  line-height: 31px;
  padding: 0 15px;
}
.emk_btn.active {
  background: #1B9971;
}
.emk_btn.fu_c1_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.emk_btn.fu_c1_:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1B9971;
  z-index: -2;
}
.emk_btn.fu_c1_:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0b543c;
  transition: all 0.3s;
  z-index: -1;
}
.emk_btn.fu_c1_:hover {
  cursor: pointer;
  color: #fff;
}
.emk_btn.fu_c1_:hover:before {
  width: 100%;
}
.emk_btn.fu_c2_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #1B9971;
  background: transparent;
  line-height: 1;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border: solid 1px #1B9971;
  z-index: 1;
}
.emk_btn.fu_c2_.active {
  color: white;
  background: #1B9971;
}
.emk_btn.fu_c2_:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.emk_btn.fu_c2_:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1B9971;
  transition: all 0.3s;
  z-index: -1;
}
.emk_btn.fu_c2_:hover {
  cursor: pointer;
  color: #fff;
}
.emk_btn.fu_c2_:hover:before {
  width: 100%;
}
.emk_btn.ce_ {
  display: table;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.emk_btn_2 {
  position: relative;
  height: 40px;
  cursor: pointer;
  line-height: 60px;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  border: solid 1px #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emk_btn_2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 6px;
  z-index: -2;
}
.emk_btn_2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 6px;
  z-index: -1;
}
.emk_btn_2:hover li {
  cursor: pointer;
  color: #0b543c !important;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.emk_btn_2:hover:before {
  width: 100%;
}

.emk_btn_mob {
  padding: 6px 12px;
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
}

.img_a_4 {
  position: relative;
}
.img_a_4:before {
  content: "";
  display: block;
  padding-top: 135%;
}
.img_a_4 .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img_a_4 .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img_4_3 {
  position: relative;
}
.img_4_3:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.img_4_3 .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img_4_3 .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img_4_4 {
  position: relative;
}
.img_4_4:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img_4_4 .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.img_4_4 .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.prev_img_pano {
  position: relative;
  margin-bottom: 10px;
  max-height: 80px;
}
.prev_img_pano:before {
  content: "";
  display: block;
  padding-top: 28%;
}
.prev_img_pano .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.prev_img_pano .img_wrap img {
  display: block;
  margin: 0px auto;
}

#page_404 .emkw h1 {
  text-align: center;
  font-size: 22px;
  display: block;
  margin: 100px auto;
}
@media (min-width: 920px) {
  #page_404 .emkw {
    min-height: 500px;
  }
}

.main.active-mobile-menue {
  height: 100vH;
  overflow: hidden;
  position: relative;
}

.main {
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .main {
    margin-top: 0px;
  }
}
@media (min-width: 1100px) {
  .main {
    margin-top: 0px;
  }
}
.main .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.main .wrap .box {
  height: 20px;
  background: white;
}

.btn {
  background-image: none;
  text-shadow: none;
  border: 1px solid #6e6e6e;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 6px 12px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.btn a {
  text-align: center;
  font-family: "Poppins", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 13px !important;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.btn a:hover {
  cursor: pointer;
  text-decoration: none;
}
.btn a.btn_lnk {
  padding: 12px 30px;
}
.btn:hover {
  cursor: pointer;
  background: #1B9971;
  border: 1px solid #1B9971;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.btn:hover a,
.btn:hover span {
  color: #fff;
}
.more_sect {
  width: 100%;
  max-width: 940px;
  display: block;
  margin: 35px auto 20px;
}

a.btn {
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 16px !important;
  padding: 12px 30px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
  cursor: pointer;
  text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
a.btn:hover {
  cursor: pointer;
  background: #1B9971;
  border: 1px solid #1B9971;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
a.btn:hover > * {
  color: #575757;
}
a.btn.norm {
  border-color: #1B9971;
  background: #1B9971;
  color: #fff;
}
a.btn.norm:hover {
  cursor: pointer;
  border-color: #0b543c;
  background: #0b543c;
}
article .wrap_item.small {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  background: lime;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
article .wrap_item.small h2 {
  width: 100%;
}
article .wrap_item.small .prev_img {
  width: 100%;
  max-width: 305px;
  background: aqua;
}
article .wrap_item.small .wrap_cont {
  width: 100%;
  max-width: 305px;
}

.issuuembed {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#search_results {
  padding: 130px 0;
}
#search_results .emkw h1 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 35px;
}
#search_results .emkw a:hover {
  cursor: pointer;
  text-decoration: none !important;
}
#search_results .emkw .result_item {
  margin-top: 15px;
  background: #fff;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(27, 153, 113, 0.2);
}
#search_results .emkw .result_item h2 {
  padding: 2px 20px 0;
  font-size: 18px !important;
  font-weight: 400;
  color: #575757;
}

#datenschutz .emkw {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 40px;
}
@media (min-width: 980px) {
  #datenschutz .emkw {
    width: 100%;
    max-width: 960px;
  }
}
#datenschutz h1 {
  font-size: 37px;
  color: #1B9971;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #datenschutz h1 {
    font-size: 44px;
  }
}
#datenschutz h2 {
  font-size: 18px;
  margin: 10px 0 10px 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #1B9971;
  background: #ecf6f3;
}
#datenschutz h3 {
  background: none;
  color: #1B9971;
  padding: 0;
  font-size: 22px;
  margin: 15px 0 18px;
}
#datenschutz h4 {
  color: #1B9971;
  font-size: 16px;
}
#datenschutz p a {
  text-decoration: none;
}
#datenschutz ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 22px;
}
#datenschutz ul li {
  list-style: square;
  margin-bottom: 6px;
}
#datenschutz .accordion_mst .ui-icon {
  top: 12px;
}

#impressum .emkw {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 40px;
}
@media (min-width: 980px) {
  #impressum .emkw {
    width: 100%;
    max-width: 815px;
  }
}
#impressum h1 {
  font-size: 37px;
  color: #1B9971;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #impressum h1 {
    font-size: 44px;
  }
}
#impressum h2 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 22px;
}
#impressum a.emk {
  text-decoration: none !important;
  border-bottom: 1px dotted #575757;
}
#impressum ul {
  margin: 0;
  padding: 0;
}
#impressum ul li {
  list-style: none;
}
#impressum ul li > span {
  display: inline-block;
  width: 70px;
}
#impressum ul li a {
  text-decoration: none !important;
  border-bottom: 1px dotted #575757;
}
#impressum ul.firm {
  margin-bottom: 30px;
}
#impressum ul.firm li {
  margin: 0 0 6px 0;
}
#impressum ul.data {
  margin-top: 20px;
}
#impressum ul.data li {
  margin-bottom: 24px;
}
#impressum ul.data li h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.emk_image_lizenz {
  position: absolute;
  right: 8px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
}
.emk_image_lizenz a {
  color: #fff;
  font-size: 12px;
}

.featherlight .featherlight-content {
  padding-top: 50px !important;
  width: 100%;
  max-width: 80vw;
}
.featherlight .featherlight-content img {
  width: 100% !important;
  height: 100% !important;
}
.featherlight .featherlight-content span.featherlight-close,
.featherlight .featherlight-content span.featherlight-close-icon {
  font-size: 22px;
  top: 8px;
  right: 8px;
}
.featherlight .featherlight-content .wrap_fl_lightbox {
  width: 100%;
  height: auto;
}
.featherlight .featherlight-content .sy-pager {
  margin: 0;
  margin-top: 6px;
}

.nav_lupe {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img_system/all/lupe-nav.svg);
  background-repeat: no-repeat;
}
