html,
body {
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
  overflow-x: auto;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #f4e8df;
  font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  color: #000;
  display: flex;
  flex-direction: column;
}


/* Fonts --------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')             format('embedded-opentype'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0')                  format('woff2'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0')                   format('woff'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0')                    format('truetype'),
       url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* General ------------------------------------------------------------------------------------- */

* {
  padding: 0;
  border: 0;
  outline: none;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: 'Croissant One', 'Alegreya Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #d63;
  letter-spacing: -0.05em;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}
textarea {
  resize: none;
}


/* Buttons ------------------------------------------------------------------------------------- */

.buttons {
  font-size: 0;
  line-height: 0;
}
.buttons a.button {
  height: 45px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 43px;
  color: #d63;
  padding: 0 15px 0 15px;
  border: 1px solid #d63;
  box-sizing: border-box;
  border-radius: 6px;
}
.buttons a.button.margin_left {
  margin: 0 0 0 15px;
}
.buttons a.button:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 16px;
  content: '\f105';
  margin: 0 0 0 8px;
}
.no-touchevents .buttons a.button:hover,
                .buttons a.button:active,
.no-touchevents .buttons a.button:focus {
  background-color: #d63;
  color: #fff;
}

.buttons a.button.emphasize {
  background-color: #d63;
  color: #fff;
}
.no-touchevents .buttons a.button.emphasize:hover,
                .buttons a.button.emphasize:active,
.no-touchevents .buttons a.button.emphasize:focus {
  background-color: #333;
  color: #fff;
  border-color: #333;
}


/* Flags --------------------------------------------------------------------------------------- */

a.flag {
  width: 34px;
  height: 34px;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  border: 2px solid;
  border-radius: 34px;
  box-sizing: border-box;
}
#languages_header a.flag {
  border-color: #fff;
}
#languages_footer a.flag {
  border-color: #888;
}

a.flag.de { background-image: url('../images/de.svg'); }
a.flag.nl { background-image: url('../images/nl.svg'); }
a.flag.dk { background-image: url('../images/dk.svg'); }
a.flag.en { background-image: url('../images/en.svg'); }

a.flag span {
  display: none;
}

.no-touchevents #languages_header a.flag:hover,
                #languages_header a.flag:active,
.no-touchevents #languages_header a.flag:focus,
                #languages_header a.flag.active {
  border-color: #888;
}

.no-touchevents #languages_footer a.flag:hover,
                #languages_footer a.flag:active,
.no-touchevents #languages_footer a.flag:focus,
                #languages_footer a.flag.active {
  border-color: #fff;
}


/* Page container ------------------------------------------------------------------------------ */

#page_container {
  width: 100%;
  flex: 1 0 auto;
}


/* Header -------------------------------------------------------------------------------------- */

#header_container {
  width: 100%;
  position: relative;
}

/* Slideshow */
#header_slideshow {
  width: 100%;
  position: relative;
}
img#header_slideshow_placeholder {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  opacity: 0;
  margin: 0 auto 0 auto;
}

.header_slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  margin: 0 auto 0 auto;
  transition: opacity 0.4s ease 0s;
}
.header_slide.active {
  opacity: 1;
}
.header_slide img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: block;
  opacity: 0;
  margin: 0 auto 0 auto;
}

/* Logo + menu */
#logo_menu_container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#logo_menu_container2 {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
#logo_menu {
  width: 100%;
  height: 125px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 80px 0 275px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.25);
}

/* Logo */
#logo {
  position: absolute;
  top: 20px;
  left: 25px;
}
#logo a {
  width: 250px;
  height: 85px;
  display: block;
  background-image: url('../images/jaegerhuette.svg');
  background-repeat: no-repeat;
  background-position: left center;
}
#logo span {
  display: none;
}

/* Menu */
#menu {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#menu ul {
  display: inline-block;
}
#menu ul li {
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
}
#menu ul li.last {
  padding-right: 0;
}
#menu ul a {
  display: block;
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 120px;
  color: #000;
  border-bottom: 5px solid transparent;
}
#menu ul li.sub > a:after {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 18px;
  content: '\f107';
  margin: 0 0 0 8px;
}
.no-touchevents #menu ul li        a:hover,
                #menu ul li        a:active,
.no-touchevents #menu ul li        a:focus,
                #menu ul li.active > a,
                #menu ul li.open   > a {
  color: #d63;
  border-bottom-color: #d63;
}

/* Submenu */
#menu ul ul {
  display: none;
  position: absolute;
  top: 125px;
  left: -25px;
  background-color: #f4e8df;
  background-color: rgba(244, 232, 223, 0.9);
  text-align: left;
  padding: 15px 0 15px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.25);
}
#menu ul ul li {
  display: block;
  padding: 0;
}
#menu ul ul a {
  display: block;
  font-weight: 300;
  line-height: 25px;
  white-space: nowrap;
  padding: 10px 25px 10px 25px;
  border-bottom: 0;
}
#menu ul ul li.active a {
  color: #d63;
}

/* Languages */
#languages_header {
  position: absolute;
  top: 0;
  right: 25px;
}

#language_active {
  width: 55px;
  height: 125px;
  position: relative;
  cursor: pointer;
  padding: 43px 0 0 0;
  box-sizing: border-box;
}
#language_active:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 18px;
  line-height: 120px;
  content: '\f107';
}

#language_list {
  display: none;
  position: absolute;
  top: 125px;
  right: 0;
  background-color: #f4e8df;
  background-color: rgba(244, 232, 223, 0.9);
  padding: 11px 0 11px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.25);
}
#language_list li {
  padding: 10px 21px 10px 21px;
}

/* Slogan */
#slogan_container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#slogan {
  max-width: 1200px;
  font-family: 'Croissant One', 'Alegreya Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  text-align: right;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 0 60px 40px 60px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}


/* Body ---------------------------------------------------------------------------------------- */

#body_container {
  width: 100%;
}


/* USP's --------------------------------------------------------------------------------------- */

#usps_container {
  max-width: 1200px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
#usps {
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 20px 20px 10px 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.25);
}
#usps ul {
  display: inline-block;
}
#usps li {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  padding: 0 25px 10px 0;
}
#usps li:last-child {
  padding-right: 0;
}
#usps li:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #d63;
  border: 1px solid #d63;
  border-radius: 25px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}

#usps li.inrichting:before {
  content: '\f236';
}
#usps li.badkamer:before {
  font-size: 13px;
  content: '\f2cc';
  padding: 0 0 0 3px;
}
#usps li.balkon:before {
  font-size: 15px;
  content: '\f185';
}
#usps li.parkeren:before {
  font-size: 13px;
  content: '\f1b9';
}
#usps li.natuurgebied:before {
  content: '\f1bb';
}


/* Iframe -------------------------------------------------------------------------------------- */

#iframe_container {
  width: 100%;
  padding: 80px 0 80px 0;
}
#iframe {
  max-width: 1200px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

#iframe iframe {
  display: block;
  margin: 0 auto 0 auto;
}


/* Intro --------------------------------------------------------------------------------------- */

#intro_container {
  width: 100%;
  padding: 80px 0 80px 0;
}
#intro {
  max-width: 1200px;
  text-align: center;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

#intro h1 {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin: 0 0 10px 0;
}
#intro h2 {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #000;
  margin: 0 0 25px 0;
}
#intro p {
  line-height: 25px;
  text-align: center;
  padding: 0 10% 0 10%;
  margin: 0 0 25px 0;
}
#intro p strong {
  font-weight: 500;
  color: #000;
}
#intro .buttons {
  margin-top: 30px;
}

#intro ul.facts {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 0 0 15px 0;
}
#intro ul.facts li {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  padding: 0 25px 10px 0;
}
#intro ul.facts li:last-child {
  padding-right: 0;
}
#intro ul.facts li:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #d63;
  border: 1px solid #d63;
  border-radius: 25px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
#intro ul.facts li.personen:before {
  content: '\f007';
}
#intro ul.facts li.bedden:before {
  content: '\f236';
}
#intro ul.facts li.slaapbank:before {
  content: '\f236';
}


/* Gallery ------------------------------------------------------------------------------------- */

.gallery_container {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 60px 0;
}
.gallery {
  max-width: 1200px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

.picture_container {
  width: 25%;
  float: left;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
.picture_container2 {
  background-color: #f4e8df;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.25);
}
.picture {
  width: 100%;
}
.picture a {
  display: block;
}
.picture img {
  width: 100%;
  height: auto;
  display: block;
}
.picture_label {
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  padding: 15px 0 15px 0;
}


/* Map + review -------------------------------------------------------------------------------- */

#map_review_container {
  width: 100%;
  padding: 80px 0 80px 0;
}
#map_review {
  display: flex;
  max-width: 1200px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

#map,
#review {
  width: calc(50% - 20px);
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.25);
}

#map_review h2 {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 25px 0;
}

/* Map */
#map {
  margin: 0 20px 0 0;
}
#map_container {
  background-color: #f4e8df;
  overflow: hidden;
  border-radius: 6px;
}
#map_container2 {
  width: 100%;
  height: 300px;
}

/* Review */
#review {
  margin: 0 0 0 20px;
}

#review .stars {
  font-size: 0;
  line-height: 0;
  margin: 0 0 25px 0;
}
#review .stars span.star {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #edb927;
  margin: 0 5px 0 0;
}
#review .stars span.star:last-child {
  margin-right: 0;
}
#review .stars span.star.full:before { content: '\f005'; }

#review .stars span.star span {
  display: none;
}

#review blockquote {
  line-height: 25px;
  margin: 0 0 25px 0;
}


/* Footer -------------------------------------------------------------------------------------- */

#footer_container {
  width: 100%;
  background-color: #444;
  color: #fff;
}


/* Footer 1 ------------------------------------------------------------------------------------ */

#footer1_container {
  width: 100%;
  padding: 60px 0 60px 0;
  border-top: 5px solid #d63;
}
#footer1 {
  max-width: 1200px;
  position: relative;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

/* Footer box */
#footer1 .footer_box {
  float: left;
  margin: 0 60px 0 0;
}
#footer1 .footer_box.last {
  margin-right: 0;
}
#footer1 .footer_header {
  font-family: 'Croissant One', 'Alegreya Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  color: #d63;
  letter-spacing: -0.05em;
  margin: 0 0 25px 0;
}
#footer1 .footer_box ul {
  line-height: 25px;
}
#footer1 .footer_box li a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 0 0 15px;
}
#footer1 .footer_box li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  color: #d63;
  content: '\f105';
}
.no-touchevents #footer1 .footer_box li a:hover,
                #footer1 .footer_box li a:active,
.no-touchevents #footer1 .footer_box li a:focus {
  color: #d63;
}
#footer1 .footer_box address {
  line-height: 25px;
}

/* Languages */
#languages_footer {
  position: absolute;
  top: 0;
  right: 20px;
}
#languages_footer li {
  float: left;
  padding: 0 15px 0 0;
}
#languages_footer li:last-child {
  padding-right: 0;
}

/* Logo Harz */
#footer1 #logo_harz {
  position: absolute;
  bottom: 0;
  right: 20px;
}
#footer1 #logo_harz a {
  width: 124px;
  height: 50px;
  display: block;
  background-image: url('../images/harz.svg');
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
#footer1 #logo_harz span {
  display: none;
}


/* Footer 2 ------------------------------------------------------------------------------------ */

#footer2_container {
  width: 100%;
  background-color: #333;
  padding: 20px 0 20px 0;
}
#footer2 {
  max-width: 1200px;
  position: relative;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

/* Copyright */
#footer2 #copyright {
  font-size: 16px;
  line-height: 25px;
}
#footer2 #copyright li {
  float: left;
  position: relative;
  padding: 0 15px 0 0;
  margin: 0 10px 0 0;
}
#footer2 #copyright li:last-child {
  padding-right: 0;
}
#footer2 #copyright li:after {
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #d63;
  font-size: 0;
  line-height: 0;
  content: ' ';
  border-radius: 5px;
}
#footer2 #copyright li:last-child:after {
  display: none;
}
#footer2 #copyright a {
  color: #fff;
}
.no-touchevents #footer2 #copyright a:hover,
                #footer2 #copyright a:active,
.no-touchevents #footer2 #copyright a:focus {
  color: #d63;
}

/* Credits */
#footer2 #credits {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 16px;
  line-height: 25px;
  padding: 0 126px 0 0;
}
#footer2 #credits a {
  width: 116px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../images/whirlwind.svg');
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
#footer2 #credits span {
  display: none;
}


/* Clearing <div> ------------------------------------------------------------------------------ */

.clear {
  width: 0;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
}