@charset "utf-8";

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
       url('../fonts/OpenSans-Regular.woff') format('woff'),
       url('../fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg'),
       url('../fonts/OpenSans-SemiBold.woff') format('woff'),
       url('../fonts/OpenSans-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-SemiBold.eot');
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg'),
       url('../fonts/OpenSans-SemiBold.woff') format('woff'),
       url('../fonts/OpenSans-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OldStandardTT-Italic';
  src: url('../fonts/OldStandardTT-Italic.eot');
  src: url('../fonts/OldStandardTT-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OldStandardTT-Italic.svg#OldStandardTT-Italic') format('svg'),
       url('../fonts/OldStandardTT-Italic.woff') format('woff'),
       url('../fonts/OldStandardTT-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OldStandardTT-Regular';
  src: url('../fonts/OldStandardTT-Regular.eot');
  src: url('../fonts/OldStandardTT-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OldStandardTT-Regular.svg#OldStandardTT-Regular') format('svg'),
       url('../fonts/OldStandardTT-Regular.woff') format('woff'),
       url('../fonts/OldStandardTT-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OldStandardTT-Bold';
  src: url('../fonts/OldStandardTT-Bold.eot');
  src: url('../fonts/OldStandardTT-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OldStandardTT-Bold.svg#OldStandardTT-Bold') format('svg'),
       url('../fonts/OldStandardTT-Bold.woff') format('woff'),
       url('../fonts/OldStandardTT-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {outline:none!important;}

body {
    font-family: 'OpenSans-Regular', arial, sans-serif;
    font-size:14px;
    color:#62574d;
    margin: 0;
    padding: 0;
}

* {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  letter-spacing:0.05em;
}

header, main, footer {
  width:100%;
  display:table;
  outline:1px dashed red;
}

header {
  background:#fff;
  padding: 0;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}

main {
  display:block;
  z-index:1;
  position:relative;
  background:#fff;
  width:100%;
  min-height:50vh;
}

section {
  width:100%;
  outline:1px solid lime;
  margin-top:80px;
  background:#fff;
  display:inline-block;
}

.content,
.content-small,
.content-wide {
  width:100%;
  margin:0 auto;
  padding:0 50px;
  outline:1px dashed fuchsia;
  display: flow-root;
}

.content {
  max-width:1300px;
}

.content-small {
  max-width:980px;
}

.content-wide {
  max-width:1300px;
  padding:0 30px;
}

#logo {
  padding: 25px 0;
  width:100%;
  outline:1px dashed blue;
  z-index: 2000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }

#logo img {
  width:300px;
  margin:0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.parallax-window {
   background: transparent;
}

.teaser {
  min-height: 75vh;
}

.teaser-small {
  min-height:50vh;
  margin-top:80px;
}

.teaser-content {
  width:100%;
  text-align:center;
  display:table;
  padding-top:20vh;
}

.teaser-small .teaser-content {
  padding-top:20vh;
}

.teaser-content h3,
.teaser-content h4 {
  width:100%;
  text-align:center;
  display:table;
}

.col-half {
  float:left;
  width:50%;
  outline:1px solid green;
}

.col-half:first-of-type {
  padding-right:25px;
}

.col-half:last-of-type {
  padding-left:25px;
}

.slider-multi-image {
  margin-top:20px;
}

.slider-multi-image img {
  border-right:15px solid #fff;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-gap:15px;
}

.grid-2 {
  -ms-grid-columns: repeat(2, 2fr);
  grid-template-columns: repeat(auto-fill, minmax(48%, 2fr));
}

.grid-2 .grid-content {
  margin-top:40px;
}

.grid-3 {
  -ms-grid-columns: repeat(3, 2fr);
  grid-template-columns: repeat(auto-fill, minmax(32%, 2fr));
}

.grid-content {
  background:#e6ecef;
  padding:50px 20px 40px;
  text-align:center;
  position:relative;
}

.grid-content img {
  width:43px;
  position:absolute;
  left:50%;
  top:-21px;
  margin-left:-21px;
}

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  font-family: 'OpenSans-SemiBold',arial,sans-serif;
  text-transform:uppercase;
  font-size:21px;
  display: inline-block;
  padding: 10px 15px;
  background: #e6ecef;
  cursor: pointer;
   transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}

ul.tabs li:hover {
  background: #62574d;
  color:#fff;
}

ul.tabs li.current,
ul.tabs li.current:hover {
  background: #fff;
  color:#62574d;
}

.text-large, blockquote {
  font-family: 'OldStandardTT-Italic', times, serif;
  font-size:21px;
  line-height:1.4em;
  color:#3d3731;
  margin:0 0 20px;
}

.tab-content {
  display: none;
  background: #fff;
  padding: 15px 0;
  margin-top:20px;
}

.tab-content.current {
  display: inherit;
}

.tab-content p {
  width:50%;
  float:left;
  padding-right: 25px;
}

.tab-content img {
  width:50%;
  float:right;
  padding-left: 25px;
}

.buttons {
  width:100%;
  display:table;
}

.apartment-type {
  background:#e55b00;
  width:100%;
  padding:15px 0;
  display:table;
  text-align:center;
}

.availability-wrap {
  display:table;
  width:100%;
  border-bottom: 2px solid #62574d;
  padding:10px 0 25px;
  outline:1px solid fuchsia;
}

.apartment-detail {
  float:left;
  width:75%;
}

.availability {
  float:left;
  width:25%;
  text-align:right;
  padding-top:15px;
}

.status {
  width:100%;
  display:table;
}

.available {
  color:#07e942;
}

.not-available {
  color:#e55b00;
}

.apartment-info {
  margin:15px 0 5px;
}

.availability .btn {
  min-width:225px;
}

.testimonials-wrap {
  background-color:#fceee5;
  position:relative;
  margin-top:120px;
  padding:150px 0 20px;
  min-height:300px;
}

.testimonials-wrap img {
  width:150px;
  position:absolute;
  left:50%;
  top:-75px;
  margin-left:-75px;
}

.testimonials-wrap .slider-wrap {
  width:100%;
  max-width:1000px;
  padding:0 50px;
  margin:0 auto;
  text-align:center;
}

.testimonials-wrap .slider-wrap blockquote {
  margin:30px 0 150px;
}

.accordion-container {
  position: relative;
  width:100%;
  height: auto;
  margin: 10px auto;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom:1px solid #62574d;
  padding:10px 0;
}

.set > a {
  display: block;
  padding: 10px 15px 10px 0;
  text-decoration: none;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear; 
}

.set > a span {
  float: right;
  margin-top: -7px;
}

.set > a.active {
  color: #e55b00;
}

.acc-content {
  display:none;
}

.acc-content p {
  padding: 10px 15px 10px 0;
  margin: 0;
}

.fa {
  display: inline-block;
  font-family: 'OpenSans-Regular', arial, sans-serif;
  font-size: 26px;
  font-style:normal;
  font-weight:300;
}

.fa-plus::before {
   content: "+";
}

.fa-minus::before {
  content: "–";
  position:relative;
  top:-2px;
}

.teaser-static {
  outline:1px solid black;
  background-size:cover;
  background-position:top center;
}

.teaser-static-content {
  text-align:center;
  padding:70px 0;
}

footer {
    background:#3d3731;
    padding:35px 0;
    margin-top:80px;
    text-align:center;
}

img {
    border:none;
    width:100%;
    display:table;
}

p {
    margin:0 0 15px;
    line-height:1.5em;
}

.apartment-detail p {
  margin-bottom:7px;
}

.center {
    width:100%;
    text-align:center;
}

strong, b {
   font-family: 'OpenSans-Bold', arial, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    margin:0;
    color:#3d3731;
}

h1 {
   font-family: 'OldStandardTT-Regular', times, serif;
    font-size:52px;
    line-height:1.1em;
    margin-bottom:20px;
}

h2 {
    font-size:21px;
    margin-bottom:20px;
}

h3 {
  font-family: 'OldStandardTT-Bold', times, serif;
  font-size:120px;
  color:#fff;
  text-transform:uppercase;
   line-height:1.1em;
}

h4 {
  font-family: 'OpenSans-SemiBold', arial, sans-serif;
  font-size:28px;
  color:#fff;
  text-transform:uppercase;
  margin-bottom:40px;
}

h4:before,
h4:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 15%;
}

h4:before {
  right: 1em;
  margin-left: -50%;
}

h4:after {
  left: 1em;
  margin-right: -50%;
}

.apartment-type h4 {
  margin-bottom:0;
}

h5 {
}

h6 {
}


a:focus {
    outline: none;
}

a, a:visited {
  text-decoration:underline;
  color:inherit;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}

a:hover, a:active {
  color:inherit;
  text-decoration:none;
}

.btn, .btn:visited  {
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
  font-size:16px;
  text-align:center;
  padding:10px 15px;
  margin-top:20px;
  background:#e55b00;
  color:#fff;
  text-transform:uppercase;
  display:inline-table;
  text-decoration:none;
}

.btn:hover, .btn:active {
    background:#3d3731;
    color:#fff;
}

.apartment-detail  a,
.apartment-detail  a:visited {
  color:#e55b00;
  text-decoration:underline;
}

.apartment-detail  a:hover,
.apartment-detail  a:active {
  color:#3d3731;
  text-decoration:none;  
}

footer a, footer a:visited {
  color:#fff;
  text-decoration:none;
}

footer a:hover, footer a:active {
  color:#fff;
  text-decoration:underline;
}

ul, li {
  margin:0;
  padding:0;
}

ul.stars li {
  list-style-type: none;
  padding-left: 30px;
  padding-top:2px;
  margin: 0 0 15px;
  background-image:url('../images/stern.svg');
  background-repeat:no-repeat;
  background-position:left 0;
  background-size: 20px 20px;
  line-height:1.4em;
}

.grid ul li {
  text-align:left;
}

.buttons ul li, footer ul li,
ul.apartment-info li {
  list-style-type: none;
  display:inline-block;
}


ul.apartment-info li:last-of-type:after {
  content:'';
}

ul.apartment-info li:after {
  color:inherit;
}

@media screen and (max-width:1440px){
  
  .teaser-content {
    padding-top: 15vh;
  }
  
  h3 {
    font-size:100px;
  }
  
  #logo .shrink {
    width:150px;
  }

  .scale-header {
    padding:8px 0!important;
  }

}


@media screen and (max-width:1280px){
  
  .logo {
    padding: 15px 0;
  }

  h1 {
    font-size: 40px;
  }
  
  h3 {
    font-size:76px;
  }
  
  h4 {
    font-size:26px;
  }

}



@media screen and (max-width:1280px) and (orientation:landscape) {
  
  .teaser {
    min-height: 60vh;
  }
  
  .teaser-content {
    padding-top: 10vh;
  }
  
  .grid-3 .grid-content {
    margin-top: 40px;
}

  
}


@media screen and (max-width:1112px) {
    
  .content {
    padding: 0 30px;
  }
  
  .content-wide {
    padding:0 10px;
  }
    
  section, .teaser-small, footer {
    margin-top:60px;
  }
  
  .testimonials-wrap .slider-wrap blockquote {
    margin:30px 0 100px;
  }

}


@media only screen and (max-width: 834px) {
  
  .teaser-small {
    min-height: 30vh;
   }

 .teaser-small .teaser-content {
    padding-top: 14vh;
}

  .apartment-detail, .availability {
    float: none;
    width:100%;
  }

  footer {
      padding: 20px 0;
  }
  
  h1 {
    font-size: 34px;
    letter-spacing: 0.03em;
  }
  
  h4 {
    font-size:22px;
  }
  
  ul.tabs li {
    width: 100%;
  }
  
 ul.tabs li.current,
ul.tabs li.current:hover {
    background: #62574d;
    color: #fff;
  }
  
  .text-large,
  blockquote,
  ul.tabs li,
  h2 {
     font-size: 19px;
  }

}


@media only screen and (max-width: 800px) {
  
  .grid-3 {
    -ms-grid-columns: repeat(1, 2fr);
    grid-template-columns: repeat(auto-fill, minmax(100%, 2fr));
  }
  
  .grid-3 .grid-content {
      margin-top: 40px;
  }
  
  .testimonials-wrap {
    margin-top: 80px;
    padding: 100px 0 20px;
  }
  
  .testimonials-wrap img {
    width: 100px;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -50px;
  }
  
  .testimonials-wrap .slider-wrap blockquote {
    margin:30px 0;
  }

}


@media only screen and (max-width: 800px) and (orientation:landscape) {

  .teaser-content {
    padding-top: 8vh;
  }
  
  .teaser-small .teaser-content {
    padding-top: 11vh;
  }

  h3 {
    font-size: 66px;
  }
  
  h4 {
    margin-bottom: 25px;
  }

}


@media only screen and (max-width: 768px) {
  
  .grid-content {
    background: #e6ecef;
    padding: 40px 15px 30px;
  }

}


@media only screen and (max-width: 600px) {

  .col-half {
    float: none;
    width: 100%;
  }
  
  .col-half:first-of-type,
  .col-half:last-of-type{
    padding: 0;
  }
  
  .col-half:first-of-type {
    margin-bottom:30px;
  }
  
  .grid-2 {
    -ms-grid-columns: repeat(1, 2fr);
    grid-template-columns: repeat(auto-fill, minmax(100%, 2fr));
  }
  
  .apartment-detail p span {
    width:100%;
    display:table;
  }
  
  .teaser-small .teaser-content {
    padding-top: 12vh;
}

  .testimonials-wrap {
    margin-top: 50px;
  }
  
  h3 {
    font-size: 60px;
  }
    
}


@media only screen and (max-width: 480px) {

  .teaser {
      min-height: 50vh;
  }
  
  .teaser-content {
      padding-top: 10vh;
  }
  
  .tab-content p,
  .tab-content img {
    width: 100%;
    float: none;
    padding: 0;
}

.testimonials-wrap .slider-wrap {
    padding: 0 30px;
 }
 
 footer li:first-of-type::after, ul.apartment-info li::after {
    padding: 0;
}
  
  h1 {
      font-size: 30px;
  }
  
  h3 {
      font-size: 50px;
  }

}


@media only screen and (max-width: 375px) {

  h1 {
    font-size: 26px;
    line-height: 1.3em;
  }
  
  .text-large, blockquote, ul.tabs li, h2 {
    font-size: 18px;
  }
  
  h3 {
    font-size: 40px;
    line-height: 1.3em;
  }
  
  h4 {
    font-size: 20px;
    margin-bottom:15px;
  }
  
  h4:before,
  h4:after {
  width: 10%;
  }
  
  h4:before {
  right: 0.5em;
  margin-left: -40%;
  }
  
  h4:after {
  left: 0.5em;
  margin-right: -40%;
  }
  
  .btn, .btn:visited {
    padding: 6px 10px;
    margin-top: 10px;
  }

}

@media only screen and (max-width: 340px) {

h4:before,
h4:after {
  display:none;
}

.set > a {
    padding-right:0;
}

}

/* CUSTOM CSS */

a.anchor {
    display: block;
    position: relative;
    top: -157px;
    visibility: hidden;
}