:root {
  --hell: #E52A24;
  --dunkel: #4B0806;
}

@font-face {
  font-family: 'Loki Cola';
  src: url('font/LOKICOLA.TTF');
}

@font-face {
  font-family: 'regelmann';
  src: url('font/regelmann.eot?80900792');
  src: url('font/regelmann.eot?80900792#iefix') format('embedded-opentype'), url('font/regelmann.woff2?80900792') format('woff2'), url('font/regelmann.woff?80900792') format('woff'), url('font/regelmann.ttf?80900792') format('truetype'), url('font/regelmann.svg?80900792#regelmann') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* source-sans-pro-300 - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url('font/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
src: local(''),
     url('font/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('font/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
     url('font/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
     url('font/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
     url('font/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url('font/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
     url('font/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('font/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('font/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('font/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('font/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-900 - latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 900;
src: url('font/source-sans-pro-v21-latin-900.eot'); /* IE9 Compat Modes */
src: local(''),
     url('font/source-sans-pro-v21-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('font/source-sans-pro-v21-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
     url('font/source-sans-pro-v21-latin-900.woff') format('woff'), /* Modern Browsers */
     url('font/source-sans-pro-v21-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
     url('font/source-sans-pro-v21-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/*********************************  *****************************/

html, body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;

}

/* Sicherstellen, dass die Höhe sich flexibel anpasst */
html, body {
  height: 100%;
  margin: 0;
}







body {
  background: url('back_red.jpg') no-repeat fixed !important;
  background-size: cover !important;
  /* background-blend-mode: overlay !important; */
  color: #ffffff;
  min-height: 100vh;
  margin: 0;
}

#section-1 {
  background-image: url(./song_sterne.png);
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}

.header img {
  width: 47vw;
}


.mt-10 {
  margin-top: 10rem;
}

.mt-6 {
  margin-top: -2rem;
}

.me-10 {
  margin-right: 10rem;
}

h1 {
  color: #fff; 
  font-family: 'Source Sans Pro';
  font-size: 2.5vw;
}
h2 {
  color: #fff; 
  font-family: 'Source Sans Pro';
  font-size: 2.5vw;
}

p {
  color: #fff; 
  font-family: 'Source Sans Pro';
  font-size: 1.25vw;
}

.bold{
  font-weight: bolder;
}


.con-black {
  height: 50px;
  background-color: rgb(64, 64, 64);
  margin-bottom: 3rem;
}

.shadow-p h2, .shadow-p {
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.938); /* Schwarzer Schatten */ 
  line-height: 1.5; /* Angenehmer Abstand */
}

.marginNeg {
  margin-top: -2rem;
}

/***************** 
     Snow 
**************/

#snow {
  position: fixed;
  top: -50px;
  left: 0;
  width: 100vw; /* Deckt die gesamte Breite des Bildschirms ab */
  height: 100vh; /* Deckt die gesamte Höhe des Bildschirms ab */
  pointer-events: none; /* Verhindert Interaktionen mit dem Container */
  z-index: 9999; /* Stellt sicher, dass die Schneeflocken oben sind */
}

/* Stil für die Schneeflocken */
.snowflake {
  position: absolute;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  pointer-events: none; /* Verhindert Interaktionen mit den Schneeflocken */
  animation: snow 10s linear infinite, drift 5s linear infinite;
}

/* Animation für den Fall der Schneeflocken */
@keyframes snow {
  0% {
    top: -10%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

/* Animation für das seitliche Driften der Schneeflocken */
@keyframes drift {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(1vw);
  }
  50% {
    transform: translateX(2vw); /* Nach rechts driften */
  }
  75% {
    transform: translateY(1);
  }
  100% {
    transform: translateX(0vw); /* Nach links driften */
  }
}

/* Zufällige Positionierung der Schneeflocken */
.snowflake:nth-child(odd) {
  animation-duration: 12s; /* Unterschiedliche Fallzeiten für Variation */
}

.snowflake:nth-child(even) {
  animation-duration: 8s;
}



/* Keyframes für den Bounce-Effekt */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px) translateY(-15px); /* Bouncing nach oben */
  }
}

/* Keyframes für den Shake-Effekt */
@keyframes shake {
  0%, 100% {
    transform: translateX(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}


.pfeil {
  animation: bounce 1s infinite;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}



/* Beim Hover: Bounce-Animation stoppen und Shake-Effekt auslösen */
.pfeil:hover {
  animation: shake 0.5s infinite; /* Schüttel-Effekt bei Hover */
  /* animation-iteration-count: 1;  */
}

.btn-neumorphism { 
  background-color: transparent;
  color: white;
  border: 1px solid var(--hell);
  margin: 15px 20px 0 0;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 20px;
  padding: 7px 35px;
}


.btn-neumorphism:hover {
  background-color: var(--dunkel);
}

.btn-neumorphism.active {
 background-color: var(--dunkel);
}

.list-group-item {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid var(--hell);
  color: #fff;
  border-radius: 20px;
  /* padding: 20px 20px; */
  border-top: 1px solid var(--hell) !important;
  transition: background-color 0.3s ease;
}

.list-group-item:hover {
  background-color: var(--dunkel);
  cursor: pointer;
}

.list-group-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.list-group-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}





/* Video-Element */

.div_player {
  position: relative;
}



/* Video-Styling */
#videoElement {
  display: none;
  width: 100%;
	max-width: 400px;
  z-index: 1; /* Video bleibt im Hintergrund */
  border-radius: 65px;
  border: 1px solid var(--hell);
  padding: 2.5%;
}


/* prompts  */

/* Container für die Prompt-Box */
.prompt-box {
  border-radius: 20px;
  padding: 30px;
  color: #ffffff;
  border: 1px solid #E52A24;
  display: flex;
  flex-direction: column;
  height: auto;
}

.prompts {
  font-size: 1vw;
}

/* Stil für die Containerbox */
.typewriter-container {
  width: 100%;
  max-width: 600px;
  /* margin: 0 auto; */
  /* padding: 1rem; */
  overflow: hidden; /* Verhindert das Überlaufen des Textes */
  
  /* border-right: 3px solid black; Cursor-Effekt */
}

/* Schriftart und -größe für den Schreibmaschineneffekt */
.typewriter {
  font-family: 'Source Sans Pro';
  font-size: 1rem;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.5;
  /* border-right: 2px solid rgba(255, 255, 255, .75); */
  /* animation: blinkTextCursor 500ms steps(44) infinite; */
}


/* @keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
} */






/* like count */

.like-count {
  color: #fff;
}

/* Zeichenzähler */
.char-counter {
  display: flex;
  justify-content: flex-end;
  /* font-size: 1.2vw; */
  color: #bbbbbb;
}


.play-controls {
  display: flex;
  align-items: center;
  flex: 1;
}

.video-rating {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#video-list {
  max-height: 720px; /* Höhe für 4 Songs (je nach Design anpassen) */
  overflow-y: auto; /* Scrollbalken aktivieren */
  padding-right: 1rem;
  padding-bottom: 50px;
}




.play-controls span {
  font-size: 1.6vw;
}

.video-rating button {
  font-size: 1.6vw;
}



/* mail css */

.jukebox {
  transition: 0.3s transform ease;
}

#section-2 {
 margin: auto auto;
 /* background-image: url(./song_sterne.png); */
 min-height: 100vh;
}



#section-3 {
  background-image: url(./song_sterne.png);
  /* min-height: 100vh; */
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#section-3 .row {
  display: grid;
  grid-template-columns: 25% 40% 25%;
  grid-template-rows: auto;
  justify-content: center;
  align-items: end;
  gap: 2%;
}

.grid-item1 {
  grid-column: 1;
}
.grid-item2 {
  grid-column: 2;
}
.grid-item3 {
  grid-column: 3;
}



/* form select {
  background-color: transparent;
  border: var(--hell) !important;
  outline: 1px solid var(--hell);
  border-radius: 20px;
  padding: 15px 45px;
  max-width: 100%;
  color: #fff;
  margin-right: 1rem;
  height: auto;
  display: block;
  margin-bottom: 2rem;
  margin-top: 1rem;
} */

.section-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  color: var(--hell);
  margin-bottom: 1rem;
}

.section-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  /* margin-bottom: 2rem; */
}

.highlight {
  color: var(--hell);
  font-weight: bold;
}

.styled-select {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid var(--hell);
  border-radius: 10px;
  padding: 0.8rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.styled-select:hover,
.styled-select:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: none;
}

.form-control {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid var(--hell);
  border-radius: 10px;
  padding: 0.8rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

input.form-control {
  color: #fff !important;
}

.form-control:hover,
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: none !important;
  border: 1px solid #fff !important;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1; /* Volle Deckkraft */
}

.styled-select::placeholder {
  color: #fff;
  opacity: 1;
}


.btn-form {
  display: inline-block;
  background-color: var(--hell);
  color: #fff;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

.btn-form:hover {
  background-color: var(--dunkel);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  color: var(--hell);
}

/* Für den gesamten Scrollbalken */
::-webkit-scrollbar {
  width: 10px; /* Breite des vertikalen Scrollbalkens */
  height: 12px; /* Höhe des horizontalen Scrollbalkens */
}

/* Für die Scroll-Leiste (Thumb) */
::-webkit-scrollbar-thumb {
  background: var(--hell); /* Farbe des Scrollbalkens */
  border-radius: 6px; /* Abgerundete Ecken */  
}

/* Für den Hintergrund des Scrollbalkens (Track) */
::-webkit-scrollbar-track {
  background: transparent; /* Farbe des Hintergrunds */
}

/* Hover-Effekt für den Scrollbalken */
::-webkit-scrollbar-thumb:hover {
  background: var(--dunkel); /* Farbe beim Hover */
}

::-webkit-scrollbar-track:hover {
  background: var(--hell); /* Farbe des Hintergrunds */
  border-radius: 6px;
}

  .zweiSpalten, .dreiSpalten {
    display: grid !important;
    gap: 2%; 
    justify-content: center;
    align-items: start;
	  transition: 0.7s;
    grid-template-rows: auto auto auto;
  }

  #prompt {
    grid-column: 1; /* Erste Spalte */
    grid-row: 1;
  }
  
  #playList {
    grid-column: 2; /* Mittlere Spalte */
    grid-row: 1 / span 2; /* Höhe von zwei Zeilen */
  }
  
  #player-div {
    grid-column: 3; /* Dritte Spalte */
    grid-row: 1;
  }

  #video-list {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  mask-size: cover;
  }

  .link {
    color: var(--hell);
    text-shadow: 1px 1px 5px #000;
  }

  /* Keyframes für den Bounce-Effekt */
@keyframes peng {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px) translateY(-15px); /* Bouncing nach oben */
  }
}

  .btn_win img {
    animation: bounce 1s infinite;
    cursor: pointer;
    margin-top: 1%;
  }

  .link {
    text-decoration: none !important;
    font-weight: bold;
  }


  @media (min-width: 1501px) {

    .zweiSpalten {
      /* grid-template-columns: 35% 50% !important; */
      gap: 2%;
    }
    
    .dreiSpalten {
      grid-template-columns: 20% 40% 17%;
      gap: 2%;
    }

  }






@media (min-width: 1500px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 100%;
 
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 35%;
  }
  
  .zweiSpalten {
    grid-template-columns: 25% 65%; 
  }
  
  .dreiSpalten {
  grid-template-columns: 25% 42% 22%;
  gap: 2%;
  }

  .dreiSpalten .con-btn_win {
    grid-column: 1 / 2;
    grid-row: 2; /* Dritte Zeile */

  }

  #section-3 {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }

  form {
    margin-top: 5rem;
  }

  .w-50 {
    width: 70% !important;
  }
}

@media (max-width: 1499px) {

  #player-div {
    grid-column: 1 / 2 !important;
    grid-row: 2;
  }

  .zweiSpalten {
    grid-template-columns: 30% 70%; 
    gap: 2%;
	}

  .dreiSpalten {
    grid-template-columns: 25% 60%;
    gap: 3% ;
  }


  .mt-10 {
    margin-top: 2rem;
  }

  .typewriter {
    font-size: 1rem;
  }

  .prompts {
    font-size: 1.25rem;
  }

  
  .changeHeart {
    margin-right: 2rem !important;
  } 

  #videoElement {
    margin-bottom: 5rem;
    max-height: 100vh;
    margin-top: 5rem;
  }

  .list-group-item {
    padding: 1.5rem !important;
  }

  .test img {
    width: 130px !important;
    height: 150px !important;
    border-radius: 10px !important;    
  }

  #section-3 .row {    
    align-items: center;
  }

  #zentriert {
    grid-template-columns: 35%; /* Zweispaltig */
    grid-template-rows: auto auto auto; /* Flexible Zeilenhöhe */
  }

  #prompt {
    grid-column: 1 / 2; /* Über die gesamte Breite */
    grid-row: 1; /* Erste Zeile */
  }


  .con-btn_win {
    grid-column: 1 / 2; /* Über die gesamte Breite */
    grid-row: 2; /* Dritte Zeile */
  }

  .dreiSpalten .con-btn_win {
    grid-row: 3; /* Dritte Zeile */

  }

}

@media (max-width: 1200px) {

  #player-div {
    grid-column: 1 / 2;
    grid-row: 2;
  }
	
	  .zweiSpalten {
    grid-template-columns: 30% 70%; 
	}
	  .dreiSpalten {
    grid-template-columns: 35% 65%; 
	}

  .con-btn_win {
      grid-column: 1 / 2;
      grid-row: 2;
  }



  .marginNeg {
    margin-top: 2rem;
  }

  #player p {
    font-size: 1.5rem;
   }

  .mt-10 {
    margin-top: 2rem;
  }

  .pfeil img {
    /* width: 30px; */
  }

  .prompt-box {
    padding: 15px;
  }
 

  .typewriter {
    font-size: 1rem;
  }

  #videoElement {
    /* padding-bottom: 5rem; */
    margin-bottom: 5rem;
    max-height: 75vh;
    width: 50vw;
    margin-top: 5rem;
  }

  .test img {
    width: 130px !important;
    height: 150px !important;
    padding: .75rem;
    border-radius: 25px !important;
  }

  .list-group-item {
    padding: 0 7px 0 0 !important;
  }

  .btn-neumorphism {
    padding: 3px 25px;
  }

}


@media (max-width: 1024px) {

	  .zweiSpalten {
    grid-template-columns: auto;
	}
}

@media (max-width: 992px) {

  #player-div {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .btn_win {
    display: none;
  }

  .list-group-item {
    padding: .25rem 1.5rem .25rem .25rem !important;
  }

  .test img {
    width: 100px !important;
    height: 120px !important;   
    border-radius: 20px !important;
  }

  .marginNeg {
    margin-top: 0;
  }

  .header img {
    width: 90%;
    
  }

  .header h2 {
    font-size: 2.25rem;
  }

  .pfeil {
    display: none;
 }

 #player p {
  font-size: 1.25rem;
 }

 .mt-10 {
  margin-top: 2rem;
 }


.changeHeart {
  margin-right: 2rem !important;
}

.typewriter {
  font-size: .9rem;
}

.prompts {
  font-size: 1rem;
}

.prompt-box {
  border-radius: 10px;
  padding: 11px;
}

#videoElement {
  /* padding-bottom: 5rem; */
  margin-bottom: 5rem;
  max-height: 75vh;
  width: 30vw;
  margin-top: 5rem;
}

#section-3 .row {
  grid-template-columns: 0 90% 0;
}

.grid-item1, .grid-item3 {
  display: none;
}

.grid-item4 {
  display: block !important;
}

.zweiSpalten {
  gap: 0;
  grid-template-columns: 35% 65%;
}

.dreiSpalten {
  gap: 2%;
}



}

@media (max-width: 768px) {

  .btn_win {
    display: none;
  }

  .header img {
    width: 70%;
  }

  .header h2 {
    font-size: 1.75rem;
  }

  #playCount-1 {
    margin-right: 1rem;
  }

  .mt-10 {
    margin-top: 5rem;
  }

  .prompt-box {
    gap: 0;
  }

  .zweiSpalten {
    grid-template-columns: 100%; 
	}

	  .dreiSpalten {
    grid-template-columns: 100%; 
    gap: 1%;
	}

  #zentriert {
    grid-template-columns: 35% 65%;
    grid-template-rows: auto auto auto;
  }

  #player-div {
    grid-column: 1 / 2;
  }

 


  .btn_win {
    display: none;
  }


  .bigPlayer {
    display: block;
  }

  /* #videoElement {
    display: none !important;
  } */

  #videoElement {
    display: none;
    /* padding-bottom: 5rem; */
    margin-bottom: 5rem;
    max-height: 75vh;
    width: 30vw;
    margin-top: 3rem;
    border-radius: 65px;
  }




}



@media (max-width: 576px) {

  .btn_win {
    display: none;
  }

  .marginNeg {
    margin-top: 5rem;
  }

  .header img {
    width: 90%;
  }

  .header h2 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  p {
    font-size:  0.9rem;
  }

  .prompts {
    font-size: .9rem;
  }

  .typewriter {
    font-size: .8rem;
  }

  .char-counter {
    font-size: .6rem;
  }


  .pfeil {
    display: none;
  }

  #video-list {
    padding-right: 1rem;
  }

  #video-list .list-group-item {
    padding: 0;
  }  

  .test img {
    width: 80px !important;
    height: 100px !important;
    padding: .5rem;
    border-radius: 20px !important;
  }



  .mt-10 {
    margin-top: 4rem;
  }

  .prompt-box {
    gap: 0;
  }

  .playCounter {
    display: none;
  }

  #videoElement {
    display: none;
    border-radius: 85px;
    width: 80%;
  }

  #section-3 {
    margin-bottom: 3rem;
  }

  #section-3 .row {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 1.5%;
  }

  .img_mobile {
    display: block !important;
  }

  .grid-item1, .grid-item3 {
    display: none;
  }

  .grid-item2 {
    grid-column: 1;
    margin: 5rem 0 1rem 0;
  }

  .w-50 {
    width: 80% !important;
  }

  .checkBox {
    display: grid;
    grid-template-columns: 10% 90%;
    grid-template-rows: auto;
    gap: 1.5%;
    }

    .check1 {
      grid-column: 1;
      grid-row: 1 / 3;
    }

    .check2 {
      grid-column: 2;
      grid-row: 1 / 5;
    }

    .grid-item4 {
      display: none !important;
    }

    .zweiSpalten {
      grid-template-columns: 100%;
    }

    #zentriert {
      grid-template-columns: 0;
      grid-template-rows: 3fr;
    }

    #playList {
      grid-column: 2;
      grid-row: 3 ;
    }
    #prompt {
      grid-column: 2 / 2;
      grid-row: 1;
    }

    #player-div {
      grid-column: 2 / 2 !important;
      grid-row: 4;
    }


    /* Für den gesamten Scrollbalken */
::-webkit-scrollbar {
  display: none;
}


.list-group-item {
  hyphens: auto;
}

#video-list {
  max-width: 100vw;
}

.changeHeart {
  margin-right: 0 !important;
}


}
