/* Import Modules
	 ========================================================================== */
.site-header {
  background-color: #f1f9ed;
  padding: 0px 0 120px 0;
}
.site-header .branding_wrapper {
  justify-content: space-between;
}
.site-header .kontakt_link {
  color: #000;
  font-weight: 700;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 14px;
}
.site-header .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-header .inner .kontakt_link_inner {
  display: flex;
  font-size: 17px;
  font-weight: normal;
}
.site-header .inner .kontakt_link_inner img {
  margin-left: 10px;
}
.site-header .inner .button_red {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 44px;
  position: relative;
  top: -6px;
}
.site-header .inner .button_red a {
  color: white;
}
.site-header .inner .button_red img {
  width: 22px;
  margin-left: 10px;
}
.site-header .inner .site-branding {
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.site-header .inner .site-branding .site-title {
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 10;
}
.site-header .inner .site-branding .site-title .logo {
  display: inline-block;
  height: auto;
  position: relative;
}
.site-header .inner .site-branding .site-title .logo object,
.site-header .inner .site-branding .site-title .logo img {
  width: 189px;
}
.site-header .inner .site-branding .site-title a:hover {
  text-decoration: none;
  opacity: 1;
}
.site-header .inner .site-branding .site-title a.logo::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header .inner .site-branding .site-title span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-header .inner .site-branding .site-title:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  width: 1px;
}
.space {
  margin-bottom: 50px;
}
.teaser_wrapper {
  padding: 0 10px;
}
.teaser_wrapper h1,
.teaser_wrapper h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .teaser_wrapper h1,
  .teaser_wrapper h2 {
    font-size: 66px;
    line-height: 79px;
  }
}
.teaser_wrapper .teaser_button_wrapper {
  display: flex;
  margin-top: 36px;
  margin-bottom: 0;
}
.teaser_wrapper .teaser_button_wrapper .expose_anfordern:first-child {
  margin-right: 10px;
}
.teaser_wrapper .teaser_button_wrapper .expose_anfordern:last-child {
  margin-right: 0;
}
.kontakt_link_wrapper {
  margin: 0 0 20px 0;
}
.kontakt_link_wrapper a {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 700;
  font-family: Work Sans;
  font-size: 12px;
  line-height: 14px;
}
.kontakt_link_wrapper a img {
  margin-right: 27px;
}
.immo_slick_slider {
  margin-top: 29px;
  width: 770px;
}
.immo_slick_slider .immo_slick_slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
}
.slick-slide {
  margin-left: 34px;
}
.slick-list {
  margin-left: -34px !important;
  pointer-events: none;
}
.immo_slider_wrapper {
  align-items: center;
  display: flex;
  margin-top: 29px;
  position: relative;
  width: 770px;
}
.immo_slider_wrapper .prev_slide {
  cursor: pointer;
  position: absolute;
  left: -34px;
}
.immo_slider_wrapper .immo_single_slide.active {
  border: 2px solid #507435;
}
.immo_slider_wrapper .immo_single_slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  height: 100px;
  margin-right: 34px;
  width: 100px;
}
.immo_slider_wrapper .next_slide {
  cursor: pointer;
  position: absolute;
  right: -34px;
}
.immo_slider_wrapper .prev_slide.disabled,
.immo_slider_wrapper .next_slide.disabled {
  cursor: unset;
  pointer-events: none;
}
.immo_slider_wrapper {
  margin: 0 auto;
  width: min-content;
}
.immo_slider_wrapper .immo_single_slide:nth-child(-n+3) {
  display: inline-block;
}
.immo_single_slide.margin-right-disable {
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .kontakt_link_wrapper {
    margin: 20px 0;
  }
  .teaser_wrapper .teaser_button_wrapper {
    margin-bottom: 150px;
  }
  .teaser_wrapper {
    padding: 0;
  }
  .immo_slider_wrapper .immo_single_slide:nth-child(-n+7) {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .site-header {
    padding: 43px 0 120px 0;
  }
  .site-header .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header .inner .button_red {
    position: unset;
    top: unset;
  }
  .site-header .inner .site-branding {
    margin-top: unset;
    margin-bottom: unset;
  }
  .immo_slider_wrapper .immo_single_slide:nth-child(-n+6) {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  .teaser_button_wrapper .expose_anfordern:first-child {
    margin-right: 47px !important;
  }
}
@media screen and (min-width: 30em) {
  .site-header .inner .header-contact a {
    display: flex;
  }
  .site-header .inner .header-contact a i {
    margin-right: 15px;
  }
  .site-header .inner .header-contact div {
    display: block;
    line-height: 15px;
  }
  .site-header .inner .header-contact div span {
    color: #000000;
  }
  .site-header .inner .header-contact div p {
    color: #2581c4;
    margin: 0;
  }
  .site-header .inner .header-contact div p:hover {
    color: #878787;
  }
  .site-header .inner .header-contact span {
    display: flex;
    line-height: 16px;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .immo_slider_wrapper .immo_single_slide:nth-child(-n+4) {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}
.navbar {
  background: #f1f9ed;
}
.navbar .inner {
  display: unset;
}
/* Main Menu */
.main-navigation .menu-toggle {
  background: transparent;
  border: none;
  color: #507435;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 0;
}
.main-navigation .menu-toggle i {
  font-size: 28px;
}
.main-navigation .menu {
  background: #507435;
  bottom: 0;
  left: -500px;
  list-style: none;
  min-width: 400px;
  margin: 0;
  padding: 80px 0 80px 200px;
  position: absolute;
  top: 0;
  transition: 0.25s ease;
  transform: translate(0px, 0px);
  z-index: 999999;
}
.main-navigation .menu .closebtn {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 30px;
  font-size: 3rem;
  border: none;
}
.main-navigation .menu li {
  background: #507435;
  border-bottom: 1px solid  #fff;
  position: relative;
}
.main-navigation .menu li a {
  color: #fff;
  display: block;
  padding: 5px 0 5px 25px;
  text-decoration: none;
}
.main-navigation .menu li ul {
  display: none;
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.main-navigation .menu li ul li {
  background: #878787;
  border-bottom: transparent;
  padding-left: 15px;
}
.main-navigation .menu li ul li a {
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-navigation .menu li ul.toggled-on {
  display: block;
}
.main-navigation .menu li .dropdown-toggle {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: -7px;
}
.main-navigation .menu li .dropdown-toggle:before {
  color: #fff;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  font-size: 2rem;
}
.main-navigation .menu li .dropdown-toggle.toggled-on:before {
  content: '\f107';
}
.main-navigation.toggled .menu {
  transform: translate(300px, 0px);
}
@media screen and (min-width: 64em) {
  .navbar.fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .navbar .inner {
    display: flex;
  }
  .menu-toggle,
  .closebtn {
    display: none;
  }
  .main-navigation .menu {
    background: transparent;
    left: 0;
    position: relative;
    padding: 0 0 0 0;
    transition: 0s;
    text-align: left;
    border-left: 1px solid #507435;
  }
  .main-navigation .menu li {
    background: transparent;
    border: 0;
  }
  .main-navigation .menu li:hover {
    border-left: 3px solid #507435;
  }
  .main-navigation .menu li:hover a {
    font-weight: bold;
  }
  .main-navigation .menu li.current-menu-ancestor,
  .main-navigation .menu li.current-menu-item {
    border-left: 3px solid #507435;
  }
  .main-navigation .menu li.current-menu-ancestor a,
  .main-navigation .menu li.current-menu-item a {
    font-weight: bold;
  }
  .main-navigation .menu li a {
    color: #507435;
    display: block;
    line-height: 22px;
    padding: 10px 25px;
  }
  .main-navigation .menu li:hover ul {
    display: block !important;
    left: 0;
    position: absolute;
  }
  .main-navigation .menu li ul {
    text-align: left;
  }
  .main-navigation .menu li ul.rightToLeft {
    left: auto;
    right: 0;
  }
  .main-navigation .menu li ul li {
    background: #878787;
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
  }
  .main-navigation .menu li ul li:hover {
    background: #2581c4;
  }
  .main-navigation .menu li ul li a {
    display: block;
  }
  .main-navigation .menu li ul.toggled-on {
    display: none;
  }
  .main-navigation .menu .dropdown-toggle {
    display: none;
  }
}
/* Global Font Settings */
body,
button,
input,
select,
optgroup,
textarea {
  color: #507435;
  font-family: Zilla Slab;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
}
body {
  overflow-x: hidden;
}
#content {
  height: 100%;
  background: linear-gradient(#f1f9ed 300px, #ffffff 0%);
}
#page {
  border-top: 12px solid #8dc96d;
  position: relative;
}
/* Headlines */
h1 {
  font-size: 45px;
  font-size: 4.5rem;
}
h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
}
h3 {
  font-size: 30px;
  font-size: 3rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
p {
  color: #222222;
}
.newsletter_kontakt p {
  color: white;
}
.exposedownload {
  display: table;
  background: #F04F64;
  margin-top: 25px;
  padding: 15px;
}
/* Inner Class */
.inner {
  margin: 0 auto;
  max-width: 1170px;
}
.site-content {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 10px;
}
.site-content .widget-area section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-content .widget-area section ul li a {
  color: #2581c4;
  text-decoration: none;
}
.site-content .widget-area section ul li a:hover {
  color: #878787;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.error404 .error-404 {
  margin-bottom: 100px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: lightgray;
}
.error404 .error-404 h1 {
  color: #878787;
}
.error404 .error-404 i {
  font-size: 200px;
  color: #2581c4;
  margin-bottom: 25px;
}
.button_red {
  background-color: #f04f64;
  border: none;
  border-radius: unset;
  color: #fff;
  font-size: 17px;
  padding: 10px 15px;
  cursor: pointer;
}
/* clearfix */
.teaser-grid:after {
  content: '';
  display: block;
  clear: both;
}
.teaser-grid-item {
  width: 570px;
  margin-bottom: 30px;
}
.teaser_immo.teaser-grid-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 770px;
}
.teaser_immo.teaser-grid-item:hover .teaser_immo_data {
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
}
.teaser_immo.teaser-grid-item .teaser_immo_data {
  background-color: #fff;
  border-top: 10px solid #8dc96d;
  bottom: 20px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
  padding: 32px;
  position: absolute;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.teaser_immo.teaser-grid-item .teaser_immo_data p {
  color: #507435;
  font-family: Zilla Slab;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  margin-top: 0;
}
.teaser_green_box.teaser-grid-item {
  background-color: #8dc96d;
  height: max-content;
  padding: 40px;
  right: 0;
  left: unset !important;
}
.teaser_green_box.teaser-grid-item p,
.teaser_green_box.teaser-grid-item h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}
.teaser_green_box.teaser-grid-item.hide {
  display: none;
  margin-bottom: 0;
  padding: 0;
}
.space-item.teaser-grid-item {
  height: 120px;
}
.wp-block-columns {
  justify-content: space-between;
}
.wp-block-columns div:nth-child(2n) {
  margin-left: 0;
}
.wp-block-column {
  max-width: 470px;
  z-index: 99;
}
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column p,
.wp-block-column ul {
  margin-top: 0;
}
.wp-block-columns.has-background:before {
  background-color: inherit;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 400px;
  left: 0;
  right: 0;
  margin-top: -200px;
}
.wp-block-columns.remove_extra_margins > .wp-block-column {
  margin-right: unset;
}
.expose_formular {
  max-width: 770px;
}
.expose_formular .download_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.expose_formular .download_row div {
  width: 100%;
}
.expose_formular .download_row input {
  background-color: #E9E9E9;
  border-radius: 0;
  color: #222222;
  height: 52px;
  text-indent: 20px;
  width: 100%;
}
.expose_formular .download_row input::placeholder {
  color: #222222;
  opacity: 0.8;
  /* Firefox */
}
.expose_formular .download_row input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222222;
  opacity: 0.8;
}
.expose_formular .download_row input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222222;
  opacity: 0.8;
}
.expose_formular .two_in_row div {
  width: 96%;
}
.expose_formular .two_in_row div input {
  width: 96%;
}
.expose_formular .two_in_row div:last-child {
  text-align: right;
}
.expose_formular .datenschutz_row {
  display: flex;
  align-items: baseline;
}
.expose_formular .datenschutz_row input {
  height: unset;
  margin-right: 10px;
  width: unset;
}
.expose_formular .expose_anfordern {
  margin-bottom: 20px;
}
.search .teaser_wrapper h1 {
  word-break: break-word;
}
.search #content {
  background: unset;
  margin-bottom: 100px;
}
.search article a {
  color: #507435;
}
.search article img {
  max-width: 300px;
}
@media screen and (min-width: 64em) {
  .site-content {
    display: flex;
  }
  .site-content .content-area {
    flex: 1 1 70%;
  }
  .site-content .widget-area {
    flex: 0 1 calc(30% - 80px);
    margin-left: 80px;
  }
  .teaser_wrapper {
    margin: unset;
  }
}
@media screen and (max-width: 1170px) {
  .front_page_teaser_wrapper {
    display: flex;
    flex-direction: column;
  }
  .teaser-grid-item {
    width: 100%;
    max-width: 570px;
    position: relative !important;
    display: block;
    top: 0 !important;
    left: 0 !important;
    margin: 10px auto;
  }
  .space-item.teaser-grid-item {
    display: none;
  }
  .front_page_teaser_wrapper {
    height: unset !important;
  }
  .teaser-grid-item:nth-child(5),
  .teaser-grid-item:nth-child(4) {
    height: inherit;
  }
  .wp-block-columns div:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }
  .wp-block-columns.has-background {
    padding: 0 !important;
  }
}
.hidden {
  display: none;
}
.kontakt {
  font-size: 13px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
}
.wpcf7 input[type="submit"] {
  background: #507435;
  color: white;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 0;
  border: none;
  padding: 10px 20px;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.news-posts h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
.news-posts article {
  background: #f6f6f6;
  padding: 10px 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .news-posts {
    display: flex;
    flex-wrap: wrap;
  }
  .news-posts article {
    flex: 0 1 calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .news-posts article:first-child {
    flex: 1 1 100%;
  }
}
.site-footer {
  overflow: hidden;
}
.site-footer--logo {
  text-align: center;
  margin-bottom: 58px;
}
.site-footer--logo img {
  width: 189px;
}
.site-footer--content {
  padding: 50px 10px 0 10px;
}
.site-footer--content .flexbox {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.site-footer--content .flexbox--content h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
.site-footer--copyright {
  color: #fff;
  padding: 8px 10px 97px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.site-footer--copyright .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.site-footer--copyright .menu li {
  display: inline-block;
  padding-left: 10px;
}
.site-footer--copyright .menu li a {
  text-decoration: none;
  color: #222;
  font-size: 12px;
  font-family: Work Sans;
}
.site-footer--copyright .menu li a:after {
  content: '-';
  padding-left: 10px;
}
.site-footer--copyright .menu li a:hover {
  color: #878787;
}
.site-footer--copyright .menu li:last-child a:after {
  content: '';
  padding-left: 0;
}
.newsletter_wrapper {
  background-color: #507435;
  color: #fff;
  padding: 58px 10px;
  position: relative;
}
.newsletter_wrapper .newsletter_title p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}
.newsletter_wrapper .newsltter_subtitle p {
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
.newsletter_wrapper .newsletter_kontakt {
  font-family: Work Sans;
  font-size: 18px;
  line-height: 150%;
}
.newsletter_wrapper .newsletter_kontakt a {
  color: #fff;
}
.newsletter_wrapper .newsletter_kontakt a:visited {
  color: #fff;
}
.newsletter_wrapper .button_red {
  bottom: -23px;
  letter-spacing: 0.21em;
  left: 50%;
  margin-left: -109px;
  cursor: pointer;
}
.newsletter_wrapper > div:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
}
.newsletter_wrapper > div:last-child {
  padding-top: 58px;
}
/*MAILPOET*/
#mailpoet_form_1 form.mailpoet_form {
  padding: 32px 0 !important;
}
#mailpoet_form_1 .mailpoet_paragraph {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
#mailpoet_form_1 .mailpoet_paragraph input[type="email"] {
  background-color: #507435;
  border-radius: unset;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  height: 44px;
  text-indent: 16px;
}
#mailpoet_form_1 .mailpoet_paragraph input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#mailpoet_form_1 .mailpoet_paragraph input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#mailpoet_form_1 .mailpoet_paragraph input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
#mailpoet_form_1 .mailpoet_paragraph .parsley-custom-error-message {
  border: 1px solid red;
  color: #fff !important;
  position: absolute;
}
.mailpoet_paragraph.abo_feld,
.mailpoet_paragraph.input_feld {
  display: inline-block;
  text-align: left;
}
#mailpoet_form_1 .mailpoet_paragraph.last input[type="submit"] {
  cursor: pointer;
  height: 44px;
  border-radius: 0;
  color: #507435;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
#mailpoet_form_1 .mailpoet_validate_success {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 5px;
}
@media screen and (min-width: 30em) {
  .mailpoet_form_form {
    text-align: center;
  }
  #mailpoet_form_1 .mailpoet_paragraph {
    max-width: 182px;
  }
  #mailpoet_form_1 .mailpoet_paragraph.last input[type="submit"] {
    left: -5px;
    width: 128px !important;
    position: relative;
  }
  .mailpoet_paragraph.input_feld {
    margin-left: 60px;
  }
}
@media screen and (min-width: 48em) {
  .site-footer--content .flexbox {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .site-footer--content .flexbox--content {
    flex: 0 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px;
  }
  .site-footer--copyright .inner {
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .site-footer--content .flexbox {
    margin: 0 -15px;
  }
  .site-footer--content .flexbox--content {
    flex: 0 1 calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin: 0 15px;
  }
  .newsletter_wrapper {
    padding: 58px 60px;
  }
  .newsletter_wrapper .button_red {
    bottom: -23px;
    letter-spacing: 0.21em;
    left: unset;
    margin-left: unset;
    cursor: pointer;
  }
  .newsletter_wrapper .mailpoet_form_form {
    display: flex;
  }
  .newsletter_wrapper > div {
    display: flex;
    justify-content: space-between;
  }
  .mailpoet_form_form {
    text-align: unset;
  }
  #mailpoet_form_1 .mailpoet_paragraph {
    max-width: 182px;
  }
  #mailpoet_form_1 .mailpoet_paragraph.last input[type="submit"] {
    left: -5px;
    width: 128px !important;
    position: relative;
  }
  .mailpoet_paragraph.input_feld {
    margin-left: unset;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../slick-slider/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Import Components
	 ========================================================================== */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/opensans/open-sans-v15-latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../webfonts/opensans/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/opensans/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/opensans/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../webfonts/opensans/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/opensans/open-sans-v15-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/opensans/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../webfonts/opensans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/opensans/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/opensans/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/opensans/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/opensans/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/opensans/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../webfonts/opensans/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/opensans/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/opensans/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../webfonts/opensans/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/opensans/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/work-sans/work-sans-v9-latin-regular.eot');
  src: local(''), url('../webfonts/work-sans/work-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/work-sans/work-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/work-sans/work-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/work-sans/work-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/work-sans/work-sans-v9-latin-regular.svg#WorkSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/work-sans/work-sans-v9-latin-700.eot');
  src: local(''), url('../webfonts/work-sans/work-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/work-sans/work-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/work-sans/work-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */ url('../webfonts/work-sans/work-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/work-sans/work-sans-v9-latin-700.svg#WorkSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* zilla-slab-300 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/zilla-slab/zilla-slab-v6-latin-300.eot');
  src: local(''), url('../webfonts/zilla-slab/zilla-slab-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-300.woff') format('woff'), /* Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-300.svg#ZillaSlab') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* zilla-slab-regular - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/zilla-slab/zilla-slab-v6-latin-regular.eot');
  src: local(''), url('../webfonts/zilla-slab/zilla-slab-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-regular.svg#ZillaSlab') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* zilla-slab-500 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/zilla-slab/zilla-slab-v6-latin-500.eot');
  src: local(''), url('../webfonts/zilla-slab/zilla-slab-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-500.woff') format('woff'), /* Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-500.svg#ZillaSlab') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* zilla-slab-600 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/zilla-slab/zilla-slab-v6-latin-600.eot');
  src: local(''), url('../webfonts/zilla-slab/zilla-slab-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-600.woff') format('woff'), /* Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-600.svg#ZillaSlab') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* zilla-slab-700 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/zilla-slab/zilla-slab-v6-latin-700.eot');
  src: local(''), url('../webfonts/zilla-slab/zilla-slab-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-700.woff') format('woff'), /* Modern Browsers */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/zilla-slab/zilla-slab-v6-latin-700.svg#ZillaSlab') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* BackToTop */
.back-to-top {
  align-items: center;
  background: #878787;
  bottom: 0;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 0;
  text-decoration: none;
  width: 50px;
  font-size: 20px;
  font-size: 2rem;
  transition: all 0.5s ease-in-out 0s;
}
.back-to-top:hover {
  background: #2581c4;
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #878787;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.dan_akkordeon_wrapper {
  margin-bottom: 20px;
}
.dan_akkordeon_wrapper--header {
  position: relative;
}
.dan_akkordeon_wrapper--header .content--title {
  padding: 20px;
  background: #ececec;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.dan_akkordeon_wrapper--header .content--title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.dan_akkordeon_wrapper--header .content--title.flip:after {
  content: '\f068';
}
.dan_akkordeon_wrapper .dan_akkordeon_target {
  display: none;
}
.flip-cards .flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 10px solid transparent;
}
.flip-cards .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-cards .flip-card-front,
.flip-cards .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-cards .flip-card-front {
  background-color: #5182BF;
  color: white;
}
.flip-cards .flip-card-front--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-size: 8rem;
}
.flip-cards .flip-card-front--icon_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 2rem;
}
.flip-cards .flip-card-back {
  background-color: #505050;
  color: white;
  transform: rotateY(180deg);
  overflow: hidden;
  padding: 15px;
}
@media screen and (min-width: 30em) {
  .flip-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .flip-cards .flip-card {
    flex: 0 1 50%;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .flip-cards .flip-card {
    flex: 0 1 33%;
    width: 33%;
  }
}
@media screen and (min-width: 78.75em) {
  .flip-cards .flip-card {
    flex: 0 1 25%;
    width: 25%;
  }
}
.masonry-wrapper {
  margin: 50px 0;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.masonry {
  columns: 1;
  column-gap: 30px;
}
.masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media screen and (min-width: 30em) {
  .masonry {
    columns: 2;
  }
}
@media screen and (min-width: 64em) {
  .masonry {
    columns: 3;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
.site-content li {
  border-left: 2px solid #507435;
  line-height: 200%;
  padding-left: 22px;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Advance Custom Field Styles */
/** Block: Bild Groß **/
.acf_bild_gross {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 570px;
  margin-bottom: 128px;
  position: relative;
  z-index: 9;
}
/** Block: Zwei Spalten **/
.zwei_spalten_master {
  margin-bottom: 184px;
}
.zwei_spalten_master h2 {
  margin-bottom: 96px;
}
.zwei_spalten_master .zwei_spalten_wrapper .spalte {
  max-width: 480px;
}
.zwei_spalten_master .zwei_spalten_wrapper .spalte .single_row {
  margin-bottom: 100px;
}
/** Block: Slider **/
.block-slider {
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 108px;
}
.block-slider .slider_master {
  position: relative;
}
.block-slider .slider_master .slider_wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.block-slider .slider_master .slider_wrapper .slide {
  display: none;
}
.block-slider .slider_master .slider_wrapper .slide:first-child {
  display: block;
}
.block-slider .slider_navigation {
  display: flex;
  margin-top: 58px;
  max-width: 1680px;
  justify-content: end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-slider .slider_navigation img {
  cursor: pointer;
  margin-right: 20px;
}
.block-slider .slider_arrow.stop {
  cursor: unset;
  display: none;
}
/*IMMOBILIEN FILTER*/
.immo_filter_first_level_navigation {
  display: flex;
  justify-content: space-between;
}
.immo_filter_first_level_navigation {
  border-bottom: 1px solid #507435;
}
.immo_filter_first_level_navigation > div {
  cursor: pointer;
  flex: 1;
  text-align: center;
}
.immo_filter_first_level_navigation > div.active {
  border-bottom: 3px solid #507435;
  font-weight: bold;
}
.immo_filter_second_level_navigation {
  margin-bottom: 40px;
  margin-top: 60px;
}
.immo_filter_second_level_navigation .immo_cat.active {
  font-weight: bold;
  cursor: pointer;
}
.immo_filter_second_level_navigation .immo_cat {
  cursor: pointer;
}
.immo_filter_second_level_navigation .immo_lage {
  margin-top: 20px;
  text-align: left;
  width: 200px;
}
.immo_filter_second_level_navigation .immo_lage select {
  background-color: #507435;
  color: #fff;
  width: 152px;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/icons/arrow_down.svg");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
.immo_grid_filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.immo_single_link {
  position: relative !important;
  flex: 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  height: 200px;
}
@media screen and (min-width: 48em) {
  .immo_single_link {
    flex: 0 49%;
    max-width: 49%;
    height: 410px;
  }
  .immo_single_link:nth-child(2) {
    margin-top: 80px;
  }
  .immo_single_link:nth-child(2n+1) {
    margin-top: -80px;
  }
  .immo_single_link:nth-child(1) {
    margin-top: 0;
  }
}
.immo_single_link .immo_single {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.immo_single_link .immo_single .teaser_immo_data {
  background-color: #fff;
  border-top: 3px solid #8dc96d;
  bottom: 3px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  text-align: center;
}
.immo_single_link .immo_single .teaser_immo_data p {
  color: #507435;
  font-family: Zilla Slab;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  margin-top: 0;
  text-align: left;
}
.immo_single_link .immo_single .teaser_immo_data .immo_data_short {
  color: #222222;
  font-family: Work Sans;
  font-size: 16px;
}
.immo_single_link .immo_single .teaser_immo_data .immo_data_short div {
  display: flex;
  justify-content: space-between;
}
.immo_single_link .immo_single .teaser_immo_data .immo_data_short span {
  display: block;
  text-align: left;
}
/* BLOCK BILD-TEXT */
.bild_text_wrapper {
  display: flex;
}
/* BLOCK GOOGLE-MAPS */
.google_maps_wrapper .mapouter {
  margin: 0 auto;
  width: 300px;
}
.google_maps_wrapper .mapouter .gmap_canvas {
  width: 300px;
  margin: 0 auto;
}
.google_maps_wrapper .google_maps_text {
  color: #222222;
  font-family: 'Works Sans';
}
.google_maps_wrapper .google_maps_text a,
.google_maps_wrapper .google_maps_text p {
  color: #222222;
  font-family: 'Works Sans';
}
.google_maps_wrapper .google_maps_text h2 {
  color: #507435;
  margin-left: 0;
  margin-top: 0;
  font-size: 39px;
  line-height: 39px;
}
@media screen and (min-width: 30em) {
  .google_maps_wrapper .mapouter {
    width: 460px;
  }
  .google_maps_wrapper .mapouter .gmap_canvas {
    width: 460px;
  }
}
@media screen and (min-width: 64em) {
  .immo_filter_second_level_navigation {
    display: flex;
    justify-content: space-between;
  }
  .immo_filter_second_level_navigation .immo_lage {
    margin-top: 0;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  /** Block: Zwei Spalten **/
  .zwei_spalten_wrapper {
    display: flex;
    justify-content: space-between;
  }
  .block-slider .slider_master .slider_wrapper {
    top: 0;
    bottom: 0;
  }
  .block-slider .slider_master .slider_wrapper .slide {
    display: none;
    margin-right: 30px;
  }
  .block-slider .slider_master .slider_wrapper .slide:nth-child(-n+2) {
    display: block;
  }
  .google_maps_wrapper {
    display: flex;
  }
  .google_maps_wrapper .mapouter {
    margin: unset;
    width: unset;
  }
  .google_maps_wrapper .mapouter .gmap_canvas {
    width: unset;
    margin: unset;
  }
  .google_maps_wrapper .google_maps_text {
    padding-left: 130px;
  }
  .google_maps_wrapper .google_maps_text h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .block-slider .slider_master .slider_wrapper {
    position: absolute;
    left: -135px;
    right: -135px;
  }
  .block-slider .slider_master .slider_wrapper .slide:nth-child(-n+3) {
    display: block;
  }
}
@media screen and (min-width: 1460px) {
  .block-slider .slider_master .slider_wrapper .slide:nth-child(-n+4) {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  .detail_immo_wrapper .angebotpreis {
    display: block !important;
  }
}
.color-headline {
  text-align: center;
}
.color-headline p {
  color: #878787;
  font-weight: 700;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.color-headline h2 {
  margin: 0;
}
/* Pagination */
.pagination ul {
  margin: 0 0 50px 0;
  padding: 0 10px;
}
.pagination ul li {
  display: inline;
}
.pagination ul li a {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.pagination ul li a:hover {
  background: #2581c4;
  transition: all 0.2s ease-in-out 0s;
}
.pagination ul li.active a {
  background: #2581c4;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.iconbox {
  background: #f1f9ed;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 10px;
  margin-top: -10px;
}
.iconbox--box {
  text-align: center;
  padding: 50px 10px;
}
.iconbox--box h2 {
  color: #507435;
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
}
.iconbox--box a {
  width: 100%;
  height: 100%;
  display: block;
}
.iconbox--box:hover {
  background: #d5e5cd;
}
.iconbox--fancy {
  padding: 0 25px;
  box-sizing: content-box;
}
@media screen and (min-width: 48em) {
  .iconbox .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .iconbox--box {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 64em) {
  .iconbox .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .iconbox--box {
    flex: 0 0 33.3333333333%;
  }
}
/* Import Mixins
	 ========================================================================== */
.trans2s {
  transition: all 0.2s ease-in-out 0s;
}
.trans5s {
  transition: all 0.5s ease-in-out 0s;
}
/* Import Variables
	 ========================================================================== */
