.content-wrapper {
  flex: 1 0 auto; 
  background-color: #353636;
}

.button-1, .button-2{
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: 'Calibri' , 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif; 
}

a {
  color: rgb(0, 0, 0);
}

.Hinweis {
  width: 37rem;
  height: 5rem;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1%;
  font-family: 'Calibri' , 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  background-color: #db5d5d;
  border: 0.1rem solid red;
  border-radius: 0.5rem;
}
.Felx-Hinweis {
  display: flex;
  flex-direction: column;    
  justify-content: center;     
  align-items: center;   
  height: 100%;         
  text-align: center;
}


.Hinweis-strong {
  font-size: 1.5rem;
  margin: 0;
}

.p-Hinweis{
  margin: 0;
  font-size: 1.1rem;
}

.button-1 {
  position: absolute;
  width: 3rem;
  margin-left: 2%;
  margin-top: 4rem;

}

.button-2 {
  display:flex;
  justify-self: right;
  position: absolute;
  width: 14rem;
  margin-top: 4rem;
  margin-right: 5%;
}

.Bewerbungs-button  {
  display: flex;
  align-items: center;
  align-self:flex-start;
  justify-content: center;
  height: 3em;
  width: 14rem;
  border-radius: 3px;
  border: none;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  cursor: pointer;
  background: #fff;
}

.Bewerbungs-button > svg {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
  transition: all 0.4s ease-in;
}

.Bewerbungs-button:hover > svg {
  font-size: 1.2em;
  transform: translateX(-5px);
}

.Bewerbungs-button:hover {
  box-shadow: 9px 9px 33px #d1d1d1, -9px -9px 33px #ffffff;
  transform: translateY(-2px);
}

.Praktikums-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.4s ease-in;
}

.Praktikums-button-icon {
  font-size: 20px;
  transition: transform 0.4s ease-in;
}

.Praktikums-button:hover .Praktikums-button-icon {
  transform: translateX(5px);
}

.Praktikums-button:hover {
  box-shadow: 9px 9px 33px #d1d1d1,-9px -9px 33px #ffffff;
  transform: translateY(-2px);
}

.iframe {
  margin-top: 0.1%;
  width: 100%;
  height: 90%;
}

@media (min-width: 2300px) {
  .button-1 {
    margin-top: 4.5rem;
  }

  .button-2 {
    margin-top: 4.5rem;
    margin-right: 1.8%;
  }
}

@media (min-width: 1601px) and (max-width: 1899px) {
  .button-1 {
    margin-top: 4rem;
  }

  .button-2 {
    margin-top: 4rem;
    margin-right: 1.8%;
  }
}

@media (min-width: 1061px) and (max-width: 1600px) {
   .button-1 {
    margin-top: 3.5rem;
  }

  .button-2 {
    margin-top: 3.5rem;
    margin-right: 1.8%;
  }
}


@media (min-width: 851px) and (max-width: 1060px) {
   .button-1 {
    margin-top: 2.7rem;
  }

  .button-2 {
    margin-top: 2.7rem;
    margin-right: 1.8%;
  }
}