* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.background {
  overflow-x: hidden;
}
body {
  background-color: rgba(159, 127, 93, 0.25);
}

/* Text/Bild Formatierungen */
/* _______________________________________________________________________ */

.fontsens {
  margin-bottom: 10px;
}

.headline {
  font-weight: 400;
  font-size: 1.6em;
  align-self: center;
  display: none;
}

.headlineImage {
  width: auto;
  height: 45px;
  align-self: center;
  margin-top: 5px;
  /* outline: 1px solid black; */
}
.headlineImageWrapper {
  align-self: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  z-index: -1;
  /* outline: 1px solid blue; */
}

.price {
  font-weight: bold;
  align-self: center;
  margin-top: 25px;
}

.description {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: hidden;
}
.datenschutz {
  margin-top: 80px;
  width: 80vw;
  align-self: center;
  min-height: 100vh;
  word-wrap: break-word;
  overflow: hidden;
}
.datenschutz h3 {
  padding: 10px 2px 8px 2px;
  text-align: center;
}
.datenschutz h2 {
  padding: 20px 2px 8px 2px;
  text-align: center;
}
.datenschutz h1 {
  padding: 20px 2px 8px 2px;
  text-align: center;
}
.datenschutz strong {
  padding: 10px 2px 8px 2px;
  text-align: center;
}

h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.description li {
  padding: 3px;
}

.massageWrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.massageHeadImg {
  width: 60vw;
  height: auto;
  margin: 10px;
  box-shadow: 2px 2px 5px rgb(71, 71, 71);
}

/* _______________________________________________________________________ */
/* Box Layout */
/* _______________________________________________________________________ */
.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box {
  transition: all .25s ease-in-out;
  text-decoration: none;
  color: black;
  /* height: auto; */
  width: 100%;
  cursor: pointer;
  padding-bottom: 15px;
  padding-left: 15px;
  /* background-color: blue; */
}
#box1 {
  margin-top: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.topicsWrap ul {
  width: 250px;
  margin-left: 15px;
  list-style-type: none;
}
.topicsWrap li {
  margin: 5px;
  /* border: 1px solid white; */

  display: flex;
  justify-content: center;
  align-items: center;
}
.topicsWrap a {
  z-index: 1000;
  margin-left: 15px;
  position: relative;
  transition: all .25s ease-in-out;
  color: rgb(214, 141, 0);

  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.66);

  padding: 5px;
  border-radius: 15px;
  text-align: center;

  width: 240px;
}
.topicsWrap a:hover {
  box-shadow: -3px 2px 5px rgba(54, 54, 54, 0.78);
}

.mainLink{
  width: 100%;
  /* height: 476px; */
  height: 100%;
  z-index: 2000000;
  display: inline-block;
  position: relative;
  /* position: absolute; */
  margin: 0;
  padding: 0;
  background-color: rgba(244, 44, 241, 0.54);
}

#link1 {
  left: 8px;
}

.name {
  font-size: 25px;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
  color: rgb(221, 112, 0);
  text-shadow: 2px 2px 4px rgba(68, 69, 68, 0.58);
}
.imgWrapper {
  width: 150px;
  height: auto;
  outline: 2px solid red;
}
.profileImage1 {
  height: auto;
  width: 150px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
  transition: box-shadow .15s ease-in-out;
}

.flag {
  width: 80px;
  height: 50px;
  margin-top: 45px;
  margin-bottom: 10px;
  margin-left: 35px;
}
.buttonFlag {
  width: 10px;
  height: 250px;
  margin-left: -100px;
  /* background-color: black; */
}

.indexDescription  {
  word-wrap: break-word;
  width: 325px;
  height: 110px;

  margin-top: 15px;
  margin-left: 15px;


  display: none;
}

.hotTopics {
  margin: 5px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}
.hotTopics li {
  font-style: italic;
  font-size: 23px;
}
.hotTopics p {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  margin: 5px;
  color: rgb(221, 112, 0);
}
.hotTopicsFlame {
  width: 23px;
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
}

.flexV {
  display: flex;
  flex-direction: column;
}
.flexH {
  display: flex;
  flex-flow: row wrap;
}

#content .flexH {
  /* padding: 35px; */
}
.flexC {
  align-self: center;
}
.fixed {
  position: fixed;
}

.websiteButton {
  width: 140px;
  height: 50px;
  background-color: purple;
  color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-top: 40px;
}
.websiteButton p {
  font-weight: bold;
  font-size: 1.1em;
}

.aff1 {
  /* outline: 1px solid white; */
  border-radius: 15px;
  background-color: white;
  color: blue;
  padding: 15px;
  margin: 10px;
  margin-left: 20px;
  width: 110px;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.affImg {
  width: 50px;
  height: auto;
}
.hotImg {
  width: 55px;
  height: auto;
  margin-bottom: -5px;
}

.ref1 {
  border-radius: 15px;
  color: blue;
  font-weight: bold;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 10px;
  width: 100%;
  z-index: 1000;
  transition: box-shadow ease-in-out .25s;
}
.ref1:hover {
  box-shadow: -3px 2px 5px rgba(54, 54, 54, 0.78);
}
.refImg {
  width: 50px;
  height: auto;
  margin-right: 20px;
}

/* _______________________________________________________________________ */

/* Navigationsleiste */
/* _______________________________________________________________________ */
.navbar {
  position: fixed;
  display: flex;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: white;
  z-index: 100;
  box-shadow: -2px 5px 6px rgba(52, 52, 52, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.navButton {
  position: fixed;
  right: 10px;
  top: 8px;
}
.navButtonBar {
  height: 7px;
  width: 40px;
  background-color: white;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5);
  margin: 5px;
}

.backButton {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  top: 2px;
  left: 2px;
  color: black;
}

.backButton img {
  transition: box-shadow .25s ease-in-out;
  border-radius: 50px;
}

.backButton img:hover {
  box-shadow: 2px 1px 5px rgba(52, 52, 52, 0.8);
}

/* Partner Leiste */
#partnerModule {
  display: flex;
  position: fixed;
  bottom: 0px;
  height: 40px;
  width: 100vw;
  background-color: white;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  z-index: 10000;

  transition: bottom .25s ease-in-out;
}

.ref {
  color: #0088cc;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feelingImg {
  width: auto;
  height: 30px;
  display: inline-block;
  margin-left: -15px;
  margin-right: 15px;
}
/* __________________ */
/* indexDesc */
.mainDesc {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin-left: 15px;
  margin-right: 15px;

  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mainDescText {
  width: 100%;
}
/* __________________ */

/* Impressum */
#impressum {
  display: flex;
  flex-direction: column;
  border-top: 1px solid black;
  background-color: rgb(29, 36, 32);
}
#impressum div {
  align-self: center;
  left: 50%;
}
#impressum p {
  padding: 2px;
  color: white;
}
#impressum p:first-of-type {
  margin-top: 8px;
  font-weight: bold;
}
#impressum a {
  color: white;
  text-align: center;
}
/* __________________ */

.bottomBlocker {
  height: 70px;
  background-color: rgb(29, 36, 32);
  margin-top: -1px;
}

.topBlocker {
  margin-top: 70px;
}

#relaxDesktop {
  display: none;
}

/* _______________________________________________________________________ */


/* Desktop Korrekturen */

.desktopFlag{
  display: none;
}
.desktopLogo {
  display: none;
}
.desktopBack {
  display: none;
}

/* #blackbar {
  background-color: black;
  width: 100%;
  bottom: 80px;
  position: fixed;
}
#blackbar p {
  color: white;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
} */

.galleryNav {
  width: 50px;
  height: 50px;
  z-index: 101;
  cursor: pointer;
  display: flex;
  /* background-color: white; */
  border-radius: 15px;
}
.flexH2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
