body, html {
  margin: 0;
  height: 100vh;
  background-color: black;
}
.schrift {
  color: white;
}

.name {
  position: fixed;
  top: 3%;
  margin-left: 50%;
  transform: translate(-50%);
  z-index: 10001;
  height: auto;
  max-width: 20vw;
  pointer-events: none;
}
.name img {
  display: block;
  width: 100%;
  height: auto;
}

.navigation {
/*  position: fixed; */
  margin-top: 3%;
  margin-left: 1%;
  color: white;
}
.navigation a {
  display: block; 
  color: white;
  margin-top: 0;
}
.ueberMichContainer{
  display:flex;
  align-items:flex-start;
  padding-left: 3vh;
  padding-right: 3vh;
  box-sizing: border-box;
}
.UeberMich {
  display: flex;
  margin-top: 3%;
  gap: 5%;
  margin-left: auto;
  margin-right: auto;
  justify-content:center;
  width:100%;
  text-align:justify;
  hyphens: auto;
}
.UeberMich img {
  width: 50%;
  height: auto;
}
.UeberMich p {
  font-size: 1.2rem;
  color: white;
  width: 30vw;
  margin-top: 0;
  flex-shrink: 0;
  justify-content:center;
  text-align:justify;
  hyphens: auto;
}
.UeberMich img {
  width: 50%;
  height: auto;
  width:500px;
  height:auto;
}

.gitter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-left: 30vh;
  margin-right: 30vh;
  margin-top: 3%;
}
.gitter img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}

.gitter img.breit {
  grid-column: 1 / -1;
  width: 70%;
  margin: 0 auto;
}

.modal{
  display: none; 
  position: fixed;
  z-index: 10000;
  padding-top: 8%;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
.modal-content{
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80vh;
  border: 5px solid white;
}
.close{
  position: absolute;
  padding-right: 8%;
  padding-top: 3%;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}
.prev, .next{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  padding: 16px;
  user-select: none;
}

.prev {
  left: 20px;
  color: white;
}

.next {
  right: 20px;
  color: white;
}

.prev:hover, .next:hover {
  color: #ccc;
}
  .video-container {
    display: flex;
    justify-content: center;
    margin-top: 3%;
	}
  .video-container video {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-height: 100vh;
    object-fit: contain;
  }
	
@media screen and (max-width: 600px) {
  .gitter {
    grid-template-columns: 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  
  .gitter img.breit {
    width: 100%;
    margin: 0;
  }
  
  .name {
    position: fixed;
    top: 5%;
    margin-left: 50%;
    transform: translate(-50%);
    z-index: 10001;
    height: auto;
    max-width: 45vw;
    pointer-events: none;
  }
  .modal{
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 60%;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
  }
  .prev, .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    padding: 16px;
    user-select: none;
  }
  .close{
    position: absolute;
    padding-right: 3%;
    padding-top: 37%;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
  }
  .ueberMichContainer{
    align-items:flex-start;
    width: 95%;
    margin-left: 1%;
  }
  .UeberMich {
    display: block;
    margin-top: 3%;
    gap: 5%;
    margin-left: auto;
    margin-right: auto;
    justify-content:center;
    align-items:flex-start;
  }

  .UeberMich p {
    display: block;
    font-size: 0.9rem;
    color: white;
    width:100%;
    margin-top: 0;
    flex-shrink: 0;
    margin-right: auto;
    justify-content:center;
  }
  .UeberMich img {
    width: 100%;
    height: auto;
  }

}
