@import url("animate.css");
@font-face {
  font-family: "Alphamack";
  src: url("../assets/fonts/alphamack.woff");
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../assets/fonts/RobotoCondensed-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../assets/fonts/RobotoCondensed-Bold.ttf");
  font-weight: 700;
}
main nav {
  position: absolute;
  top: 30px;
  right: 340px;
  z-index: 10;
}
@media (max-width: 1660px) {
  main nav {
    right: 150px;
  }
}
@media (max-width: 1450px) {
  main nav {
    right: 60px;
  }
}
main nav span.burger {
  display: block;
  width: 0;
}
main nav.subpage {
  left: 0;
  top: 0;
  width: 100vw;
  height: 90px;
  background-color: #5d9fce;
}
main nav.subpage ul {
  position: absolute;
  right: 70px;
  top: 35px;
}
main nav ul {
  margin: 0;
  padding: 0;
}
main nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 58px;
}
main nav ul li a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "RobotoCondensed", sans-serif;
  font-weight: 600;
  display: inline-block;
}
main nav ul li a::after {
  width: 0;
  position: relative;
  display: block;
  bottom: 25px;
  left: 50%;
  content: "";
  background-color: #fff;
  height: 2px;
  transition: all 0.2s ease-out;
}
main nav ul li a:hover::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1250px) {
  main nav {
    width: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: #5d9fce;
    height: 90px;
    z-index: 60;
  }
  main nav span.burger {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 25px;
    background-image: url("../assets/images/menuButton.png");
    width: 53px;
    height: 40px;
    cursor: pointer;
  }
  main nav.open ul {
    height: 302px;
  }
  main nav.open span.burger {
    background-image: url("../assets/images/menuButtonClose.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
  }
  main nav ul {
    background-color: #5d9fce;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 0;
    transition: height 0.2s ease-in-out;
  }
  main nav ul li {
    margin: 0;
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #3a87be;
  }
  main nav.subpage ul {
    margin-top: 40px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main .logo {
    margin-left: 50px;
  }
  main nav {
    width: 100%;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    background-color: #5d9fce;
    height: 90px;
    z-index: 60;
  }
  main nav span.burger {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 25px;
    background-image: url("../assets/images/menuButton.png");
    width: 53px !important;
    height: 40px;
    cursor: pointer;
  }
  main nav.open ul {
    height: 302px;
  }
  main nav.open span.burger {
    background-image: url("../assets/images/menuButtonClose.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
  }
  main nav ul {
    background-color: #5d9fce;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 0;
    transition: height 0.2s ease-in-out;
  }
  main nav ul li {
    margin: 0;
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #3a87be;
  }
  main nav.subpage ul {
    margin-top: 40px;
  }
}

main {
  font-family: "RobotoCondensed", sans-serif;
}

section {
  width: 100%;
  display: -ms-grid;
  display: -moz-grid;
  display: grid;
}
section.hero {
  grid-area: hero;
  color: #fff;
}
section.hero aside {
  grid-area: aside;
}
section.hero div.price {
  grid-area: price;
  background-color: #5d9fce;
  font-family: "Alphamack", arial;
  text-align: center;
}
section.hero div.img {
  background-image: url("../assets/images/ferienhaus-terrassien-veranda.jpg");
}
section.second-unit {
  background-image: url("../assets/images/terrassien-zum-mieten.jpg");
}
section.second-unit div.section-content {
  background-image: url("../assets/images/braun-unscharf.jpg");
}
section.third-unit {
  background-image: url("../assets/images/umgebung-ferienhaus.jpg");
}
section.third-unit div.section-content {
  background-image: url("../assets/images/glitzerhintergrund.jpg");
}

article {
  display: -ms-grid;
  display: -moz-grid;
  display: grid;
  color: #585856;
}
article p a {
  color: #5d9fce;
  text-decoration: none;
}
article p a:hover {
  text-decoration: underline;
}
article p a:visited {
  color: #5d9fce;
}

h1 {
  font-family: "Alphamack", arial;
  font-weight: 400;
}

h2 {
  font-family: "RobotoCondensed", sans-serif;
  font-weight: bold;
  font-size: 27px;
}

.pswp__caption__center, .pswp__counter {
  text-align: center !important;
  font-size: 18px !important;
  font-family: "RobotoCondensed", sans-serif !important;
}

div.galery {
  width: 100%;
}
div.galery .picture {
  width: 100%;
}
div.galery div.img {
  cursor: pointer;
  position: relative;
  width: 360px;
  height: 360px;
  overflow: hidden;
  margin-right: 50px;
  display: inline-block;
  margin-bottom: 50px;
}
div.galery div.img img {
  height: 100%;
  width: auto;
}
@media (max-width: 1450px) {
  div.galery div.img div.img {
    cursor: pointer;
    width: 260px;
    height: 260px;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
  }
}

div.pswp__top-bar {
  -webkit-backdrop-filter: blur(5px);
}

div.pswp__caption {
  -webkit-backdrop-filter: blur(5px);
}

span.pseudo-h1 {
  background-color: #5d9fce;
  color: #fff;
  font-family: "Alphamack", arial;
  text-align: center;
  padding-top: 50px;
}

a {
  cursor: pointer;
}

figure {
  margin: 0 !important;
}

div.nav-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 300px;
  height: 70px;
  background-color: transparent;
  float: right;
}
div.nav-buttons a {
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 3px;
  width: 75px;
  height: 60px;
  background-color: #87A23b;
  color: white;
  margin-left: 9px;
  font-size: 50px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
div.nav-buttons a:hover {
  background-color: #687d2d;
}
div.nav-buttons a:first-child {
  background-color: #5d9fce;
}
div.nav-buttons a:first-child:hover {
  background-color: #3a87be;
}
div.nav-buttons a:last-child {
  background-color: #5d5152;
}
div.nav-buttons a:last-child:hover {
  background-color: #42393a;
}

img.thumb[src="assets/images/schlafzimmer-freude.jpg"] {
  transform: scale(1.7) translate(-190px, 15px);
}

footer {
  background-color: #5d9fce;
  width: 100%;
  padding-left: 30px;
}
footer .pseudo-h1 {
  background-color: transparent;
  font-size: 50px;
}

.cc_container .cc_btn {
  background-color: #fff !important;
  /* Farbe des Buttons */
  color: #585856 !important;
  /* Textfarbe des Buttons */
}

.cc_container {
  background: #c2e1f7 !important;
  /* Hintergrundfarbe des gesamten Bereichs */
  color: #5189b0 !important;
  /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
  color: #5d5152 !important;
  /* Textlink-Farbe "Mehr Infos" */
}
.cc_container a:hover {
  text-decoration: underline;
}

article h1 {
  font-size: 90px;
  color: #5d9fce;
}

a.subpage-logo {
  display: block;
  position: absolute;
  left: 40px;
  top: 10px;
  z-index: 70;
  width: 140px;
  height: 130px;
}
a.subpage-logo img {
  width: 100%;
  height: auto;
}

@supports (display: grid) {
  main {
    width: 100vw;
    display: block !important;
  }

  section {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
  }
  section.hero {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-gap: 0;
    height: 920px;
    overflow: hidden;
    grid-template-rows: 30px 240px 90px 50px auto 180px;
    -ms-grid-rows: 30px 240px 90px 50px auto 180px;
    -ms-grid-template-rows: 30px 240px 90px 50px auto 180px;
    -moz-grid-template-rows: 30px 240px 90px 50px auto 180px;
    -o-grid-template-rows: 30px 240px 90px 50px auto 180px;
    -webkit-grid-template-rows: 30px 240px 90px 50px auto 180px;
    grid-template-columns: 564px auto;
    -ms-grid-columns: 564px auto;
  }
  section.hero aside {
    grid-row: 1/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    -moz-grid-row: 1/6;
    -o-grid-row: 1/6;
    -webkit-grid-row: 1/6;
    grid-column: 1/1;
    -ms-grid-column: 1;
    -moz-grid-column: 1/1;
    -o-grid-column: 1/1;
    -webkit-grid-column: 1/1;
  }
  section.hero h1 {
    /*position: absolute;
    top: 25%;
    width: 100vw;
    left: 30px*/
    margin: 0;
    padding: 0;
    -moz-grid-row: 3/3;
    -moz-grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-row: 3/3;
    grid-column: 1/3;
    padding-left: 30px;
  }
  section.hero div.price {
    grid-row: 6/6;
    -ms-grid-row: 6;
    grid-column: 1/1;
    -ms-grid-column: 1;
  }
  section.hero div.price span {
    display: inline-block;
    animation-delay: 1.5s;
  }
  section.hero div.text {
    grid-row: 5/5;
    -ms-grid-row: 5;
    grid-column: 1/1;
    -ms-grid-column: 1;
    z-index: 50;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    animation-delay: 1s;
  }
  section aside {
    background-image: url("../assets/images/veranda-terrassien-verschwommen.jpg");
    background-position-x: -1680px;
    background-position-y: 0;
    background-size: 600%;
  }
  section div.price {
    font-size: 100px;
    padding-top: 5%;
  }
  section h1 {
    font-size: 105px;
    grid-area: heading;
    margin-top: 0px;
  }
  section div.text {
    grid-area: text;
    font-size: 20px;
    margin-top: 0px;
  }
  section div.text p {
    margin-bottom: 30px;
  }
  section img.logo {
    grid-column: 1/1;
    -ms-grid-column: 1;
    grid-row: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    width: 350px;
    margin-left: 70px;
    height: 170px;
  }
  section div.img {
    grid-column: 2/2;
    -ms-grid-column: 2;
    grid-row: 1/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    background-position-y: 0;
    background-size: cover;
  }
  section.second-unit {
    grid-template-columns: auto 565px;
    grid-template-rows: 240px auto;
    height: 920px;
  }
  section.second-unit span.pseudo-h1 {
    padding-top: 60px;
    font-size: 100px;
    grid-column: 2/2;
    grid-row: 1/1;
    padding-right: 65px;
    text-align: right;
  }
  section.second-unit div.section-content {
    grid-column: 2/2;
    grid-row: 2/2;
    padding-right: 65px;
    padding-top: 80px;
    padding-left: 65px;
    text-align: right;
    color: #fff;
    font-size: 34px;
  }
  section.second-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 48px;
  }
  section.third-unit {
    grid-template-columns: 565px auto;
    -ms-grid-columns: 565px auto;
    grid-template-rows: 240px auto;
    -ms-grid-rows: 240px auto;
    height: 920px;
    background-position-x: 565px;
  }
  section.third-unit span.pseudo-h1 {
    padding-top: 60px;
    font-size: 100px;
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1/1;
    -ms-grid-row: 1;
    text-align: left;
    padding-left: 30px;
  }
  section.third-unit div.section-content {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 2/2;
    -ms-grid-row: 2;
    padding-right: 95px;
    padding-top: 80px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background-size: cover;
    font-size: 34px;
  }
  section.third-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 48px;
  }
  section.sv {
    grid-template-columns: auto 565px;
    grid-template-rows: auto;
  }
  @media (max-width: 1315px) {
    section.sv {
      grid-template-columns: auto 450px;
    }
    section.sv div.vermieterin-image {
      width: 100%;
      transform: translate(-30px, 0);
    }
    section.sv div.vermieterin-image img {
      width: 100%;
      height: auto;
    }
  }
  @media (max-width: 1475px) {
    section.sv article .galery .img {
      height: 300px;
      width: 300px;
      margin-right: 30px;
      margin-bottom: 30px;
    }
  }

  article {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 190px;
    display: block;
  }
  article h1 {
    margin: 0;
    padding: 0;
    font-size: 52px;
    margin-top: 55px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
  }
  article h2 {
    margin: 0;
    padding: 0;
    font-size: 43px;
    margin-bottom: 60px;
  }
  article h3 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    margin-bottom: 40px;
  }
  article p {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    font-size: 26.5px;
  }
  article p:last-of-type {
    margin-bottom: 115px;
  }
  article ul {
    font-size: 26.5px;
  }
  article.datenschutz ul {
    margin-bottom: 50px;
  }

  div.vermieterin-image {
    padding-top: 184px;
    grid-column: 2;
    float: right;
  }

  .no-padd {
    padding-top: 0;
    margin-top: -100px;
    padding-bottom: 130px;
  }

  footer {
    padding-top: 67px;
    color: #fff;
    padding-bottom: 150px;
    padding-left: 0;
    position: relative;
  }
  footer .pseudo-h1 {
    font-size: 105px;
    margin-left: 30px;
  }
  footer .pseudo-h2 {
    font-size: 43px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    margin-left: 30px;
  }
  footer p {
    font-size: 26.5px;
    margin-left: 30px;
    width: 90%;
  }
  footer p a {
    color: #5d5152;
    text-decoration: none;
  }
  footer p a:hover {
    text-decoration: underline;
    color: #5d5152;
  }
  footer p a:visited {
    color: #5d5152;
  }
  footer div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  footer div a {
    display: inline-block;
    margin-left: 50px;
    color: #5d9fce;
    text-decoration: none;
    font-size: 26.5px;
    font-weight: bold;
    margin-top: 8px;
  }
  footer div a:first-child {
    margin-left: 30px;
  }
  footer div a:hover {
    color: #5d9fce;
    text-decoration: underline;
  }
  footer div a:visited {
    color: #5d9fce;
  }

  .no-padd {
    padding-bottom: 80px;
  }

  nav.subpage ~ article {
    padding-bottom: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.hero h1 {
    top: 11% !important;
  }
  section.hero .img {
    background-size: cover;
  }
  section.third-unit {
    background-size: cover;
  }
  section.third-unit .section-content {
    width: 100%;
  }
  section.sv article {
    width: calc(100vw - 450px) !important;
  }

  article {
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 190px;
    display: block;
  }
  article h1 {
    margin: 0;
    padding: 0;
    font-size: 52px;
    margin-top: 55px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
  }
  article h2 {
    margin: 0;
    padding: 0;
    font-size: 43px;
    margin-bottom: 60px;
  }
  article p {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    font-size: 26.5px;
  }
  article p:last-of-type {
    margin-bottom: 115px;
  }

  footer {
    color: #fff;
    position: relative;
    padding-bottom: 50px;
  }
  footer .pseudo-h1 {
    margin-left: 30px;
  }
  footer .pseudo-h2 {
    margin-left: 30px;
  }
  footer p {
    font-size: 26.5px;
    margin-left: 30px;
    width: 90%;
  }
  footer p a {
    color: #5d5152;
    text-decoration: none;
  }
  footer p a:hover {
    text-decoration: underline;
    color: #5d5152;
  }
  footer p a:visited {
    color: #5d5152;
  }
  footer div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  footer div a {
    display: inline-block;
    margin-left: 50px;
    color: #5d9fce;
    text-decoration: none;
    font-size: 26.5px;
    font-weight: bold;
    margin-top: 8px;
  }
  footer div a:first-child {
    margin-left: 58px;
  }
  footer div a:hover {
    color: #5d9fce;
    text-decoration: underline;
  }
  footer div a:visited {
    color: #5d9fce;
  }

  section.hero {
    display: block;
    position: relative;
    height: 900px;
  }
  section.hero div.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.hero div.price {
    position: absolute;
    bottom: 0;
    font-size: 75px;
    left: 0;
    width: 100%;
    padding-top: 5px;
  }
  section.hero img.logo {
    position: fixed;
    left: -30px;
    top: 10px;
    width: 140px;
    height: auto;
    z-index: 70;
    cursor: pointer;
  }
  section.hero div.text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 26%;
    text-align: center;
    font-size: 25px;
    width: 50%;
  }
}
@media (-ms-high-contrast: none) and (max-width: 790px), (-ms-high-contrast: active) and (max-width: 790px) {
  section.hero div.text {
    top: 30%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.hero h1 {
    position: absolute;
    top: 17%;
    width: 98%;
    font-size: 75px;
    text-align: center;
    left: 1%;
    margin-left: -30px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 790px), (-ms-high-contrast: active) and (max-width: 790px) {
  section.hero h1 {
    line-height: 50px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.second-unit {
    display: block;
    height: 900px;
    position: relative;
    background-position-y: -120px;
    background-size: 120% auto;
  }
}
@media (-ms-high-contrast: none) and (max-width: 870px), (-ms-high-contrast: active) and (max-width: 870px) {
  section.second-unit {
    background-position-y: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.second-unit span.pseudo-h1 {
    display: block;
    font-size: 75px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    padding-right: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.second-unit div.section-content {
    padding-right: 95px;
    padding-top: 50px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: none;
    position: absolute;
    bottom: 0;
    background-color: #5d5152;
    font-size: 25px;
  }
  section.second-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 48px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.third-unit {
    display: block;
    height: 900px;
    position: relative;
    background-position-x: 0;
    background-position-y: -100px;
    background-size: 100% auto;
  }
}
@media (-ms-high-contrast: none) and (max-width: 990px), (-ms-high-contrast: active) and (max-width: 990px) {
  section.third-unit {
    background-position-y: 0;
  }
}
@media (-ms-high-contrast: none) and (max-width: 990px), (-ms-high-contrast: active) and (max-width: 990px) {
  section.third-unit {
    background-position-y: 70px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.third-unit span.pseudo-h1 {
    display: block;
    font-size: 75px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    padding-right: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.third-unit div.section-content {
    padding-right: 95px;
    padding-top: 50px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: none;
    position: absolute;
    bottom: 0;
    background-color: #87A23b;
    font-size: 25px;
  }
  section.third-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 48px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sv {
    display: block;
    position: relative;
    float: left;
  }
  section.sv article {
    float: left;
    display: inline-block;
    width: calc(100vw - 425px);
  }
}
@media (-ms-high-contrast: none) and (max-width: 1075px), (-ms-high-contrast: active) and (max-width: 1075px) {
  section.sv article .galery .img {
    width: 270px;
    height: 270px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sv div.vermieterin-image {
    padding: 0;
    display: inline-block;
    position: static;
    width: 300px;
    transform: none;
    margin-right: 30px;
    margin-top: 80px;
    float: right;
  }
  section.sv div.vermieterin-image img {
    width: 100%;
    height: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  article {
    padding-bottom: 50px;
  }
  article h1 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    margin-top: 55px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
  }
  article h2 {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 40px;
  }
  article h3 {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
  }
  article p {
    font-size: 23px;
    margin-bottom: 30px;
  }
  article p:last-of-type {
    margin-bottom: 60px;
  }
  article ul {
    font-size: 23px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.galery {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  div.galery div.img {
    cursor: pointer;
    width: 290px;
    height: 290px;
    overflow: hidden;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
  }
  div.galery div.img img {
    height: 100%;
    width: auto;
  }
  div.galery.alone {
    width: auto;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1010px), (-ms-high-contrast: active) and (min-width: 1010px) {
  div.galery.alone {
    margin-top: 20px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 750px), (-ms-high-contrast: active) and (max-width: 750px) {
  div.nav-buttons {
    bottom: 20px;
    right: 20px;
    width: auto;
    height: 35px;
    background-color: transparent;
    float: right;
  }
  div.nav-buttons a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 3px;
    width: 50px;
    height: 40px;
    background-color: #87A23b;
    color: white;
    margin-left: 9px;
    font-size: 35px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  div.nav-buttons a:hover {
    background-color: #687d2d;
  }
  div.nav-buttons a:first-child {
    background-color: #5d9fce;
  }
  div.nav-buttons a:first-child:hover {
    background-color: #3a87be;
  }
  div.nav-buttons a:last-child {
    background-color: #5d5152;
  }
  div.nav-buttons a:last-child:hover {
    background-color: #42393a;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .no-padd {
    padding-top: 0;
    margin-top: 0;
    width: calc(100% - 60px);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img.thumb[src="assets/images/schlafzimmer-freude.jpg"] {
    transform: scale(1.7) translate(-150px, 15px);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer {
    padding-top: 30px;
  }
  footer .pseudo-h1 {
    font-size: 75px;
  }
  footer .pseudo-h2 {
    font-size: 38px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a.subpage-logo {
    position: fixed;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.second-unit {
    background-position-y: -600px;
  }
}
@media (max-width: 1250px) {
  section.hero {
    display: block;
    position: relative;
    height: 900px;
  }
  section.hero div.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.hero div.price {
    position: absolute;
    bottom: 0;
    font-size: 75px;
    left: 0;
    width: 100%;
    padding-top: 5px;
  }
  section.hero img.logo {
    position: fixed;
    left: -30px;
    top: 10px;
    width: 140px;
    height: auto;
    z-index: 70;
    cursor: pointer;
  }
  section.hero div.text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 26%;
    text-align: center;
    font-size: 25px;
    width: 50%;
  }
}
@media (max-width: 1250px) and (max-width: 790px) {
  section.hero div.text {
    top: 30%;
  }
}
@media (max-width: 1250px) {
  section.hero h1 {
    position: absolute;
    top: 17%;
    width: 98%;
    font-size: 75px;
    text-align: center;
    left: 1%;
    margin-left: -30px;
  }
}
@media (max-width: 1250px) and (max-width: 790px) {
  section.hero h1 {
    line-height: 50px;
  }
}
@media (max-width: 1250px) {
  section.second-unit {
    display: block;
    height: 900px;
    position: relative;
    background-position-y: -120px;
    background-size: 120% auto;
  }
}
@media (max-width: 1250px) and (max-width: 870px) {
  section.second-unit {
    background-position-y: 0;
  }
}
@media (max-width: 1250px) {
  section.second-unit span.pseudo-h1 {
    display: block;
    font-size: 75px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 1250px) {
  section.second-unit div.section-content {
    padding-right: 95px;
    padding-top: 50px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: none;
    position: absolute;
    bottom: 0;
    background-color: #5d5152;
    font-size: 25px;
  }
  section.second-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  section.third-unit {
    display: block;
    height: 900px;
    position: relative;
    background-position-x: 0;
    background-position-y: -100px;
    background-size: 100% auto;
  }
}
@media (max-width: 1250px) and (max-width: 990px) {
  section.third-unit {
    background-position-y: 0;
  }
}
@media (max-width: 1250px) and (max-width: 990px) {
  section.third-unit {
    background-position-y: 70px;
  }
}
@media (max-width: 1250px) {
  section.third-unit span.pseudo-h1 {
    display: block;
    font-size: 75px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 1250px) {
  section.third-unit div.section-content {
    padding-right: 95px;
    padding-top: 50px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: none;
    position: absolute;
    bottom: 0;
    background-color: #87A23b;
    font-size: 25px;
  }
  section.third-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  section.sv {
    display: block;
    position: relative;
    float: left;
  }
  section.sv article {
    float: left;
    display: inline-block;
    width: calc(100vw - 425px);
  }
}
@media (max-width: 1250px) and (max-width: 1075px) {
  section.sv article .galery .img {
    width: 270px;
    height: 270px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1250px) {
  section.sv div.vermieterin-image {
    padding: 0;
    display: inline-block;
    position: static;
    width: 300px;
    transform: none;
    margin-right: 30px;
    margin-top: 80px;
    float: right;
  }
  section.sv div.vermieterin-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1250px) {
  article {
    padding-bottom: 50px;
  }
  article h1 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    margin-top: 55px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
  }
  article h2 {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 40px;
  }
  article h3 {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
  }
  article p {
    font-size: 23px;
    margin-bottom: 30px;
  }
  article p:last-of-type {
    margin-bottom: 60px;
  }
  article ul {
    font-size: 23px;
  }
}
@media (max-width: 1250px) {
  div.galery {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  div.galery div.img {
    cursor: pointer;
    width: 290px;
    height: 290px;
    overflow: hidden;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
  }
  div.galery div.img img {
    height: 100%;
    width: auto;
  }
  div.galery.alone {
    width: auto;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1250px) and (min-width: 1010px) {
  div.galery.alone {
    margin-top: 20px;
  }
}
@media (max-width: 1250px) and (max-width: 750px) {
  div.nav-buttons {
    bottom: 20px;
    right: 20px;
    width: auto;
    height: 35px;
    background-color: transparent;
    float: right;
  }
  div.nav-buttons a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 3px;
    width: 50px;
    height: 40px;
    background-color: #87A23b;
    color: white;
    margin-left: 9px;
    font-size: 35px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  div.nav-buttons a:hover {
    background-color: #687d2d;
  }
  div.nav-buttons a:first-child {
    background-color: #5d9fce;
  }
  div.nav-buttons a:first-child:hover {
    background-color: #3a87be;
  }
  div.nav-buttons a:last-child {
    background-color: #5d5152;
  }
  div.nav-buttons a:last-child:hover {
    background-color: #42393a;
  }
}
@media (max-width: 1250px) {
  .no-padd {
    padding-top: 0;
    margin-top: 0;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1250px) {
  img.thumb[src="assets/images/schlafzimmer-freude.jpg"] {
    transform: scale(1.7) translate(-150px, 15px);
  }
}
@media (max-width: 1250px) {
  footer {
    padding-top: 30px;
  }
  footer .pseudo-h1 {
    font-size: 75px;
  }
  footer .pseudo-h2 {
    font-size: 38px;
  }
}
@media (max-width: 1250px) {
  a.subpage-logo {
    position: fixed;
  }
}
@media (max-width: 680px) {
  section.hero {
    display: block;
    position: relative;
  }
  section.hero div.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position-x: -240px;
  }
  section.hero div.price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 50px;
    line-height: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.hero img.logo {
    position: fixed;
    left: -40px;
    top: 15px;
    width: 130px;
    height: auto;
  }
  section.hero div.text {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 25%;
    text-align: center;
    margin: 0;
    margin-left: -30px;
    font-size: 20px;
    transform: none;
  }
  section.hero h1 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 12%;
    width: 80%;
    font-size: 60px;
    line-height: 45px;
  }
  section.second-unit {
    display: block;
    height: 600px;
    position: relative;
    background-position-y: 30px;
    background-size: 110% auto;
  }
  section.second-unit span.pseudo-h1 {
    display: block;
    font-size: 75px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    padding-right: 0;
  }
  section.second-unit div.section-content {
    padding-right: 45px;
    padding-top: 20px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: none;
    position: absolute;
    bottom: 0;
    background-color: #5d5152;
    font-size: 19px;
  }
  section.second-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  section.third-unit {
    display: block;
    height: 600px;
    position: relative;
    background-position-x: 0;
    background-position-y: 50px;
    background-size: 100% auto;
  }
}
@media (max-width: 680px) and (max-width: 500px) {
  section.third-unit {
    background-position-y: 70px;
  }
}
@media (max-width: 680px) {
  section.third-unit span.pseudo-h1 {
    display: block;
    font-size: 75px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 680px) {
  section.third-unit div.section-content {
    padding-right: 45px;
    padding-top: 30px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: none;
    position: absolute;
    bottom: 0;
    background-color: #87A23b;
    font-size: 19px;
  }
  section.third-unit div.section-content p {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  section.sv {
    display: block;
    position: relative;
  }
  section.sv article {
    float: none;
    width: auto;
    padding-left: 30px;
    padding-bottom: 5px;
  }
  section.sv article * {
    display: inline-block;
  }
  section.sv article p:last-child {
    margin-bottom: 10px;
  }
  section.sv .galery div.img {
    cursor: pointer;
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
  }
  section.sv .galery div.img img {
    width: auto;
    height: 170px !important;
  }
}
@media (max-width: 680px) and (max-width: 425px) {
  section.sv .galery div.img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 680px) {
  section.sv div.vermieterin-image {
    padding: 0;
    display: inline-block;
    position: static;
    width: 150px;
    float: left;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 70px;
  }
  section.sv div.vermieterin-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 680px) {
  img.thumb[src="assets/images/schlafzimmer-freude.jpg"] {
    transform: scale(1) translate(0, 5px);
  }
}
@media (max-width: 680px) {
  article {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 680px) and (max-width: 380px) {
  article {
    padding-right: 20px;
  }
}
@media (max-width: 680px) {
  article h1 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    margin-top: 80px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
  }
}
@media (max-width: 680px) {
  article h2 {
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  article p {
    font-size: 19px;
    margin-bottom: 30px;
  }
  article p:last-of-type {
    margin-bottom: 60px;
  }
}
@media (max-width: 680px) {
  article.second-article {
    padding-top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 680px) {
  article.no-padd {
    padding-bottom: 10px;
  }
}
@media (max-width: 680px) {
  article ul {
    font-size: 19px;
  }
}
@media (max-width: 680px) {
  div.galery {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  div.galery div.img {
    cursor: pointer;
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
  }
  div.galery div.img img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 680px) and (max-width: 425px) {
  div.galery div.img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 680px) {
  img.thumb[src="assets/images/schlafzimmer-freude.jpg"] {
    transform: scale(1.7) translate(-80px, 5px);
  }
}
@media (max-width: 680px) and (max-width: 425px) {
  img.thumb[src="assets/images/schlafzimmer-freude.jpg"] {
    transform: scale(1.7) translate(-75px, 5px);
  }
}
@media (max-width: 680px) {
  div.nav-buttons {
    bottom: 5px;
    right: 5px;
    width: auto;
    height: 35px;
    background-color: transparent;
    float: right;
  }
  div.nav-buttons a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    background-color: #87A23b;
    color: white;
    margin-left: 4px;
    font-size: 18px;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  div.nav-buttons a:hover {
    background-color: #687d2d;
  }
  div.nav-buttons a:first-child {
    background-color: #5d9fce;
  }
  div.nav-buttons a:first-child:hover {
    background-color: #3a87be;
  }
  div.nav-buttons a:last-child {
    background-color: #5d5152;
  }
  div.nav-buttons a:last-child:hover {
    background-color: #42393a;
  }
}
@media (max-width: 680px) {
  footer {
    color: #fff;
    padding-bottom: 100px;
    padding-top: 30px;
    padding-left: 0;
  }
  footer .pseudo-h1 {
    font-size: 50px;
    margin-left: 30px;
  }
  footer .pseudo-h2 {
    font-size: 25px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: bold;
    padding-left: 30px;
    margin-left: 0;
  }
}
@media (max-width: 680px) and (max-width: 437px) {
  footer .pseudo-h2 {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  footer p {
    font-size: 19px;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 90%;
  }
  footer p a {
    color: white;
    text-decoration: none;
  }
  footer p a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 680px) {
  footer div a {
    font-size: 19px;
    margin-left: 8px;
  }
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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