/** --------------------------------------------------

[TABLE OF CONTENTS]

- Grid
- Base
- Typography
- Links
- Misc
- Fade
- Loading
- Wrapper
- Home
- Contact
- sections

-------------------------------------------------- **/

@import url('https://fonts.googleapis.com/css2?family=Della+Respira&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/** Grid
-------------------------------------------------- **/
.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.column {
  float: left;
  position: relative;
  padding: 0 25px;
}

.column.col-1 {
  width: 8.333%;
}

.column.col-2 {
  width: 16.666%;
}

.column.col-3 {
  width: 24.999000000000002%;
}

.column.col-4 {
  width: 33.332%;
}

.column.col-5 {
  width: 41.665%;
}

.column.col-6 {
  width: 49.998000000000005%;
}

.column.col-7 {
  width: 58.331%;
}

.column.col-8 {
  width: 66.664%;
}

.column.col-9 {
  width: 74.997%;
}

.column.col-10 {
  width: 83.33%;
}

.column.col-11 {
  width: 91.663%;
}

.column.col-12 {
  width: 99.99600000000001%;
}

.column.offset-by-1 {
  margin-left: 8.333%;
}

.column.offset-by-2 {
  margin-left: 16.666%;
}

.column.offset-by-3 {
  margin-left: 24.999000000000002%;
}

.column.offset-by-4 {
  margin-left: 33.332%;
}

.column.offset-by-5 {
  margin-left: 41.665%;
}

.column.offset-by-6 {
  margin-left: 49.998000000000005%;
}

.column.offset-by-7 {
  margin-left: 58.331%;
}

.column.offset-by-8 {
  margin-left: 66.664%;
}

.column.offset-by-9 {
  margin-left: 74.997%;
}

.column.offset-by-10 {
  margin-left: 83.33%;
}

.column.offset-by-11 {
  margin-left: 91.663%;
}

.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/** Base
-------------------------------------------------- **/
body {
  font-family: "Della Respira", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: black;
  line-height: 1.6;
  background: #ffffff;
  overflow: hidden;
}

/** Typography
-------------------------------------------------- **/
h1,
h2,
h3,
h4,
h5,
h6
  {
    font-family: "Della Respira", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: .75em;
  }

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 1em;
}

h1 {
  font-size: 2em;
  line-height: 150%;
}

h2 {
  font-size: 1.75em;
  line-height: 150%;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 150%;
}

h4 {
  font-size: 1em;
  line-height: unset;
  font-weight: bold;
}

h5 {
  font-size: 1em;
    line-height: 150%;
}

h6 {
  font-size: 1em;
  line-height: 150%;
}

p, .section li, table {
}


table,
p:not(:last-child) {
  margin-bottom: 1mpx;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
  color: #ffffff;
}

.light-content p {
color: #ffffff;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    margin-bottom: .75em;
}

table {
  max-width: 500px;
}

table th.left {
  text-align: left;
}

/** Slides
-------------------------------------------------- **/

img {
  max-width:unset;
}

.bg-div {
  background-size: cover;
  background-position: center center;
}


/* preview_intro */
#slide_1 {
  background-image: url("../images/joy_4.jpg");
}

/* passion */
#slide_2 {
  background-image: url("../images/joy_2.jpg");
}

/* beyond */
#slide_3 {
  background-image: url("../images/joy_3.jpg");
}

/* rates */
#slide_4, #slide_7 {
  background-image: url("../images/joy_1.jpg");
}

/* gallery */
#slide_5 {
  background-image: url("../images/joy_6.jpg");
}

/* etikette */
#slide_6 {
  background-image: url("../images/joy_7.jpg");
}
/* booking */
#slide_8 {
  background-image: url("../images/joy_7.jpg");
}

/* Insta */
#slide_10 {
  background-image: url("../images/instagram-min.png");
  opacity: 0.5;
}

/* PAramour */
#slide_11 {
  background-image: url("../images/paramour-min.png");
  opacity: 0.5;
}

/** Links
-------------------------------------------------- **/
a.link {
  position: relative;
}

a.link::before {
  content: '';
  width: 0;
  height: 0.5px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #111111;
  transition: all 0.5s ease;
}

a.link:hover::before {
  width: 100%;
}

.light-content a {
  color: #808080;
}

.light-content a:hover {
  color: #fff;
  transition: all 0.6s ease;
}

.light-content a.link::before {
  background: #ffffff;
}

/** Misc
-------------------------------------------------- **/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

hr {
  display: block;
  height: 1;
  border: 1px dotted black;
  margin-top: 2em;
  margin-bottom: 2em;
}

/** Fade
-------------------------------------------------- **/
#fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  transition: all 1s ease;
}

#fade.hide {
  opacity: 0;
  visibility: hidden;
}

/** Loading
-------------------------------------------------- **/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(17, 17, 17, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

#loader.visible {
  opacity: 1;
  visibility: visible;
}

#loader .loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 5px solid #919191;
  border-top: 5px solid #ffffff;
  animation: loader 0.7s infinite linear;
}

@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
  }

}

@keyframes loader {
  100% {
    transform: rotate(360deg);
  }

}

/** Wrapper
-------------------------------------------------- **/
#wrapper,
#wrapper #pages {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper {
  overflow: hidden;
}

/** Home
-------------------------------------------------- **/
.showcase {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transition: transform 1s cubic-bezier(0.6, 0, 0.3, 1);
}

.showcase.contact-open {
  transform: translate3d(100%, 0, 0);
}

.showcase.section-open {
  transform: translate3d(-50%, 0, 0);
}

.showcase .sidebar {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background:  radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%), url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
}

.showcase .sidebar.controls {
  left: 0;
}

.showcase .sidebar.previews {
  right: 0;
}

.sidebar.controls .main-title {
  font-family: "Della Respira", serif;
  font-size: 2em;
  color: #111111;
  text-align: center;
  margin-top: 8vh;
}

li.seperate {
  padding-top:1em;
}

/*
mix-blend-mode: difference;

*/
#splash button,
.sidebar.controls .controls-sections-list .sections-list li a.contact-link {
	font-family: "Della Respira", serif;
	display:inline-block;
	font-size: 1em;
	font-weight: 800;
	color: white;

	background-color: rgba(198, 87, 149, 0.6);
	left: 0;
	right: 0;
	margin: 15px auto;
  margin-bottom: 15px;
	width: 200px;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 10px 5px;
	z-index: 5;
	text-transform: unset;

  background:
  -moz-radial-gradient(0 100%, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
  -moz-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
  -moz-radial-gradient(100% 0, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
  -moz-radial-gradient(0 0, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px);
background:
      -o-radial-gradient(0 100%, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
      -o-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
      -o-radial-gradient(100% 0, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
      -o-radial-gradient(0 0, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px);
background:
      -webkit-radial-gradient(0 100%, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
      -webkit-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
      -webkit-radial-gradient(100% 0, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px),
      -webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 7px, rgba(198, 87, 149, 0.6) 7px);
background-position: bottom left, bottom right, top right, top left;
  -moz-background-size: 50% 50%;
  -webkit-background-size: 50% 50%;
background-size: 50% 50%;
background-repeat: no-repeat;
}

.sidebar.controls .controls-sections-list {
  position: absolute;
  top: 24vh;
  right: 0;
  bottom: 100px;
  left: 0;
}

.sidebar.controls .controls-sections-list .sections-list {
  width: 100%;
  text-align: center;
  padding: 0 100px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.sidebar.controls .controls-sections-list .sections-list li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar.controls .controls-sections-list .sections-list li {
    list-style-type: none;
}

.sidebar.controls .controls-sections-list .sections-list li a {
  font-family: 'Montserrat';
  font-size: 1em;
  color: #111111;
  font-weight: 300;
  text-transform: uppercase;
}

.sidebar.previews .preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.sidebar.previews .preview.active {
  opacity: 1;
  visibility: visible;
}

.sidebar.previews .close-section {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 10;
  margin-top: -30px;
  border-radius: 50%;
  background: #e2285c;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0.5s ease;
}

.sidebar.previews .close-section.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.sidebar.previews .close-section:hover {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -5px;
}

.sidebar.previews .close-section span {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.sidebar.previews .close-section span::before,
.sidebar.previews .close-section span::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
}

.sidebar.previews .close-section span::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}

.sidebar.previews .close-section span::after {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}

/** Contact
-------------------------------------------------- **/
#contact {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1;
    background: radial-gradient(circle,rgba(255, 255, 255, 0.5) 0%,rgba(198, 87, 149, 0.6) 100%), url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
   transition: left 1s cubic-bezier(0.6, 0, 0.3, 1);
}

#contact.open {
  left: 0;
}

#contact #contact-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: scroll;
}


#contact #contact-content h2 {
  margin-top:1em;
}

#contact-content p {
  font-size: 1.25em;
  line-height: 180%;
  margin-bottom: 0.5em;
}

#contact .contact-content-inner {
  padding: 200px 0;
}

#contact .contact-close {
  position: absolute;
  top: -1em;
  right: 100px;
  z-index: 1;
  font-size: 1em;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}

#contact .contact-close:hover {
  opacity: 0.7;
}

.copyright {
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

.copyright a{
    color: #808080;
}

.copyright a:hover {
    color: #eee;
    transition: all 0.3s ease;
}

/** sections
-------------------------------------------------- **/
#section {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1;
  transition: left 1s cubic-bezier(0.6, 0, 0.3, 1);
  background:  rgb(255,255,255);
  background: linear-gradient(125deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.5) 100%), url(../images/bg.jpg) bottom right no-repeat;

  background-size: cover;
}

#section.open {
  left: 50%;
}

#section #section-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: scroll;
}

#section .section-content-inner {
  padding: 6vh 80px;
    height: 100%;
    /*background: #fff;*/
}

#section .section-content-inner .row {
    height: calc(100% - 12vh);
    font-size: 1.35em;
    line-height: 175%;
}

#section .section-content-inner .row:not(:last-child) {
  margin-bottom: 50px;
}

#section .section-header {
  margin-bottom: 50px;
}

#section .section-header .section-title {
  font-family: "Della Respira", serif;
  font-size: 2.5em;
  margin-top:0;
  color: #111111;

}

#section .section-header .section-cat {
  font-family: 'Source Sans Pro';
  font-size: 10px;
  letter-spacing: 3px;
}

.contact-list {
  font-size: 1.25em;
  padding-top: 1em;
}

.contact-list li {
  list-style-type: none;
  font-weight:bold;
}

.contact-list li span {
  cursor: pointer;
  font-weight:normal;
}



/** media
-------------------- **/
@media (max-width:1024px) {

    .sidebar.controls .main-title {
        margin-top: 60px;
    }

  .container {
    width: 80%;
  }

  .showcase.section-open {
    transform: translate3d(-60%, 0, 0);
  }

  .showcase .sidebar.controls {
    width: 60%;
  }

  .showcase .sidebar.previews {
    width: 40%;
  }

  .showcase .sidebar.previews .close-section {
    left: 50px;
  }

  #section {
    width: 60%;
  }

  #section.open {
    left: 40%;
  }

}

@media (max-width:768px) {
  .column {
    width: 100% !important;
    padding: 0;
    margin-bottom: 50px;
  }

  .column:last-child {
    margin-bottom: 0;
  }

  .showcase {
    z-index: 100;
  }

  .showcase.section-open {
    transform: translate3d(-100%, 0, 0);
  }

  .showcase .sidebar.controls {
    width: 100%;
  }

  .showcase .sidebar.previews {
    width: 0;
  }

  .showcase .sidebar.previews .preview {
    display: none;
  }

  .showcase .sidebar.previews .close-section {
    top: auto;
    bottom: 50px;
    left: 50px;
    z-index: 100;
    margin-top: 0;
  }

  .showcase .sidebar.previews .close-section:hover {
    margin: -5px;
  }

  #section {
    width: 100%;
  }

  #section.open {
    left: 0;
  }

  #contact .contact-close {
    right: 0;
  }

}

@media (max-height:700px) {
  .hide-mobile {
      display: none;
    }

    .sidebar.controls .main-title {
      margin-top: 1vh;
    }
}

@media (max-width:500px) {
  .showcase .sidebar.controls .controls-sections-list {
    top: 30vh;
    right: 0;
    bottom: 10vh;
    left: 0;
  }

  .showcase .sidebar.controls .controls-sections-list .sections-list {
    text-align: center;
    padding: 0 25px;
  }

  .showcase .sidebar.controls .controls-sections-list .sections-list li a {
    font-size: 1.25em;
  }

  .showcase .sidebar.previews .close-section {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 50px;
    left: 25px;
    z-index: 100;
    margin-top: 0;
  }

  .showcase .sidebar.previews .close-section:hover {
    width: 50px;
    height: 50px;
    margin: -5px;
  }

  .showcase .sidebar.previews .close-section span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
  }

  #contact .contact-content-inner {
    padding: 6vh  0;
  }

  #section .section-content-inner {
    padding: 6vh 10%;
  }

}


/* custom */
.vip img {
  -webkit-filter: blur(2px) grayscale(1) !important;
  filter: blur(2px) grayscale(1) !important;
}

.clear { clear:both;}

div, p, span, button, a, textarea, input, select { outline: none;}


.albumcontainer {
	margin-top: 20px;
}

.albumbox {
  margin: 10px auto;
  left:0px;
  right: 0px;
}

.albumbox img {
  margin: 2% 2% 2% 0%;
  padding: 0;
  /* float: left; */
  border: 1px solid #eee;
  border-radius: 10px;
  object-fit: cover;
  width: 15vh;
  height: 15vh;
}
.albumbox img:hover{
  opacity: .8;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.albumbox li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}



.album {
    min-width: 100px;
    max-width: 150px;
  width: 23%;
    text-align: center;
  padding: 0 15px 30px 0;
  float: left;
}

.album img {
    max-width: 100%;
    border: 2px solid #ff5b7a;
    /*border-radius: 10px;*/
}
.album a { color: #121212; text-decoration: none;}
.album a span{ text-transform: uppercase; font-size: 11px; font-family: 'Source Sans Pro';}
.album a:hover span { color: #ff5b7a;}


#banners {
  bottom: -8vh;
  left: 2vh;
  /* margin: 20px auto 0px; */
  /* width: 100%; */
  position: absolute;
}

a.contact-link2 {
  font-family: "Della Respira", serif;
  /*position: absolute;*/
  bottom: 70px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  letter-spacing: 0.5px;
  border: 0.5px solid #222;
  padding: 10px 5px;
}

.content-scroll {
  background-color: rgba(255, 255, 255, .8);
  padding: 2em;
  margin: -2em;
  font-size:120%;
}

#section-rates h3 {
  text-align:left;
  white-space: nowrap;
}

#section-rates th {
  text-align: left;
  padding-top:.25em;
  padding-bottom:0.75em;
}

#section-rates tr {
  margin-bottom:1em;
}

table td {
  font-family: 'Source Sans Pro';
  padding-bottom: .5em;
}

table td.col_0 {
  font-weight:bold;
}

table td[colspan] {
  font-family: "Della Respira", serif;
  font-style:italic;
  font-weight:400;
  padding-bottom: .5em;
}


.content-scroll p,
.content-scroll li {
  font-family: 'Source Sans Pro';
  padding-bottom: .5em;
}

.contact-link,
.showcase .sidebar.previews .close-section,
.section .mCSB_scrollTools .mCSB_draggerRail,
.section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.section .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.section .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(198, 87, 149, 0.6);
}
