body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.header-image {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.button {
  background-color: rgb(230, 108, 9);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 5px 2px 15px rgba(43, 48, 1, 0.8);
}

.menu-link {
  color: rgb(207, 221, 16);
  margin-left: 12px;
  text-decoration: none;
}

.container {
  position: absolute;
  left: 77%;
  top: 5%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container2{
    color: rgb(207, 221, 16);
    position: absolute;
    left: 40%;
    top: 195%;
    font-size: 150%;   
}

.container3{
    color: rgb(207, 221, 16);
    position: absolute;
    left: 51%;
    top: 1040%;
    font-size: 150%; 
}

.container4{
  color: rgb(207, 221, 16);
  position: absolute;
  left: 72%;
  top: 200%;
  font-size: 150%;   
}

.zeugnisse{
    height: 100%;
    width: 50%;
    object-fit: cover;
    filter: brightness(0.7);
}



.menu-link:hover {
  text-decoration: underline;
}

.headline {
  position: absolute;
  left: 5%;
  top: 8%;
  color: rgb(207, 221, 16);
  font-size: 275%;
  width: 100%;
}

.ich-bild {
  position: absolute;
  top: 40%;
  left: 66%;
  height: 45%;
}

.ich-bild2 {
    position: absolute;
    top: 25%;
    left: 66%;
    height: 50%;
  }

.text1 {
  position: absolute;
  left: 5%;
  top: 40%;
  color: rgb(207, 221, 16);
  font-size: 150%;
  display: flex;
}

.buttonlinks {
  position: absolute;
  left: -1%;
  top: 120%;
  color: rgb(207, 221, 16);
  font-size: 150%;
  align-items: flex-start;
}

.headline2 {
  position: absolute;
  left: 5%;
  top: 3%;
  color: rgb(207, 221, 16);
  font-size: 300%;
  width: 100%;
}

.text2{
    position: absolute;
    left: 5%;
    top: 20%;
    color: rgb(207, 221, 16);
    font-size: 125%;
    display: flex;
}

.text3{
    position: absolute;
    left: 5%;
    top: 105%;
    color: rgb(207, 221, 16);
    font-size: 130%;
    display: flex;
}

.iframe1{
    position: absolute;
    left: 57%;
    top: 105%; 
    height: 40%;  
    width: 40%;
}

.impressum{
  max-width: 10000px;
  margin: 20px auto;
  display:inline-table;
  grid-template-columns: 1fr 1fr;
  gap: 1%;
}

.impressum p {
  margin: 15;
}

.lebenslauf {
  height:  100vh;
  width: 100%;
  object-fit: contain;
  filter: brightness(0.7);
}


