/* Scss Document */
/*Breakpoints*/
/* Scss Document */
/* Farben */
* {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px; }
  @media only screen and (max-width: 450px) {
    html, body {
      font-size: 14px;
      line-height: 25px; } }

body {
  width: 100%;
  height: 100%;
  height: auto;
  min-height: 100%; }

.wide {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

.inner {
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 0; }
  @media only screen and (max-width: 450px) {
    .inner {
      width: 90%; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    .inner {
      width: 80%; } }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    .inner {
      width: 960px; } }
  @media only screen and (min-width: 1201px) {
    .inner {
      width: 1100px; } }

.grey {
  background: #313131; }

.middlegrey {
  background: #535353; }

.lightgrey {
  background: #e5e5e5; }

.green {
  background: #1e8716; }

.flex {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  justify-content: space-around; }
  @media only screen and (max-width: 450px) {
    .flex {
      display: block; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    .flex {
      display: block; } }

h1, h2, h3, h4, h5, h6 {
  color: #434343;
  font-weight: 300;
  text-transform: uppercase; }

h1, h2 {
  font-size: 34px;
  line-height: 45px;
  hyphens: auto; }
  @media only screen and (max-width: 450px) {
    h1, h2 {
      font-size: 25px; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    h1, h2 {
      margin: 70px 0 40px 0; } }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    h1, h2 {
      margin: 70px 0 40px 0; } }
  @media only screen and (min-width: 1201px) {
    h1, h2 {
      margin: 70px 0 40px 0; } }

a {
  color: #1e8716;
  text-decoration: underline; }

@media only screen and (min-width: 451px) and (max-width: 960px) {
  .exposeDetails h1 {
    margin: 20px 0; } }
@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .exposeDetails h1 {
    margin: 20px 0; } }
@media only screen and (min-width: 1201px) {
  .exposeDetails h1 {
    margin: 20px 0; } }

h3 {
  font-weight: bold; }

hr {
  background: none;
  border: none;
  display: block;
  clear: both; }

strong {
  font-weight: 700; }

@media only screen and (max-width: 450px) {
  #headOuter.is-active {
    background: #1e8716;
    z-index: 2; } }
@media only screen and (min-width: 451px) and (max-width: 960px) {
  #headOuter.is-active {
    background: #1e8716;
    z-index: 2; } }

@media only screen and (max-width: 450px) {
  #underlay.is-active {
    background: #33922d;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1; } }
@media only screen and (min-width: 451px) and (max-width: 960px) {
  #underlay.is-active {
    background: #33922d;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1; } }

#head {
  padding: 40px 0 20px; }
  @media only screen and (max-width: 450px) {
    #head {
      padding: 40px 0; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    #head {
      padding: 50px 0; } }
  #head ul {
    margin: 0;
    padding: 0;
    width: 670px;
    left: 290px;
    position: absolute;
    top: 82px;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    justify-content: space-between; }
    @media only screen and (max-width: 450px) {
      #head ul {
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
        display: none;
        background: #33922d;
        z-index: 2; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      #head ul {
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        display: none;
        background: #33922d;
        z-index: 2; } }
    #head ul#navigation.is-active {
      display: block; }
    #head ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      position: relative;
      padding-bottom: 30px; }
      @media only screen and (max-width: 450px) {
        #head ul li {
          display: block;
          padding-bottom: 0;
          border-bottom: 1px solid #ffffff; } }
      @media only screen and (min-width: 451px) and (max-width: 960px) {
        #head ul li {
          display: block;
          padding-bottom: 0;
          border-bottom: 1px solid #ffffff; } }
      #head ul li .sub {
        position: absolute;
        top: 4px;
        right: 0;
        color: #fff;
        width: 30px;
        height: 20px;
        border: none;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; }
        @media only screen and (min-width: 961px) and (max-width: 1200px) {
          #head ul li .sub {
            display: none; } }
        @media only screen and (min-width: 1201px) {
          #head ul li .sub {
            display: none; } }
        #head ul li .sub span {
          margin-top: 10px;
          width: 15px;
          display: block;
          transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
          #head ul li .sub span::after, #head ul li .sub span::before {
            content: " ";
            display: block;
            background: #ffffff;
            width: 15px;
            height: 3px;
            display: block;
            border-radius: 2px;
            position: relative; }
          #head ul li .sub span::before {
            transform: rotate(45deg);
            top: -6px; }
          #head ul li .sub span::after {
            transform: rotate(-45deg); }
        #head ul li .sub.is-active span {
          transform: rotate(-270deg);
          transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      #head ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #313131;
        display: block; }
        @media only screen and (max-width: 450px) {
          #head ul li a {
            color: #ffffff;
            padding: 10px 15px; } }
        @media only screen and (min-width: 451px) and (max-width: 960px) {
          #head ul li a {
            color: #ffffff;
            padding: 10px 15px; } }
      #head ul li:hover a, #head ul li.active a, #head ul li a:hover {
        color: #1e8716; }
        @media only screen and (max-width: 450px) {
          #head ul li:hover a, #head ul li.active a, #head ul li a:hover {
            background: #6fad6a;
            color: #ffffff; } }
        @media only screen and (min-width: 451px) and (max-width: 960px) {
          #head ul li:hover a, #head ul li.active a, #head ul li a:hover {
            background: #6fad6a;
            color: #ffffff; } }
      @media only screen and (max-width: 450px) {
        #head ul li.active ul li a {
          background: none; } }
      @media only screen and (min-width: 451px) and (max-width: 960px) {
        #head ul li.active ul li a {
          background: none; } }
      #head ul li:hover ul {
        display: block; }
        @media only screen and (max-width: 450px) {
          #head ul li:hover ul {
            display: none; } }
        @media only screen and (min-width: 451px) and (max-width: 960px) {
          #head ul li:hover ul {
            display: none; } }
      #head ul li ul {
        position: absolute;
        left: 0;
        width: inherit;
        top: 48px;
        display: none;
        background: #ffffff;
        z-index: 2;
        padding-bottom: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        @media only screen and (max-width: 450px) {
          #head ul li ul {
            position: static;
            display: none;
            background: inherit;
            padding-bottom: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
        @media only screen and (min-width: 451px) and (max-width: 960px) {
          #head ul li ul {
            position: static;
            display: none;
            background: inherit;
            padding-bottom: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
        #head ul li ul.is-active {
          display: block; }
        #head ul li ul li {
          display: block;
          padding: 0; }
          @media only screen and (max-width: 450px) {
            #head ul li ul li {
              border-top: none;
              border-bottom: none; } }
          @media only screen and (min-width: 451px) and (max-width: 960px) {
            #head ul li ul li {
              border-top: none;
              border-bottom: none; } }
          #head ul li ul li a {
            padding: 10px 15px;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff; }
            @media only screen and (max-width: 450px) {
              #head ul li ul li a {
                border-top: 1px solid #ffffff;
                border-bottom: none;
                padding: 10px 25px; } }
            @media only screen and (min-width: 451px) and (max-width: 960px) {
              #head ul li ul li a {
                border-top: 1px solid #ffffff;
                border-bottom: none;
                padding: 10px 25px; } }
          #head ul li ul li a:hover, #head ul li ul li.active a {
            background: #6fad6a;
            color: #ffffff;
            border-top: 1px solid #1e8716;
            border-bottom: 1px solid #1e8716; }
            @media only screen and (max-width: 450px) {
              #head ul li ul li a:hover, #head ul li ul li.active a {
                border-top: 1px solid #ffffff;
                border-bottom: none; } }
            @media only screen and (min-width: 451px) and (max-width: 960px) {
              #head ul li ul li a:hover, #head ul li ul li.active a {
                border-top: 1px solid #ffffff;
                border-bottom: none; } }
  #head::after {
    content: " ";
    display: block;
    clear: both; }

#logo {
  width: 275px;
  height: 75px;
  display: block;
  text-indent: -5000px;
  background: url(../img/logo-lz-immobilien.svg) no-repeat;
  background-size: contain; }
  @media only screen and (max-width: 450px) {
    #logo {
      position: absolute;
      right: 0;
      top: 20px;
      width: 170px;
      height: 50px; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    #logo {
      position: absolute;
      right: 0;
      top: 25px;
      width: 220px;
      height: 60px; } }

#headOuter.is-active #head #logo {
  background: url(../img/logo-lz-immobilien-weiss.svg) no-repeat; }

.hamburger {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    .hamburger {
      display: none; } }
  @media only screen and (min-width: 1201px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #1e8716;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

#headOuter.is-active #head .hamburger-inner, #headOuter.is-active #head .hamburger-inner::before, #headOuter.is-active #head .hamburger-inner::after {
  background: #ffffff; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.swiper-container, .swiper-container-off {
  width: 100%;
  height: 100%;
  z-index: 0 !important;
  position: relative;
  overflow: hidden; }

.exposeDetails .swiper-container {
  border-top: 1px solid #f0efe9;
  border-bottom: 1px solid #f0efe9; }

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 450px) {
    .swiper-slide {
      background-position: center bottom;
      background-size: 350%; } }
  .swiper-slide p.title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    background: #1e8716;
    color: #ffffff;
    font-size: .8em; }
  .swiper-slide .green {
    width: 100%; }
    @media only screen and (max-width: 450px) {
      .swiper-slide .green {
        position: absolute;
        bottom: 0px;
        width: 100%; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      .swiper-slide .green {
        position: absolute;
        bottom: 0px;
        width: 100%; } }
  .swiper-slide h2 {
    background: #1e8716;
    color: #ffffff;
    font-size: 20px; }
    @media only screen and (max-width: 450px) {
      .swiper-slide h2 {
        font-size: 16px;
        text-align: left;
        line-height: 24px;
        padding: 20px 0; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      .swiper-slide h2 {
        font-size: 16px;
        text-align: left;
        padding: 2px 0; } }
    @media only screen and (min-width: 961px) and (max-width: 1200px) {
      .swiper-slide h2 {
        position: absolute;
        top: 50px;
        left: 80px;
        display: inline;
        padding: 5px 15px; } }
    @media only screen and (min-width: 1201px) {
      .swiper-slide h2 {
        position: absolute;
        top: 50px;
        left: 80px;
        display: inline;
        padding: 5px 15px; } }
  .swiper-slide img {
    visibility: hidden; }
    @media only screen and (max-width: 450px) {
      .swiper-slide img {
        height: 230px; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      .swiper-slide img {
        height: 350px; } }
    @media only screen and (min-width: 961px) and (max-width: 1200px) {
      .swiper-slide img {
        height: 450px; } }
    @media only screen and (min-width: 1201px) {
      .swiper-slide img {
        height: 450px; } }

.swiper-container-off .swiper-slide {
  cursor: auto; }

.teaser .swiper-slide {
  background-position: center top; }

.verkauft {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 120%;
  z-index: 2;
  display: block;
  transform: translate(-10%, 220px) rotate(-20deg);
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0; }

.next, .prev {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 45%;
  z-index: 1;
  padding: 20px; }
  .next .inner, .prev .inner {
    width: 100%;
    display: block; }
    .next .inner::after, .next .inner::before, .prev .inner::after, .prev .inner::before {
      position: relative;
      display: block;
      content: " ";
      width: 100%;
      height: 3px;
      border-radius: 2px;
      background: #ffffff; }
    .next .inner::before, .prev .inner::before {
      top: -10px; }

.prev {
  left: 0; }
  .prev .inner::after {
    transform: rotate(45deg); }
  .prev .inner::before {
    transform: rotate(-45deg); }

.next {
  right: 0; }
  .next .inner::after {
    transform: rotate(-45deg); }
  .next .inner::before {
    transform: rotate(45deg); }

.exposeDetails .swiper-slide {
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: contain; }
.exposeDetails .prev .inner::before, .exposeDetails .prev .inner::after,
.exposeDetails .next .inner::before, .exposeDetails .next .inner::after {
  background: #434343; }
.exposeDetails p.title {
  background: rgba(67, 67, 67, 0.6); }

#shortlinks {
  position: absolute;
  right: 0;
  top: -70px;
  height: 130px; }
  @media only screen and (max-width: 450px) {
    #shortlinks {
      position: relative;
      top: inherit;
      right: inherit;
      padding-top: 30px;
      display: flex;
      display: -ms-flexbox;
      justify-content: flex-start;
      justify-content: space-around;
      height: 100px; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    #shortlinks {
      top: -330px; } }
  #shortlinks .button {
    width: 162px;
    height: 130px;
    display: block;
    float: left;
    text-indent: -5000px;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 450px) {
      #shortlinks .button {
        height: 90px;
        width: 100px; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      #shortlinks .button {
        height: 90px;
        width: 110px;
        float: none; } }
  #shortlinks #immobilienbewertung {
    background-image: url(../img/immobilienbewertung.svg); }
    @media only screen and (max-width: 450px) {
      #shortlinks #immobilienbewertung {
        margin-left: 15px; } }
  #shortlinks #immobiliensuche {
    background-image: url(../img/immobiliensuchauftrag.svg); }
  #shortlinks #kostenvergleich {
    background-image: url(../img/kostenvergleich.svg); }
  #shortlinks::after {
    content: "";
    display: block;
    clear: both; }

#copy {
  margin-bottom: 50px; }
  @media only screen and (max-width: 450px) {
    #copy {
      margin-top: 0; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    #copy {
      margin-top: 0; } }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    #copy {
      margin-top: 100px; } }
  @media only screen and (min-width: 1201px) {
    #copy {
      margin-top: 130px; } }
  #copy img.imgLeft, #copy img.imgRight {
    border: 1px solid #313131;
    width: 300px !important;
    height: 300px !important; }
    @media only screen and (max-width: 450px) {
      #copy img.imgLeft, #copy img.imgRight {
        width: 100px !important;
        height: 100px !important; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      #copy img.imgLeft, #copy img.imgRight {
        width: 150px !important;
        height: 150px !important;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 961px) and (max-width: 1200px) {
      #copy img.imgLeft, #copy img.imgRight {
        width: 200px !important;
        height: 200px !important; } }
  #copy img.imgLeft {
    float: left;
    margin-right: 30px; }
  #copy img.imgRight {
    float: right;
    margin-left: 30px; }
  @media only screen and (max-width: 450px) {
    #copy img.imgNotMob {
      display: none; } }
  #copy img.img360 {
    float: right;
    margin-left: 30px;
    border: none;
    width: 120px !important;
    height: 120px !important;
    margin-top: 15px;
    margin-bottom: 20px; }
  #copy p img {
    max-width: 100%; }
  #copy p a {
    color: #1e8716;
    text-decoration: underline; }
  #copy p a.linkpfeil {
    background: url(../img/linkpfeile.png) no-repeat;
    background-position: center right;
    background-size: 30px auto;
    padding-right: 40px;
    color: #000000;
    text-decoration: none; }
    @media only screen and (max-width: 450px) {
      #copy p a.linkpfeil {
        background-size: 20px auto;
        padding-right: 30px; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      #copy p a.linkpfeil {
        background-size: 25px auto;
        padding-right: 35px; } }
    #copy p a.linkpfeil:hover {
      color: #1e8716; }
  #copy p a.linkLeftpfeil {
    display: inline-block;
    background: url(../img/list-icon.png) no-repeat;
    background-position: left 8px;
    background-size: 13px auto;
    padding-left: 25px;
    color: #000000;
    text-decoration: none;
    margin-top: 25px; }
    @media only screen and (max-width: 450px) {
      #copy p a.linkLeftpfeil {
        background-position: left 8px;
        background-size: 10px auto;
        padding-left: 20px;
        margin-top: 15px; } }
  #copy ul {
    padding: 0 0 0 20px;
    margin: 0; }
    #copy ul li {
      list-style-image: url(../img/list-icon.png); }
  #copy .dataDetails {
    width: 100%;
    background: #e5e5e5;
    padding: 10px 20px; }
    #copy .dataDetails tr td {
      border-bottom: 1px solid #ffffff; }
    #copy .dataDetails tr:last-child td {
      border-bottom: none; }

.txtSmall {
  font-size: 0.8em; }

a.backLink {
  float: right;
  margin-top: -65px;
  background: url(../img/pfeil-links-icon.png) left center no-repeat;
  padding-left: 20px;
  color: #1e8716;
  text-decoration: none; }

#footerClear {
  display: block;
  position: relative; }
  @media only screen and (max-width: 450px) {
    #footerClear {
      height: 470px; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    #footerClear {
      height: 470px; } }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    #footerClear {
      height: 250px; } }
  @media only screen and (min-width: 1201px) {
    #footerClear {
      height: 250px; } }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%; }
  #footer p {
    margin: 0;
    padding: 10px 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px; }
    #footer p.spaceTop {
      padding-top: 50px; }
      @media only screen and (max-width: 450px) {
        #footer p.spaceTop {
          padding-top: 0; } }
      @media only screen and (min-width: 451px) and (max-width: 960px) {
        #footer p.spaceTop {
          padding-top: 0; } }
    #footer p a {
      color: #ffffff;
      text-decoration: none; }
      #footer p a.tel {
        background: url(../img/phone.png) no-repeat;
        background-size: auto 100%;
        padding-left: 20px; }
        #footer p a.tel:hover {
          background-image: url(../img/phone-green.png); }
      #footer p a.mail::before {
        content: "@ ";
        margin-right: 5px; }
      #footer p a:hover {
        color: #1e8716; }
  #footer .copyright p {
    text-align: center; }
  #footer .contact {
    padding: 20px 0; }

.teaser {
  margin-bottom: 50px;
  border: 1px solid #313131; }
  .teaser:hover {
    background: #d2e7d0; }
  .teaser.sold:hover {
    background: none; }
  .teaser .left, .teaser .right {
    float: left;
    display: block;
    width: 50%; }
    @media only screen and (max-width: 450px) {
      .teaser .left, .teaser .right {
        float: none;
        width: 100%; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      .teaser .left, .teaser .right {
        float: none;
        width: 100%; } }
  .teaser .right {
    padding: 3% 5%;
    width: 35%; }
    @media only screen and (max-width: 450px) {
      .teaser .right {
        width: 90%; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      .teaser .right {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .teaser .right {
        text-align: center; } }
  .teaser .right p {
    width: 50%;
    display: block;
    float: left; }
    .teaser .right p.clear {
      width: 100%;
      display: block; }
    .teaser .right p.button {
      float: right; }
      @media only screen and (max-width: 450px) {
        .teaser .right p.button {
          float: none;
          margin: 0 auto;
          clear: both;
          padding-top: 20px;
          padding-bottom: 20px; } }
    .teaser .right p.button a {
      background: url(../img/zum-expose.svg) no-repeat;
      background-position: top left;
      background-size: contain;
      width: 140px;
      height: 40px;
      text-indent: -5000px;
      display: block; }
      @media only screen and (min-width: 451px) and (max-width: 960px) {
        .teaser .right p.button a {
          float: right; } }
  .teaser::after {
    content: " ";
    display: block;
    clear: both; }

.clear {
  clear: both; }

@media only screen and (max-width: 450px) {
  .justmobile {
    display: block; } }
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .justmobile {
    display: block; } }
@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .justmobile {
    display: none; } }
@media only screen and (min-width: 1201px) {
  .justmobile {
    display: none; } }

@media only screen and (max-width: 450px) {
  .justdesktop {
    display: none; } }
@media only screen and (min-width: 451px) and (max-width: 960px) {
  .justdesktop {
    display: none; } }
@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .justdesktop {
    display: block; } }
@media only screen and (min-width: 1201px) {
  .justdesktop {
    display: block; } }

/*Formular*/
#formular {
  width: 100%;
  clear: both; }
  #formular::after {
    content: "";
    display: block;
    clear: both; }

label.control-label {
  display: none; }

input, textarea {
  border: 2px solid #b5b5b5;
  border-radius: 5px;
  resize: none;
  margin: 10px 0;
  padding: 8px 2%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px; }
  @media only screen and (max-width: 450px) {
    input, textarea {
      width: 96%; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    input, textarea {
      width: 96%; } }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    input, textarea {
      width: 46%; } }
  @media only screen and (min-width: 1201px) {
    input, textarea {
      width: 46%; } }

.has-error input, .has-error textarea {
  border: 2px solid #1e8716; }

#uniform-yform-formular-field-2-Haus span, #uniform-yform-formular-field-2-Haus,
#uniform-yform-formular-field-3-Haus span, #uniform-yform-formular-field-3-Haus {
  background-position: -127px -769px !important; }
  #uniform-yform-formular-field-2-Haus span.checked, #uniform-yform-formular-field-2-Haus.checked,
  #uniform-yform-formular-field-3-Haus span.checked, #uniform-yform-formular-field-3-Haus.checked {
    background-position: 0 -769px !important; }

#uniform-yform-formular-field-2-Wohnung span, #uniform-yform-formular-field-2-Wohnung,
#uniform-yform-formular-field-3-Wohnung span, #uniform-yform-formular-field-3-Wohnung {
  background-position: -127px -904px !important; }
  #uniform-yform-formular-field-2-Wohnung span.checked, #uniform-yform-formular-field-2-Wohnung.checked,
  #uniform-yform-formular-field-3-Wohnung span.checked, #uniform-yform-formular-field-3-Wohnung.checked {
    background-position: 0 -904px !important; }

#uniform-yform-formular-field-2-Grundstueck span, #uniform-yform-formular-field-2-Grundstueck,
#uniform-yform-formular-field-3-Grundstueck span, #uniform-yform-formular-field-3-Grundstueck {
  background-position: -127px -1038px !important; }
  #uniform-yform-formular-field-2-Grundstueck span.checked, #uniform-yform-formular-field-2-Grundstueck.checked,
  #uniform-yform-formular-field-3-Grundstueck span.checked, #uniform-yform-formular-field-3-Grundstueck.checked {
    background-position: 0 -1038px !important; }

#uniform-yform-formular-field-2-Haus span, #uniform-yform-formular-field-2-Haus, #uniform-yform-formular-field-2-Haus input,
#uniform-yform-formular-field-2-Wohnung span, #uniform-yform-formular-field-2-Wohnung, #uniform-yform-formular-field-2-Wohnung input,
#uniform-yform-formular-field-2-Grundstueck span, #uniform-yform-formular-field-2-Grundstueck, #uniform-yform-formular-field-2-Grundstueck input,
#uniform-yform-formular-field-3-Haus span, #uniform-yform-formular-field-3-Haus, #uniform-yform-formular-field-3-Haus input,
#uniform-yform-formular-field-3-Wohnung span, #uniform-yform-formular-field-3-Wohnung, #uniform-yform-formular-field-3-Wohnung input,
#uniform-yform-formular-field-3-Grundstueck span, #uniform-yform-formular-field-3-Grundstueck, #uniform-yform-formular-field-3-Grundstueck input {
  width: 116px !important;
  height: 116px !important; }

fieldset#yform-formular-haus, fieldset#yform-formular-wohnung, fieldset#yform-formular-grund {
  display: none; }

fieldset#yform-formular-haus.is-active, fieldset#yform-formular-wohnung.is-active, fieldset#yform-formular-grund.is-active {
  display: block !important; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  fieldset legend {
    display: none; }

.radio, .radio input {
  width: inherit !important;
  height: inherit !important; }

.radio label {
  display: block; }

.radio {
  width: 130px !important;
  float: left;
  display: block; }

form h3 {
  display: block;
  clear: both; }

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  #yform-formular-dsgvo {
    width: 50%;
    font-size: 0.9em;
    line-height: 1.4em;
    padding-bottom: 30px; } }
@media only screen and (min-width: 1201px) {
  #yform-formular-dsgvo {
    width: 50%;
    font-size: 0.9em;
    line-height: 1.4em;
    padding-bottom: 30px; } }

.btn {
  border: 2px solid #b5b5b5;
  border-radius: 8px;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 1em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c020+0,249837+100 */
  background: #93c020;
  /* Old browsers */
  background: -moz-linear-gradient(left, #93c020 0%, #249837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #93c020 0%, #249837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #93c020 0%, #249837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c020', endColorstr='#249837',GradientType=1 );
  /* IE6-9 */ }
  @media only screen and (max-width: 450px) {
    .btn {
      float: right; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    .btn {
      float: right; } }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    .btn {
      float: left; } }
  @media only screen and (min-width: 1201px) {
    .btn {
      float: left; } }

.small {
  font-size: 12px;
  float: left; }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    .small {
      float: right; } }
  @media only screen and (min-width: 1201px) {
    .small {
      float: right; } }

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .kontaktinfos {
    float: right; } }
@media only screen and (min-width: 1201px) {
  .kontaktinfos {
    float: right; } }

.boxes {
  display: flex;
  align-content: space-between;
  align-items: stretch;
  width: 100%; }
  @media only screen and (max-width: 450px) {
    .boxes {
      display: block; } }
  .boxes .box {
    position: relative;
    width: auto;
    flex-grow: 1;
    width: 100%;
    margin-right: 20px; }
    @media only screen and (max-width: 450px) {
      .boxes .box img {
        width: 70%; } }
    @media only screen and (min-width: 451px) and (max-width: 960px) {
      .boxes .box img {
        width: 100%; } }
    @media only screen and (min-width: 961px) and (max-width: 1200px) {
      .boxes .box img {
        width: 80%; } }
    @media only screen and (min-width: 1201px) {
      .boxes .box img {
        width: 80%; } }
    @media only screen and (max-width: 450px) {
      .boxes .box {
        margin-bottom: 40px; } }
    .boxes .box:nth-child(3n) {
      padding-right: 0; }

.infos {
  font-size: 0.8em;
  line-height: 1.8em; }
  .infos .box {
    padding: 30px; }
    .infos .box a {
      text-decoration: none;
      color: #434343; }
      .infos .box a.grundriss {
        background: url(../img/pdf-download.svg);
        background-size: 35%;
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 45%;
        display: block;
        padding-bottom: 20px; }
      .infos .box a.service {
        background: url(../img/service-button.svg);
        background-size: 100px auto;
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 150px;
        display: block;
        padding-bottom: 60px; }
    .infos .box .logo {
      background: url(../img/logo-lz-immobilien.svg) top left no-repeat;
      background-size: contain;
      width: 100%;
      height: 50px;
      display: block;
      margin-left: -15px; }

a.tour360 {
  background: url(../img/360tour.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-top: 20px;
  display: block;
  float: right;
  text-indent: -5000px; }

td.energie span {
  display: block;
  height: 70px;
  background: url(../img/energieeffizienz.jpg) no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: relative; }
  @media only screen and (max-width: 450px) {
    td.energie span {
      width: 100%; } }
  @media only screen and (min-width: 451px) and (max-width: 960px) {
    td.energie span {
      width: 80%; } }
  @media only screen and (min-width: 961px) and (max-width: 1200px) {
    td.energie span {
      width: 50%; } }
  @media only screen and (min-width: 1201px) {
    td.energie span {
      width: 50%; } }
  td.energie span::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    border: 10px solid #ffffff;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent; }
td.energie.level-a + span::after {
  left: 4%; }
td.energie.level-a span::after {
  left: 15%; }
td.energie.level-b span::after {
  left: 23%; }
td.energie.level-c span::after {
  left: 32%; }
td.energie.level-d span::after {
  left: 44%; }
td.energie.level-e span::after {
  left: 55%; }
td.energie.level-f span::after {
  left: 68%; }
td.energie.level-g span::after {
  left: 83%; }
td.energie.level-h span::after {
  left: 94%; }

.state, .iwcc-buttons .iwcc-save-selection.iwcc-close {
  display: none !important; }

.iwcc-show-details a {
  color: #1e8716 !important; }

.iwcc-buttons .iwcc-accept-all.iwcc-close {
  background-color: #1e8716 !important;
  border-color: #1e8716 !important; }
