/* ___________________________________________allgemeines_______________________________________________ */
:root {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
  scrollbar-color: var(--var-nice_orange) transparent;
  --var-nice_orange: rgb(255, 131, 48);
  --var-nice_blue: rgb(0, 0, 68);
  --var-nice_lightblue: rgb(109, 130, 156);
}

body {
  margin: 0;
  padding: 0;
}

.bg_image {
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -100;
}
/* ___________________________________________buttons_______________________________________________ */
.submit {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border: 2px solid var(--var-nice_orange);
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--var-nice_lightblue);
  cursor: pointer;
  display: inline-block;
  font-size: 3vh;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.submit:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.submit:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}
/* ___________________________________________chapter_______________________________________________ */
.chapter {
  overflow: hidden;
  background-image: url(../media/img/desktop_bg_general.png);
  background-size: cover;
}

.chapter_middle_part {
  overflow: hidden;
  background-image: url(../media/img/desktop_bg_hub.png);
}

.chapter_title {
  font-size: 4vh;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--var-nice_blue);
}

.chapter_description {
  font-size: 3vh;
  font-weight: 200;
  margin-bottom: 20px;
  margin-top: 5px;
  color: var(--var-nice_blue);
}
/* ___________________________________________header__________________________________________________ */
header {
  display:flex;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: rgb(239, 239, 239);
  margin: 0;
  padding: 0;
  padding-bottom:15px;
  padding-top: 15px;
  z-index: 200;
  margin-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: rgb(255, 131, 48);
  height: 7vh;
  width: 100%;
}

.title {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-style: normal;
  font-size: 5vh;
  margin: 0;
  padding: 5px;
  color: rgb(109, 130, 156);
  align-self: center;
  flex: 33%;
}

#logo {
    width: auto;
    height: 7vh;
    margin-left: auto;
    margin-right: auto;
    flex: 33%;
    align-items: center;
    cursor: pointer;
  }

.off-screen-menu{
  flex: 33%;
  text-align: right;
}

.off-screen-menu ul {
  padding-right: 50px;
  font-size: 1.2rem;
}

.off-screen-menu li {
  list-style: none;
  display: inline;
  position: relative;
  cursor: pointer;
}

.off-screen-menu li a {
  display: inline;
  margin-right: 10px;
  font-size: 1.5rem;
  list-style: none;
  text-decoration: none;
  color: var(--var-nice_blue);
  justify-content: space-around;
  text-decoration: none;
  font-size: 1.4em;
  padding: 10px 0px 0px 0px;
}

.off-screen-menu a:hover {
  color: var(--var-nice_lightblue);
}

nav a:hover {
  color: var(--var-nice_lightblue);
  text-decoration: underline;
}

/* ______________________________________________homepage_______________________________________________ */
.html_index {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 12vh;
}

.body_index {
  background-image : url(../media/img/desktop_bg_general.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.html_index section {
  height: 90vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}

.title_screen {
  text-align: center;
  width: 75%;
  margin: auto;
}

.title_screen h1 {
  font-family: "mencken-std-head-narrow", sans-serif;
  color: var(--var-nice_orange);
  font-size: 25vh;
  margin-bottom: 0;
  margin-top: 1%;
}

.title_screen h2 {
  font-family: "mencken-std-head-narrow", sans-serif;
  color: var(--var-nice_orange);
  font-size: 10vh;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.title_screen h4 {
  color: var(--var-nice_blue);
  font-size: 2.5vh;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 3rem;
}

.title_screen p {
  color: var(--var-nice_blue);
  font-size: 2.2vh;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: auto;
  width: 50vw;

} 

#start_button {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.descriptive_texts {
  text-align: center;
  width: 50vw;
  margin: auto;
}

.descriptive_texts h3 {
  color: var(--var-nice_orange);
  font-size: 3vh;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 1vh;
}

.descriptive_texts p {
  color: var(--var-nice_blue);
  font-size: 2vh;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
} 

.aufmachen {
  font-weight: bold;
}

.cover_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1vh;
}

#title_screen_cover {
  width: auto;
  height: 50vh;
  object-fit: contain;
  margin-top: 2vh;
  cursor: pointer;
}

/* ___________________________________________media player_______________________________________________ */
.container {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.music_player {
  width: 75%;
  padding: 50px, 35px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.music_player_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.music_player_nav .circle .controls{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: yellow;
  color: grey;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  margin: 10px;
}

.cover_art {
  width: 20vw;
  border-radius: 10%;
  border: 3px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
}

#progress {
  width: 100%;
  height: 1vh;
  background: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

#progress::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: white;
  border-radius: 4px;
}

#progress::-moz-range-track {
  width: 100%;
  height: 6px;
  background: white;
  border-radius: 4px;
}

#progress::-ms-track {
  width: 100%;
  height: 6px;
  background: white;
  border-radius: 4px;
  border: none;
  color: transparent;
}

#progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  margin-top: -12px;
  border-radius: 50%;
  background: rgb(255, 131, 48);
  border: 3px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

#progress::-moz-range-thumb {
  width: 30px;
  height: 30px;
  margin-top: -12px;
  border-radius: 50%;
  background: rgb(255, 131, 48);
  border: 3px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

#progress::-ms-thumb {
  width: 30px;
  height: 30px;
  margin-top: 0;
  border-radius: 50%;
  background: rgb(255, 131, 48);
  border: 3px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

#progress:focus {
  outline: none;
}

#progress::-ms-fill-lower {
  background: white;
  border-radius: 4
}

.controls {
  display: block;
  justify-content: center;
}

.controls div{
  width: 6vh;
  height: 6vh;
  margin: 20px;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgb(255, 131, 48);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.controls div:nth-child(2) {
   transform: scale(1.5);
   background: rgb(255, 131, 48);
   color: white;

}

/* ___________________________________________decisions_______________________________________________ */
.decisions {
  margin-top: 20px;
}

/* ___________________________________________hub_______________________________________________ */
.body_hub {
  background-image : url(../media/img/desktop_bg_hub.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;

}

.windows_container {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
}

.windows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 90%;
  max-width: 1200px;
}

.windows img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

#button_to_solutions {
  margin-left: 5vw;
  margin-right: 5vw;
}

/* ___________________________________________cast_______________________________________________ */
.html_cast {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 12vh;
}

.body_cast {
  background-image : url(../media/img/desktop_bg_general.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.html_cast section {
  height: 90vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}

.credits {
  text-align: center;
  align-items: center;
  width: 50%;
  margin: auto;
}

.credits h1 {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-style: normal;
  color: var(--var-nice_orange);
  font-size: 3rem;
}

.credits p {
  font-size: 2.3vh;
  font-weight: 300;
  margin-top: 20px;
  color: var(--var-nice_blue);

}

.cast_names {
  font-weight: 500;
}

.credits a,  .origin a{
  color: var(--var-nice_blue);
  text-decoration: none;
}

.credits a:visited,  .origin a:visited{
  color: var(--var-nice_blue);
  text-decoration: none;
}

.credits a:hover, .origin a:hover{
  color: var(--var-nice_orange);
  text-decoration: none;
}

.thanks {
  margin-bottom: 3rem;
}

.castpicture_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.castpicture_container img {
  display: block;
  width: 60%;
  height: auto;
  object-fit: cover;
  border: 4px solid var(--var-nice_orange);
}

.castpicture_container img:hover {
  content: url(../media/img/cast_bild2.jpg);
}

.castpicture_container a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
}

.castpicture_container a:visited {
  color: white;
}

.castpicture_container a:hover {
  color: var(--var-nice_orange);
}

.leben_eingehaucht {
  font-size: 2.5vh;
}

.kontakt h1 {
  margin-bottom: 0;
}

.kontakt_links {
  display: flex;
  justify-content: center;
}



.kontakt_links a {
padding-left: 10px;
padding-right: 10px;
}



/* ___________________________________________solutions_______________________________________________ */


/* 
.solutions_page {
  overflow: hidden;
  background-image: url(../media/img/desktop_bg_general.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.solutions{
  height: 89vh;
  text-align: center;
  position: relative;
  background-image: url(../media/img/gianna_notepad_landscape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
}

.solutions label {
  font-size: 2vh;
  color: var(--var-nice_blue);
}

.answers {
  font-size: 2vh;
  color: var(--var-nice_lightblue);
  border: 1px solid var(--var-nice_orange);
  border-radius: 5px;

}

.solutions_intro {
  height: 22vh;  
  margin: auto;
  margin-bottom: 10px;
  max-width: 20%;
  font-weight: 600;
}

.passform {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  color: var(--var-nice_blue);
}

.passform_firstline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.help_icon i {
  margin-left: 10px;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--var-nice_orange);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.input_form {
  margin-bottom: 3vh;
  margin-top: 1vh;
}

.answers:focus {
  outline-color: var(--var-nice_orange) ;
}

#message {
  text-align: center;
  color: var(--var-nice_orange);
}

#errorDisplay {
  text-align: center;
  color: var(--var-nice_orange);
  font-size: 2vh;
}

#showdownStart {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 2.5vh;
  line-height: 10px;
  outline: none;
  padding: .35rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: white;
  color: var(--var-nice_lightblue);
  border: 1px solid var(--var-nice_orange);
  cursor: pointer;
  justify-content: center;
  margin: auto;
}

#helpAdressBox {
  font-style: italic;
  font-size: 1.5vh;
}

#tellAdress {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border: 2px solid var(--var-nice_orange);
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--var-nice_lightblue);
  cursor: pointer;
  display: inline-block;
  font-size: 2vh;
  line-height: 10px;
  outline: none;
  padding: .35rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: transparent;
  color: var(--var-nice_orange);
  border: 0.5px;
  cursor: pointer;
}

#helpDateBox {
  font-style: italic;
  font-size: 1.5vh;
}

#tellDate {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border: 2px solid var(--var-nice_orange);
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--var-nice_lightblue);
  cursor: pointer;
  display: inline-block;
  font-size: 2vh;
  line-height: 10px;
  outline: none;
  padding: .35rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: transparent;
  color: var(--var-nice_orange);
  border: 0.5px;
  cursor: pointer;
}

#helpTimeBox {
  font-style: italic;
  font-size: 1.5vh;
}

#tellTime {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border: 2px solid var(--var-nice_orange);
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--var-nice_lightblue);
  cursor: pointer;
  display: inline-block;
  font-size: 2vh;
  line-height: 10px;
  outline: none;
  padding: .35rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: transparent;
  color: var(--var-nice_orange);
  border: 0.5px;
  cursor: pointer;
}

#helpCodeBox {
  font-style: italic;
  font-size: 1.5vh;
}


#tellCode {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border: 2px solid var(--var-nice_orange);
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: var(--var-nice_lightblue);
  cursor: pointer;
  display: inline-block;
  font-size: 2vh;
  line-height: 10px;
  outline: none;
  padding: .35rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: transparent;
  color: var(--var-nice_orange);
  border: 0.5px;
  cursor: pointer;
}

#submit_form {
  font-family: "mencken-std-head-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 10px;
  outline: none;
  padding: .35rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: white;
  color: var(--var-nice_lightblue);
  border: 1px solid var(--var-nice_orange);
  cursor: pointer;
}
 */




/* ______________________________________________end__________________________________________________ */
.end{
  overflow: hidden;
  background-image: url(../media/img/desktop_bg_general.png);
  background-repeat: no-repeat;
  background-size: 200%;
}

.end_container {
  width: 50vw;
  text-align: center;
  margin: auto;
}

.end_container h1 { 
  font-family: "mencken-std-head-narrow", sans-serif;
  font-style: normal;
  color: var(--var-nice_orange);
  font-size: 3rem;
  text-align: center;
}

.end_container h2 { 
  font-family: "mencken-std-head-narrow", sans-serif;
  font-style: normal;
  color: var(--var-nice_orange);
  font-size: 2rem;
  text-align: center;
  margin-top: 8vh;
}

.end_container p {
  font-size: 2.3vh;
  font-weight: 300;
  margin-top: 20px;
  color: var(--var-nice_blue);
  text-align: center;
}

#endcounter1 {
  font-size: 2.3vh;
  font-weight: 300;
  margin-top: 20px;
  color: var(--var-nice_blue);
  text-align: center;
}

#endcounter2 {
  font-size: 2.3vh;
  font-weight: 300;
  margin-top: 20px;
  color: var(--var-nice_blue);
  text-align: center;
}


/* ________________________________________media query mobile____________________________________________ */
@media (max-width: 767px) {
  
  /* ___________________________________________ham menu_______________________________________________*/

  .off-screen-menu {
    background-color: var(--var-nice_lightblue);
    height: 100%;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;
  }

  #logo {
    height: 60px;
  }

  .title {
    font-size: 12vw;
  }

  header .off-screen-menu li {
    list-style: none;
    display: block  ;
    color: var(--var-nice_orange);
    font-size: 3rem;
  }

  .off-screen-menu.active {
    right: 0;
  }

  .off-screen-menu a:hover {
    background-color: var(--var-nice_lightblue);
    color: var(--var-)
  }

  nav {
    padding: 1rem;
    display: flex;
    background-color: transparent;
  }

  .ham-menu {
    height: 10vw;
    width: 8vw;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .ham-menu span {
    height: 5px;
    width: 100%;
    background-color: var(--var-nice_orange);
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
  }

  .ham-menu span:nth-child(1) {
    top: 25%;
  }

  .ham-menu span:nth-child(3) {
    top: 75%;
  }

  .ham-menu.active span {
    background-color: var(--var-nice_orange);
  }

  .ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .ham-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* ___________________________________________index page_______________________________________________ */
  
  .html_index {
    scroll-behavior: normal;
    scroll-snap-type: none;
    scroll-padding-top: 0;
  }
  
  .html_index section {
    height: auto;
    scroll-snap-align: none;
    scroll-snap-stop: none;
    overflow: hidden;
  }

  .title_screen {
    width: 90%;
  }

  #title_screen_cover {
    width: 90%;
    height: auto;
    margin-top: 3vh;
  }
  
  .title_screen p {
    font-size: 2.2vh;
    margin: auto;
    width: 90%;
  } 
  
  #start_button {
    margin-bottom: 3vh;
    margin-top: 3vh;
  }
  
  .descriptive_texts {
    width: 80vw;
  }
  
  .descriptive_texts h3 {
    font-size: 3vh;
    margin-top: 4vh;
    margin-bottom: 2vh;
  }
  
  .descriptive_texts p {
    font-size: 2vh;
  } 

  /* ___________________________________________chapters_______________________________________________ */

  .chapter {
    overflow: visible;
    background-image: url(../media/img/desktop_bg_general.png);
    background-repeat: no-repeat;
  }

  .chapter_middle_part {
  overflow: visible;
  background-image: url(../media/img/mobile_bg_hub.png);
  background-position: center;
  }

  .chapter_title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--var-nice_blue);
  }
  
  .chapter_description {
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 20px;
    margin-top: 5px;
    color: var(--var-nice_blue);
  }

  /* ___________________________________________media player_______________________________________________ */

  .cover_art {
    width: 85%;
    border-radius: 10%;
    border: 3px solid white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
  }
  
  #progress::-moz-range-track {
    width: 100%;
    height: 6px;
    background: white;
    border-radius: 4px;
  }
  
  #progress::-ms-track {
    width: 100%;
    height: 6px;
    background: white;
    border-radius: 4px;
    border: none;
    color: transparent;
  }
  
  #progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    margin-top: -12px;
    border-radius: 50%;
    background: rgb(255, 131, 48);
    border: 3px solid white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
  }
  
  #progress::-moz-range-thumb {
    width: 30px;
    height: 30px;
    margin-top: -12px;
    border-radius: 50%;
    background: rgb(255, 131, 48);
    border: 3px solid white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
  }
  
  #progress::-ms-thumb {
    width: 30px;
    height: 30px;
    margin-top: 0;
    border-radius: 50%;
    background: rgb(255, 131, 48);
    border: 3px solid white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
  }
  
  #progress:focus {
    outline: none;
  }
  
  #progress::-ms-fill-lower {
    background: white;
    border-radius: 4
  }
  
  .controls {
    display: block;
    justify-content: center;
  }
  
  .controls div{
    width: 50px;
    height: 50px;
    margin: 15px;
    margin-top: 2vh;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--var-nice_orange);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
  }

  .controls div:nth-child(2) {
   transform: scale(1.5);
   background: var(--var-nice_orange);
   color: white;
  }

  .decisions button {
    font-size: 3vh;
    margin: 15px;
    padding: 8px 15px;
  }

  /* ___________________________________________hub_______________________________________________ */

  .body_hub {
    background-image : url(../media/img/mobile_bg_hub.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: visible;

  }

  .windows {
    display: block;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .windows img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #button_to_solutions {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 5vh;
  }

/* ___________________________________________end_______________________________________________ */
  
/*

.solutions_page {
    overflow: hidden;
    background-image: url(../media/img/mobile_bg_general.png);
    background-repeat: repeat;
    background-size: cover;
    margin: 0;
    padding: 0;

  }

  .solutions_container {
    background-image: url(../media/img/mobile_bg_general.png);
  }

  .solutions{
    height: 85vh;
    text-align: center;
    position: relative;
    background-image: url(../media/img/gianna_notepad_mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .solutions label {
    font-size: 1.8vh;
  }

  .answers {
  font-size: 1.8vh;
  }

  .solutions_intro {
    height: 10vh;  
    margin-bottom: 2vh;
  }

  .passform {
    width: 60%;
    justify-content: center;
    margin: auto;
  }
  
  .help_icon i {
    margin-left: 1vw;
    width: 3vh;
    height: 3vh;
  }

  .input_form {
    margin-bottom: 2vh;
    margin-top: 1vh;
  }

  #message {
    text-align: center;
    color: var(--var-nice_orange);
    width: 50%;
    margin: auto;
    margin-top: 0;
  }

  #errorDisplay {
    font-size: 1.8vh;
  }

  #showdownStart {
    font-size: 2.2vh;
    padding: 3%;
  }

  #tellAdress {
    font-size: 1.7vh;
    padding: 0.5vh;
  }

  #tellDate {
    font-size: 1.7vh;
    padding: 0.5vh;
  }

  #tellTime {
    font-size: 1.7vh;
    padding: 0.5vh;
  }

  #tellCode {
    font-size: 1.7vh;
    padding: 0.5vh;
  }

  #submit_form {
    font-size: 2.2vh;
    padding: 3%;
  } 


/*

/* ______________________________________________end__________________________________________________ */
  .end{
    overflow: visible;
    background-image: url(../media/img/mobile_bg_general.png);
    background-repeat: no-repeat;
    background-size: 200%;
  }

  .end_container {
    width: 70vw;
  }

/* ___________________________________________cast_______________________________________________ */
  .html_cast {
    scroll-behavior: normal;
    scroll-snap-type: none;
    scroll-padding-top: 0;
  }

  .credits {
    width: 80%;
    margin: auto;
  }

  .credits h1 {
    font-size: 5vh;
  }

  .credits p {
    font-size: 2.2vh;
  }

  .castpicture_container {
    width: 80%;
    margin: auto;
  }

  .castpicture_container img {
    width: 100%;
    border: 2px solid var(--var-nice_orange);
  }

  .castpicture_container a {
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0 5px;
    text-decoration: none;
    font-size: 1.5vh;
    border-radius: 5px;
  }

  .castpicture_container a:visited {
    color: white;
  }

  .castpicture_container a:hover {
    color: var(--var-nice_orange);
  }








}

/* ________________________________________media query tablets____________________________________________ */
@media (min-width: 768px) and (max-width: 991px) {

  /* ______________________________________________homepage_______________________________________________ */
  .html_index {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 12vh;
  }

  .title_screen {
    text-align: center;
    width: 90%;
    margin: auto;
  }

  #title_screen_cover {
    width: 75vw;
    height: auto;
    margin-top: 3vh;
  }

  .title_screen p {
    width: 75vw;
  } 

  #start_button {
    margin-bottom: 3vh;
    margin-top: 3vh;
  }

  .descriptive_texts {
    width: 75vw;
  }

  .descriptive_texts h3 {
    font-size: 2.5vh;
  }

  .descriptive_texts p {
    font-size: 1.7vh;
  }

  /* ___________________________________________cast_______________________________________________ */
  .html_cast {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 12vh;
  }

  .credits {
    width: 80%;
    margin: auto;
  }

  .credits h1 {
    font-size: 5vh;
  }

  .credits p {
    font-size: 2.2vh;
  }

  .castpicture_container {
    width: 80%;
    margin: auto;
  }

  .castpicture_container img {
    width: 100%;
    border: 4px solid var(--var-nice_orange);
  }

  .castpicture_container a {
    position: absolute;
    bottom: 0;
    left: 20%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0 5px;
    text-decoration: none;
    font-size: 1.5vh;
    border-radius: 5px;
  }

  .castpicture_container a:visited {
    color: white;
  }

  .castpicture_container a:hover {
    color: var(--var-nice_orange);
  }

  /* ___________________________________________chapter_______________________________________________ */
  .chapter {
    overflow: hidden;
    background-image: url(../media/img/desktop_bg_general.png);
  }

  .chapter_middle_part {
    overflow: hidden;
    background-image: url(../media/img/desktop_bg_hub.png);
  }

  .chapter_title {
    font-size: 4vh;
  }

  .chapter_description {
    font-size: 3vh;
  }

  /* ___________________________________________media player_______________________________________________ */
  .cover_art {
    width: 50vw;
  }

  /* ___________________________________________hub_______________________________________________ */
  .body_hub {
    background-image : url(../media/img/mobile_bg_hub.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;  
  }

  .windows {
    grid-template-columns: repeat(2, 1fr);
  }

  /* ___________________________________________solutions_______________________________________________ */

  /*
 
 
  .solutions_page {
    overflow: visible;
    background-image: url(../media/img/mobile_bg_general.png);
  }

  .solutions{
    height: 80vh;
    background-image: url(../media/img/gianna_notepad_portrait.png);
  }

  .solutions_intro {
    height: 15vh;  

  }

  .solutions label {
    font-size: 1.7vh;
  }

  .answers {
    font-size: 1.7vh;  
  }

  .passform {
    width: 70%;
    justify-content: center;
    margin: auto;
  }

  .solutions_intro {
    height: 22vh;  
  }

  .help_icon i {
    margin-left: 0;
  }

  #submit_form {
    padding: 1vh;
    font-size: 2vh;
  }

  #errorDisplay {
    font-size: 1.5vh;
    width: 50%;
    margin: auto;
    margin-top: 1vh;
  }

  #showdownStart {
    padding: 1vh;
    margin-top: 0.5vh;
  }
*/

/* ______________________________________________end__________________________________________________ */
.end{
  overflow: visible;
}

.end_container {
  width: 70vw;
}

/*

.end_container h1 { 
  font-family: "mencken-std-head-narrow", sans-serif;
  font-style: normal;
  color: var(--var-nice_orange);
  font-size: 3rem;
  text-align: center;
}

.end_container h2 { 
  font-family: "mencken-std-head-narrow", sans-serif;
  font-style: normal;
  color: var(--var-nice_orange);
  font-size: 2rem;
  text-align: center;
  margin-top: 8vh;
}

.end_container p {
  font-size: 2.3vh;
  font-weight: 300;
  margin-top: 20px;
  color: var(--var-nice_blue);
  text-align: center;
}

#endcounter1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--var-nice_orange);
  margin-bottom: 0;
}

#endcounter2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--var-nice_orange);
  margin-bottom: 0;
}
*/

}

/* ___________________________________media query tablets landscape_______________________________________ */
@media (min-width: 992px) and (max-width: 1199px) {

  /* ______________________________________________homepage_______________________________________________ */
  .title_screen {
    text-align: center;
    width: 90%;
    margin: auto;
  }

  #title_screen_cover {
    width: 65vw;
  }

  .title_screen p {
    width: 65vw;
  } 

  #start_button {
    margin-bottom: 3vh;
    margin-top: 3vh;
  }

  .descriptive_texts {
    width: 75vw;
  }

  .descriptive_texts h3 {
    font-size: 2.5vh;
  }

  .descriptive_texts p {
    font-size: 2vh;
  }

  /* ___________________________________________cast_______________________________________________ */
  .html_cast {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 12vh;
  }

  .credits {
    width: 80%;
    margin: auto;
  }

  .credits h1 {
    font-size: 5vh;
  }

  .credits p {
    font-size: 2.2vh;
  }

  .castpicture_container {
    width: 60%;
    margin: auto;
  }

  .castpicture_container img {
    width: 100%;
    border: 4px solid var(--var-nice_orange);
  }

  .castpicture_container a {
    position: absolute;
    bottom: 0;
    left: 15%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0 5px;
    text-decoration: none;
    font-size: 2vh;
    border-radius: 5px;
  }

  .castpicture_container a:visited {
    color: white;
  }

  .castpicture_container a:hover {
    color: var(--var-nice_orange);
  }

  /* ___________________________________________chapter_______________________________________________ */
  .chapter {
    overflow: visible;
    background-image: url(../media/img/desktop_bg_general.png);
  }

  .chapter_middle_part {
    overflow: visible;
    background-image: url(../media/img/desktop_bg_hub.png);
  }

  .chapter_title {
    font-size: 4vh;
  }

  .chapter_description {
    font-size: 3vh;
  }

  /* ___________________________________________media player_______________________________________________ */
  .cover_art {
    width: 35vw;
  }

  /* ___________________________________________hub_______________________________________________ */
  .body_hub {
    background-image : url(../media/img/desktop_bg_hub.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;  
  }

  /* ___________________________________________solutions_______________________________________________*/

/*
  
  #submit_form {
    padding: 1vh;
    font-size: 2.5vh;
  } 


  #showdownStart {
    padding: 1vh;
    margin-top: 0.5vh;
  }


*/
}