/* Text Elements */

h1 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Amethysta', serif;
  line-height: 1.1;
}

h1.h1Header {
  color: #d0d0d0;
}

h1.h1-2 {
  color: #343434;
}

h2 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Amethysta', serif;
  line-height: 1.1;
}

h3 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Amethysta', serif;
  line-height: 1.1;
}

h4 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Amethysta', serif;
  line-height: 1.1;
}

h4.h4-booking {
  color: #fff;
}

h5 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Amethysta', serif;
  line-height: 1.1;
}

h6 {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 28px;
  font-family: 'Amethysta', serif;
  line-height: 1.1;
}

h6.h6-1 {
  color: #fff;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 1200px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1;
}

p.paragraph.pTerms {
  color: #fff;
}

span.text-element {
  margin-bottom: 10px;
  color: #343434;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

span.text-element.textHeadings {
  font-size: 28px;
  font-family: 'Amethysta', serif;
  line-height: 1.1;
}

span.text-element.header.textHeadings {
  color: #fff;
}

span.text-element.textPrices {
  padding-bottom: 10px;
  border-bottom: .0625rem solid #fff;
  color: #fff;
  text-transform: capitalize;
}

span.text-element.textLocation {
  margin-bottom: 20px;
}

span.text-element.textLocation.two {
  color: #fff;
}

span.text-element.textPtnFooter {
  margin-bottom: 0;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 1;
}

a.link-text {
  display: block;
  color: #ff5000;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}

a.link-text.linkButton {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fad319;
  box-shadow: rgba(128, 128, 128, .5) 2px 2px 5px 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

a.link-text.close.linkButton {
  margin-top: 0;
  background-color: #e0e0ab;
  box-shadow: none;
}

a.link-text.linkEmail {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  width: 300px;
  background-color: #e0e0ab;
  box-shadow: none;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

a.link-text.linkPrivacy {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
  color: #e0e0ab;
}

a.link-text.linkHome {
  display: block;
  margin: 0 auto 10px;
  padding: 10px 20px;
  width: 300px;
  background-color: #305c3d;
  box-shadow: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

/* Layout Elements */

.container {
  position: relative;
  padding: 20px;
}

.container.DivContactFormWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 10;
  display: none;
  float: right;
  padding: 30px;
  min-height: 100%;
  background-color: #305c3d;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  text-align: right;
}

.container.divHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  height: 400px;
  background-image: url('../images/IMG_0063.webp');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.divImageCamping {
  height: 200px;
  background-image: url('../images/IMG_0064.webp');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.divImagesWrap {
  display: grid;
  padding: 0;

  grid-template-columns: repeat(2 , auto);
  grid-template-rows: auto;
  grid-row-gap: 1px;
  grid-column-gap: 1px;
}

.container.divImageCamping.two {
  background-image: url('../images/IMG_0037.webp');
  background-position: right center;
}

.container.divImageCamping.three {
  background-image: url('../images/IMG_0066.webp');
}

.container.divImageCamping.four {
  background-image: url('../images/IMG_0086.webp');
}

.container.divImageCamping.five {
  background-image: url('../images/IMG_0107.webp');
}

.container.divImageCamping.six {
  background-image: url('../images/IMG_0089.webp');
}

.container.divPrices {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 8vw;
}

.container.booking.divMain {
  background-color: #e0e0ab;
  background-image: -webkit-linear-gradient(top, rgba(0, 138, 187, .55) 0%, rgba(48, 92, 61, .7) 100%), url('../images/IMG_0037.webp');
  background-image:    -moz-linear-gradient(top, rgba(0, 138, 187, .55) 0%, rgba(48, 92, 61, .7) 100%), url('../images/IMG_0037.webp');
  background-image:      -o-linear-gradient(top, rgba(0, 138, 187, .55) 0%, rgba(48, 92, 61, .7) 100%), url('../images/IMG_0037.webp');
  background-image:         linear-gradient(180deg, rgba(0, 138, 187, .55) 0%, rgba(48, 92, 61, .7) 100%), url('../images/IMG_0037.webp');
  background-attachment: scroll, scroll;
  background-position: left top, right top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.divFooter {
  background-color: #305c3d;
  background-image: -webkit-linear-gradient(top, rgba(48, 92, 61, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_0069.webp');
  background-image:    -moz-linear-gradient(top, rgba(48, 92, 61, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_0069.webp');
  background-image:      -o-linear-gradient(top, rgba(48, 92, 61, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_0069.webp');
  background-image:         linear-gradient(180deg, rgba(48, 92, 61, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_0069.webp');
  background-attachment: scroll, scroll;
  background-position: left top, center 70%;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.divBaseline {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  background-color: #000;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-1 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 100%), url('../images/pattern2.svg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 100%), url('../images/pattern2.svg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 100%), url('../images/pattern2.svg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 100%), url('../images/pattern2.svg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, 20% auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container.divHeader.two {
  background-image: url('../images/IMG_0064.webp');
}

.container.divHeader.three {
  background-image: url('../images/IMG_0093.webp');
}

.link-container {
  position: relative;
}

.link-container.divLinkPtn {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 300px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.html-element {
  margin-bottom: 0;
}

div.responsive-picture.ptnLogoFooter {
  margin-right: 10px;
  max-width: 25px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.h1Header {
    margin-bottom: 15px;
  }

  h1.h1-2 {
    margin-bottom: 15px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 20px;
  }

  h4 {
    margin-bottom: 20px;
  }

  h5 {
    margin-bottom: 20px;
  }

  h5.h5-1 {
    margin-bottom: 10px;
  }

  h6 {
    margin-bottom: 20px;
  }

  span.text-element.textPrices {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: .0625rem solid #fff;
    line-height: 1;
  }

  span.text-element.textHeadings {
    margin-bottom: 20px;
  }

  span.text-element.header.textHeadings {
    margin-bottom: 10px;
    line-height: 1.1;
  }

  a.link-text.linkButton {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  a.link-text.linkEmail {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  a.link-text.linkHome {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  /* Layout Elements */

  .container {
    padding: 30px;
  }

  .container.divImagesWrap {
    grid-template-columns: repeat(3 , auto);
  }

  .container.divPrices {
    display: grid;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;

    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
    grid-column-gap: 60px;
  }

  .container.booking.divMain {
    padding: 60px;
  }

  .container.divBaseline {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .html-element {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h4.h4-booking {
    margin-bottom: 60px;
  }

  span.text-element.textLocation {
    margin-bottom: 40px;
  }

  span.text-element.textLocation.two {
    margin-bottom: 20px;
  }

  a.link-text.linkButton {
    right: 40px;
  }

  a.link-text.linkEmail {
    right: 40px;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    background-color: #e0e0ab;
    box-shadow: none;
  }

  a.link-text.linkHome {
    right: 40px;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    box-shadow: none;
  }

  /* Layout Elements */

  .container {
    padding: 60px;
  }

  .container.divImagesWrap {
    grid-template-columns: repeat(6 , auto);
  }

  .container.divImageCamping {
    height: 300px;
    background-position: center center;
  }

  .container.divPrices {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;

    grid-template-columns: repeat(3 , auto);
  }

  .container.divBaseline {
    -ms-flex-pack: center;
    text-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}