@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
:root {
  --primary-color: #DFA65C;
  --primary-color-light: #eee7e1;
  --text-dark: #05010e;
  --text-dark-light: #666666;
  --text-light: #ffffff;
  --primary-color-background: #faf8f6;
  --gray-darker: #444444;
  --gray-dark: #696969;
  --gray: #999999;
  --gray-light: #cccccc;
  --gray-lighter: #ececec;
  --gray-lightest: lighten(--gray-lighter,4%);
}

body {
  background: #F2F2F2;
  margin: 0;
  font-family: "Poppins";
  max-width: 1500px;
  margin: 0 auto !important;
  float: none !important;
}

a {
  color: #444444;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section {
  padding: 5em 2em;
}

.navbar {
  background: white;
  padding: 1em;
}
.navbar .logo {
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size: 1.1em;
}
.navbar .logo span {
  color: var(--primary-color);
}
.navbar nav {
  display: none;
}
.navbar .container {
  display: flex;
  place-content: space-between;
  position: relative;
}
.navbar .mobile-menu {
  cursor: pointer;
}

.hero-index-image {
  background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChaletHirschblick@1024.jpg");
  min-height: 350px;
}

.hero-chalet-image {
  background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChalet6@1024.jpg");
  min-height: 350px;
}

.hero-winter-image {
  background-image: url("../images/logo-chalethirschblick.svg"), url("../images/herowinter@640.jpg");
  min-height: 350px;
}

.hero-summer-image {
  background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroSummer@640.jpg");
  min-height: 350px;
}

.hero {
  text-align: center;
  background-position: left-top, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40px, cover;
  position: relative;
  min-height: 400px;
}
.hero .left-col {
  position: absolute;
  top: 2em;
  left: center;
}
.hero .left-col .subhead {
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.3em;
}
.hero .left-col h1 {
  font-size: 2.3em;
  line-height: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  color: white;
}
.hero .right-col {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
}
.hero .right-col .list-block {
  width: 280px;
  position: absolute;
  background-color: rgba(128, 89, 39, 0.3);
  color: white;
  text-decoration: none;
  text-align: left;
  padding: 0.5em 1.3em;
  font-size: 0.8em;
  border-radius: 1em;
  font-weight: lighter;
  display: inline-block;
  top: 1em;
  right: 1em;
}
.hero .right-col .list-block li {
  font-size: 1em;
  list-style-type: none;
  margin-bottom: 1rem;
  background: url("../images/bullet-green.svg") no-repeat left top;
  padding: 0 0 0 24px;
}
.hero .center-bottom {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  width: 90%;
  position: absolute;
  bottom: 2em;
}
.hero .center-bottom .boeknu-cta a {
  color: white;
  border: 3px solid var(--primary-color);
  font-weight: bold;
  border-radius: 5em;
  margin-top: -0.2em;
  padding: 0 1em;
  background: var(--primary-color);
}
.hero .hero-btn {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.hero .hero-btn .btn-block {
  width: auto;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  text-align: left;
  padding: 0.8em 1.3em;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  border-radius: 1em;
  font-weight: bold;
}

.section-card-text-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  margin: 0;
  padding: 1em;
}
.section-card-text-image .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.section-card-text-image .container .card {
  position: relative;
  min-width: 340px;
  background: #fff;
  display: flex;
}
.section-card-text-image .container .card .imageBox {
  max-width: 100%;
  order: 1;
}
.section-card-text-image .container .card .imageBox img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  width: 100%;
}
.section-card-text-image .container .card .content {
  margin-left: 20px;
  padding: 2em;
  margin: 0;
  order: 2;
}
.section-card-text-image .container .card .content .subhead {
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.3em;
}
.section-card-text-image .container .card .content h1 {
  font-size: 1.6em;
  line-height: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  color: black;
}
.section-card-text-image .container .card .content h2 {
  font-size: 0.7em;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.3em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  color: black;
}
.section-card-text-image .container .card .content a {
  color: black;
  text-decoration: underline;
}

nav.menu-btn {
  display: block;
}

nav {
  position: fixed;
  z-index: 999;
  width: 66%;
  right: 0;
  top: 0;
  background: #20272E;
  height: 100vh;
  padding: 1em;
}
nav ul.primary-nav {
  margin-top: 5em;
}
nav li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  font-size: 1.3em;
  text-align: right;
}
nav li a:hover {
  font-weight: bold;
}

.mobile-menu-exit {
  float: right;
  margin: 0.5em;
  cursor: pointer;
}

.cards-section {
  padding: 1em;
  margin: 0;
}

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

.btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: --gray-dark;
  padding: 0.5rem;
  text-transform: uppercase;
}

.btn--block {
  display: inline-block;
  width: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.cards__item {
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  text-align: center;
  flex-direction: column;
  overflow: hidden;
  min-width: 300px;
  width: 100%;
}
.card:hover .card__image {
  filter: contrast(130%);
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1em;
}

.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  filter: saturate(110%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}

.card__image--chalet {
  background-image: url("../images/chalet-hirschblick@480.jpg");
}

.card__image--riesneralm {
  background-image: url("../images/riesneralm-piste@482x320.jpg");
}

.card__image--summer {
  background-image: url("../images/zomer@427x320.jpg");
}

.card__image--summer1 {
  background-image: url("../images/summer1@640.jpg");
}

.card__image--summer2 {
  background-image: url("../images/summer2@640.jpg");
}

.card__image--summer3 {
  background-image: url("../images/summer3@640.jpg");
}

.card__image--summer4 {
  background-image: url("../images/summer4@640.jpg");
}

.card__image--summer5 {
  background-image: url("../images/summer5@640.jpg");
}

.card__image--summer6 {
  background-image: url("../images/summer6@640.jpg");
}

.card__image--winter {
  background-image: url("../images/winter@427x320.jpg");
}

.card__image--winter1 {
  background-image: url("../images/winter1@640.jpg");
}

.card__image--winter2 {
  background-image: url("../images/winter2@640.jpg");
}

.card__image--winter3 {
  background-image: url("../images/winter3@640.jpg");
}

.card__image--winter4 {
  background-image: url("../images/winter4@640.jpg");
}

.card__image--winter5 {
  background-image: url("../images/winter5@640.jpg");
}

.card__image--winter6 {
  background-image: url("../images/winter6@640.jpg");
}

.card__image--winter7 {
  background-image: url("../images/winter7@640.jpg");
}

.card__image--winter8 {
  background-image: url("../images/winter8@640.jpg");
}

.card__image--winter9 {
  background-image: url("../images/winter9@640.jpg");
}

.card__image--chalet-woonkamer1 {
  background-image: url("../images/chalet-woonkamer1@340.jpg");
}

.card__image--chalet-woonkamer2 {
  background-image: url("../images/chalet-woonkamer2@340.jpg");
}

.card__image--chalet-woonkamer3 {
  background-image: url("../images/chalet-woonkamer3@340.jpg");
}

.card__image--chalet-keuken1 {
  background-image: url("../images/chalet-keuken1@340.jpg");
}

.card__image--chalet-keuken2 {
  background-image: url("../images/chalet-keuken2@340.jpg");
}

.card__image--chalet-keuken3 {
  background-image: url("../images/chalet-keuken3@340.jpg");
}

.card__image--chalet-slaapkamer1 {
  background-image: url("../images/chalet-slaapkamer1@340.jpg");
}

.card__image--chalet-slaapkamer2 {
  background-image: url("../images/chalet-slaapkamer2@340.jpg");
}

.card__image--chalet-slaapkamer3 {
  background-image: url("../images/chalet-slaapkamer3@340.jpg");
}

.card__image--chalet-badkamer1 {
  background-image: url("../images/chalet-badkamer1@340.jpg");
}

.card__image--chalet-badkamer2 {
  background-image: url("../images/chalet-badkamer2@340.jpg");
}

.card__image--chalet-badkamer3 {
  background-image: url("../images/chalet-badkamer3@340.jpg");
}

.card__image--chalet-kelder1 {
  background-image: url("../images/chalet-kelder1@340.jpg");
}

.card__image--chalet-kelder2 {
  background-image: url("../images/chalet-kelder2@340.jpg");
}

.card__image--chalet-kelder3 {
  background-image: url("../images/chalet-kelder3@340.jpg");
}

.card__image--chalet-algemeen1 {
  background-image: url("../images/chalet-algemeen1@340.jpg");
}

.card__image--chalet-algemeen2 {
  background-image: url("../images/chalet-algemeen2@340.jpg");
}

.card__image--chalet-algemeen3 {
  background-image: url("../images/chalet-algemeen3@340.jpg");
}

.card__image--chalet-buiten1 {
  background-image: url("../images/chalets-buiten1@640.jpg");
}

.card__image--chalet-buiten2 {
  background-image: url("../images/chalets-buiten2@640.jpg");
}

.card__image--chalet-buiten3 {
  background-image: url("../images/chalets-buiten3@640.jpg");
}

.card__title {
  color: --gray-dark;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.maps-section {
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-style: var(--text-dark-light);
  border-color: yellow;
}

.maps-section .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.maps-section .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer {
  padding: 1em;
  background-color: #dadada;
  background-image: url("../images/logo-chalethirschblick.svg");
  background-position-y: 10px;
  background-repeat: no-repeat;
  background-size: 180px 170px;
  background-position-x: left;
}
.footer h1 {
  color: --gray-dark;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer .contact {
  margin: 1em;
  text-align: right;
  font-style: none;
  flex: 1 1 auto;
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 1.25em;
}

@media only screen and (min-width: 768px) {
  .mobile-menu, .mobile-menu-exit {
    display: none;
  }

  .hero .center-bottom {
    display: none;
  }

  .navbar .container {
    display: grid;
    grid-template-columns: 180px auto;
    justify-content: unset;
  }

  .navbar nav {
    display: flex;
    justify-content: space-between;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul {
    display: flex;
  }
  .navbar nav a {
    color: black;
    font-size: 1em;
    padding: 0.1em 1em;
  }
  .navbar nav ul.primary-nav {
    margin: 0;
  }
  .navbar nav li.current a {
    font-weight: bold;
  }
  .navbar nav li.boeknu-cta a {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
    font-weight: bold;
    border-radius: 5em;
    margin-top: -0.2em;
    margin-right: 1em;
  }
  .navbar nav li.boeknu-cta a:hover {
    background: var(--primary-color);
    color: white;
  }

  .hero-index-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChaletHirschblick@1600.jpg");
    min-height: 350px;
  }

  .hero-chalet-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChalet6@1600.jpg");
    min-height: 350px;
  }

  .hero-winter-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/herowinter@1920.jpg");
    min-height: 350px;
  }

  .hero-summer-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroSummer@1920.jpg");
    min-height: 350px;
  }

  .hero {
    display: flex;
    justify-content: space-between;
    text-align: left;
    position: relative;
    background-size: 60px, cover;
  }
  .hero .left-col {
    position: absolute;
    left: 6em;
    width: 400px;
  }
  .hero .right-col {
    display: block;
    top: 1em;
    right: 1em;
  }

  .section-card-text-image {
    min-height: 40vh;
  }
  .section-card-text-image .container .card {
    max-width: 1200px;
    flex-direction: row;
  }
  .section-card-text-image .container .card .imageBox {
    margin: 1em;
    flex-basis: 60%;
    order: 2;
  }
  .section-card-text-image .container .card .imageBox img {
    width: 100%;
  }
  .section-card-text-image .container .card .content {
    order: 1;
    padding-left: 1em;
    padding-top: 0;
    flex-basis: 40%;
    text-align: left;
  }

  .cards__item {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    margin: 0 auto;
  }

  section {
    padding: 10em 4em;
  }

  .hero-index-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChaletHirschblick@1600.jpg");
    min-height: 350px;
  }

  .hero-chalet-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChalet6@1920.jpg");
    min-height: 350px;
  }

  .hero-winter-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/herowinter@1920.jpg");
    min-height: 350px;
  }

  .hero-summer-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroSummer@1920.jpg");
    min-height: 350px;
  }

  .hero {
    display: flex;
    justify-content: space-between;
    text-align: left;
    position: relative;
    background-size: 80px, cover;
  }
  .hero .left-col {
    position: absolute;
    left: 6em;
    width: 600px;
  }
  .hero .right-col {
    display: block;
    top: 1em;
    right: 1em;
  }

  .section-card-text-image {
    min-height: 40vh;
  }
  .section-card-text-image .container .card {
    max-width: 1900px;
  }
  .section-card-text-image .container .card .imageBox {
    flex-basis: 60%;
  }
  .section-card-text-image .container .card .imageBox img {
    width: 100%;
  }
  .section-card-text-image .container .card .content {
    flex-basis: 40%;
  }

  .cards__item {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }

  section {
    padding: 10em 4em;
  }

  .hero-index-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChaletHirschblick@2400.jpg");
    min-height: 550px;
  }

  .hero-chalet-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChalet6@2400.jpg");
    min-height: 550px;
  }

  .hero-winter-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/herowinter@2400.jpg");
    min-height: 400px;
  }

  .hero-summer-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroSummer@2400.jpg");
    min-height: 500px;
  }

  .hero {
    display: flex;
    justify-content: space-between;
    text-align: left;
    position: relative;
    background-size: 100px, cover;
  }
  .hero .left-col {
    position: absolute;
    left: 8em;
  }
  .hero .right-col {
    display: block;
    top: 1em;
    right: 1em;
  }
}
@media only screen and (min-width: 1900px) {
  .hero-index-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChaletHirschblick@2400.jpg");
    min-height: 550px;
  }

  .hero-chalet-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroChalet6@2400.jpg");
    min-height: 550px;
  }

  .hero-winter-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/herowinter@2400.jpg");
    min-height: 550px;
  }

  .hero-summer-image {
    background-image: url("../images/logo-chalethirschblick.svg"), url("../images/HeroSummer@2400.jpg");
    min-height: 550px;
  }
}/*# sourceMappingURL=main.css.map */