@charset "UTF-8";
/*
Theme Name: beautysession
Theme URI: https://www.beautysession.ch
Description: beautyession theme
Author: Damiano De Santos
Author URI: https://www.desantos.ch
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
* {
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    * {
      font-size: 20px; } }

img {
  width: 100%;
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 0.5em;
  font-family: 'Playfair Display', serif; }

h1 {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0.15px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-weight: 600;
  font-size: 28px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 38px; } }

strong,
b {
  font-weight: bold; }

p {
  line-height: 1.5em;
  margin-bottom: 0.5em; }

a[href^="tel"],
a[x-apple-data-detectors] {
  color: white;
  text-decoration: none; }

.vc_row.wpb_row {
  overflow: hidden; }

body.no-scroll {
  overflow: hidden; }

.background-body {
  overflow: hidden;
  display: none; }
  .background-body .background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    background: url("assets/images/background.jpg");
    background-size: 110% auto;
    background-position: center; }
  .background-body::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  @media (min-width: 1024px) {
    .background-body {
      display: block;
      width: 100%;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0; } }

.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  background: white; }
  @media (min-width: 1024px) {
    .wrapper {
      margin: 10vh auto;
      overflow: hidden;
      overflow-y: scroll;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); } }

@media (min-width: 1024px) {
  .vc_row[data-vc-full-width] {
    width: 100% !important;
    max-width: 1024px;
    margin: 0 auto;
    left: auto !important; } }

@media (min-width: 1024px) {
  .rev_slider_wrapper.fullscreen-container {
    width: 100% !important;
    max-width: 1024px;
    margin: 0 auto;
    left: auto !important; } }

.container {
  width: 100%;
  max-width: 1024px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 40px; } }

#full-height-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -17px; }

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background: #000;
  letter-spacing: 0.21px;
  text-align: center;
  padding: 10px 20px;
  margin: 10px 0 0 0; }
  .btn.color-pink {
    background: #D7A5B1; }
  .btn.border-white {
    background: none;
    border: 2px solid white; }
    @media (min-width: 768px) {
      .btn.border-white {
        border: none; } }
    .btn.border-white.termin {
      padding: 5px 15px; }
      @media (min-width: 768px) {
        .btn.border-white.termin {
          padding: 0;
          margin: 0; } }
      .btn.border-white.termin::before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        transform: translateX(-2px);
        background-size: auto 100% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-bottom: -2px;
        margin-right: 5px;
        background: url("assets/images/icon_phone.png"); }
        @media (min-width: 768px) {
          .btn.border-white.termin::before {
            width: 20px;
            height: 20px; } }
  @media (min-width: 768px) {
    .btn {
      font-size: 26px; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes scrollDown {
  0% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
header .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 768px) {
    header .bar {
      padding-top: 15px;
      padding-bottom: 15px; } }
  header .bar nav {
    display: none; }
    @media (min-width: 768px) {
      header .bar nav {
        display: block; } }
    header .bar nav ul {
      margin: 0;
      padding: 0; }
      header .bar nav ul li {
        list-style: none;
        display: inline-block;
        margin: 0 20px; }
        header .bar nav ul li a {
          color: white;
          text-decoration: none;
          font-size: 30px;
          text-transform: uppercase; }
        header .bar nav ul li.current-menu-item a {
          font-weight: bold; }
  header .bar #menu-toggle {
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px 15px 10px 15px;
    background-color: #D7A5B1;
    z-index: 99;
    outline: none;
    border: 0; }
    @media (min-width: 768px) {
      header .bar #menu-toggle {
        display: none; } }
    header .bar #menu-toggle:hover {
      opacity: 1; }
    header .bar #menu-toggle .hamburger-inner,
    header .bar #menu-toggle .hamburger-inner::before,
    header .bar #menu-toggle .hamburger-inner::after {
      background-color: white;
      border-radius: 0; }
header .image {
  width: 100%;
  position: relative;
  margin: 0 0 70px 0; }
  header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
    @media (min-width: 768px) {
      header .image img {
        max-height: 500px; } }
  header .image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px;
    top: 0;
    left: 0;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 50%); }
    header .image .overlay .inner {
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center; }
  header .image .logo-small {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: auto; }
    @media (min-width: 768px) {
      header .image .logo-small {
        top: 40px;
        left: 40px; } }
    header .image .logo-small img {
      width: 100%;
      height: auto; }

.main-slider {
  position: relative; }
  @media (min-width: 768px) {
    .main-slider {
      max-height: 500px;
      overflow: hidden; } }
  .main-slider .slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeIn;
    animation-duration: .7s;
    animation-delay: 1s;
    animation-fill-mode: forwards; }
    .main-slider .slider-overlay .logo {
      width: 250px;
      max-width: 100%;
      height: auto;
      opacity: 0;
      animation: fadeInTop;
      animation-duration: 2s;
      animation-delay: 1s;
      animation-fill-mode: forwards; }
      @media (min-width: 768px) {
        .main-slider .slider-overlay .logo {
          width: 300px; } }
    .main-slider .slider-overlay h1 {
      opacity: 0;
      animation: fadeInTop;
      animation-duration: 1.5s;
      animation-delay: 1.3s;
      animation-fill-mode: forwards;
      margin-top: 40px; }
      @media (min-width: 768px) {
        .main-slider .slider-overlay h1 {
          display: none; } }
    .main-slider .slider-overlay .btn {
      display: inline-block;
      opacity: 0;
      animation: fadeInTop;
      animation-duration: 1.5s;
      animation-delay: 1.5s;
      animation-fill-mode: forwards; }
      .main-slider .slider-overlay .btn.termin {
        background: none;
        border: 2px solid white; }
      .main-slider .slider-overlay .btn.more {
        background: #D7A5B1;
        border: 2px solid #D7A5B1; }
    .main-slider .slider-overlay .scroll-down {
      position: absolute;
      display: block;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 15px;
      height: 17px;
      background: url("assets/images/scroll_down.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      animation: scrollDown infinite;
      animation-duration: 2s;
      animation-delay: 1s;
      animation-fill-mode: forwards; }
      @media (min-width: 768px) {
        .main-slider .slider-overlay .scroll-down {
          width: 25px;
          height: 27px;
          bottom: 30px; } }
    .main-slider .slider-overlay .contact-block {
      position: absolute;
      left: 0px;
      top: 20px; }
      @media (min-width: 768px) {
        .main-slider .slider-overlay .contact-block {
          left: 20px;
          top: 40px; } }
      .main-slider .slider-overlay .contact-block ul li {
        color: white;
        font-weight: 400;
        font-size: 16px; }
        @media (min-width: 768px) {
          .main-slider .slider-overlay .contact-block ul li {
            font-size: 20px; } }

/*
 * Element: Parallax Images
 * Styles: 
 */
.parallax-images {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .parallax-images {
      flex-wrap: wrap;
      align-items: flex-start;
      padding-bottom: 0; } }
  .parallax-images img {
    width: auto;
    max-width: 80%;
    height: 200px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .parallax-images img {
        width: 100%;
        max-width: 70%;
        height: auto;
        transform: none;
        object-fit: contain; } }
    .parallax-images img:nth-of-type(1) {
      box-shadow: 5px 2px 20px 0 rgba(0, 0, 0, 0.2); }
    .parallax-images img:nth-of-type(2) {
      transform: translateY(-20%) translateX(-50%);
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
        .parallax-images img:nth-of-type(2) {
          transform: translateY(-20%) translateX(20%); } }
  .parallax-images.right {
    padding-top: 50px; }
    @media (min-width: 768px) {
      .parallax-images.right {
        padding-top: 0; } }
    .parallax-images.right img:nth-of-type(1) {
      transform: translateX(0); }
    .parallax-images.right img:nth-of-type(2) {
      transform: translateY(-20%) translateX(-50%); }
      @media (min-width: 768px) {
        .parallax-images.right img:nth-of-type(2) {
          transform: translateY(-20%) translateX(20%); } }

/*
 * Element: CTA für Angebot
 * Styles:
 */
.angebot-cta {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important; }
  .angebot-cta::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  .angebot-cta .img-container {
    width: 50%;
    height: 184px;
    position: relative;
    z-index: 1;
    transform: translateY(-25px); }
    @media (min-width: 768px) {
      .angebot-cta .img-container {
        height: 300px; } }
    .angebot-cta .img-container img {
      height: 100%;
      object-fit: cover;
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5); }
  .angebot-cta .text-container {
    background: #000;
    width: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    display: flex;
    flex-wrap: wrap; }
    .angebot-cta .text-container h2 {
      color: #fff;
      font-weight: 20px;
      line-height: 1em;
      width: 100%; }
    .angebot-cta .text-container span {
      color: #fff;
      font-weight: 300;
      width: 100%; }
    .angebot-cta .text-container .cta-link {
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 400;
      color: #FFFFFF;
      letter-spacing: 0.21px;
      text-align: center;
      border: 2px solid #fff;
      padding: 3px 15px;
      margin: 10px 0 0 0; }
  .angebot-cta.color-pink .text-container {
    background: #D7A5B1; }
  .angebot-cta.left {
    justify-content: flex-start; }
    .angebot-cta.left .text-container {
      left: 40%; }
  .angebot-cta.right {
    justify-content: flex-end; }
    .angebot-cta.right .text-container {
      right: 40%; }

footer {
  background: url("assets/images/background_footer.jpg");
  background-size: cover;
  background-position: center;
  margin: 70px 0 0 0;
  padding: 70px 0; }
  footer .container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center; }
  footer .logo,
  footer .text {
    color: #fff; }
  footer .logo {
    display: inline-block; }
    footer .logo img {
      display: block;
      width: 139px;
      max-width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        footer .logo img {
          margin: 0 auto;
          width: 200px; } }

.price-nav {
  margin: 0 0 20px 0; }
  .price-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .price-nav ul li {
      list-style: none;
      width: calc(100% / 3); }
      .price-nav ul li:nth-of-type(1) {
        padding: 0 5px 0 0; }
      .price-nav ul li:nth-of-type(2) {
        padding: 0 2.5px 0 2.5px; }
      .price-nav ul li:nth-of-type(3) {
        padding: 0 0 0 5px; }
      .price-nav ul li.active a {
        background: #000;
        color: #fff; }
      .price-nav ul li a {
        width: 100%;
        text-decoration: none;
        display: inline-block;
        padding: 3px 15px;
        text-align: center;
        border: 1px solid #000;
        text-transform: uppercase;
        color: #000; }
  .price-nav.pink ul li a {
    border: 1px solid #D7A5B1;
    color: #D7A5B1; }
  .price-nav.pink ul li.active a {
    background: #D7A5B1;
    color: #fff; }

.price-table {
  display: none; }
  .price-table.black .tablepress tfoot th,
  .price-table.black .tablepress thead th {
    background-color: #000 !important;
    color: #fff !important; }
  .price-table.pink .tablepress tfoot th,
  .price-table.pink .tablepress thead th {
    background-color: #D7A5B1 !important;
    color: #fff !important; }
  .price-table.active {
    display: block; }

#mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #D7A5B1;
  top: 0;
  left: 0;
  z-index: 3; }
  @media (min-width: 768px) {
    #mobile-nav {
      max-width: 1024px;
      left: auto;
      margin: 0 auto; } }
  #mobile-nav .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
    #mobile-nav .inner nav ul {
      padding: 0;
      margin: 0; }
      #mobile-nav .inner nav ul li {
        list-style: none;
        text-align: center;
        padding: 10px 0; }
        #mobile-nav .inner nav ul li a {
          color: #fff;
          text-decoration: none;
          font-weight: 400;
          font-size: 30px;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            #mobile-nav .inner nav ul li a {
              font-size: 48px; } }
  #mobile-nav.active {
    display: block; }

ul.infos {
  margin: 0;
  padding: 0 0 0 30px; }
  ul.infos li {
    list-style: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 2em; }
    @media (min-width: 768px) {
      ul.infos li {
        font-size: 20px; } }
    ul.infos li::before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      transform: translateX(-10px);
      background-size: auto 100% !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      margin-bottom: -2px; }
      @media (min-width: 768px) {
        ul.infos li::before {
          width: 19px;
          height: 19px; } }
    ul.infos li.phone::before {
      background: url("assets/images/icon_phone.png"); }
    ul.infos li.address::before {
      background: url("assets/images/icon_address.png"); }
    ul.infos li.termin::before {
      background: url("assets/images/icon_termin.png"); }
    ul.infos li.insta::before {
      background: url("assets/images/icon_insta.png"); }

/*# sourceMappingURL=style.css.map */
