@charset "utf-8";
@import 'ccb-panel.css';
* {
  -moz-osx-font-smoothing: grayscale;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 300;
  text-rendering: geometricprecision;
}
body {
  background-color: #f5f4f3;
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(13px, 0.9vmax, 17px);
  line-height: 1.6;
  letter-spacing: -0.02rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
a.txt,
a.txt:visited,
.intro p > a,
.intro p > a:visited,
.intro li > a,
.intro li > a:visited {
  color: #df9650;
  border-bottom: 0.05em solid;
  transition: color 0.1s;
}
a.txt,
a.txt:visited {
  color: #fff;
}
a.txt:hover,
.intro p > a:hover,
.intro li > a:hover {
  color: #323232;
}
h1,
h2,
h3 {
  color: #f9b460;
  font-size: clamp(1px, 3.1vmax, 50px);
  line-height: 1;
  margin-bottom: 2.5vh;
}
h3 {
  font-size: clamp(1px, 2.1vmax, 34px);
  margin: 2vh 0 1.5vh;
}
p + p,
ul + p,
p + ul,
ul + ul {
  margin-top: 1vh;
}
ul {
  list-style: none;
}
li br {
  display: none;
}
#tips li {
  margin-bottom: 1vh;
}
strong {
  font-weight: 500;
}
.intro {
  background-color: #f5f4f3e5;
  border-radius: 10px;
  width: 88%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 3.5vh 0 3vh;
  display: grid;
  grid-template-columns: min(92%, 800px);
  justify-content: center;
  justify-items: center;
}
.amenities span {
  background: url('../images/people.svg') no-repeat center center / contain;
  width: 1em;
  display: inline-block;
  height: 1.5em;
}
.amenities span.terrace {
  background-image: url('../images/terrace.svg');
  width: 1.8em;
}
.amenities span.airco {
  background-image: url('../images/airco.svg');
  width: 2.8em;
}
.section {
  text-align: center;
}
.buttons {
  margin-top: 1.8vh;
}
hr {
  background-color: #f9b460;
  margin: 2vh 40%;
  height: 1px;
}
.button {
  font-weight: 500;
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  padding: 9px 18px;
  transition: all 0.3s;
}
.button:hover {
  background-color: #f9b460;
  color: #fff;
  transition: all 0.2s;
}
.fp-auto-height {
  padding: calc(5vmax + 3.5em) 0;
}
.nopadding {
  padding: 0;
}
menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 2.5vmax;
  display: grid;
  grid-template-columns: 1fr auto;
}
menu a {
  display: inline-block;
  margin: 0.25em;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  padding: 1em 2.25em;
  transition: all 0.3s;
}
menu a:hover {
  background: #f9b46077;
  color: #fff;
  transition: all 0.2s;
}
menu a.active,
a.selected {
  background: #666;
  background: #f9b460ee;
  color: #fff;
}
menu a[data-menuanchor='book'] {
  border-inline: 3px solid;
}
menu a[data-menuanchor='languages'] {
  padding: 1em 1.125em;
}
aside {
  background-color: #f9b46088;
  color: #fff;
  font-size: 140%;
  line-height: 1.5;
  text-shadow: 0px 0px 50px #f9b460;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: calc(2.5vmax + 80px) 2vmax 2.5vmax;
  /*height: 25vh;
  display: flex;
  justify-content: center;
  align-items: end;*/
  position: absolute;
  z-index: 1;
}
#homepage {
  background: url('../images/22bnb.svg') no-repeat center center / auto min(25vmax, 325px), url('../../files/dsc09793-edit.jpg') no-repeat center center / cover;
}
#homepage-tips {
  background: url('../images/22bnb.svg') no-repeat center center / auto min(25vmax, 325px), url('../../files/DSC00752.jpg') no-repeat center center / cover;
}
#galery .intro {
  background-color: #f9b460;
}
#galery .intro h2 {
  color: #f5f4f3;
}
#contactpage {
  background-color: #f9b460;
}
.contactinfo {
  font-size: 120%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50vh;
  align-items: center;
}
iframe {
  width: 100%;
  height: 100%;
}
.contactinfo div:last-of-type {
  padding: 4vmax;
}
#Stardekk-Review-Container .Stardekk-Review-Stars img {
  width: auto !important;
}
@media only screen and (max-width: 680px) {
  menu > span:first-of-type a {
    display: none;
  }
  aside {
    padding: calc(2.5vmax + 58px) 2vw 2.5vmax;
  }
  #fp-nav.fp-right {
    right: 0;
  }
  .slide.fp-slide.fp-table:not(:first-child) {
    background-size: contain !important;
  }
  .contactinfo {
    grid-template-columns: 1fr;
    grid-template-rows: 50vh 50vh;
  }
  .contactinfo div:last-of-type {
    grid-row-start: 1;
  }
  li br {
    display: inherit;
  }
}
