:root {
  --bg_img_00: url(../images/10_JPBondage.png);
  --bg_img_m01: url(../images/Shibari_Refuge_1.jpg);
  --bg_img_p01: url(../images/Shibari_Refuge.jpg);
  --bg_img_m02: url(../images/Philosophie_2.png);
  --bg_img_p02: url(../images/Philosophhie_1.png);
  --bg_img_m03: url(../images/1_JPBondage_Mobile.png);
  --bg_img_p03: url(../images/1_JPBondage_PC.png);
  --bg_img_m04: url(../images/Rueckenansicht_bunt_klein.png);
  --bg_img_p04: url(../images/Rueckenansicht_bunt_klein.png);
  --bg_img_m05: url(../images/Kalender_2.JPG);
  --bg_img_p05: url(../images/Kalender_1.JPG);
  --bg_img_m06: url(../images/2_Shibari_Refuge_1_Mobile.png);
  --bg_img_p06: url(../images/2_Shibari_Refuge_1_PC.png);
  --logo_img: url(../images/SRD_Logo_Schmal_weiß_klein.png);
}

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

html {
  scroll-behavior: smooth;
}

p {
  font-family: 'Red Hat Text', sans-serif;
  color: white;
}

li {
  font-family: 'Red Hat Text', sans-serif;
}

.quote-one {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 4vw;
  font-family: 'Special Elite', cursive;
  text-shadow: 2px 2px 2px red;
}

.quote-two {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2vw;
  padding-bottom: 2rem;
}

.h-absatz {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 4vw;
  margin-bottom: 2rem;
}

.calendar_text {
  display: flex;
  justify-content: center;
  height: 50px;
  width: 80%;
  color: white;
  font-size: 3vw;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Special Elite', cursive;
  font-weight: bold;
  text-shadow: 2px 2px 2px red;
}

/* Intro video */
.pcvideo {
  display: none;
}

.spvideo {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}

/* header content */
.hide {
  transform: translateY(-100%);
}

#scrollArea {
  position: fixed;
  width: 100%;
  height: 70px;

  z-index: 99;
}

.header_mon {
  height: 50px;
  position: absolute;
  top: 10px;
  left: 20px;
}

#nav-drawer {
  position: relative;
}

.nav-unshown {
  display: none;
}

.nav_pc {
  display: none;
}

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;

  position: absolute;
  right: 10px;
  top: 25px;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: white;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 70%;
  transition: 0.3s ease-in-out;
}

.nav-content {
  position: fixed;
  top: 80px;
  left: 10px;
  z-index: 9999;
  width: 90%;
  max-width: 150px;
  height: 100vh;
  background-color: black;
  transition: 0.3s ease-in-out;
  transform: translateX(-105%);
  /* opacity: 70%; */
}

.nav-content li {
  padding: 10px;
}

.nav-content a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  font-family: sans-serif;
  text-shadow: 2px 2px 1px black;
}

.nav-content a:hover {
  color: black;
  border: 1px solid grey;
  background-color: grey;
  opacity: 70%;
  padding: 5px;
}

#nav-input:checked~#nav-close {
  display: block;
  opacity: 5;
}

#nav-input:checked~.nav-content {
  transform: translateX(0%);
  transition: 0.3s ease-in;
}

.top_content {
  /* background-image: var(--bg_img_00); */
  background-color: black;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo_image {
  width: 75%;
}

.container {
  margin: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.sticker {
  position: sticky;
  top: 0;
  z-index: -1;
}

.c01 {
  background-image: var(--bg_img_m01);
}

.c02 {
  background-image: var(--bg_img_00);
}

.c03 {
  background-image: var(--bg_img_m03);
}

.c04 {
  background-image: var(--bg_img_m04);
}

.c05 {
  background-image: var(--bg_img_m05);
}

.c06 {
  background-image: var(--bg_img_m06);
}

.u01 {
  background-image: var(--bg_img_00);
}

.qr-code {
  width: 150px;
}

.title_text {
  margin: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  font-weight: 900;
  text-shadow: 2px 2px 3px white;
  font-family: 'Ruda', sans-serif;
  text-align: center;
  color: darkred;
}

.text_box {
  margin: 0;
  padding-top: 20px;
  height: 100%;
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.text {
  padding: 10px;
  height: 100%;
  color: #fff;
  font-family: 'Red Hat Text', sans-serif;
}

.contact_info {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  
}

.text_box_empty {
  margin: 0;
  padding-top: 20px;
  height: 50vh;
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.jp-container {
  padding: 2rem;
  width: 100%;
  font-family: 'Red Hat Text', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.jp-detail-list {
  padding: 1rem;
  font-size: 4vw;
  display: flex;
  flex-direction: column;
}

.jp-bold {
  font-weight: bold;
}

.contact_info {
  font-weight: bold;
  font-size: 5vw;
  text-shadow: 2px 2px 3px red;
}

.g-calendar {
  text-align: center;
  margin-bottom: 50px;
}

.g-calendar iframe {
  width: 100%;
  height: 500px;
}

.text_box_empty iframe {
  width: 100%;
  height: 500px;
}

.footer {
  height: 100px;
  width: 100%;
  background-color: black;
  /* background-color: black; */
  /* position: fixed;
  bottom: 0;
  z-index: 1; */
}

.sns_link {
  width: 300px;
  height: 70px;
  margin: 0 auto;
  color: white;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  list-style: none;
}

.sns_link a {
  text-decoration: none;
}

.fab {
  color: white;
  font-size: 2rem;
}

.fa-brands {
  color: white;
  font-size: 2rem;
}

.fab:hover {
  color: darkred;
}

.fa-brands:hover {
  color: darkred;
}

.footer_text {
  font-size: 1rem;
  color: white;
  text-decoration: none;
}

.footer_text:hover {
  color: darkred;
}

.nav_pc {
  display: none;
}

.fa-chevron-circle-up {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 2rem;
  text-decoration: none;
  color: grey;
  z-index: 10;
}

.thema {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Devonshire', cursive;
  color: #fefce3;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  letter-spacing: 1rem;
}

.fa-chevron-down {
  color: grey;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  top: 500px;
  left: 50%;
  transform: translateX(-50%);
}

.image_container {
  margin-bottom: 50px;
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.round_image {
  height: auto;
  width: 100%;
  border-radius: 2%;
  border: 2px solid white;
  padding: 5px;
  margin-top: auto;
}

.jp_card {
  margin: 30px auto;
}

.text_box_doc {
  margin: 0;
  padding-top: 20px;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;
  font-family: 'Red Hat Text', sans-serif;
}

.datenschutz_container {
  margin-top: 100px;
  margin-left: 50px;
  margin-right: 50px;
}

.impressum-container {
  margin-top: 100px;
  font-size: 1rem;
}

.erecht_link {
  color: lightblue;
  text-decoration: none;
}

.recht_link:link {
  color: pink;
}

.copyright {
  padding-bottom: 50px;
  font-size: 1rem;
  font-family: 'Red Hat Text', sans-serif;
  list-style: none;
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  gap: 10px;
}

a {
  text-decoration: none;
}

.map__info {
  width: 70%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.map__info-text-h2{
  color: white;
  font-size: 60%;
}

.map__info-text-p {
  color: white;
  font-size: 60%;
  text-shadow: none;
  font-weight: 400;
}

@media screen and (min-width: 820px) {
  .pcvideo {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .spvideo {
    display: none;
  }

  .text-box {
    width: 100%;
    height: 150%;
  }

  .quote-one {
    font-size: 3.5rem;
  }

  .quote-two {
    font-size: 1.25rem;
  }

  .h-absatz {
    font-size: 1.5rem;
  }

  #nav_drawer {
    display: none;
  }

  .nav_pc {
    display: block;
    width: 50%;
  }

  .nav_pc_menu {
    position: absolute;
    right: 10px;
    top: 25px;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    list-style: none;
  }

  .nav_pc_menu a {
    text-decoration: none;
    padding: 5px;
    margin: 7px;
    color: white;
    font-size: 1rem;
    /* font-weight: bold; */
    z-index: 99;
    font-family: sans-serif;
  }

  .nav_pc_menu a:hover {
    /* color: red;
          border-bottom: 1px solid red;
          text-shadow: 1px 1px 1px white; */
    border: 1px solid grey;
    background-color: grey;
    color: black;
    opacity: 70%;
  }

  .c01 {
    background-image: var(--bg_img_p01);
  }

  .c02 {
    background-image: var(--bg_img_00);
  }

  .c03 {
    background-image: var(--bg_img_p03);
  }

  .c04 {
    background-image: var(--bg_img_p04);
  }

  .c05 {
    background-image: var(--bg_img_p05);
  }

  .c06 {
    background-image: var(--bg_img_p06);
  }

  .u01 {
    background-image: var(--bg_img_00);
  }

  .title_text {
    font-size: 7vw;
    text-shadow: 3px 3px 4px white;
  }

  .text_box {
    height: 100%;
  }

  .text_box_empty {
    height: 50vh;
  }

  .jp-container {
    padding: 2rem;
    width: 100%;
    font-family: 'Red Hat Text', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .jp-detail-list {
    padding: 2rem;
    font-size: 1.5rem;
  }

  .jp-bold {
    font-weight: bold;
  }

  .image_container {
    width: 300px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .round_image {
    width: 80%;
    height: auto;
    border-radius: 5%;
    border: 2px solid white;
    padding: 5px;
    margin-top: auto;
  }

  .g-calendar {
    margin-top: 100px;
  }

  .g-calendar iframe {
    width: 800px;
    height: 500px;
  }

  .footer_text {
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    text-decoration: none;
  }

  .footer_text:hover {
    color: darkred;
  }

  .copyright {
    padding-bottom: 50px;
    font-size: 1.5rem;
    font-family: 'Red Hat Text', sans-serif;
    list-style: none;
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

.tel-link,
.mail-link {
  color: #fff;
  text-decoration: none;

}

.map__info-text-h2{
  color: white;
  font-size: 40%;
}

.map__info-text-p {
  color: white;
  font-size: 40%;
  font-weight: 400;
  text-shadow: none;
}