/* @media (min-width: 40.0rem){ */

  html {
    font-size: 10px;
  }
  
  body {
    /* background: #ffc600; */
    font-family: 'helvetica neue';
    font-weight: 200;
    font-size: 20px;
    background: white;
    /* background: #141414 url(img/wave.gif); */
  }
  /* .preaching-section-konstantin {
    color: black;
    text-align: center;
    font-family: sans-serif;
  } */
  /* p {
    margin: 0;
    padding: 0;
  } */
  .preaching-section-konstantin {
    position: relative;
  }
  .preaching-container {
    display: flex;
    flex-direction: column;
    position: relative;
  }
   .correct-answers {
    margin: auto;
    font-size: 20px;
    max-width: 90%;
    min-width: 90%;
    text-align: justify;
  }
  .previous-answers {
    font-size: 20px;
  }
  .triggers {
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 90%;
  }
  .trigger-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* width: 250px; */
    width: 100%;
    background: #F4628C;
    color: white;
    padding: 0 15px;
    min-height: 30px;
    border-radius: 25px;
    font-size: 20px;
  }
  .tutorial-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    /* width: 200px; */
    width: 100%;
    min-height: 200px;
    min-width: max-content;
    /* overflow: hidden; */
    background-color: #FFECE2;
    border-radius: 25px;
    padding: 25px;
    top: 20%;
    left: 33%;
  }
  .tutorial-container p {
    margin: 0 0 1rem;
    width: 100%;
  }
  .navigation {
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  .next-button, .mic-container, .tutorial-button {
    border: none;
    background-color: transparent;
    width: max-content;
    height: max-content;
  }
  .next-button:hover, .tutorial-button:hover, .mic-container:hover{
    cursor: pointer; 
    transform: scale(1.1);
  }
  .mic-container {
    margin-left: 69px;
    margin-right: 20px;
  }
  .mic-container img, .next-button img {
    width: 60px;
    height: 60px;
  }
  .tutorial-button img {
    width: 30px;
    height: 30px;
  }
  .words {
    /* max-width: 300px; */
    /* min-width: 300px; */
    width: 80%;
    min-height: 150px;
    margin: 0px auto 20px auto;
    background: white;
    border-radius: 25px;
    /* border: 1px solid #EBEBEB; */
    box-shadow: 0px 0px 20px #EBEBEB;
    border: 1px solid #EBEBEB;
    /* padding: 1rem 2rem 1rem 1rem; */
    padding: 25px;
    background-size: 100% 3rem;
    position: relative;
    line-height: 2rem;
  }
  .words img {
    width: 100%;
  }
  .words p {
    margin: 0 0 1rem !important;
    /* margin: 0.0rem !important; */
  }
  .words:before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    left: 30px;
    bottom: 0;
    /* border: 1px solid; */
    border-color: transparent #efe4e4;
  }
  /*  Trigger Counter */ 
  .trigger-counter {
    position: absolute;
    left: 90%;
    bottom: 10%;
    font-weight: bold;
    color: black;
  }

  /* COVER */ 
  .starting-box-konstantin, .finish-screen-konstantin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    font-weight: 500;
    font-size: 2.0rem;
    margin: auto;
    margin-top: 35px;
    padding: 25px;
    width: 90%;
    box-shadow: 0px 0px 20px #EBEBEB;
    border: 1px solid #EBEBEB;
    min-height: 200px;
    color: #F4628C;
    border-radius: 25px;  
    text-align: center;
  }

  .start-preaching-button-konstantin, .restart-preaching-button-konstantin{
    font-weight: 700;
    border: none;
    color: white;
    height: 10%;
    width: 75%;
    margin: 8px;
    padding: 12px;
    font-size: 2.0rem;
    border-radius: 1.5rem;
    /* margin-top: 2.0rem; */
    /* margin-bottom: 1.2rem; */
    background-color: #F4628C;
  }
  .starting-box-konstantin p {
    color: black;
    font-size: 15px;
    font-weight: 300;
  }
  .finish-screen-konstantin p {
    font-size: 45px;
    font-weight: bold;
  }
  .start-preaching-button-konstantin:hover, .restart-preaching-button-konstantin:hover {
    cursor: pointer;
    transform: scale(1.05);
  }

  .hide-konstantin {
    display:none;
  }
  .blur-konstantin {
    filter: blur(5px);
  }
/* } */

@media (max-width: 30.0rem){
  .trigger-counter {
    left: 75%;
  }
  .starting-box-konstantin, .finish-screen-konstantin {
    width: 80%;
  }
}