.nav-wrapper {
  position: relative;
  background-color: #FF2726;
  z-index: 9999; }
  .nav-wrapper .left li a.whatsapp, .nav-wrapper .right li a.whatsapp {
    padding: 15px; }
    .nav-wrapper .left li a.whatsapp img, .nav-wrapper .right li a.whatsapp img {
      height: 34px; }

.slick-carousel {
  position: relative; }

.carousel-wrapper {
  padding: 50px; }

.slider-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;}

.slider-image-horizontal-saloon {
  display: block;
  width: 100%;
  background-image: url("../../assets/img/slider/Salon_Bild_1.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

* {
  font-size: 1.2rem; }

html, body {
  font-family: Roboto, sans-serif;
  font-size: 13px; }

h1 {
  font-size: 3rem;
  margin: 1.5rem 0 2rem 0;
  font-weight: 300; }

h2 {
  font-size: 2.6rem;
  margin: 1.3rem 0 1.7333333333rem 0;
  font-weight: 700; }

h3 {
  font-size: 2.2rem;
  margin: 1.1rem 0 1.4666666667rem 0;
  font-weight: 300; }
  h3 i {
    position: relative;
    top: 0.3rem; }

h4 {
  font-size: 1.8rem;
  margin: 0.9rem 0 1.2rem 0;
  font-weight: 700; }

@media screen and (min-width: 576px) {
  html, body {
    font-size: 12.5px; } }

@media screen and (min-width: 768px) {
  html, body {
    font-size: 12px; } }

@media screen and (min-width: 992px) {
  html, body {
    font-size: 11.5px; } }

@media screen and (min-width: 1200px) {
  html, body {
    font-size: 11px; } }

.content-row {
  position: relative;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.5);
  z-index: 998; }
  .content-row .content-wrapper.contact {
    background-color: #fff; }
    .content-row .content-wrapper.contact .socials {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content-row .content-wrapper.contact .socials img {
        display: block;
        height: 35px;
        width: auto;
        margin-right: 0.6rem; }
  .content-row .content-wrapper.opening-hours {
    background-color: #FF2726;
    color: #fff; }
  .content-row .content-wrapper.approach {
    background-color: #000;
    color: #fff; }

.container-fluid {
  overflow: hidden;
  padding: 0; }

.row {
  margin: 0; }

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

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .navigation div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .navigation div a {
      display: block;
      padding: 12.5px;
      color: #fff;
      background-color: transparent;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-decoration: none; }
      .navigation div a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      .navigation div a img {
        display: block;
        height: 30px; }
      .navigation div a i {
        display: block;
        font-size: 30px; }

.intro-row > div {
  padding: 0; }

footer {
  padding: 20px 15px;
  background-color: #000; }
  footer a {
    color: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none; }
    footer a:hover {
      color: #ccc;
      text-decoration: none; }

.back-button {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px; }
  .back-button a {
    display: block;
    height: 45px;
    width: 45px;
    background-color: #FF2726;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }
    .back-button a i {
      position: relative;
      top: 12px;
      left: 15px; }
