/*--------------- tags*/
body {
  background-color: rgb(32, 86, 128);
  color: #ffffff;
}

h3 {
  text-decoration: underline;
}

h2 {
  font-size: 1.8em;
}

.rahmen {
  margin-top: 10px;
  background-color: #194f9c;
  padding: 1.5em;
  margin: 1em 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(4, 14, 84, 0.84);
  height: auto;
  pointer-events: all;
}

button {
  color: #ffffff;
  margin-top: 8px;
  background-color: #194f9c;
  border-radius: 10px;
  border-color: #0c3e84;
  padding: 4px 10px;
}

/*--------------- footer*/

footer {
  position: relative;
  top: 750px;
}

/*-----------------*/

.projekte-text {
  height: 50px;
}

.youtube {
  background-color: #0e4592;
}

.pointer-on {
  pointer-events: all;
}

.projekte-img {
  display: block;
  max-width: 90%;
  max-height: 400px;
  margin: 0 auto;
  margin-top: 16px;
  border-radius: 10px;
}

.projekte-header-img {
  display: flex;
  min-width: 60%;
  max-width: 90%;
  height: 200px;
  left: 30px;
  margin-top: 16px;
  border-radius: 10px;
}

main {
  margin-top: unset;
}

@media (min-width: 950px) {
  .projekte-liste {
    padding-top: 100px;
  }

  main {
    margin-top: -200px;
  }

  .projekte-img {
    max-width: 500px;
    max-height: 90%;
    right: 2%;
  }

  .projekte-header-img {
    display: block;
    max-width: 90%;
    max-height: 400px;
    margin-top: 16px;
    border-radius: 10px;
  }

  .projekte-text {
    left: 2%;
    margin-top: 20px;
  }
}

.projekte-liste {
  position: relative;
  z-index: 2;
  width: 80%;
  left: 10%;
  top: 700px;
}
