
.rebecca_and_friends_holder
{
  font-family: 'Teko', sans-serif;
  font-size: 6rem;
  text-transform: uppercase;
  color: white;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 50vh;  
  display: table;

}

.rebecca_and_friends_holder div
{
display: table-cell;
vertical-align: middle;
width: 100%;
}

.rebecca_and_friends_holder p
{
    font-size: 0.3em;
}

.c-white{color: white;}

/* 
 -webkit-animation: glow 3s ease-in-out infinite alternate;
-moz-animation: glow 3s ease-in-out infinite alternate;
animation: glow 3s ease-in-out infinite alternate; */

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 20px white;
  }
  to {
   text-shadow: 0 0 30px white, 0 0 10px white;
  }
}


span.and_friends {
  
  overflow:hidden;
  animation: reveal 7s infinite;
 
 
}

.testx{
  width: 100%;
  height: 50vh;
  object-fit: cover;

  opacity: 0.4;
  
}



@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}





  /* h2 {
    margin: 0;
    padding-bottom: 6rem;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    font-family: 'Teko', sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    animation: glow 2s ease-in-out infinite alternate;
    text-align: center;
    color: #4db1bc;
  }
  
  @keyframes glow {
    from {
      text-shadow: 0 0 20px #2d9da9;
    }
    to {
      text-shadow: 0 0 30px #34b3c1, 0 0 10px #4dbbc7;
    }
  }
 */






a.text-white{ 
  text-decoration: none;
}


.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://www.rebecca-vocal.de/band_template/header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}




.gallery-section
{
  
  position: relative;
  background-color: #452755;
}



.soundcloud-player iframe
{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.form
{
  background-color: #452755;
}

.socials
{
  background-color: #240631;
}


.cta-btn
{
  background-color: #452755;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 20px;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em; /* Abstand zwischen Icon und Text */
  flex-wrap: wrap; /* WICHTIG für Umbruch bei wenig Platz */
  
}

.cta-btn:hover
{
  background-color: #7E3CBF;
color: white;
}



/* Buttons auf lila Hintergrund (Formular) */
.btn-purple-bg {
  background-color: #FFFFFF;
  color: #3A0D5A;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-purple-bg:hover {
  background-color: #EDE7F6;
  color: #3A0D5A;
}



h1,h2,h3
{ 
  font-family: 'Teko', sans-serif;
  font-size: 2rem;

  margin-bottom: 20px;

}

h1{
  font-size: 3rem;
}

.spacer_1
{
  height: 1em;
  width: 100%;
}

.spacer_2
{
  height: 2em;
  width: 100%;
}

.spacer_4
{
  height: 2.5em;
  width: 100%;

}


.spacer_6
{
  height: 5em;
  width: 100%;

}



.ts-fs-1{ font-size: clamp(2rem, 0.22rem + 8.89vw, 6rem);}
.ts-fs-2{font-size: 5em;}
.ts-fs-3{font-size: 4em;}
.ts-fs-4{font-size: 3em;}
.ts-fs-5{font-size: 2em;}
.ts-fs-6{font-size: 1em;}

.bg-dark
{
  background-color: black !important;
}

p{
  line-height: 1.8em;
}


.ts-input
{
  background-color: transparent;
  border: 2px solid white;
  width: 100%;
  height: 50px;
  color: white !important;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 1em;
}

.ts-input:focus,.ts-textarea:focus{
  outline:none;
  color: black !important;
}

.ts-input::placeholder,.ts-textarea::placeholder
{
  color: #a89caf;
}

.ts-textarea
{
  background-color: transparent;
  border: 2px solid white;
  width: 100%;
  color: white;
  font-size: 14px;
  padding: 10px 10px;
  margin-bottom: 1em;
}






.steam {
  position: absolute;
  height: 150px;
  width: 150px;  
  margin-top: -75px;
  margin-left: 75px;
  left: 20%;
  z-index: 0;
  opacity: 0;
}

#steam1 {
  -webkit-animation: steam1 4s ease-out infinite;
  animation: steam1 4s ease-out infinite;
}

#steam3 {
  -webkit-animation: steam1 4s ease-out 1s infinite;
  animation: steam1 4s ease-out 1s infinite;
}

#steam4 {
  -webkit-animation: steam1 4s ease-out 1s infinite;
  animation: steam1 4s ease-out 1s infinite;
}

@-webkit-keyframes steam1 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-400px) translateX(-20px) scale(1); opacity: 0;}
}

@keyframes steam1 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-400px) translateX(-20px) scale(1); opacity: 0;}
}

#steam2 {
  -webkit-animation: steam2 4s ease-out 0.5s infinite;
  animation: steam2 4s ease-out 0.5s infinite;
}

#steam4 {
  -webkit-animation: steam2 4s ease-out 1.5s infinite;
  animation: steam2 4s ease-out 1.5s infinite;
}

@-webkit-keyframes steam2 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-800px) translateX(40px) scale(1); opacity: 0;}
}

@keyframes steam2 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-800px) translateX(40px) scale(1); opacity: 0;}
}




ul{ display:table; margin:auto;}
li{display: inline-block; margin: 0 20px; }
li a{ color:#240631; text-decoration: none; font-weight: bold; }
li a:hover{ color:#452755;}



/* 


.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */



.blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s; 
    animation-iteration-count: infinite;   
    z-index:100;
       
}


@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }    
}




.object-fit-cover {
  object-fit: cover;
  object-position: center;
}




 .section {
  padding: 4rem 0;
}
.section img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.bg-light-gray {
  background-color: #f8f9fa;
}



 .gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.masonry {
  column-count: 3;
  column-gap: 1rem;
}

.nav
{
  text-align: right;
  
  float: right;
}

.nav li {
  display: inline-block;
  
}

@media (max-width: 768px) {
  .masonry {
    column-count: 1;
  }
  
  .nav
  {
    
    display: flex;
    justify-content: center;
    float: none;
    text-align:center!important;
    margin: 0 auto;
    
    width: 100%;
    
  }
  
  
}


.hs-form-frame label {
  display: none;
}



.form-floating label{
  color: white; /* deine Wunschfarbe */
}

.form-floating textarea.form-control {
  height: 150px;
}


