/* Startseite */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.startseite {
  background-color: #06761b;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

#frontpage {
  height: 100vh;
  position: relative;
}

#header {
  padding: 0% 3%;
  background-color: #023d47;
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#headerSpiele {
  display: flex;
  justify-content: space-evenly;
  gap: 1.9em;
}

#headerSpiele a {
  color: #fff7ca;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}

#headerSpiele a:hover {
  color: #f36a9b;
}

#homeIcon {
  width: 4em;
}

.videoContainer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  width: 100%;
  height: 90%;
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 0;
  gap: 0;
}

.video01 {
  background: #f29f05;
  grid-column: 1 / 4;
  grid-row: 1 / 13;
}

.video02 {
  background: #bf0626;
  grid-column: 10 / 13;
  grid-row: 1 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video03 {
  grid-column: 4 / 10;
  grid-row: 1 / 8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e2609c;
}

.formatVideo {
  width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
}

.video02 .formatVideo,
.video04 .formatVideo {
  object-fit: contain;
  object-position: center;
}

.video04 {
  background: #e14e07;
  grid-column: 4 / 13;
  grid-row: 8 / 13;
  display: flex;
  justify-content: flex-start;
}

.video05 {
  background: #06761b;
  grid-column: 10 / 13;
  grid-row: 4 / 8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auge {
  width: 10em;
  height: 6em;
  background: #fff7ca;
  border: 0.8em solid #ffa5a5;
  border-radius: 50%;
  clip-path: ellipse(40% 60% at 50% 80%);
  position: relative;
  margin: 4%;
  overflow: hidden;
}

.pupille {
  width: 3vw;
  height: 3vw;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#justForFun {
  height: 100%;
  background-color: #023d47;
}

#justForFun h1 {
  font-size: 9.2vw;
  font-family: "Oswald";
  color: #ffa5a5;
  text-transform: uppercase;
}

#justForFun,
#einleitungstextAbschnitt,
#alleSpieleContainer {
  width: 100%;
  box-sizing: border-box;
}

#justForFun a {
  text-decoration: none;
}

#click_01 span,
#click_02 span,
#click_03 span,
#click_04 span,
#click_05 span,
#click_06 span,
#click_07 span,
#click_08 span,
#click_09 span,
#click_10 span,
#click_11 span,
#click_12 span,
#click_13 span,
#click_14 span,
#click_15 span,
#click_16 span {
  color: #ffa5a5;
  cursor: pointer;
}

#justForFun a span.clicked {
  color: #023d47 !important;
}

#startseiteContent {
  position: relative;
  z-index: 1;
  background-color: inherit;
  width: 100vw;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#einleitungstextAbschnitt {
  background-color: #ffa5a5;
  padding: 5% 25%;
}

#einleitungstextAbschnitt p {
  color: #033d47;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
}

#einleitungstextAbschnitt h2 {
  text-align: center;
  margin-bottom: 1%;
  font-family: "Oswald", sans-serif;
  font-size: 3vw;
  font-weight: 800;
  color: #033d47;
  transition: all 0.8s ease-in-out;
}

#einleitungstextAbschnitt h2 span.highlighted {
  background: linear-gradient(90deg, transparent 50%, #f29f05 50%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 2s ease-in;
}

#alleSpieleContainer {
  background-color: #ffa5a5;
  overflow: hidden;
  position: relative;
  display: block;
}

#alleSpieleContainer h1 {
  font-family: "Oswald", sans-serif;
  text-align: left;
  color: #023d47;
  font-size: 6vw;
}

#alleSpieleContainer p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: #023d47;
}

#alleSpieleContainer p:first-of-type:first-letter {
  font-size: 300%;
  line-height: 0.75;
  float: left;
  padding-right: 0.125em;
  font-family: Arial, Helvetica, sans-serif;
}

#ticTacToeAbschnitt,
#endlessRunnerAbschnitt {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#snakeAbschnitt {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.textSeite {
  padding: 6%;
}

#bildTicTacToe,
#bildSnake,
#bildEndlessRunner {
  background-color: #ffa5a5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#endlessRunnerFigur {
  width: 18em;
}

#bildSnake {
  width: 14em;
}

#bildTicTacToe {
  width: 18em;
}

.startSeiteButton {
  background-color: #023d47;
  width: 12em;
  padding: 1.2%;
  margin: 3% 0;
  border-radius: 10px;
  color: #ffa5a5;
  text-decoration: none;
  cursor: pointer;
}

footer {
  background-color: #023d47;
  padding: 2em 3%;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
}

footer h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  text-align: right;
  margin: 0;
  font-weight: 400;
}

footer a {
  color: #fff7ca;
  text-decoration: none;
}

footer a:hover {
  color: #f36a9b;
}

@media only screen and (max-width: 1308px) {
  .video03 {
    align-items: flex-end;
  }
  .auge {
    width: 8em;
    height: 5em;
    border: 0.6em solid #ffa5a5;
    margin: 3%;
  }
  #homeIcon {
    width: 3.5em;
  }
}

@media only screen and (max-width: 1070px) {
  .video04 {
    align-items: flex-start;
    background: #ffa5a5;
  }
  #homeIcon {
    width: 3em;
  }
}

@media only screen and (max-width: 1023px) {
  #ticTacToeAbschnitt,
  #endlessRunnerAbschnitt {
    display: flex;
    flex-direction: column;
  }

  #alleSpieleContainer h1 {
    text-align: center;
  }

  #snakeAbschnitt {
    display: flex;
    flex-direction: column-reverse;
  }

  #bildEndlessRunner {
    margin-bottom: 6%;
  }

  #einleitungstextAbschnitt h2 {
    font-size: 4vw;
  }
  .textSeite {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .startSeiteButton {
    padding: 4%;
    margin: 15% 0;
  }
}

@media only screen and (max-width: 975px) {
  .auge {
    width: 6em;
    height: 4em;
    border: 0.5em solid #ffa5a5;
  }
  #homeIcon {
    width: 2.8em;
  }
}

@media only screen and (max-width: 765px) {
  .auge {
    width: 4em;
    height: 3em;
    border: 0.4em solid #ffa5a5;
  }
  #homeIcon {
    width: 2em;
  }

  #alleSpieleContainer h1 {
    font-size: 8vw;
  }

  #einleitungstextAbschnitt h2 {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 500px) {
  .auge {
    width: 3em;
    height: 2em;
    border: 0.3em solid #ffa5a5;
    margin: 2%;
  }

  .textSeite p {
    font-size: 0.9em;
  }

  #bildSnake {
    width: 8em;
  }

  #bildEndlessRunner {
    width: 10em;
  }
}

/* SNAKE GAME */

.snake {
  background-color: #f29f05;
  overflow: hidden;
}

#snake_illustration_01 {
  width: 15%;
  transform: rotate(180deg);
}

#snake_illustration_02 {
  width: 15%;
}

.snake-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8em;
  margin-bottom: 1em;
}

.snakeTitel {
  font-family: "Bebas Neue", sans-serif;
  color: #e14e07;
  font-size: 7em;
  text-align: center;
}

.hearts {
  display: flex;
  align-items: center;
  position: absolute;
  right: 11%;
  gap: 0.4em;
}

.amount-food {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2em;
  color: #9a3009;
}

#heart {
  width: 2em;
}

.grid_erklaerung {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.snake.dark .grid {
  background-color: rgb(7, 68, 26);
}

.snake.dark {
  background-color: #a1a61c;
}

#snake_illustration_01.dark {
  filter: hue-rotate(45deg);
}

#snake_illustration_02.dark {
  filter: hue-rotate(45deg);
}

.snake.dark .erklaerung {
  color: white;
}

.snakeTitel.dark {
  color: #f291d0;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  position: relative;
}

.erklaerung {
  padding: 2%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.grid {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(20, 1fr);
  width: 33vw;
  height: 33vw;
  background-color: #f29188;
  z-index: 5;
}

.gameOver {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 3.5em;
  padding: 0.5em 1em;
  background-color: rgba(72, 104, 12, 0.95);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1em;
  z-index: 10;
}

.restart {
  padding: 0.5em 1.5em;
  font-size: 0.3em;
  background-color: rgb(241, 191, 232);
  border: solid rgb(242, 200, 249) 3px;
  border-radius: 10px;
  cursor: pointer;
  color: rgb(8, 79, 25);
}

.restart:hover {
  background-color: #ffafeb;
}

.mobile-controls {
  display: none;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: auto;
}

.control-grid {
  display: grid;
  grid-template-columns: repeat(3, 4em);
  grid-template-rows: repeat(3, 4em);
  gap: 0.5em;
}

.control-btn {
  background-color: #e14e07;
  border: 3px solid #e14e07;
  border-radius: 10px;
  font-size: 2em;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  pointer-events: auto;
}

.control-btn:active {
  background-color: #f29f05;
  transform: scale(0.95);
}

.control-btn.up {
  grid-column: 2;
  grid-row: 1;
}

.control-btn.left {
  grid-column: 1;
  grid-row: 2;
}

.control-btn.down {
  grid-column: 2;
  grid-row: 3;
}

.control-btn.right {
  grid-column: 3;
  grid-row: 2;
}

@media only screen and (max-width: 890px) {
  .snakeTitel {
    font-size: 5em;
  }

  .snake-header button {
    padding: 30% 60%;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-controls {
    display: block !important;
  }

  .erklaerung {
    display: none;
  }

  .gameOver {
    font-size: 3em;
    width: 6em;
  }
}

@media only screen and (max-width: 630px) {
  .erklaerung {
    font-size: 0.8em;
  }
  .grid {
    width: 50vw;
    height: 50vw;
  }
  .snakeTitel {
    font-size: 4.5em;
  }

  .snake-header button {
    font-size: 0.8em;
  }

  .snake-header button {
    padding: 25% 50%;
  }
}

@media only screen and (max-width: 540px) {
  .erklaerung {
    font-size: 0.6em;
  }
  .grid {
    width: 55vw;
    height: 55vw;
  }
  .snakeTitel {
    font-size: 4em;
  }

  .snake-header button {
    font-size: 0.6em;
  }

  .control-grid {
    grid-template-columns: repeat(3, 3.5em);
    grid-template-rows: repeat(3, 3.5em);
    gap: 0.4em;
  }

  .control-btn {
    font-size: 1.5em;
  }

  .gameOver {
    font-size: 2.8em;
    width: 5em;
    height: 4.3em;
  }

  .restart {
    padding: 0.5em 1.5em;
    font-size: 0.3em;
  }
}

@media only screen and (max-width: 360px) {
  .snakeTitel {
    font-size: 3em;
  }
}
@media only screen and (max-width: 250px) {
  .erklaerung {
    font-size: 0.5em;
  }
  .grid {
    width: 60vw;
    height: 60vw;
  }
  .snakeTitel {
    font-size: 2em;
  }
  .control-grid {
    grid-template-columns: repeat(3, 3em);
    grid-template-rows: repeat(3, 3em);
    gap: 0.3em;
  }

  .control-btn {
    font-size: 1.2em;
  }
}

/* Endless Runner */

html,
.endless_runner {
  height: 100%;
}

.endless_runner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/src/weisse-papierstruktur.jpg), url(/src/formeln.png);
  background-size: 100%, 60%;
  background-blend-mode: color-burn, luminosity;
  background-color: #862800b8;
}

.content {
  padding: 3%;
}

.dunkel {
  z-index: 2;
  filter: brightness(0.4);
}

#countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-size: 15vw;
  color: rgb(28, 232, 89);
  font-family: "Bangers", system-ui;
  -webkit-text-stroke: 5px #000000;
  text-align: center;
  pointer-events: none;
}

#nochmalsSpielen {
  position: absolute;
  top: 12%;
  right: -9%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-size: 3.6vw;
  color: rgb(28, 232, 89);
  font-family: "Bangers", system-ui;
  -webkit-text-stroke: 2px #000000;
  text-align: center;
  pointer-events: visiblePainted;
  cursor: pointer;
}

.titel {
  color: #000000;
  text-align: center;
  font-size: 7.4vw;
  font-family: "Bangers", system-ui;
  font-weight: 100;
  -webkit-text-stroke: 2px #d4af37;
  text-shadow: 3px 3px 0px #000, -1px -1px 0px #000;
}
.rechteck {
  width: 75vw;
  height: 35vw;
  margin: 0 auto;
  border: 7px solid #d4af37;
  border-radius: 30px;
  display: block;
  background-image: url("/src/background_03.svg"),
    linear-gradient(#3e1f47, #8a4b2c);
  background-size: 90%;
  background-repeat: repeat-x;
  animation: moveBackground 6s linear infinite;
  position: relative;
  overflow: hidden;
}

.boden {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#marsboden {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: url("/src/boden.svg");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 1;
  animation: hintergrundBewegung 6s linear infinite;
}

@keyframes hintergrundBewegung {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}

.figur {
  height: 40%;
  position: relative;
  transform-origin: bottom;
  z-index: 2;
  margin-bottom: 5%;
}

.huepfen {
  transform: translateY(-150px);
  transition: transform 0.1s ease-out;
}

.buecken {
  transform: translateY(50px) rotate(-85deg);
  transition: transform 0.1s ease-out;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0px) scaleY(0.92);
  }
  50% {
    transform: translateY(-1px) scaleY(0.97);
  }
}

#bein-links,
#bein-rechts {
  transform-origin: top center;
  transform-box: fill-box;
  animation: laufBein 0.2s ease-in-out infinite alternate;
}

#bein-rechts {
  animation-delay: 0.2s;
}

@keyframes laufBein {
  from {
    transform: rotate(30deg);
  }
  to {
    transform: rotate(-30deg);
  }
}

#arm-links,
#arm-rechts {
  transform-origin: top center;
  transform-box: fill-box;
  animation: Arme 0.5s ease-in-out infinite alternate;
}

#arm-rechts {
  animation-delay: 0.5s;
}

@keyframes Arme {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-3deg);
  }
}

.marsmensch {
  height: 25%;
  z-index: 2;
  margin-bottom: 3%;
  animation: marsmenschBewegung 4s linear infinite;
}

.ufo {
  position: absolute;
  right: -100%;
  top: 20%;
  width: 20%;
  height: auto;
  animation: ufoFliegt linear infinite;
}

@keyframes ufoFliegt {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}

@keyframes marsmenschBewegung {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100vw);
  }
}

.erklaerung_endless_runner {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "Bangers", system-ui;
  font-size: 1.5em;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
}

.mobile-controls-runner {
  display: none;
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  gap: 2em;
  pointer-events: auto;
  flex-direction: row;
}

.control-btn-runner {
  background-color: rgba(28, 232, 89, 0.9);
  border: 4px solid #d4af37;
  border-radius: 15px;
  font-size: 3em;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  pointer-events: auto;
  width: 5em;
  height: 5em;
  font-family: "Bangers", system-ui;
  -webkit-text-stroke: 2px #000000;
  text-shadow: 2px 2px 0px #d4af37;
}

.control-btn-runner:active {
  background-color: rgba(212, 175, 55, 0.9);
  transform: scale(0.95);
}

@media only screen and (max-width: 768px) {
  #countdown {
    -webkit-text-stroke: 3px #000000;
  }
  #nochmalsSpielen {
    -webkit-text-stroke: 1px #000000;
    top: 10%;
    right: -4%;
    font-size: 3.4vw;
  }

  .mobile-controls-runner {
    display: flex !important;
    bottom: 1%;
  }

  .control-btn-runner {
    width: 2.5em;
    height: 2.5em;
    font-size: 2.5em;
    -webkit-text-stroke: 1.5px #000000;
  }

  .erklaerung_endless_runner {
    display: none;
  }

  .rechteck {
    height: 65vw;
  }
}

@media only screen and (max-width: 540px) {
  .control-btn-runner {
    width: 3.5em;
    height: 3.5em;
    font-size: 2.5em;
    -webkit-text-stroke: 1.5px #000000;
  }

  .mobile-controls-runner {
    bottom: 5%;
  }
}

@media only screen and (max-width: 420px) {
  .titel {
    -webkit-text-stroke: 1px #d4af37;
  }
  #countdown {
    -webkit-text-stroke: 2px #000000;
  }

  #nochmalsSpielen {
    -webkit-text-stroke: 0.5px #000000;
    top: 14%;
    right: -4%;
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 360px) {
  .control-btn-runner {
    width: 3.2em;
    height: 3.2em;
    bottom: 2%;
    font-size: 2em;
    -webkit-text-stroke: 1px #000000;
  }

  .rechteck {
    height: 125vw;
  }

  .huepfen {
    transform: translateY(-70vw); /* Noch höher für kleine Bildschirme */
    transition: transform 0.1s ease-out;
  }
}

@media only screen and (max-width: 300px) {
  .titel {
    -webkit-text-stroke: 0.5px #d4af37;
  }
  #countdown {
    -webkit-text-stroke: 1px #000000;
  }

  #nochmalsSpielen {
    -webkit-text-stroke: 0.1px #000000;
  }
}

/* TIC TAC TOE */

.tic_tac_toe {
  font-family: "Orbitron", sans-serif;
  text-align: center;
  padding-top: calc(10vh + 2em);
  background-color: #06761b;
  background-image: url("/src/grid-2.png"), url("/src/fish_02.gif");
  background-size: 100%;
  background-position: center, 2em;
  background-repeat: no-repeat;
  background-blend-mode: hue;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}

.brett {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: clamp(0.8em, 2vw, 1.5em);
  justify-content: center;
  align-items: center;
  margin: 2% auto;
  width: min(70vw, 500px);
  aspect-ratio: 1;
}

.feld {
  width: 100%;
  height: 100%;
  font-size: clamp(2rem, 5vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2609c;
  border: 2% solid #222121;
  cursor: pointer;
}

.feld:hover {
  background-color: #f29f05;
}

#nachricht {
  font-size: 1.2em;
  margin-top: 20px;
}

.tic_tac_toe_titel {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 6vw, 4em);
  font-size: 4em;
  color: #e2609c;
  margin: 1vh 0;
}

#neustartButton {
  width: 40%;
  padding: 1.2%;
  border-radius: 1em;
  font-family: "Orbitron", sans-serif;
  background-color: #e14e07;
  margin: 0 auto;
  margin-top: 1.2%;
}

#neustartButton:hover {
  background-color: #f29f05;
  cursor: pointer;
}

#fish {
  width: 40%;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .tic_tac_toe {
    padding-top: 14vh;
  }
  .brett {
    width: min(75vw, 400px);
  }
  .tic_tac_toe_titel {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 480px) {
  .tic_tac_toe {
    padding-top: 15vh;
  }

  .brett {
    width: min(80vw, 350px);
  }
}

/* QUELLEN SEITE */

.quellen {
  background-color: #ffa5a5;
  min-height: 100vh;
  padding-top: 12vh;
}

.quellen main {
  padding: 3% 10%;
  max-width: 1200px;
  margin: 0 auto;
}

.quellen h1 {
  font-family: "Oswald", sans-serif;
  text-align: left;
  color: #023d47;
  font-size: 6vw;
}

.auflistungQuellen {
  list-style-type: none;
  padding: 0;
}

.auflistungQuellen li {
  background-color: #023d47;
  margin-bottom: 1em;
  padding: 1.5em 2em;
  border-radius: 10px;
  transition: transform 0.2s;
}

.auflistungQuellen li:hover {
  transform: translateX(10px);
}

.auflistungQuellen li a {
  color: #fff7ca;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

.auflistungQuellen li a:hover {
  color: #f36a9b;
}
