body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
/*    background-image: url("anlagen/Lightning Background.jpg");
    background-size: 2000px 1000px;*/
    background:
    linear-gradient(270deg, #151515 5px, transparent 5px) 0 5px,
    linear-gradient(270deg, #151515 5px, transparent 5px) 10px 0px,
    linear-gradient(270deg, #222 5px, transparent 5px) 0px 10px,
    linear-gradient(270deg, #222 5px, transparent 5px) 10px 5px,
    linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
    linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;
    overflow-x: hidden;
}

/*Textarten*/
.zentrierterText {
    text-align: center;
}

.goldenerLink {
    text-align: center;
    padding-top: 10px;
    width: 300px;
    height: 40px;
    background-color: black;
    border: 10px solid goldenrod;
    border-radius: 20px;
}

.schwarzeSchrift {
    text-decoration: none;
    color: goldenrod;
}

em{
    font-size: 20px;
}

/*Reiter*/

.reiter {
    width: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 10px;
}

.reiter button {
    font-weight: bold;
    font-size: 20px;
    color: #FF00FF;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    padding: 10px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.reiter button.inaktiveSeite:before,
.reiter button.inaktiveSeite:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 60%;
    height: 1px;
    transition: transform 0.3s;
}

.reiter button.inaktiveSeite:before {
    top: 50%;
    left: 0;
    transform: translateY(50%) rotate(0deg);
    transform-origin: top left;
}

.reiter button.inaktiveSeite:after {
    top: 50%;
    right: 0;
    transform: translateY(50%) rotate(0deg);
    transform-origin: bottom right;
}

.reiter button.inaktiveSeite:hover:before,
.reiter button.inaktiveSeite:hover:after {
    transform: rotate(45deg) scale(10);
    opacity: 1;
}

.reiter button.inaktiveSeite:hover {
    opacity: 1;
    border: none;
}

.reiter button.inaktiveSeite{
    transition: background-color 0.5s;
    opacity: 0.6; 
}

.reiter button.aktiveSeite{
    padding: 12px;
    border: none;
}

.yellow{
    background-color: yellow;
}
.blue{
    background-color: blue;
}
.green{
    background-color: green;
}
.red{
    background-color: red;
}

#zurRueckmeldung, #bewerbungVerlassen {
    font-weight: bold;
    font-size: 20px;
    color: #FF00FF;
    background-color: #ccc;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    border: none;
    height: 40px;
    z-index: 1;
    overflow: hidden;
    top: 10px;
}

#bewerbungVerlassen {
    transform: translateX(125px);
    width: 270px;
}

#bewerbungVerlassen a {
    text-decoration: none;
    color: #FF00FF;
}

#zurRueckmeldung {
    transform: translateX(-60px);
    width: 225px;
}

#bewerbungVerlassen:hover {
    transform: translateX(20px);
}

#zurRueckmeldung:hover {
    transform: translateX(-20px);
}


/* Hauptteil */

.hauptsicht {
    display: flex;
}

.hauptteil, .codeeingabe {
    position: relative;
    overflow-y: auto;
    background-color: #333;
    width: 1000px;
    height: 900px;
    border-radius: 10px;
    z-index: 2;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.hauptteil{
    
}

.hauptteil p, codeeingabe p {
    color: white;
}

.hauptteil collapsed {
    display: none;
}

#deckblatt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#willkommensseite{
    text-align: center;
}

#codeeingabe{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    margin-right: 200px;
    margin-left: 200px;
    color: #F4A460;
    background-color: #000;
    padding: 10px;
    border-radius: 50px;
    border: 5px solid #ffd700;
}

fieldset {
  border: none;
}


#anschreiben{
    background-image: url("anlagen/pergament.jpg");
    background-size: cover;
    color: black;
    font-family: 'Lucida Handwriting', 'italic';
    font-size: 17px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#text-container p{
    color: black;
}


#lebenslauf{
    text-align: center;
    justify-content: center;
}

#anlage{
  border: 3px solid #ffd700;
  border-radius: 5%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
  max-width: 100%;
}

#anlagen{
    position: relative;
}

.zentriert{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Adresszeile */

.adresszeile, .adresszeileLebenslauf{
    display: flex;
    width: 1000px;
    position: absolute;
    text-align: center;
    justify-content: center;
    bottom: 5px;
    margin: 5px;
    z-index: 10;
}

#deckblatt .adresszeile , #anlagen .adresszeile{
    background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255,255,255,.2) 35px, rgba(255,255,255,.2) 70px);
    background-color: #333;
}

.adresszeileLebenslauf{
    left: 185px;
    right: 185px;
}

.kopierbar{
    cursor: pointer;
}

.kopierbar:hover{
    color: goldenrod;
}



/* Deckblatt */

.bewerbungstitel{
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Impact', sans-serif;
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    text-shadow: 0px 0px 10px rgba(20, 0, 50, 0.8);
    position: absolute;
    top: 20px;
}

.portrait {
  position: relative;
  border-radius: 80%;
  top: 0px;
  z-index: 20;
  cursor: pointer;
}

.freiesPortrait {
    animation: wiggle 2s infinite;
    box-shadow: 25px 0px 25px rgba(0, 0, 0, 0.75);
}

.festgesetztesPortrait {
    height: 475px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

/*.freiesPortrait:hover {
    height: 475px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    animation: no-name;
}*/


@keyframes wiggle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Lebenslauf */

/* Allgemeine Formatierung */
table {
  display: table;
  border-collapse: collapse;
}

th, td {
  width: 150px;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

table em{
    position: relative;
    margin-left: 38px;
}

/* Stil für Überschriften */
h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}


table.collapsed {
    display: none;
}


/* Pfeilsymbol für ausgeklappte Überschriften */
h3.collapsed::before {
  content: '\25BC';
  margin-right: 5px;
}

/* Pfeilsymbol für eingeklappte Überschriften */
h3::before {
  content: '\25B6';
  margin-right: 5px;
}


/* Rückmeldung */
#rueckmeldung{
    margin-top: 10px;
    border: 5px solid #333;
    color: black;
    font-weight: bold;
    background-color: goldenrod;
    text-align: center;
    border-radius: 30px;
    background-image: repeating-linear-gradient(180deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
}
#terminvereinbarungKasten, #ablehnungsKasten{
    color: black;
    margin-top: 10px;
    height: 200px;
    width: 800px;
    border-radius: 30px;
    opacity: 1;
    background-image: repeating-linear-gradient(180deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#terminvereinbarungKasten{
    border: 3px solid darkgreen;
    background-color: green;
}
#ablehnungsKasten{
    border: 3px solid red;
    background-color: darkred;
    text-align: left;
}
#terminvereinbarungKasten h4, #ablehnungsKasten h4{
    text-align: center;
    padding-bottom: 20px;
    margin-top: 10px;
}
textarea{
    resize: none;
    overflow: auto;
}

span{
    color: red;
}



/* Tools */

#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial', sans-serif;
  font-size: 25px;
  margin-right: 200px;
  margin-left: 200px;
  color: #F4A460;
  background-color: #000;
  padding: 10px;
  border-radius: 50px;
  border: 5px solid #ffd700;
}

#countdown span {
  display: inline-block;
  margin: 0 10px;
}

#countdown span::before {
  content: ":";
  margin-right: 5px;
}

.arrow-button {
  position: relative;
  size: 50px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  bottom: 350px;
}

#arrow-left, #arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    opacity: 0.35;
}

#arrow-left {
    border-right: 60px solid goldenrod;
}

#arrow-right {
    border-left: 60px solid silver;
}

#arrow-right:hover{
    opacity: 1;
}

#arrow-left:hover{
    opacity: 1;
}

.bild-button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.bar{
  position: relative;
  display: inline-block;
  width: 0px;
  height: 5px;
  background-color: goldenrod;
  bottom: 5px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.part-button, .part-button-silver{
  display: inline-block;
  width: 100px;
  height: 20px;
  transform: skew(-20deg);
  opacity: 0.25;
  bottom: 10px;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: bottom;
}


.part-button{
  background-color: goldenrod;
}

.part-button-silver{
  background-color: silver;
}

.part-button:hover, .part-button-silver:hover{
    opacity: 0.75;
}

.part-button-active{
  display: inline-block;
  width: 100px;
  height: 20px;
  transform: skew(-20deg);
  background-color: goldenrod;
  opacity: 1;
  bottom: 10px;
  border: none;
  margin-right: 10px;
}

#parts{
    margin-bottom: 30px;
}

.zoomed-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 15;
  pointer-events: none;
  border: goldenrod;
}

#zoomer{
    position: absolute;
    top: 150px;
    width: 1px;
    height: 1px;
    z-index: 10;
}



.versteckt {
    display: none;
}

.audio-player {
  position: relative;
}


.buttonPlay:hover{
    cursor: url('anlagen/Cursor_Abspielen.png') 32 32, auto;
}

.buttonPause:hover{
    cursor: url('anlagen/Cursor_Pause.png') 32 32, auto;
}

.buttonNeustart:hover{
    cursor: url('anlagen/Cursor_Wiederholen.png') 32 32, auto;
}

.ersterAudioAufruf{
    cursor: url('anlagen/speaker.png') 32 32, auto;
}

.scrolling-text {
  width: 400px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  background-color: black;
  z-index: 2;
  bottom: 100px;
  position: absolute;
  border: 5px solid goldenrod;
  border-radius: 20px;
}

.scrolling-text p {
  position: relative;
  animation: scroll 20s linear infinite;
  bottom: 5px;
}

.kompetenzprofil{
    bottom: 145px;
    position: absolute;
    font-size: 20px;
}

@keyframes scroll {
  0% {
    left: 400px;
  }
  100% {
    left: -2050px;
  }
}




#hotkeyanzeige {
    position: fixed;
    font-size: 30px;
    z-index: 150;
    right: 30px;
    bottom: 10px;
    color: goldenrod;
    text-align: center;
}

/* Vorrübergehende Spielerei*/
#pointer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100px;
  background-color: purple;
  opacity: 0;
  transition: opacity 0.3s;
}

.image{
    position: absolute;
}