/*
@include breakpoint(tablet) {
}


*/
#wrapper .content-wrapper.full-width-content .content-inner-wrapper *:not(h1):not(img) a.button, #wrapper button[type="submit"],
#wrapper input[type="submit"],
#wrapper input[type="button"], .lightbox-container .lightbox-button {
  display: block;
  margin: 0 auto;
  border-radius: 27px;
  font-family: "acumin-pro";
  font-size: 15px;
  font-weight: 700;
  width: 225px;
  max-width: 100%;
  height: 50px;
  color: #fff;
  cursor: pointer;
  border: none;
  background: #0794d4;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0794d4 0%, #b43fa0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0794d4 0%, #b43fa0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0794D4', endColorstr='#B43FA0', GradientType=0);
  /* IE6-9 */ }
  #wrapper .content-wrapper.full-width-content .content-inner-wrapper *:not(h1):not(img) a.button:hover, #wrapper button[type="submit"]:hover,
  #wrapper input[type="submit"]:hover,
  #wrapper input[type="button"]:hover, .lightbox-container .lightbox-button:hover, #wrapper .content-wrapper.full-width-content .content-inner-wrapper *:not(h1):not(img) a.hover.button, #wrapper button.hover[type="submit"],
  #wrapper input.hover[type="submit"],
  #wrapper input.hover[type="button"], .lightbox-container .hover.lightbox-button, #wrapper .content-wrapper.full-width-content .content-inner-wrapper *:not(h1):not(img) a.checked.button, #wrapper button.checked[type="submit"],
  #wrapper input.checked[type="submit"],
  #wrapper input.checked[type="button"], .lightbox-container .checked.lightbox-button {
    background: #0794D4; }

#wrapper #header-outter {
  display: block;
  width: 100%;
  background: #25393E;
  position: relative;
  z-index: 10000; }
  @media (max-width: 767px) {
    #wrapper #header-outter {
      display: flex;
      justify-content: flex-start; } }
  #wrapper #header-outter #header-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #wrapper #header-outter #header-inner {
        display: none;
        position: absolute;
        top: 35px;
        background: #25393E; } }
    @media (min-width: 767px) {
      #wrapper #header-outter #header-inner {
        display: flex !important; } }
    #wrapper #header-outter #header-inner .menu-haupt-navigation-container {
      padding: 3px 0; }
      #wrapper #header-outter #header-inner .menu-haupt-navigation-container #menu-haupt-navigation {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          #wrapper #header-outter #header-inner .menu-haupt-navigation-container #menu-haupt-navigation {
            display: block; } }
        #wrapper #header-outter #header-inner .menu-haupt-navigation-container #menu-haupt-navigation .menu-item {
          display: block;
          margin: 0;
          position: relative; }
          #wrapper #header-outter #header-inner .menu-haupt-navigation-container #menu-haupt-navigation .menu-item a {
            display: block;
            padding: 5px 10px;
            text-decoration: none;
            -webkit-transition: all .3s;
            transition: all .3s;
            text-transform: uppercase; }
            #wrapper #header-outter #header-inner .menu-haupt-navigation-container #menu-haupt-navigation .menu-item a:hover {
              color: #0794D4; }
          #wrapper #header-outter #header-inner .menu-haupt-navigation-container #menu-haupt-navigation .menu-item .sub-menu {
            padding: 0 0 10px;
            position: absolute;
            display: none;
            background: #25393E;
            width: 250px; }
            @media (max-width: 767px) {
              #wrapper #header-outter #header-inner .menu-haupt-navigation-container #menu-haupt-navigation .menu-item .sub-menu {
                position: relative;
                width: 100%;
                padding-left: 15px; } }
  #wrapper #header-outter #burger-menu {
    display: none;
    width: 35px;
    height: 35px;
    background-image: url(../img/burger.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      #wrapper #header-outter #burger-menu {
        display: block; } }
#wrapper header {
  width: 100vw;
  height: calc(100vw / 1920 * 857);
  background-size: cover;
  display: block;
  z-index: 1000000; }
  #wrapper header #header-logo-container {
    top: 40px;
    left: 40px;
    display: block;
    width: 140px;
    position: relative; }
    @media (max-width: 767px) {
      #wrapper header #header-logo-container {
        top: 10px;
        left: 15px;
        width: 55px; } }
    #wrapper header #header-logo-container #logo {
      width: 100%;
      height: auto; }
#wrapper.post-type-page header {
  height: 300px;
  background-position: center; }

#wrapper .content-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a3427+0,554c40+100 */
  background: #0794d4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0794d4 0%, #b43fa0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0794d4 0%, #b43fa0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0794d4 0%, #b43fa0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0794D4', endColorstr='#B43FA0', GradientType=0);
  /* IE6-9 */ }
  #wrapper .content-wrapper .content-inner-wrapper {
    position: relative;
    padding: 30px 15px 80px 15px; }
  #wrapper .content-wrapper.full-width-content .content-inner-wrapper *:not(h1):not(img) {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #wrapper .content-wrapper.full-width-content .content-inner-wrapper *:not(h1):not(img) a.button {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
  #wrapper .content-wrapper.background-white {
    background: #fff; }
    #wrapper .content-wrapper.background-white a {
      text-decoration: none; }
    #wrapper .content-wrapper.background-white h1 {
      color: #0794d4; }
    #wrapper .content-wrapper.background-white #news .single-news-box h2, #wrapper .content-wrapper.background-white #news .single-news-box p, #wrapper .content-wrapper.background-white #news .single-news-box a, #wrapper .content-wrapper.background-white #news .single-news-box small {
      color: #26393e; }
    #wrapper .content-wrapper.background-white.cm-video {
      background: #f0f0f0; }
#wrapper.post-type-page .content-wrapper {
  background: #fff; }
  #wrapper.post-type-page .content-wrapper .content-inner-wrapper {
    padding: 60px 15px 80px 15px; }
    #wrapper.post-type-page .content-wrapper .content-inner-wrapper h1 {
      color: #0794D4; }
    #wrapper.post-type-page .content-wrapper .content-inner-wrapper li {
      margin-bottom: 5px; }
    #wrapper.post-type-page .content-wrapper .content-inner-wrapper a {
      text-decoration: underline;
      -webkit-text-decoration-style: dotted;
      text-decoration-style: dotted;
      color: #000; }
    #wrapper.post-type-page .content-wrapper .content-inner-wrapper p {
      color: #000; }
    #wrapper.post-type-page .content-wrapper .content-inner-wrapper .wp-caption {
      background: #f0f0f0;
      padding: 20px;
      max-width: none !important;
      margin-top: 30px; }
      #wrapper.post-type-page .content-wrapper .content-inner-wrapper .wp-caption > img {
        width: 100%; }
      #wrapper.post-type-page .content-wrapper .content-inner-wrapper .wp-caption .wp-caption-text {
        font-style: italic; }
  #wrapper.post-type-page .content-wrapper.bigger .content-width {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto; }
    #wrapper.post-type-page .content-wrapper.bigger .content-width .wp-caption {
      background: #f0f0f0;
      padding: 20px;
      max-width: none !important;
      margin-top: 30px; }
      #wrapper.post-type-page .content-wrapper.bigger .content-width .wp-caption .wp-caption-text {
        font-style: italic; }
  #wrapper.post-type-page .content-wrapper.bigger h1 {
    color: #0794D4; }
  #wrapper.post-type-page .content-wrapper.bigger p {
    color: #000;
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.background-blue {
  background: #0794d4 !important; }
  .background-blue a {
    text-decoration: none; }

#pre-newsletter-form {
  width: 100%;
  height: 15px;
  background-image: url(../img/tmv-split.png);
  margin-top: -15px; }

footer {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #25393E; }
  footer .menu-footernavigation-container {
    text-align: center; }
    footer .menu-footernavigation-container ul {
      padding-left: 0; }
      footer .menu-footernavigation-container ul li {
        list-style-type: none; }
        footer .menu-footernavigation-container ul li a {
          text-decoration: none; }

body.aktuelles.post-type-page #wrapper .content-wrapper.background-blue .content-inner-wrapper h1 {
  color: #fff; }
body.aktuelles.post-type-page #wrapper .content-wrapper.background-blue .content-inner-wrapper #news * {
  color: #26393e; }

#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #news.only-one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #news .single-news-box {
    width: 32%;
    position: relative;
    margin-left: 2%;
    background: #fff;
    padding: 27px; }
    @media (max-width: 767px) {
      #news .single-news-box {
        width: 100%;
        margin-left: 0;
        margin-top: 20px; } }
    #news .single-news-box:nth-of-type(3n+1) {
      margin-left: 0; }
    #news .single-news-box:nth-of-type(n+4) {
      margin-top: 20px; }
    #news .single-news-box h2, #news .single-news-box p, #news .single-news-box a, #news .single-news-box small {
      color: #fff;
      text-align: left;
      margin: 5px 0; }
    #news .single-news-box .single-news-box-date {
      margin-top: 0; }
    #news .single-news-box a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.nf-form-cont {
  width: 100%;
  background: #25393E; }
  .nf-form-cont .nf-form-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px; }

#wrapper input[type="text"],
#wrapper input[type="email"],
#wrapper input[type="tel"],
#wrapper input[type="number"],
#wrapper textarea {
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #C4C0BB;
  font-family: "acumin-pro";
  font-size: 14px;
  color: #fff;
  padding: 10px; }
  #wrapper input[type="text"]:focus,
  #wrapper input[type="email"]:focus,
  #wrapper input[type="tel"]:focus,
  #wrapper input[type="number"]:focus,
  #wrapper textarea:focus {
    background-color: #0794D4; }
  @media (max-width: 480px) {
    #wrapper input[type="text"],
    #wrapper input[type="email"],
    #wrapper input[type="tel"],
    #wrapper input[type="number"],
    #wrapper textarea {
      height: 50px; } }
#wrapper input[type="text"],
#wrapper input[type="email"],
#wrapper input[type="tel"],
#wrapper input[type="number"] {
  height: 80px; }
#wrapper input[type="text"]:focus::-webkit-input-placeholder,
#wrapper input[type="email"]:focus::-webkit-input-placeholder,
#wrapper input[type="tel"]:focus::-webkit-input-placeholder,
#wrapper input[type="number"]:focus::-webkit-input-placeholder {
  color: #fff; }
#wrapper input[type="text"]:focus:-ms-input-placeholder,
#wrapper input[type="email"]:focus:-ms-input-placeholder,
#wrapper input[type="tel"]:focus:-ms-input-placeholder,
#wrapper input[type="number"]:focus:-ms-input-placeholder {
  color: #fff; }
#wrapper input[type="text"]:focus::-moz-placeholder,
#wrapper input[type="email"]:focus::-moz-placeholder,
#wrapper input[type="tel"]:focus::-moz-placeholder,
#wrapper input[type="number"]:focus::-moz-placeholder {
  color: #fff; }
#wrapper textarea {
  min-height: 160px; }
  #wrapper textarea:focus::-webkit-input-placeholder {
    color: #fff; }
  #wrapper textarea:focus:-ms-input-placeholder {
    color: #fff; }
  #wrapper textarea:focus::-moz-placeholder {
    color: #fff; }
#wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  #wrapper input[type="checkbox"] + label {
    font-family: "acumin-pro";
    margin-left: 50px;
    color: #fff;
    font-size: 15px;
    position: relative; }
    #wrapper input[type="checkbox"] + label.one-liner {
      min-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: rgba(196, 192, 187, 0.8);
      font-weight: 100;
      -webkit-transition: all .3s;
      transition: all .3s; }
      #wrapper input[type="checkbox"] + label.one-liner:before {
        top: 5px; }
      #wrapper input[type="checkbox"] + label.one-liner:after {
        top: 10px; }
      #wrapper input[type="checkbox"] + label.one-liner:nth-of-type(n+2) {
        margin-left: 80px; }
        @media (max-width: 580px) {
          #wrapper input[type="checkbox"] + label.one-liner:nth-of-type(n+2) {
            margin-left: 50px; } }
    #wrapper input[type="checkbox"] + label:before {
      content: ' ';
      position: absolute;
      left: -50px;
      width: 40px;
      height: 40px;
      background-color: rgba(7, 148, 212, 0);
      border: solid 1px #C4C0BB;
      -webkit-transition: all .3s;
      transition: all .3s;
      cursor: pointer; }
    #wrapper input[type="checkbox"] + label:after {
      content: ' ';
      position: absolute;
      left: -45px;
      top: 5px;
      width: 30px;
      height: 30px;
      background-image: url(../img/check.svg);
      -webkit-transition: all .3s;
      transition: all .3s;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: all .2s;
      transition: all .2s;
      cursor: pointer; }
  #wrapper input[type="checkbox"]:checked + label.one-liner {
    color: white; }
  #wrapper input[type="checkbox"]:checked + label:before {
    background-color: #0794d4; }
  #wrapper input[type="checkbox"]:checked + label:after {
    opacity: 1; }

#wrapper .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #wrapper .checkbox-container > label {
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px; }
  #wrapper .checkbox-container .checkbox-wrapper,
  #wrapper .checkbox-container li.checkbox-wrapper {
    height: 40px;
    margin-top: 0 !important; }
    #wrapper .checkbox-container .checkbox-wrapper label,
    #wrapper .checkbox-container li.checkbox-wrapper label {
      display: block; }
      #wrapper .checkbox-container .checkbox-wrapper label.one-line,
      #wrapper .checkbox-container li.checkbox-wrapper label.one-line {
        line-height: 40px;
        height: 40px; }
    #wrapper .checkbox-container .checkbox-wrapper:nth-of-type(n+2),
    #wrapper .checkbox-container li.checkbox-wrapper:nth-of-type(n+2) {
      margin-left: 15px !important; }

#nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field {
    width: 100%;
    margin-top: 25px; }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container,
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field h2 {
      margin-bottom: 0 !important; }
      #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field-description,
      #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field h2 .nf-field-description {
        display: none; }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field * {
      color: #fff; }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(1), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(2), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(4), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(5), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(6) {
      width: calc(50% - 22.5px); }
      @media (max-width: 580px) {
        #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(1), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(2), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(4), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(5), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(6) {
          width: 100%; } }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(7) {
      width: 50px;
      margin-left: 2.7vw; }
      @media (max-width: 580px) {
        #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(7) {
          margin-left: 0; } }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(8) {
      width: calc(50% - 80px); }
      @media (max-width: 580px) {
        #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(8) {
          width: calc(100% - 60px); } }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(9) {
      width: 100%; }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(10), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(11), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(12) {
      width: calc(33% - 15px); }
    @media (max-width: 580px) {
      #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(10) {
        width: 100%; }
      #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(11), #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(12) {
        width: calc(50% - 15px); } }
    #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(14) .checkbox-container .checkbox-wrapper, #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(15) .checkbox-container .checkbox-wrapper {
      height: auto; }
      #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(14) .checkbox-container .checkbox-wrapper label, #nf-form-4-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-of-type(15) .checkbox-container .checkbox-wrapper label {
        height: auto;
        line-height: 1.5; }
#nf-form-4-cont .nf-after-field,
#nf-form-4-cont .nf-before-form-content,
#nf-form-4-cont .nf-form-errors {
  display: none !important; }

.cm-video__wrapper {
  padding: 3em 0; }
.cm-video__items {
  position: relative; }
  .cm-video__items.owl-carousel {
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      .cm-video__items.owl-carousel {
        text-align: center; } }
.cm-video__teaser, .cm-video__iframe {
  margin-bottom: 27px; }
.cm-video__poster {
  margin-bottom: 18px;
  position: relative; }
  .cm-video__poster::before {
    content: "\f144";
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    z-index: 10;
    font-family: FontAwesome;
    font-size: 42px;
    color: #0794d4;
    text-shadow: 1px 1px 8px #687679; }
.cm-video__item {
  position: relative; }
  .cm-video__item.item {
    box-shadow: none; }
  .cm-video__item__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
@media (max-width: 1024px) {
  .cm-video .owl-carousel .owl-nav .owl-prev {
    left: 10px; } }
@media (max-width: 1024px) {
  .cm-video .owl-carousel .owl-nav .owl-next {
    right: 10px; } }

#wrapper #cloudimage-360 .content-inner-wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  #wrapper #cloudimage-360 .content-inner-wrapper .cloudimage-360,
  #wrapper #cloudimage-360 .content-inner-wrapper .cloudimage-inner-box,
  #wrapper #cloudimage-360 .content-inner-wrapper canvas {
    max-width: none;
    width: 100%;
    height: auto; }

.lightbox-container {
  padding: 50px 30px;
  width: 100%;
  max-width: 411px;
  max-height: 90vh;
  overflow-y: auto; }
  .lightbox-container .lightbox-intro {
    display: block;
    text-align: center;
    font-family: "p22-hopper-edward";
    font-size: 65px;
    line-height: 51px;
    color: #0794d4; }
  .lightbox-container .lightbox-content {
    text-align: center;
    display: block;
    margin: 30px 0; }
  .lightbox-container > .lightbox-single {
    display: none; }
  .lightbox-container .lightbox-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px; }
    .lightbox-container .lightbox-label ~ input, .lightbox-container .lightbox-label ~ .select-container .pseudo-input {
      margin-top: 0; }
  .lightbox-container input,
  .lightbox-container .pseudo-input {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 3px;
    margin-top: 20px;
    transition: all .5s; }
  .lightbox-container .select-container[pseudo] {
    display: flex;
    position: relative; }
    .lightbox-container .select-container[pseudo] .select-value {
      cursor: pointer;
      z-index: 100; }
      .lightbox-container .select-container[pseudo] .select-value:first-of-type {
        border-right-width: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .lightbox-container .select-container[pseudo] .select-value:last-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .lightbox-container .select-container[pseudo] .select-highlight {
      border-radius: 3px;
      position: absolute;
      top: 0;
      left: 50%;
      width: 0%;
      height: 100%;
      background: #0794d4;
      background: -webkit-linear-gradient(left, #0794d4 0%, #b43fa0 100%);
      background: linear-gradient(to right, #0794d4 0%, #b43fa0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0794D4', endColorstr='#B43FA0', GradientType=0);
      transition: all .3s; }
    .lightbox-container .select-container[pseudo][nth] .select-highlight {
      width: 50%; }
    .lightbox-container .select-container[pseudo][nth][nth="1"] .select-highlight {
      left: 0; }
    .lightbox-container .select-container[pseudo][nth][nth="1"] .select-value:nth-of-type(1) {
      color: #fff; }
    .lightbox-container .select-container[pseudo][nth][nth="2"] .select-highlight {
      left: 50%; }
    .lightbox-container .select-container[pseudo][nth][nth="2"] .select-value:nth-of-type(2) {
      color: #fff; }
  .lightbox-container .login-register-toggle {
    margin-top: 25px; }
    .lightbox-container .login-register-toggle,
    .lightbox-container .login-register-toggle span {
      text-align: center;
      display: block;
      font-size: 13px;
      line-height: 20px; }
    .lightbox-container .login-register-toggle span {
      cursor: pointer;
      color: #0794d4;
      text-decoration: underline; }
  .lightbox-container a {
    color: #0794d4; }
  .lightbox-container .pseudo-checkbox {
    display: block;
    margin-top: 20px;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    cursor: pointer; }
    .lightbox-container .pseudo-checkbox:before {
      position: absolute;
      top: 5px;
      left: 0;
      width: 25px;
      height: 25px;
      content: '';
      border: 1px solid #707070; }
    .lightbox-container .pseudo-checkbox.checked:after {
      position: absolute;
      top: 10px;
      left: 5px;
      width: 15px;
      height: 15px;
      content: '';
      background-color: #0794d4; }
  .lightbox-container .lightbox-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    margin-top: 30px;
    text-decoration: none; }
  .lightbox-container[current="account"] #account {
    display: block; }
  .lightbox-container[current="account"] a {
    margin-left: calc(9% - 3px); }
  .lightbox-container[current="account"] .lightbox-button {
    width: 45%;
    display: inline-block;
    line-height: 50px;
    text-align: center; }
  .lightbox-container[current="login"] #login {
    display: block; }
  .lightbox-container[current="register"] #register {
    display: block; }
  .lightbox-container[current="password-reset"] #password-reset {
    display: block; }
  .lightbox-container .lightbox-subline {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700; }
  .lightbox-container .lightbox-ansprechpartner {
    margin-top: 30px;
    width: 100%;
    display: flex; }
    .lightbox-container .lightbox-ansprechpartner .lightbox-ansprechpartner-photo {
      width: 85px;
      height: 85px;
      border-radius: 50%;
      background-image: url(../img/seven.jpg); }
    .lightbox-container .lightbox-ansprechpartner .lightbox-ansprechpartner-details .lightbox-ansprechpartner-detail {
      display: block;
      font-size: 15px;
      line-height: 1.3; }
      .lightbox-container .lightbox-ansprechpartner .lightbox-ansprechpartner-details .lightbox-ansprechpartner-detail.lightbox-ansprechpartner-title {
        font-weight: 700;
        margin-bottom: 3px; }
      .lightbox-container .lightbox-ansprechpartner .lightbox-ansprechpartner-details .lightbox-ansprechpartner-detail:focus {
        outline: none; }
  .lightbox-container #lightbox-downloads {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden; }

.menu-header-benutzerkonto-container {
  display: block;
  padding: 8px; }
  .menu-header-benutzerkonto-container #menu-header-benutzerkonto {
    display: flex;
    list-style: none;
    padding-left: 0; }
    @media (max-width: 580px) {
      .menu-header-benutzerkonto-container #menu-header-benutzerkonto {
        margin-top: 7.5px;
        margin-bottom: 15px; } }
    .menu-header-benutzerkonto-container #menu-header-benutzerkonto li:nth-of-type(1) {
      display: block;
      width: 14px;
      height: 20px;
      background-image: url(../img/snowman.png);
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 8px; }
      .menu-header-benutzerkonto-container #menu-header-benutzerkonto li:nth-of-type(1) a {
        display: none; }
    .menu-header-benutzerkonto-container #menu-header-benutzerkonto li:not(:nth-of-type(1)) {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style: none; }
      .menu-header-benutzerkonto-container #menu-header-benutzerkonto li:not(:nth-of-type(1)) a {
        display: block;
        color: #D6D6D6;
        line-height: 20px;
        text-decoration: none; }
    .menu-header-benutzerkonto-container #menu-header-benutzerkonto li:not(.account):nth-of-type(2):after {
      display: inline-block;
      color: #D6D6D6;
      content: '|';
      margin: 0 5px; }

.content-outer-wrapper .content-inner-wrapper {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative; }
.content-outer-wrapper .storer {
  display: flex;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  background: #0794d4;
  background: -moz-linear-gradient(top, #0794d4 0%, #b43fa0 100%);
  background: -webkit-linear-gradient(top, #0794d4 0%, #b43fa0 100%);
  background: linear-gradient(to bottom, #0794d4 0%, #b43fa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0794D4', endColorstr='#B43FA0', GradientType=0);
  color: #fff !important;
  font-weight: 700;
  transform: rotate(4.5deg) translateX(80%);
  position: absolute;
  bottom: 30px;
  right: -50px; }
  @media (max-width: 1024px) {
    .content-outer-wrapper .storer {
      position: relative;
      bottom: 0;
      right: 0;
      margin-left: auto;
      transform: rotate(4.5deg); } }

#modules .outer-wrapper.image_map-outer-wrapper {
  padding: 0; }
  #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper {
    position: relative; }
    #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper img,
    #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg {
      display: block;
      width: 100%;
      height: auto;
      transition: all .3s; }
      @media (max-width: 767px) {
        #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper img,
        #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg {
          display: none; } }
    #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg {
      position: absolute;
      top: 0;
      left: 0; }
      #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg > g {
        cursor: pointer;
        opacity: .25;
        transition: all .3s; }
        @media (max-width: 980px) {
          #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg > g {
            opacity: 1; } }
        #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg > g:hover, #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg > g:hover rect, #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg > g:hover polygon {
          opacity: 1 !important; }
        #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg > g rect, #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper svg > g polygon {
          opacity: 0.25 !important;
          fill: rgba(0, 0, 0, 0) !important; }
    #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper .bauabschnitt-fallback {
      background-size: cover;
      background-position: center;
      padding: 50px 10px;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      display: none; }
      @media (max-width: 767px) {
        #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper .bauabschnitt-fallback {
          display: flex; } }
      #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper .bauabschnitt-fallback .bauabschnitt-link {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 50px;
        background-color: #0794d4;
        color: #fff;
        margin: 10px;
        font-weight: 700;
        white-space: nowrap;
        text-decoration: none;
        transition: all .3s; }
        #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper .bauabschnitt-fallback .bauabschnitt-link:hover {
          background-color: #b43fa0; }
        @media (max-width: 767px) {
          #modules .outer-wrapper.image_map-outer-wrapper .image_map-inner-wrapper .bauabschnitt-fallback .bauabschnitt-link.desktop-only {
            display: none; } }

#modules .outer-wrapper.login_button-outer-wrapper {
  padding-top: 0; }
  #modules .outer-wrapper.login_button-outer-wrapper .login_button-inner-wrapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex; }
    #modules .outer-wrapper.login_button-outer-wrapper .login_button-inner-wrapper input {
      width: 150px; }

.ng_gruppe-outer-wrapper {
  background-color: rgba(7, 148, 212, 0.16); }
  .ng_gruppe-outer-wrapper .ng_gruppe-container {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0 auto; }
    @media (max-width: 580px) {
      .ng_gruppe-outer-wrapper .ng_gruppe-container {
        flex-direction: column; } }
    .ng_gruppe-outer-wrapper .ng_gruppe-container .ng-gruppe-single {
      display: block;
      text-decoration: none;
      color: #000;
      margin: 0 40px 0 0;
      width: 23%; }
      @media (max-width: 580px) {
        .ng_gruppe-outer-wrapper .ng_gruppe-container .ng-gruppe-single {
          margin: 0 0 30px 0; } }
      .ng_gruppe-outer-wrapper .ng_gruppe-container .ng-gruppe-single img {
        display: block;
        margin: 0 auto 20px auto; }
      .ng_gruppe-outer-wrapper .ng_gruppe-container .ng-gruppe-single span {
        display: block;
        text-align: center; }
      .ng_gruppe-outer-wrapper .ng_gruppe-container .ng-gruppe-single .ng_gruppe-title {
        font-weight: 700; }
      .ng_gruppe-outer-wrapper .ng_gruppe-container .ng-gruppe-single:last-of-type {
        margin: 0; }

body.has-panorama #wrapper header,
body.has-image_map #wrapper header {
  display: block;
  width: 100%;
  max-width: none;
  max-height: 0;
  overflow: visible;
  position: relative; }
  body.has-panorama #wrapper header a,
  body.has-image_map #wrapper header a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px; }
    body.has-panorama #wrapper header a img,
    body.has-image_map #wrapper header a img {
      display: block; }
body.has-panorama #wrapper #modules .panorama-outer-wrapper,
body.has-image_map #wrapper #modules .panorama-outer-wrapper {
  position: relative;
  padding: 0; }
  body.has-panorama #wrapper #modules .panorama-outer-wrapper canvas,
  body.has-image_map #wrapper #modules .panorama-outer-wrapper canvas {
    display: block; }
  body.has-panorama #wrapper #modules .panorama-outer-wrapper .scroll-indicator-container,
  body.has-image_map #wrapper #modules .panorama-outer-wrapper .scroll-indicator-container {
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }
    body.has-panorama #wrapper #modules .panorama-outer-wrapper .scroll-indicator-container .scroll-indicator,
    body.has-image_map #wrapper #modules .panorama-outer-wrapper .scroll-indicator-container .scroll-indicator {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 auto;
      border-left: 3px solid #25393E;
      border-bottom: 3px solid #25393E;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb05 1.5s infinite;
      animation: sdb05 1.5s infinite;
      box-sizing: border-box; }
    body.has-panorama #wrapper #modules .panorama-outer-wrapper .scroll-indicator-container .scroll-indicator-text,
    body.has-image_map #wrapper #modules .panorama-outer-wrapper .scroll-indicator-container .scroll-indicator-text {
      display: block;
      text-align: center;
      padding-top: 40px; }
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
#modules > .outer-wrapper {
  padding: 50px 15px 50px 15px; }
  #modules > .outer-wrapper.background-white .section-headline,
  #modules > .outer-wrapper.background-white .section-headline a, #modules > .outer-wrapper.background-lightgrey .section-headline,
  #modules > .outer-wrapper.background-lightgrey .section-headline a {
    color: #0794d4; }
  #modules > .outer-wrapper.background-white .content-inner-wrapper *, #modules > .outer-wrapper.background-lightgrey .content-inner-wrapper * {
    color: #25393E; }
  #modules > .outer-wrapper.background-lightgrey {
    background-color: #EDEDED; }
  #modules > .outer-wrapper.background-dark *, #modules > .outer-wrapper.background-gradient * {
    color: #fff !important; }
  #modules > .outer-wrapper.background-dark {
    background-color: #25393E; }
  #modules > .outer-wrapper.background-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a3427+0,554c40+100 */
    background: #0794d4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0794d4 0%, #b43fa0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0794d4 0%, #b43fa0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0794d4 0%, #b43fa0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0794D4', endColorstr='#B43FA0', GradientType=0);
    /* IE6-9 */ }
  #modules > .outer-wrapper .section-headline {
    display: block;
    text-align: center;
    font-family: "p22-hopper-edward";
    font-weight: normal;
    font-size: 88px;
    line-height: 88px; }
    @media (max-width: 767px) {
      #modules > .outer-wrapper .section-headline {
        font-size: 50px;
        line-height: 50px; } }

#modules #estate-overview-content {
  margin-top: 65px; }
  #modules #estate-overview-content > * {
    text-align: center; }
#modules #estate-overview {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  #modules #estate-overview table#estates-table {
    width: 62%;
    max-width: 940px;
    overflow: hidden; }
    @media (max-width: 980px) {
      #modules #estate-overview table#estates-table {
        width: 100%; } }
    #modules #estate-overview table#estates-table th,
    #modules #estate-overview table#estates-table td {
      text-align: left;
      padding: 20px 0 15px 0;
      line-height: 1;
      position: relative; }
      #modules #estate-overview table#estates-table th:last-of-type:after,
      #modules #estate-overview table#estates-table td:last-of-type:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100vw;
        border-bottom: 2px dotted #707070;
        height: 0; }
      @media (max-width: 767px) {
        #modules #estate-overview table#estates-table th,
        #modules #estate-overview table#estates-table td {
          padding-left: 10px;
          padding-right: 10px; }
          #modules #estate-overview table#estates-table th:last-of-type::after,
          #modules #estate-overview table#estates-table td:last-of-type::after {
            display: none !important; } }
      @media (max-width: 580px) {
        #modules #estate-overview table#estates-table th,
        #modules #estate-overview table#estates-table td {
          padding-top: 10px;
          padding-bottom: 10px; } }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 2px dotted #707070; }
        #modules #estate-overview table#estates-table tr th.grundrisse {
          opacity: 0; } }
    #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .grundrisse-icon {
      display: none !important; }
    @media (max-width: 580px) {
      #modules #estate-overview table#estates-table tr {
        padding-bottom: 20px;
        padding-top: 20px; }
        #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .objektnr_extern {
          width: 15%; }
        #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .objekttyp {
          width: 40%; }
        #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .status {
          width: 25%; }
        #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .etage,
        #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .wohnflaeche,
        #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .anzahl_zimmer,
        #modules #estate-overview table#estates-table tr.tiefgaragenstellplatz .grundrisse {
          display: none !important; }
        #modules #estate-overview table#estates-table tr th {
          display: none; }
        #modules #estate-overview table#estates-table tr td::before {
          content: attr(label);
          display: block;
          font-weight: 700;
          margin-bottom: 5px; } }
    #modules #estate-overview table#estates-table tr.verfuegbar * {
      font-weight: 700; }
    #modules #estate-overview table#estates-table tr.verkauft * {
      color: #bfbfbf;
      background-image: none !important; }
    #modules #estate-overview table#estates-table tr.verkauft img {
      opacity: .3; }
    #modules #estate-overview table#estates-table .objektnr_extern {
      width: 10%; }
    #modules #estate-overview table#estates-table .etage {
      width: 10%; }
    #modules #estate-overview table#estates-table .objekttyp {
      width: 25%; }
    #modules #estate-overview table#estates-table .wohnflaeche {
      width: 15%; }
    #modules #estate-overview table#estates-table .anzahl_zimmer {
      width: 10%; }
    #modules #estate-overview table#estates-table .status {
      width: 12%; }
    #modules #estate-overview table#estates-table .grundrisse {
      width: 10%; }
      #modules #estate-overview table#estates-table .grundrisse .grundrisse-icon {
        display: block;
        margin: 0 0 0 10px;
        cursor: pointer; }
    #modules #estate-overview table#estates-table .interested {
      cursor: pointer;
      transition: all .3s;
      width: 8%;
      background-size: 24px 22px;
      background-image: url(../img/heart.png);
      background-position: center left 10px;
      background-repeat: no-repeat; }
      #modules #estate-overview table#estates-table .interested * {
        opacity: 0; }
      #modules #estate-overview table#estates-table .interested.loading {
        background-size: 5px 5px;
        opacity: .75; }
      #modules #estate-overview table#estates-table .interested.is-interested {
        background-image: url(../img/heart-full.png); }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table .objektnr_extern {
        width: 9%; } }
    @media (max-width: 580px) {
      #modules #estate-overview table#estates-table .objektnr_extern {
        width: 19%; } }
    @media (max-width: 480px) {
      #modules #estate-overview table#estates-table .objektnr_extern {
        width: 33%; } }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table .etage {
        width: 11%; } }
    @media (max-width: 580px) {
      #modules #estate-overview table#estates-table .etage {
        width: 14%; } }
    @media (max-width: 480px) {
      #modules #estate-overview table#estates-table .etage {
        width: 33%; } }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table .objekttyp {
        width: 22%; } }
    @media (max-width: 580px) {
      #modules #estate-overview table#estates-table .objekttyp {
        width: 28%; } }
    @media (max-width: 480px) {
      #modules #estate-overview table#estates-table .objekttyp {
        width: 33%; } }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table .wohnflaeche {
        width: 16.5%; } }
    @media (max-width: 580px) {
      #modules #estate-overview table#estates-table .wohnflaeche {
        width: 22%; } }
    @media (max-width: 480px) {
      #modules #estate-overview table#estates-table .wohnflaeche {
        width: 33%; } }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table .anzahl_zimmer {
        width: 14.5%; } }
    @media (max-width: 480px) {
      #modules #estate-overview table#estates-table .anzahl_zimmer {
        width: 33%; } }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table .status {
        width: 15%; } }
    @media (max-width: 580px) {
      #modules #estate-overview table#estates-table .status {
        width: 19%; } }
    @media (max-width: 480px) {
      #modules #estate-overview table#estates-table .status {
        width: 33%; } }
    @media (max-width: 767px) {
      #modules #estate-overview table#estates-table .grundrisse,
      #modules #estate-overview table#estates-table .interested {
        width: 6%;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 580px) {
      #modules #estate-overview table#estates-table .grundrisse,
      #modules #estate-overview table#estates-table .interested {
        width: 14%; } }
    @media (max-width: 480px) {
      #modules #estate-overview table#estates-table .grundrisse,
      #modules #estate-overview table#estates-table .interested {
        width: 33%; } }
  #modules #estate-overview #estate-overview-filter {
    width: 36%;
    max-width: 360px;
    background-color: #D6D6D6; }
    #modules #estate-overview #estate-overview-filter #estate-overview-filter-container {
      padding: 25px 20px 50px; }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container #estate-overview-filter-headline {
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        color: #0794D4;
        text-transform: uppercase;
        margin-bottom: 20px; }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container #estate-overview-filter-description {
        display: block;
        width: 100%; }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container .hidden {
        display: none; }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container .container-switch {
        margin-top: 30px;
        display: flex; }
      @media (max-width: 1024px) {
        #modules #estate-overview #estate-overview-filter #estate-overview-filter-container [container="haus"] label {
          width: 100%; } }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container .searchform-group-style {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 25px; }
        #modules #estate-overview #estate-overview-filter #estate-overview-filter-container .searchform-group-style .searchform-group-title {
          text-transform: uppercase;
          color: #B43FA0;
          width: 100%;
          font-size: 15px;
          font-weight: 700;
          margin-bottom: 15px; }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container label {
        display: flex;
        width: 50%;
        font-size: 15px;
        line-height: 1;
        max-width: none;
        margin: 0 0 15px 0;
        position: relative;
        padding-left: 20px;
        cursor: pointer; }
        #modules #estate-overview #estate-overview-filter #estate-overview-filter-container label:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-color: #fff;
          border: 1px solid #000; }
        #modules #estate-overview #estate-overview-filter #estate-overview-filter-container label:after {
          content: '';
          position: absolute;
          bottom: 3px;
          left: 3px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #0794D4;
          opacity: 0;
          transition: all .5s; }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container input[type="radio"] {
        display: none; }
        #modules #estate-overview #estate-overview-filter #estate-overview-filter-container input[type="radio"].checked + label:after {
          opacity: 1; }
      #modules #estate-overview #estate-overview-filter #estate-overview-filter-container #estate-filter-submit {
        margin-top: 30px; }
        #modules #estate-overview #estate-overview-filter #estate-overview-filter-container #estate-filter-submit [type="reset"] {
          display: block;
          font-weight: 700;
          width: 100%;
          text-align: center;
          margin-top: 15px;
          padding: 5px;
          cursor: pointer; }
    @media (min-width: 980px) {
      #modules #estate-overview #estate-overview-filter {
        display: block !important;
        opacity: 1 !important; } }
    @media (max-width: 980px) {
      #modules #estate-overview #estate-overview-filter {
        width: 100%;
        position: fixed;
        top: 10vh;
        left: 100%;
        z-index: 1000000;
        transition: transform .3s;
        display: none; }
        #modules #estate-overview #estate-overview-filter.visible {
          display: block; }
        #modules #estate-overview #estate-overview-filter:before {
          content: '';
          position: absolute;
          top: 0;
          left: -50px;
          width: 50px;
          height: 50px;
          background-image: url(../img/filter-solid.svg);
          background-size: 25px;
          background-color: #D6D6D6;
          background-position: center;
          background-repeat: no-repeat; }
        #modules #estate-overview #estate-overview-filter #estate-overview-filter-container {
          max-height: 90vh;
          overflow-y: auto; }
        #modules #estate-overview #estate-overview-filter:hover {
          transform: translateX(-100%); } }

html {
  font-size: 14px;
  overflow-x: hidden; }

*, *::before, *::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body, * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 15px;
  font-family: "acumin-pro"; }

small {
  font-size: smaller; }

body {
  -webkit-text-size-adjust: 100%; }

h1 {
  font-family: "p22-hopper-edward";
  font-weight: normal;
  font-size: 88px;
  line-height: 88px;
  color: #fff; }
  @media (max-width: 767px) {
    h1 {
      font-size: 50px;
      line-height: 50px; } }

h2 {
  font-size: 16px;
  margin-bottom: 18px !important; }

p {
  /*line-height: 18px;*/
  margin: 15px 0;
  color: #fff; }

a {
  color: #fff; }

img {
  max-width: 100%;
  height: auto; }

.psopener {
  cursor: pointer; }

.bigger.bigger.bigger.bigger.bigger {
  max-width: 1024px;
  margin: 0 auto; }

body.post-type-post #wrapper .content-wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }
body.post-type-post #wrapper .content-inner-wrapper h1 {
  font-family: "acumin-pro";
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 30px; }
body.post-type-post #wrapper .content-inner-wrapper p {
  max-width: none; }
body.post-type-post #wrapper .content-inner-wrapper a {
  color: #25393e; }

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .container--content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }

.center {
  text-align: center; }

.grey, .grey * {
  color: #26393e; }

/*# sourceMappingURL=style.css.map */
