@charset "UTF-8";


#rueckblick {
  background-color: #20617c;
}
#information {
  background-color: #20617c;
}
#anmeldung {
  background-color: #20617c;
}
#team {
  background-color: #20617c;
}
#impressionen {
  background-color: #20617c;
}
#foerderung {
  background-color: #20617c;
}
#kontakt {
  background-color: #20617c;
}
#impressum {
  background-color: #20617c;
}
#fusszeile {
  background-color: #ee89b2;
}
#popup {
  background-color: #20617c;
}

#termsOfService {
  background-color: #20617c;
  padding: 2rem 0;
}


#test {
  background-color: #da9db5;
}


.textlink { 
  color : #d8d8d8; text-decoration : underline;
 }
 .anmeldelink { 
  color : #ffc800;; text-decoration : underline; font-size: 1.25rem;
 }


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