body {
  display: contents;
  margin: 0px;
  font-family: "Gabarito", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Quicksand", sans-serif;
}
.background-photo {
  position: fixed;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.Home-Leiste {
  position: absolute;
  right: 32px;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.562);
  font-size: 17px;
  border-radius: 18px;
  overflow: hidden;
}

.menü-link {
  text-decoration: none;
  color: rgb(54, 54, 54);
  margin-left: 10px;
  margin-right: 5px;
  text-align: center;
}

.Logo {
  position: absolute;
  left: 16px;
  top: 40px;
  width: 90px;
  background-color: rgba(255, 255, 255, 0.562);
  height: 55px;
  object-fit: cover;
  border-radius: 18px;
  object-position: left;
  object-fit: contain;
  max-height: 55px;
  max-width: 90px;
}

.Tätigkeiten-pic-1 {
  position: absolute;
  top: 80px;
  display: flex;
  align-items: center;
  width: 50%;
}
.first-pic {
  object-fit: cover;
  width: 22%;
  height: 22%;
  border: 7px solid;
  border-radius: 18px;
  border-color: rgba(255, 255, 255, 0.562);
}
.list1 {
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
}
.list1-text {
  font-weight: bold;
  padding: 8px;
  color: rgb(45, 8, 1);
}

.Tätigkeiten-pic-2 {
  position: absolute;
  top: 322px;

  width: 50%;
  display: flex;
  align-items: center;
}
.second-pic {
  width: 22%;
  height: 22%;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.562);
  border-radius: 18px;
}
.list2 {
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
}
.list2-text {
  padding: 8px;
  font-weight: bold;
  color: rgb(45, 8, 1);
}
.media-scrollbar1 {
  position: absolute;
  top: 170px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 50%;
  gap: 1.5em;
  padding-bottom: 55px;
  padding-left: 10px;
  padding-right: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 15px;

  overflow-x: auto;
  overflow-y: hidden;
}
.bild {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border: 7px solid rgb(45, 8, 1);
  border-radius: 15px;
  margin-top: 5px;
}
.media-element1 > span {
  color: rgb(45, 8, 1);
  font-size: 16px;
  font-weight: 600;

  border-radius: 18px;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

/* 2te Seite */

.Tätigkeiten-pic-3 {
  width: 50%;
  position: absolute;

  top: 600px;
  display: flex;
  align-items: center;
}
.third-pic {
  width: 22%;
  height: 22%;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.562);
  border-radius: 18px;
}
.list3 {
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
}
.list3-text {
  font-weight: bold;
  padding: 8px;
  color: rgb(45, 8, 1);
}
.Tätigkeiten-pic-4 {
  width: 50%;
  position: absolute;

  top: 800px;
  display: flex;
  align-items: center;
}
.fourth-pic {
  width: 22%;
  height: 22%;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.562);
  border-radius: 18px;
}
.list4 {
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
}
.list4-text {
  font-weight: bold;
  padding: 8px;
  color: rgb(45, 8, 1);
}
.media-scrollbar2 {
  position: absolute;
  top: 620px;
  width: 30em;
  height: 400px;
  margin-left: 20px;
  margin-right: 680px;
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: 200px 200px 200px;
  text-align: center;
  row-gap: 2px;

  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 18px;
  overflow-x: hidden;
  overflow-y: auto;
}
.bild2 {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border: 7px solid rgb(45, 8, 1);
  border-radius: 15px;
  margin-top: 5px;
}
.media-element2 > span {
  color: rgb(45, 8, 1);
  font-size: medium;
  font-weight: bolder;
  border-radius: 18px;
  text-align: center;
  padding-left: 4px;
  padding-right: 14px;
  margin-top: 0;
}
/*footer*/
.footer-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.562);
  height: 25px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  padding-bottom: 10px;
  align-items: center;
}
.footer-liste > li {
  list-style: none;
  float: left;
  padding-left: 2em;
  margin-left: 0px;
}
div > ul > li > a {
  text-decoration: none;
  color: black;
}
.tooltip {
  position: relative;
  display: inline-block;
  padding-left: 150px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /*Position des tooltiptext*/
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 100%;
  margin-left: -60%;
  /*Animation*/
  opacity: 0;
  transition: 0, 3s;
}
/*Tooltip zeiger*/
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: solid 5px #555;
}

/* hover-Behfele */
a:hover {
  color: rgb(45, 8, 1);
  text-decoration: underline;
}

.first-pic:hover {
  animation-name: grow-pic1;
  animation-duration: 0.3;
  animation-fill-mode: forwards;
}
.second-pic:hover {
  animation-name: grow-pic1;
  animation-duration: 0.3;
  animation-fill-mode: forwards;
}
.third-pic:hover {
  animation-name: grow-pic1;
  animation-duration: 0.3;
  animation-fill-mode: forwards;
}
.fourth-pic:hover {
  animation-name: grow-pic4;
  animation-duration: 0.3;
  animation-fill-mode: forwards;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Scrollbar*/
div::-webkit-scrollbar {
  height: 15px;
}
div::-webkit-scrollbar-track {
  background-color: rgba(11, 2, 2, 0.562);
  border-radius: 18px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div::-webkit-scrollbar-thumb {
  background-color: rgb(45, 8, 1);
  border-radius: 18px;
  scroll-behavior: smooth;
}
div::-webkit-scrollbar-thumb:hover {
  background-color: rgb(28, 5, 0);
}

/*Keyframes*/
@keyframes grow-pic1 {
  0% {
    width: 22%;
    height: 22%;
  }
  100% {
    width: 44%;
    height: 44%;
  }
}
@keyframes grow-pic4 {
  0% {
    width: 22%;
    height: 22%;
  }
  100% {
    width: 30%;
    height: 30%;
  }
}
/*Media-Keyframes*/

/*Handys*/
@media only screen and (max-width: 600px) {
  .background-photo {
    height: 110vh;
  }
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 10px;
    margin-top: 10px;
  }
  .Logo {
    left: 5px;
    margin-top: 10px;
  }
  .footer-wrap {
    top: 0px;
    padding-top: 5px;
  }
  .footer-liste {
    margin-left: 0px;
    font-size: 10px;
  }
  .tooltip {
    padding-left: 25px;
    font-size: 10px;
  }
  .tooltip .tooltiptext {
    height: 40px;
    top: 10%;
    right: 200%;
    left: -200%;
  }
  .tooltip .tooltiptext::after {
    height: -90px;
    top: -90%;
    left: 85%;
  }

  .title-2teseite {
    position: absolute;
    top: 120px;
    width: 83%;
    margin-left: 8%;
    font-size: 12px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.562);
    border-radius: 20px;
  }
  /*Gleiche-Einstellung für alle seiten ^*/

  /*Tätigkeiten-Einstellungen*/
  .Tätigkeiten-pic-1 {
    display: block;
    top: 250px;
    width: 90%;
    margin: 0% 0% 2.5% 2.5%;
  }
  .first-pic {
    width: 100%;
    height: 150px;
  }
  .list1 {
    width: 90%;
    height: 150px;
    margin: 0% 0% 0% 0%;
    padding-right: 2%;
    font-size: 14px;
  }
  .first-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0;
    animation-fill-mode: none;
  }
  /*Erstesbild mit Text ^*/
  .Tätigkeiten-pic-2 {
    display: block;
    top: 620px;
    width: 90%;
    margin: 0% 0% 2.5% 2.5%;
  }
  .second-pic {
    width: 100%;
    height: 150px;
  }
  .list2 {
    width: 90%;
    height: 150px;
    font-size: 13px;
    margin: 0% 0%;
    padding-right: 2%;
  }
  .second-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0;
    animation-fill-mode: none;
  }
  .media-scrollbar2 {
    display: none;
  }
  /*Zweitesbild mit Text ^*/
  .Tätigkeiten-pic-3 {
    display: block;
    top: 1000px;
    width: 100%;
    margin: 0% 0% 2.5% 2.5%;
  }
  .third-pic {
    width: 90%;
    height: 150px;
  }
  .list3 {
    width: 83%;
    height: 150px;
    margin: 0% 0%;
    font-size: 14px;
  }
  .third-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0;
    animation-fill-mode: none;
  }
  /*drittesbild mit text ^*/
  .Tätigkeiten-pic-4 {
    display: none;
  }
  .media-scrollbar1 {
    height: 250px;
    top: 1350px;
    width: 85%;
    margin: 0% 0% 2.5% 2.5%;
  }
  .media-element1 > span {
    font-size: 12px;
    font-weight: 600;
  }
}
/*Tablets*/
@media only screen and (min-width: 601px) and (max-width: 990px) {
  /*Gleiche einstellungen*/
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 18px;
    margin-top: 10px;
  }
  .footer-wrap {
    bottom: -98.5%;
  }
  .footer-liste > li {
    margin-left: 2em;
    float: inline-start;
    padding-left: 50px;
  }

  .tooltip {
    padding-left: 25px;
  }
  .tooltip .tooltiptext {
    height: 90px;
    top: 125%;
    right: 200%;
    left: -100%;
  }
  .tooltip .tooltiptext::after {
    height: -90px;
    top: -90%;
    left: 85%;
  }
  .media-element1 > span {
    font-size: 12px;
    font-weight: 600;
  }
  /*Gleiche einstellungen ende ^*/
  .media-scrollbar1 {
    width: 80%;
    max-height: 250px;
    margin-left: 8%;
    top: 300px;
  }
  .title-2teseite {
    position: absolute;
    top: 150px;
    width: 83%;
    margin-left: 8%;

    text-align: center;
    background-color: rgba(255, 255, 255, 0.562);
    border-radius: 20px;
  }
  .Tätigkeiten-pic-1 {
    top: 650px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
  }
  .first-pic {
    width: 35%;
  }
  .list1 {
    margin-left: 25px;
  }
  .Tätigkeiten-pic-2 {
    top: 890px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
  }
  .second-pic {
    width: 35%;
  }
  .list2 {
    margin-left: 25px;
  }
  .media-scrollbar2 {
    top: 1120px;
    width: 83%;
    max-height: 400px;
    margin-left: 8%;
  }
  .media-element2 > .bild2 {
    max-height: 250px;
  }

  .Tätigkeiten-pic-3 {
    top: 1560px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
  }
  .third-pic {
    width: 35%;
  }
  .list3 {
    margin-left: 25px;
    width: 80%;
  }
  .Tätigkeiten-pic-4 {
    display: none;
  }
  /*Hoverbefehle */
  .first-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .second-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .third-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .fourth-pic:hover {
    animation-name: grow-pic4;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  /*Hoverbefehle ende*/
}
/* Monitor und Größer*/
@media only screen and (min-width: 990px) and (max-width: 1735px) {
  /*Gleiche einstellungen*/
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 20px;
    margin-top: 10px;
  }
  .Logo {
    left: 10px;
  }
  .tooltip {
    padding-left: 25px;
  }
  .tooltip .tooltiptext {
    height: 90px;
    top: 125%;
    right: 200%;
    left: -100%;
  }
  .tooltip .tooltiptext::after {
    height: -90px;
    top: -90%;
    left: 85%;
  }
  /*Gleiche einstellungen ende ^*/
  .media-scrollbar1 {
    padding-bottom: 80px;
    width: 80%;
    max-height: 400px;
    margin-left: 8%;
    top: 300px;
  }
  .title-2teseite {
    position: absolute;
    top: 150px;
    width: 83%;
    margin-left: 8%;

    text-align: center;
    background-color: rgba(255, 255, 255, 0.562);
    border-radius: 20px;
  }
  .Tätigkeiten-pic-1 {
    top: 860px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
    margin-top: 30px;
  }
  .first-pic {
    width: 35%;
  }
  .list1 {
    margin-left: 25px;
    font-size: 22px;
  }
  .Tätigkeiten-pic-2 {
    top: 1280px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
  }
  .second-pic {
    width: 35%;
  }
  .list2 {
    margin-left: 25px;
    font-size: 22px;
  }
  .media-scrollbar2 {
    top: 1620px;
    width: 83%;
    height: 600px;
    margin-left: 8%;
    max-height: 800px;
    row-gap: 220px;
  }
  .media-element2 > .bild2 {
    height: 350px;
    max-width: 75%;
  }
  .media-element2 > span {
    font-size: 25px;
    display: block;
    margin: 10px 10px 0px 10px;
  }

  .Tätigkeiten-pic-3 {
    top: 2360px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
  }
  .third-pic {
    width: 35%;
  }
  .list3 {
    margin-left: 25px;
    width: 80%;
    font-size: 22px;
  }
  .Tätigkeiten-pic-4 {
    display: none;
  }
  /*Hoverbefehle */
  .first-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .second-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .third-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .fourth-pic:hover {
    animation-name: grow-pic4;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  /*Hoverbefehle ende*/
}
/*4k monitor*/
@media only screen and (min-width: 1735px) {
  /*Gleiche einstellungen*/
  .Home-Leiste {
    width: 28%;
    right: 0px;
    font-size: 28px;
    margin-top: 10px;
  }

  .footer-wrap {
    bottom: -98.5%;
  }
  .footer-liste > li {
    margin-left: 2em;
    float: inline-start;
    padding-left: 50px;
    font-size: 28px;
  }
  .tooltip {
    padding-left: 25px;
  }
  .tooltip .tooltiptext {
    height: 90px;
    top: 125%;
    right: 200%;
    left: -100%;
  }
  .tooltip .tooltiptext::after {
    height: -90px;
    top: -90%;
    left: 85%;
  }
  .media-element1 > span {
    font-size: 24px;
    font-weight: 600;
  }
  /*Gleiche einstellungen ende ^*/
  .media-scrollbar1 {
    padding-bottom: 80px;
    width: 80%;
    max-height: 400px;
    margin-left: 8%;
    top: 300px;
  }
  .title-2teseite {
    position: absolute;
    top: 150px;
    width: 83%;
    margin-left: 8%;

    text-align: center;
    background-color: rgba(255, 255, 255, 0.562);
    border-radius: 20px;
  }
  .Tätigkeiten-pic-1 {
    top: 960px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
    margin-top: 30px;
  }
  .first-pic {
    width: 35%;
  }
  .list1 {
    margin-left: 25px;
    font-size: 25px;
  }
  .Tätigkeiten-pic-2 {
    top: 1480px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
  }
  .second-pic {
    width: 35%;
  }
  .list2 {
    margin-left: 25px;
    font-size: 25px;
  }
  .media-scrollbar2 {
    top: 1820px;
    width: 83%;
    height: 600px;
    margin-left: 8%;
    max-height: 800px;
    row-gap: 220px;
  }
  .media-element2 > .bild2 {
    height: 350px;
    max-width: 75%;
  }
  .media-element2 > span {
    font-size: 25px;
    display: block;
    margin: 10px 10px 0px 10px;
  }

  .Tätigkeiten-pic-3 {
    top: 2560px;
    width: 80%;
    max-height: 200px;
    margin-left: 10%;
  }
  .third-pic {
    width: 35%;
  }
  .list3 {
    margin-left: 25px;
    width: 80%;
    font-size: 25px;
  }
  .Tätigkeiten-pic-4 {
    display: none;
  }
  /*Hoverbefehle */
  .first-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .second-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .third-pic:hover {
    animation-name: grow-pic1;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  .fourth-pic:hover {
    animation-name: grow-pic4;
    animation-duration: 0.3;
    animation-fill-mode: none;
  }
  /*Hoverbefehle ende*/
}
