@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}

.slogan {
  font-family: Georgia, serif;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

p {
  color: black;
}

.short {
  width: 85%;
}

.villaimg {
  height: 100%;
}

.lpimg {
  height: 100%;
}

.primg {
  height: 100%;
}

@media only screen and (max-width: 1147px) {
  .lpimg {
    height: 60%;
  }
  .villaimg {
    height: 60%;
  }
  .primg {
    height: 60%;
  }
}

@media only screen and (max-width: 714px) {
  .lpimg {
    height: 40%;
  }
  .villaimg {
    height: 40%;
  }
  .primg {
    height: 40%;
  }
}

.header {
  padding-top: 20px;
  text-align: center;
  height: 150px;
  width: 100%;
}

.wBookingLP {
  text-align: center;
  height: 75px;
  margin-left: 0%;
  margin-bottom: 20px;
}

.wBookingVL {
  text-align: center;
  height: 75px;
  margin-bottom: 20px;
}

.wBookingPR {
  text-align: center;
  height: 75px;
  margin-right: 0%;
  margin-bottom: 20px;
}

.bBookingLP {
  margin-top: 5px;
  height: 35px;
  width: 140px;
  color: black;
  background-color: rgba(255, 165, 109, 0.8);
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 0px white;
          box-shadow: 0px 0px 2px 0px white;
  border: 1px solid black;
}

@media only screen and (max-width: 1344px) {
  .bBookingLP {
    width: 100px;
  }
}

.bBookingLP:hover {
  opacity: 1;
  background-color: #ffa56d;
  cursor: pointer;
}

.bBookingLP:active {
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  cursor: pointer;
}

.bBookingVL {
  margin-top: 5px;
  height: 35px;
  width: 140px;
  color: black;
  background-color: rgba(0, 119, 255, 0.8);
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 0px white;
          box-shadow: 0px 0px 2px 0px white;
  border: 1px solid black;
}

.bBookingVL:hover {
  opacity: 1;
  background-color: #0077ff;
  cursor: pointer;
}

.bBookingVL:active {
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  cursor: pointer;
}

.bBookingPR {
  margin-top: 5px;
  height: 35px;
  width: 140px;
  color: black;
  background-color: rgba(47, 105, 90, 0.8);
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 0px white;
          box-shadow: 0px 0px 2px 0px white;
  border: 1px solid black;
}

.bBookingPR:hover {
  opacity: 1;
  background-color: #2f695a;
  cursor: pointer;
}

.bBookingPR:active {
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  cursor: pointer;
}

.drittel {
  float: left;
  width: 33.33333333%;
}

.hovergrey figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hovergrey figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  cursor: pointer;
}

.mainBox {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  height: 75%;
  width: 75%;
  background-color: rgba(255, 165, 109, 0.8);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 50px 0px #ffa56d;
          box-shadow: 0px 0px 50px 0px #ffa56d;
  border-radius: 8px;
}

.contentBox {
  width: 48%;
  padding: 30px;
  vertical-align: -webkit-baseline-middle;
  text-align: center;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.contentBox2 {
  width: 48%;
  padding: 30px;
  vertical-align: -webkit-baseline-middle;
  text-align: center;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.contentBox3 {
  width: 48%;
  padding: 30px;
  vertical-align: -webkit-baseline-middle;
  text-align: center;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.fullBox {
  padding: 30px;
  text-align: center;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1081px) {
  .contentBox {
    display: table-row;
  }
}

@media only screen and (max-width: 1081px) {
  .contentBox2 {
    display: table-row;
  }
}

@media only screen and (max-width: 1081px) {
  .contentBox3 {
    display: table-row;
  }
}

.img1 {
  border-radius: 8px;
  width: 300px;
}

.img1s {
  border-radius: 8px;
  width: 200px;
}

.img2 {
  border-radius: 8px;
  width: 300px;
}

.p1 {
  line-height: 1.75;
  text-align: justify;
}

.footer {
  text-align: center;
  height: 100px;
  background-size: cover;
  background-position: 50% 62%;
  -webkit-box-shadow: 10px black;
          box-shadow: 10px black;
}

/* IMAGE GALLERY */
.thumbnail {
  max-width: 20%;
}

.italic {
  font-style: italic;
}

.small {
  font-size: 0.8em;
}

/** LIGHTBOX MARKUP **/
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

input[type=submit] {
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: solid white 1px;
  border-radius: 5px;
  color: white;
  font-size: 120%;
}

.white {
  color: white;
}

.gutschein {
  padding-bottom: 20px;
}
/*# sourceMappingURL=styles.css.map */