@font-face {
  font-family: 'gobold';
  src: url("../fonts/gobold_extra1-webfont.woff2") format("woff2"), url("../fonts/gobold_extra1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 20px; }

body {
  font-size: calc-em(20);
  line-height: 1.2;
  font-family: "Helvetica Neue", sans-serif;
  margin-bottom: calc-em(0, 20); }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide--rtl {
  direction: rtl; }

body {
  padding: 0;
  margin: 0;
  background-color: #212121;
  font-family: "garage-gothic", sans-serif;
  font-weight: 400;
  font-style: normal; }

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.site-nav {
  position: fixed;
  z-index: 20; }
  @media screen and (max-width: 1000px) {
    .site-nav {
      width: auto;
      padding: 0;
      top: 2vh;
      right: 2vh;
      border-radius: 2px;
      min-width: 36px;
      min-height: 36px; } }
  @media screen and (min-width: 1000px) {
    .site-nav {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      color: #eee; } }
  .site-nav ul {
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      .site-nav ul {
        display: flex; } }
  .site-nav li {
    margin: 0 1.5rem;
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase; }
  .site-nav a {
    color: #eee;
    text-decoration: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    text-shadow: 0 0 3px #212121; }
    .site-nav a:hover, .site-nav a:active {
      color: #009966; }

.mobile-nav {
  background-color: rgba(255, 255, 255, 0.8); }
  .mobile-nav ul {
    display: flex;
    flex-direction: column; }
  .mobile-nav li {
    margin: 0; }
  .mobile-nav a {
    color: #333;
    display: block;
    padding: 0.75rem 1rem;
    text-shadow: none; }

.mobile-nav__button {
  position: absolute;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px; }
  @media screen and (min-width: 1000px) {
    .mobile-nav__button {
      display: none; } }
  .mobile-nav__button img {
    flex: 0;
    display: block;
    width: 16px; }
  .mobile-nav .mobile-nav__button {
    display: none; }
  .mobile-nav__button--close {
    display: none;
    background: none; }
    .mobile-nav .mobile-nav__button--close {
      display: flex; }

.splash-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  pointer-events: none; }
  .splash-logo img {
    display: block;
    max-height: 70%;
    max-width: 70%;
    opacity: 0.5; }
    @media screen and (min-width: 600px) {
      .splash-logo img {
        max-width: 30%; } }
    @media screen and (min-width: 1200px) {
      .splash-logo img {
        max-width: 40%; } }
    @media screen and (min-width: 1200px) {
      .splash-logo img {
        max-width: 25%; } }
.external {
  display: flex;
  align-items: center; }
  .external::after {
    padding: 0;
    content: url("/assets/images/external-link-square.svg");
    margin-left: 0.5rem;
    height: 12px;
    width: 12px; }

.start {
  position: relative;
  background-size: cover;
  background-position: top center; }
  .start__content {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 10; }
    .start__content > * {
      width: 100%; }
  .start__logo {
    position: relative;
    margin-top: 15vh; }
  .start__logo img {
    position: relative;
    z-index: 5;
    opacity: 0.7;
    max-height: 70%;
    max-width: 70%;
    opacity: 0.5; }
    @media screen and (min-width: 600px) {
      .start__logo img {
        max-width: 30%; } }
    @media screen and (min-width: 1200px) {
      .start__logo img {
        max-width: 40%; } }
    @media screen and (min-width: 1200px) {
      .start__logo img {
        max-width: 25%; } }
.main-home .booking {
  position: relative;
  z-index: 10;
  pointer-events: all; }

@-webkit-keyframes flicker {
  0%,
  18%,
  22%,
  25%,
  53%,
  57%,
  100% {
    text-shadow: 0 0 7px #111, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px rgba(0, 255, 170, 0.25), 0 0 82px rgba(0, 255, 170, 0.25), 0 0 92px rgba(0, 255, 170, 0.25), 0 0 102px rgba(0, 255, 170, 0.25), 0 0 151px rgba(0, 255, 170, 0.25); }
  20%,
  24%,
  55% {
    text-shadow: none; } }

@keyframes flicker {
  0%,
  18%,
  22%,
  25%,
  53%,
  57%,
  100% {
    text-shadow: 0 0 7px #111, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px rgba(0, 255, 170, 0.25), 0 0 82px rgba(0, 255, 170, 0.25), 0 0 92px rgba(0, 255, 170, 0.25), 0 0 102px rgba(0, 255, 170, 0.25), 0 0 151px rgba(0, 255, 170, 0.25); }
  20%,
  24%,
  55% {
    text-shadow: none; } }

@-webkit-keyframes pulsate {
  100% {
    /* Larger blur radius */
    text-shadow: 0 0 40px rgba(0, 255, 170, 0.1), 0 0 80px rgba(0, 255, 170, 0.1), 0 0 90px rgba(0, 255, 170, 0.1), 0 0 100px rgba(0, 255, 170, 0.1), 0 0 150px rgba(0, 255, 170, 0.1); }
  0% {
    /* A slightly smaller blur radius */
    text-shadow: 0 0 38px rgba(0, 255, 170, 0.1), 0 0 73px rgba(0, 255, 170, 0.1), 0 0 80px rgba(0, 255, 170, 0.1), 0 0 94px rgba(0, 255, 170, 0.1), 0 0 140px rgba(0, 255, 170, 0.1); } }

@keyframes pulsate {
  100% {
    /* Larger blur radius */
    text-shadow: 0 0 40px rgba(0, 255, 170, 0.1), 0 0 80px rgba(0, 255, 170, 0.1), 0 0 90px rgba(0, 255, 170, 0.1), 0 0 100px rgba(0, 255, 170, 0.1), 0 0 150px rgba(0, 255, 170, 0.1); }
  0% {
    /* A slightly smaller blur radius */
    text-shadow: 0 0 38px rgba(0, 255, 170, 0.1), 0 0 73px rgba(0, 255, 170, 0.1), 0 0 80px rgba(0, 255, 170, 0.1), 0 0 94px rgba(0, 255, 170, 0.1), 0 0 140px rgba(0, 255, 170, 0.1); } }

.button__booking {
  position: relative;
  z-index: 5;
  display: inline-block;
  color: rgba(0, 255, 170, 0.25);
  letter-spacing: 0.5rem;
  font-family: gobold, sans-serif;
  font-weight: 800;
  font-size: 6rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-animation: pulsate 0.11s ease-in-out infinite alternate;
          animation: pulsate 0.11s ease-in-out infinite alternate;
  padding: 0;
  margin: 5vh auto 2vh;
  cursor: pointer; }
  .main-home .button__booking {
    margin-top: 5vh; }
  @media screen and (min-width: 600px) {
    .button__booking {
      font-size: 15rem; } }
  @media screen and (min-width: 800px) {
    .button__booking {
      font-size: 18rem; } }
.salon__name {
  font-weight: bold; }

.main-home {
  position: relative; }
  .main-home::before {
    background-color: rgba(33, 33, 33, 0.5);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2; }

.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover; }
  @media screen and (min-aspect-ratio: 3/2) {
    .main-nav {
      flex-direction: row; } }
  .main-nav__item {
    position: relative;
    flex: 1 1 50%;
    text-align: center;
    overflow: hidden;
    text-decoration: none; }
    .main-nav__item:hover .main-nav__bg {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .main-nav__item:hover .main-nav__content img {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
  @media screen and (max-aspect-ratio: 3/2) {
    .main-nav--varberg .city {
      margin-top: -8rem; }
    .main-nav--falkenberg .city {
      margin-top: 8rem; } }
  .main-nav__bg {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  .main-nav__content {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2; }
  .main-nav img {
    max-height: 70%;
    max-width: 70%;
    opacity: 0.5;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    @media screen and (min-width: 600px) {
      .main-nav img {
        max-width: 30%; } }
    @media screen and (min-width: 1200px) {
      .main-nav img {
        max-width: 40%; } }
.section {
  box-sizing: border-box;
  background-color: #212121;
  padding: 5rem 0 5rem;
  min-height: 100vh;
  text-align: center; }
  .section--shorten {
    min-height: auto; }
  .section__header {
    margin: 0;
    padding: 1rem 10vw;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    z-index: 5; }
    .section__header p {
      max-width: 800px; }
      @media screen and (min-width: 800px) {
        .section__header p {
          margin: 0.5rem auto; } }
  .section__header--inv {
    margin: 0;
    position: relative;
    z-index: 5;
    padding: 1rem 10vw;
    text-align: center;
    font-size: 1.4rem;
    color: #eee; }
  .section__headline {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem; }
  .section-instagram {
    padding: 0; }
  .section--has-image {
    background-position: center;
    background-size: cover; }

.body--villkor {
  padding: 5vh 5vw;
  color: #212121;
  background-color: #EDC7A2; }
  @media screen and (min-width: 600px) {
    .body--villkor {
      position: absolute;
      height: 90vh;
      padding: 5vh 20vw; } }
@media screen and (min-width: 600px) {
  .terms {
    height: 85vh;
    overflow: scroll; } }

.crew-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1500px; }

.crew-detail {
  flex: 0 1 450px;
  width: 30vw;
  text-align: center;
  font-size: 1.4rem;
  margin: 10px; }
  .crew-detail img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom; }

.crew__image__container {
  position: relative; }

.crew__bio {
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  font-size: 1rem;
  background-color: rgba(33, 33, 33, 0.8);
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .crew__bio:hover {
    opacity: 1; }
  .crew__bio p {
    margin: 0.5rem 0; }
  @media screen and (min-width: 600px) {
    .crew__bio {
      font-size: 1.2rem; } }
.crew__name {
  margin: 1rem 0 0.5rem; }

.crew__title {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.25rem; }

.crew__experience {
  font-size: 1rem;
  margin: 0 0 0.5rem; }

.section__crew {
  color: #009966 !important; }
  .section__crew__varberg {
    background-color: #212121; }
  .section__crew__falkenberg {
    background-color: #EDC7A2; }

.link--text {
  padding: 1rem 10vw;
  text-align: center;
  font-size: 1.4rem; }
  .link--text a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #212121; }

.section__prices {
  color: #eee; }

.prices__container {
  color: #212121;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media screen and (min-width: 900px) {
    .prices__container {
      width: 50%; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .prices__container {
      align-items: flex-start;
      flex-direction: row; } }
.price__container {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  margin: 2px auto; }
  .price__container--varberg {
    background-color: #EDC7A2; }
  .price__container--falkenberg {
    background-color: #EDC7A2; }

.should-narrow {
  width: 100%; }
  .should-narrow .price__name {
    padding-bottom: 0.5rem; }
  @media screen and (min-width: 600px) {
    .should-narrow {
      width: 49%; }
      .should-narrow .price__name {
        padding-bottom: 0; }
      .should-narrow:first-child {
        width: 99%; } }
.price__header {
  vertical-align: middle;
  margin: 0.1rem;
  padding: 0.9rem;
  box-sizing: border-box;
  border: 2px solid #212121; }
  .price__header:hover {
    cursor: pointer; }

.price-list__container {
  padding: 0.1rem;
  padding-top: 0;
  text-align: left;
  box-sizing: border-box;
  z-index: 10;
  background-color: inherit;
  width: 100%;
  margin-top: calc(-2px - 0.2rem); }

.should-collapse {
  display: none; }

.price__list {
  list-style: none;
  margin: 0;
  padding: 0 0.7rem 0.9rem;
  border: 2px solid #212121;
  border-top: 0; }

.price__comment {
  margin: 0;
  padding: 0 1.5rem 0.9rem;
  border: 2px solid #212121;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  font-style: italic; }

.is-visible {
  display: block;
  position: relative; }
  @media screen and (min-width: 600px) {
    .is-visible {
      position: absolute; } }
.price__service {
  margin: 0;
  padding: 0 calc(2px + 0.1rem);
  display: flex;
  align-items: top;
  font-size: 1.2rem; }
  .price__service > * {
    margin: 0;
    padding: 0; }

.price__name {
  flex: 2;
  display: flex;
  align-items: top; }

.price__label {
  flex: 2; }

.price__duration {
  flex: 1;
  white-space: nowrap;
  text-align: right;
  font-size: 1rem; }

.price__price {
  flex: 1;
  text-align: right; }

.prices__terms {
  font-size: 1.5rem;
  color: white; }

figure,
figcaption {
  margin: 0;
  padding: 0; }

.section__text {
  position: relative;
  z-index: 0; }
  .section__text--dark {
    color: #009966; }
    .section__text--dark.section--has-image::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: rgba(35, 30, 30, 0.8);
      z-index: 1; }
  .section__text--light {
    color: #212121 !important;
    background-color: #eee; }
    .section__text--light.section--has-image::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 1; }

.section__divider {
  padding: 0;
  background-size: cover;
  width: 100vw;
  height: 100vh; }
  .section__divider img {
    display: block;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover; }
  .section__divider .quote {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(33, 33, 33, 0.5);
    padding: 0 5vw; }
  .section__divider p {
    text-align: center;
    font-size: 3rem;
    font-weight: 800; }

.section__kontakt {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .section__kontakt--varberg {
    background-image: url(../images/FAB-086.jpg);
    background-position-y: top; }
  .section__kontakt--falkenberg {
    background-image: url(../images/4H4B8390_edit.jpg); }
  .section__kontakt::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(35, 30, 30, 0.8);
    z-index: 1; }

.kontakt__content {
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 600px) {
    .kontakt__content {
      width: 70%; } }
  .kontakt__content img {
    max-height: 70%;
    max-width: 70%;
    opacity: 0.5; }
    @media screen and (min-width: 600px) {
      .kontakt__content img {
        max-width: 30%; } }
    @media screen and (min-width: 1200px) {
      .kontakt__content img {
        max-width: 40%; } }
.city {
  padding: 1rem 10vw;
  text-align: center;
  font-size: 1.4rem;
  color: #eee;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-decoration: none; }
  .start__logo .city, .main-nav .city {
    position: relative;
    z-index: 5;
    font-size: 2rem;
    text-shadow: 0 0 0.5rem #212121;
    font-weight: bold; }
  .main-nav .city {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    .main-nav .city:hover {
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }

.kontakt__info {
  padding: 1rem 10vw;
  text-align: center;
  font-size: 1.4rem;
  color: #eee; }
  .kontakt__info a {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid #212121; }
  .kontakt__info a {
    border-bottom-color: #eee; }

.footer__copyright {
  text-align: center;
  background-color: #212121;
  color: #eee;
  margin: 0;
  padding: 1rem 0; }

.juicer-ad,
.referral {
  display: none !important; }

.glide {
  position: absolute;
  top: 0px;
  left: 0px;
  height: inherit; }
  .glide__track {
    height: 100%; }
  .glide__slides {
    margin: 0;
    height: 100%; }
  .glide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .glide img {
        width: auto; } }
