/* Local Font */
@font-face {
  font-display: swap; 
  font-family: 'MyFont';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Chirp-Regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'MyFont';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Chirp-Regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'MyFont';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Chirp-Regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'MyFont';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/Chirp-Regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'MyFont';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Chirp-Medium.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'MyFont';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/Chirp-Bold.woff2') format('woff2'); 
}

/* Main CSS */

body {
  margin: 0px;
}
p {
  line-height: 1.6;
}
ol {
  line-height: 1.4;
}
ul {
  line-height: 0.5;
  padding-top: 15px;
}
h1 {
  line-height: 1.2;
}
h2 {
  line-height: 1.4;
  font-size: larger;
  font-weight: 500;
  padding-top: 10px;

}
h3 {
  line-height: 1.4;
  font-weight: 500;
}
audio {
  margin-top: 11px;
}
ul.text_list {
  margin-bottom: -8px;
  }
li.text_list {
padding-bottom: 18px;
 line-height: 1.4;
 margin-bottom: -12px;
}
p.text_center {
  text-align: center;
}
.text_center {
  text-align: center;
}
.quote {
  font-style: italic;
}
.mobile_logo {
  width: 99px;
  height: auto;
}
.free_link {
  font-family:'MyFont', Arial;
}
.menu_div {
  background-color:#103B50;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  z-index: 100;
  border-right: 1px solid rgb(54, 54, 54);
  border-bottom: 0px;
  border-left: 0px;
  border-top: 0px;
}
.full_screen {
width: 90%;
}
ul {
  font-family:'MyFont', Arial;
}
ol {
  font-family:'MyFont', Arial;
  font-size: 1em;
  font-weight: 400;
  color:rgb(227, 227, 227);
  list-style-type: none;
  display: block;
  padding: 0; 
  margin: 0;
}
.navlink {
  border-radius: 4px;
  padding-left:30px;
  padding-right:30px;
  padding-top:5px;
  padding-bottom:4px;
}
.navlink_active {
  background-color: rgba(255, 255, 255, 0.116);
  border-radius: 4px;
  padding-left:30px;
  padding-right:30px;
  padding-top:5px;
  padding-bottom:4px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
}
a.link_style:link, a.link_style:visited, a.link_style:hover, a.link_style:active  {
  text-decoration: none;
  color:rgb(227, 227, 227);
}
.link_style_icon  {
  float: right;
  opacity: 0.3;
  height: 19px;
  padding-bottom: 11px;
  margin-right:-11px;
}
a.link_style_lang:link, a.link_style_lang:visited, a.link_style_lang:hover, a.link_style_lang:active {
  text-decoration: none;
  color:rgb(227, 227, 227);
  padding-left:0px;
  padding-right:0px;
}
.mobile_burger {
  width:16px;
  height: auto;
  opacity: 0.5;
}
.mobile_menu {
  background-color:#103B50;
  position: absolute;
  z-index: 200;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.despacer {
  margin-bottom: -5px;
  margin-top: -5px;
}
hr {
  opacity: 0.22;
}
.lang_indicator {
  opacity: 0.4;
  margin-left:2px;
}
.mode_indicator {
  opacity: 0.8;
  margin-left:2px;
}
.mode_switch {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.kapitel_shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 22px;
}
a.kapitel_card_link:link, a.kapitel_card_link:visited, a.kapitel_card_link:hover, a.kapitel_card_link:active  {
  text-decoration: none;
}
.kapitel_card {
  display: flex;
  flex-direction: column;
  background-color:#103B50;
  border-radius: 4px;
  overflow: hidden;
  width: 277px;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
}
.kapitel_card:hover {
  filter: brightness(1.15);
  transform: scale(1.01);
  transition: transform 0.25s, filter 0.25s;
}
.card_hero_001 {
  background-image: url("images/green_grass.webp");
  background-size: cover;
  background-position: center;
  height: 166px;
  width: 277px;
}
.card_hero_002 {
  background-image: url("images/holdy_mountain_view.webp");
  background-size: cover;
  background-position: center;
  height: 166px;
  width: 277px;
}
.card_hero_003 {
  background-image: url("images/galaxy.webp");
  background-size: cover;
  background-position: center;
  height: 166px;
  width: 277px;
}
.card_text {
  padding-top:15px;
  padding-left:33px;
  padding-right:33px;
  padding-bottom:22px;
}
p.card_desc {
  text-align: left;
  color:rgb(210, 210, 210);
}
.kapitel_content {
  color:rgb(210, 210, 210);
}
p.kapitel_content {
  font-family:'MyFont', Arial;
  text-align: left;
}
.audio_player {
  padding-top:11px;
}
.audio_player_review {
  padding-top:0px;
}
.weight_300 {
  font-weight: 300;
}
.lightbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.624);
  z-index: 1000;
  animation: visability 0.6s ;
  backdrop-filter: blur(3px);
}
video {
  padding-top: 22px;
}
.link_button {
  font-family:'MyFont', Arial;
  }

@keyframes visability {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Landscape Mode */

@media (orientation: landscape) {

  .content_div {
    margin-left: 188px;
  }
  #intro_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left:15%;
    padding-right:15%;
    min-height: calc(61.8vh - 44px);
  }
  .hero_site {
    height: 38.2vh;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  }
  .kapitel_content {
    padding-top:42px;
    padding-bottom:20px;
    display: flex;
    flex-direction: column;
    padding-left:9%;
    padding-right:9%;
    min-height: calc(61.8vh - 106px);
  }
  .missing_content {
    padding-top:42px;
    padding-bottom:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:9%;
    padding-right:9%;
    min-height: calc(61.8vh - 106px);
  }
  .kapitel_shell {
    padding-left:11px;
    padding-right:11px;
    padding-top:66px;
    padding-bottom:30px;
    min-height: calc(100vh - 140px);
  }
  .text {
    display: block;
  }
  .menu_div {
    height: 100vh;
    width: 188px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
  }
  menu {
    display: flex;
    flex-direction: column;    
  }
  a .logo {
    width: 50%;
    height: auto;
    padding-top:22px;
    padding-bottom:11px;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }      
  #hero_001 {
    height: 38.2vh;
  }
  .mobile {
    display: none;
  }
  .footer {
    height: 44px;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content_image {
    border-radius: 4px;
    margin-top:66px;
    float:right;
    width: 40%;
    height: auto;
    margin-left:44px;
    margin-bottom:44px;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  }
   .book_image {
    border-radius: 4px;
    margin-top:66px;
    float:right;
    width: 33%;
    height: auto;
    margin-left:44px;
    margin-bottom:44px;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  }
  .lightbox_image {
    width: 77%;
    height: auto;
    border-radius: 4px;
  }

  .spacer_111 {
    margin-top: 44px;
  }
  .mode_icon {
    margin-left: -2px;
    margin-top: 3px;
  }

  /* Hero Image Show */

.image_show_frame{
  width: calc(100vw - 188px);
  height: 38.2vh;
  overflow: hidden;
  position: absolute;
  margin-left:0;
}  
.image_show_1{
  width: 100%;
  height: 38.2vh;
  background-image: url("images/holdy_mountain_view.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  animation: ani1 30s infinite;  
}
.image_show_2 {
  width: 100%;
  height: 38.2vh;
  background-image: url("images/salvia-divinorum.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  animation: ani2 30s infinite;
}
.image_show_3{
  width: 100%;
  height: 38.2vh;
  background-image: url("images/hero.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  animation: ani3 30s infinite; 
}
.image_show_4{
  width: 100%;
  height: 38.2vh;
  background-image: url("images/meditation.webp");
  background-size: cover;
  background-position-y: top;
  position: absolute;
  animation: ani4 30s infinite; 
}
.image_show_5{
  width: 100%;
  height: 38.2vh;
  background-image: url("images/holdy_mountain_view.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  animation: ani5 30s infinite; 
}

@keyframes ani1 {
  0%   {opacity: 1; }
 15%   {opacity: 1; }
 20%   {opacity: 0; }
 100%  {opacity: 0; }
}
@keyframes ani2 {
  0%   {opacity: 0; }
  15%  {opacity: 0; }
  20%  {opacity: 1; }
  40%  {opacity: 1; }
  45%  {opacity: 0; }
  100%  {opacity: 0; }
}
@keyframes ani3 {
  0%   {opacity: 0; }
  40%  {opacity: 0; }
  45%  {opacity: 1; }
  65%  {opacity: 1; }
  70%  {opacity: 0; }
  100%  {opacity: 0; }
}
@keyframes ani4 {
  0%   {opacity: 0; }
  65%  {opacity: 0;  }
  70%  {opacity: 1;  }
  90%  {opacity: 1; }
  95%  {opacity: 0; }
  100%  {opacity: 0; }
}
@keyframes ani5 {
  0%   {opacity: 0; }
  90%  {opacity: 0; }
  95%  {opacity: 1; }
}

}

/* Portrait Mode */

@media (orientation: portrait) { 
  .site_div {
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  .menu_div {
    height: 44px;
    width: calc(100% - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
  }
  .flex_menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    justify-content: left;
    padding-top:11px;
    padding-bottom: 55px;
    padding-right:22px;
    padding-left:22px;
    z-index: 500;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  }
  p {
    line-height: 1.4;
  }
  .logo {
    display: none;
  }
  #hero_001 {
    height: 38.2vh;
  }
  #intro_div {
    display: flex;
    flex-direction: column;
    height: calc(61.8vh - 44px);
    min-height: 388px;
    align-self: center;
    justify-content: center;
    text-align: center;
    gap: 0px;
    padding-left:15%;
    padding-right:15%;
  }
  .kapitel_content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 354px);
    padding-top:22px;
    padding-right:33px;
    padding-left:33px;
    padding-bottom:22px;
  }
  .kapitel_shell {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 174px);
    padding-top:100px;
    padding-left:22px;
    padding-right:22px;
    padding-bottom:30px;
  }
  .missing_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 343px);
    padding-top:11px;
    padding-right:77px;
    padding-left:77px;
    padding-bottom:22px;
  }
  .footer {
    height: 44px;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .desktop {
    display: none;
  }
  img.content_image {
    margin-top:22px;
    border-radius: 4px;
    margin-bottom:22px;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  }
    img.book_image {
    margin-top:22px;
    border-radius: 4px;
    margin-bottom:22px;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  }
  .hero_site {
    margin-top: 44px;
    height: 222px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.252);
  }
  .lightbox_image {
    width: 94%;
    height: auto;
    border-radius: 4px;
  }
  .spacer_111 {
    margin-top: 55px;
  }


}

/* Specific Element CSS */

#hero_001 {
  background-size: cover;
  background-position: center;
}