* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*font-family: "Raleway", sans-serif;*/
  font-family: "Archivo", sans-serif;
  background: #333333;
  cursor: none;
  overflow-x: hidden;
}
.cursor {
  width: 2rem;
  height: 2rem;
  border: 2px solid black;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.3s ease;
  transition-property: background, transform;
  transform-origin: 100% 100%;
  z-index: 10000;
  backdrop-filter: grayscale(5);
}

.weiterleitung {
  display: none;
}
/*.weiterleitungLogo {
  display: none;
}*/
@media only screen and (max-width: 500px) {
  .weiterleitung {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: fixed;
    z-index: 99999;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.9);
    background-size: cover;
    color: White;
    font-family: inherit;
    text-align: center;
  }
  .weiterleitungLogo {
    display: flex;
    flex-wrap: wrap;
    background: url(/reiki-healing.info/images/svgLogo_stor.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    z-index: 99999;
    margin-bottom: 20px;
  }
  .weiterleitungLink {
    margin-top: 30px;
    color: #8fad65;
    text-decoration: none;
    padding: 5px;
    border: 2px solid #8fad65;
    background: #333333;
  }
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(125, 217, 122);
  box-shadow: inset 0 0 6px rgb(125, 217, 122);
  background-color: rgb(185, 231, 183);
  border-radius: 10px;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, #36624e),
    color-stop(0.5, #b4d881),
    color-stop(0.86, #36624e)
  );
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 0.5vh;
  background: #ccc;
  top: -0.5vh;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 0.5vh;
  background: #8fad65;
  width: 0%;
}
#scene {
  background-color: #333333;
}
header {
  position: sticky;
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
  top: 0;
  background: #333333;
  z-index: 999;
}

.svgBack {
  /*background: url(./images/svgLogo.svg);*/
  background: url(./images/lotus_neu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 15vw;
  height: 15vw;
  left: -0.5vw;
  top: -2.4vw;
  z-index: -10;
}

nav {
  /*min-height: 10vh;*/
  min-height: 5.5vw;
  margin: auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav h1,
nav ul {
  font-size: 2vw;
  flex: 1;
  color: white;
}
nav h1 > .vedBastian {
  position: absolute;
  font-family: "Homemade Apple", cursive;
  font-size: 1.3vw;
  margin-top: -1.2vw;
  margin-left: 9vw;
  transform: rotate(-10deg);
  color: #b4d881;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

nav li h3 {
  font-size: 1.2vw;
}

nav h1 {
  margin-left: 8vw;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

nav a {
  color: white;
  text-decoration: none;
  transition: opacity 0.5s ease;
}
nav a:hover {
  color: white;
  opacity: 0.5;
}
.flags {
  background-color: white;
  margin-top: -0.25vw;
}
.norsk {
  background: url(./images/norway-2332851_640.png);
  background-size: cover;
  height: 2vw;
  width: 2vw;
  position: absolute;
}
.deutsch {
  background: url(./images/germany-1524614_640.png);
  background-size: cover;
  height: 2vw;
  width: 2vw;
  position: absolute;
  margin-left: 1.5vw;
}
.english {
  background: url(./images/united-kingdom-2332854_640.png);
  background-size: cover;
  height: 2vw;
  width: 2vw;
  position: absolute;
  margin-left: 3vw;
}

section {
  min-height: 100vh;
  overflow: hidden;
  scroll-behavior: smooth;
}

/**** section: Home ****/
.home {
  background: url(./images/waterdropOne.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.sommerfuglOne {
  background: url(./images/Sommerfugl01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  height: 3vw;
  width: 3vw;
  margin-top: -4vw;
  margin-left: 35.8vw;
  transform: rotate(15deg);
}
.velkommenPic {
  position: absolute;
  background: url(./images/svgLogo_stor.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 19vw;
  width: 19vw;
  margin-left: 8.4vw;
  margin-top: 30vh;
  z-index: 10;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}
.home > h2 {
  font-size: 40vmin;
  position: absolute;
  margin-top: 60vh;
  color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.hilsen {
  display: inline-block;
  min-height: 100vh;
  width: 100%;
  position: absolute;
  top: 10vh;
  left: 0;
  margin: 0;
  padding: 0;
}
.hilsen > h1 {
  font-size: 2vw;
  color: white;
  margin-left: 50vw;
  margin-top: 30vh;
  /*letter-spacing: 0.25rem;*/
  background: linear-gradient(to right, #ffca97 0%, #206d69 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hilsentext {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  top: 10vh;
  left: 0;
  margin: 0;
  padding: 0;
}
.hilsentext > p > a {
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.hilsentext > p {
  padding-top: 2vh;
  font-size: 1.5vw;
  line-height: 1.9vw;
  width: 44vw;
  color: white;
  margin-left: 50vw;
  margin-top: 40vh;
  background: linear-gradient(to right, #ffca97 0%, #a1f7f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bastianUnderskrift {
  padding-top: 5vh;
  font-size: 1.5vw;
  width: 20vw;
  margin-left: 78vw;
  background: linear-gradient(to right, #ffca97 0%, #a1f7f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**** section Om Bastian ****/
.overgangOne {
  position: absolute;
  background: #333333;
  text-align: center;
  min-height: 7vh;
  line-height: 3.5vh;
  width: 100%;
  color: #a0d2d3;
  z-index: 100;
}
.omBastian {
  background: url(./images/waterdropFour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.omBastian > h2 {
  font-size: 18vw;
  position: absolute;
  width: 100%;
  margin-top: 65vh;
  color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.omBilde {
  position: absolute;
  background: url(./images/meg001.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  height: 15vw;
  width: 15vw;
  margin-left: 7vw;
  margin-top: 25vh;
  border: 2px solid #a0d2d3;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}
.omBilde .caption {
  position: absolute;
  width: 100%;
  height: 3vh;
  bottom: 0;
  line-height: 3vh;
  font-size: 1vw;
  text-align: center;
  color: #333333;
  /*margin-top: 13.2vw;*/
  background-color: rgba(161, 247, 242, 0.5);
}
.omrandingOne {
  position: absolute;
  border: 1 px solid rgba(161, 247, 242, 1);
  border-radius: 10px;
}
.tekstBastianOne {
  position: absolute;
  /*height: 6vw;  ?? */
  width: 55vw;
  padding: 1vw;
  line-height: 1.5vw;
  margin-left: 40vw;
  margin-top: 14vh;
  font-size: 1.2vw;
  color: #333333;
  z-index: 10;
}
.tekstBastianOne a {
  text-decoration: none;
  color: white;
}

/**** section Behandling ****/
.overgangTwo {
  position: absolute;
  display: flex;
  justify-items: center;
  align-items: center;
  background: #333333;
  text-align: center;
  min-height: 9.9vh;
  line-height: 3.3vh;
  width: 100%;
  padding: 0 2vw;
  color: #bfbfbf;
}
@media only screen and (max-height: 768px) {
  .overgangTwo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    text-align: center;
    min-height: 9.8vh;
    /*line-height: 4.8vh;*/
    width: 100%;
    padding: 0 2vw;
    color: #bfbfbf;
  }
}
.behandling {
  background: url(./images/waterdropTwo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.behandling {
  min-height: 143vh;
}
.behandling h2 {
  display: inline-block;
  font-size: 18vw;
  color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin-top: 55vh;
}
.hvaErReiki {
  position: absolute;
  margin-top: 16vh;
  margin-left: 3vw;
  width: 40vw;
  /*outline: 2px solid red;*/
}
.tekstfeltHERone h1 {
  position: absolute;
  top: 0;
  margin-left: 14vw;
  color: White;
  font-size: 1.5rem;
  font-weight: lighter;
  text-shadow: #000 2px 2px 0;
}
.tekstfeltHERone p {
  margin-top: 7vh;
  font-size: 1.1rem;
  color: #000;
  text-shadow: 0 0 3px White;
  font-weight: bold;
}
.behandlingVedBastian {
  position: absolute;
  margin-top: 16vh;
  margin-left: 55vw;
  width: 40vw;
  /*outline: 2px solid red;*/
}
.tekstfeltBVBone h1 {
  position: absolute;
  margin-left: 0;
  top: 0;
  padding: 0.5vh 1vw;
  color: White;
  font-size: 1.5rem;
  font-weight: lighter;
  text-shadow: #000 2px 2px 0;
}
.tekstfeltBVBone p {
  margin-top: 5vh;
  font-size: 1.1rem;
  color: #000;
  text-shadow: 0 0 3px White;
  font-weight: bold;
}
.tekstfeltBVBone p a {
  color: rgb(194, 194, 194);
  font-size: 1.1rem;
  text-shadow: 0 0 3px #000;
  text-decoration: none;
}
.behandlingVedBastian h2 {
  color: White;
  font-size: 1.5rem;
  padding: 0.5vh 1vw;
  font-weight: lighter;
  text-shadow: #000 2px 2px 0;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.behandlingVedBastian p {
  font-size: 1.1rem;
  color: #000;
  text-shadow: 0 0 3px White;
  font-weight: bold;
}
@media only screen and (max-height: 800px) {
  .tekstfeltHERone h1 {
    position: absolute;
    top: 0;
    margin-left: 14vw;
    color: White;
    font-size: 1.1rem; /*1.5rem*/
    font-weight: lighter;
    text-shadow: #000 2px 2px 0;
  }
  .tekstfeltHERone p {
    margin-top: 7vh;
    font-size: 0.8rem; /*1.1rem */
    color: #000;
    text-shadow: 0 0 3px White;
    font-weight: bold;
  }
  .tekstfeltBVBone h1 {
    position: absolute;
    margin-left: 0;
    top: 0;
    padding: 0.5vh 1vw;
    color: White;
    font-size: 1.1rem; /*1.5rem*/
    font-weight: lighter;
    text-shadow: #000 2px 2px 0;
  }
  .tekstfeltBVBone p {
    margin-top: 5vh;
    font-size: 0.8rem; /*1.1rem*/
    color: #000;
    text-shadow: 0 0 3px White;
    font-weight: bold;
  }
  .behandlingVedBastian h2 {
    color: White;
    font-size: 1.1rem; /*1.5rem*/
    padding: 0.5vh 1vw;
    font-weight: lighter;
    text-shadow: #000 2px 2px 0;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .behandlingVedBastian p {
    font-size: 0.8rem; /*1.1rem*/
    color: #000;
    text-shadow: 0 0 3px White;
    font-weight: bold;
  }
}

/**** section: Kontakt ****/
.overgangThree {
  position: absolute;
  height: 7vh;
  width: 100%;
  background: #333333;
  /*font-size: 2vw;*/
  color: rgb(255, 208, 0);
  line-height: 7vh;
  text-align: center;
  z-index: 10;
}
.kontakt {
  background: url(./images/waterdropThree.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
}
.kontaktBackgroundSkrift {
  position: absolute;
  display: inline-block;
  font-size: 25vw;
  position: absolute;
  margin-top: 54vh;
  color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.feltOne {
  position: absolute;
  /*background: rgba(255, 255, 255, 0.1);*/
  background: #36624e;
  margin-top: 12vh;
  right: 3vw;
  height: 28vh;
  width: 28vw;
  color: #333333;
  border-radius: 10px;
  border: 2px solid #a39501;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
.telefonOne {
  position: absolute;
  font-size: 1.2vw;
  margin-top: 3vh;
  margin-left: 2vw;
  height: 2vh;
  line-height: 2vh;
  color: #a39501;
}
.telefonTwo {
  position: absolute;
  font-size: 1.4vw;
  margin-top: 6vh;
  margin-left: 3.6vw;
  height: 2vh;
  line-height: 2vh;
}
.bgPhone {
  position: absolute;
  margin-left: -1.5vw;
  margin-top: -0.2vw;
  height: 1.5vw;
  width: 1.5vw;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-telephone.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.adresseOne {
  position: absolute;
  font-size: 1.2vw;
  height: 2vh;
  margin-top: 11vh;
  margin-left: 2vw;
  line-height: 2vh;
  color: #a39501;
}
.adresseTwo {
  position: absolute;
  font-size: 1.4vw;
  height: 2vh;
  margin-top: 14vh;
  margin-left: 3.6vw;
  line-height: 2vh;
}
.bgHome {
  position: absolute;
  margin-left: -1.5vw;
  margin-top: -0.2vw;
  height: 1.5vw;
  width: 1.5vw;
  /*background: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-home.svg);*/
  background: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-compass.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.epostOne {
  position: absolute;
  font-size: 1.2vw;
  height: 2vh;
  margin-top: 19vh;
  margin-left: 2vw;
  line-height: 2vh;
  color: #a39501;
}
.epostTwo {
  position: absolute;
  font-size: 1.4vw;
  height: 2vh;
  margin-top: 22vh;
  margin-left: 3.6vw;
  line-height: 2vh;
}
.bgEpost {
  position: absolute;
  margin-left: -1.5vw;
  margin-top: -0.2vw;
  height: 1.5vw;
  width: 1.5vw;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.adresseThree {
  position: absolute;
  margin-top: 42vh;
  right: 3vw;
  height: 30vh;
  width: 28vw;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
.map-responsive {
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 70%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.feltTwo {
  position: absolute;
  margin-left: 10vw;
  margin-top: 16vh;
  height: 65vh;
  width: 40vw;
}
.feltThree {
  position: absolute;
  margin-left: 10vw;
  margin-top: 85vh;
  height: 5vh;
  width: 25vw;
  line-height: 5vh;
}
.feltThree h4 {
  float: left;
  font-size: 1.3vw;
  color: #333333;
}
.facebookLenke {
  float: right;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-social-facebook.svg);
  background-size: cover;
  height: 3vw;
  width: 3vw;
}
.messengerLenke {
  float: right;
  background: url(./images/iconmonstr-facebook-messenger-1.svg);
  background-size: cover;
  margin-top: 1vh;
  margin-right: 1vw;
  height: 2vw;
  width: 2vw;
}

/**** BUBBLE ****/
.bubble {
  position: absolute;
  z-index: -2;
  background: linear-gradient(to right top, #f4d00c, #eea849);
  transition: all 0.3s ease;
  transform: scale(1.5);
  border-radius: 10px;
}
/**** end ****/

/**** scroll to top-button ****/
div#back-top {
  z-index: 9999;
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  width: 0;
  height: 2vw;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  border-bottom: 2vw solid #fe5f55;
  text-align: center;
}
div#back-top a {
  width: 3vw;
  height: 2vw;
  margin-top: 0;
  margin-left: -1.5vw;
  display: inline-block;
  color: #fff;
  font-size: 0.8vw;
  line-height: 2.7vw;
  text-transform: uppercase;
  text-decoration: none;
}
/**** end ****/

/**** footer ****/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2vw;
  background-color: #333333;
  font-size: 1.5vmin;
  color: white;
  text-align: center;
  line-height: 2vw;
  z-index: 999;
}
