@media (max-width: 768px) {
  body {
    margin-top: 0px;
  }

.projectstitle {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  margin-top: 130px;
  margin-bottom: 15px;
}


.projectstitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 10vw;
  font-weight: 700;
  color: green !important;
}

.projectstitle img {
  height: 80px;
  width: 80px;
  margin-right: 10px;
  border: 5px solid black;
  border-radius: 5px;
}

.projectsubtitle {
  display: flex;
}

.projectsubtitle h2 {
  font-family: "Space Mono", monospace;
  font-size: 30px;
  color: green;
  width: 80%;
  line-height: 28px;
  text-align: center;
  margin-bottom: -25px;
  border: 4px solid green;
  padding: 12px;
}

/*===BILDERGALERIE===*/
.gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.image {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  break-inside: avoid;
  text-align: center;
  border: 5px solid black;
  box-shadow: 5px 10px rgb(0, 73, 16); /*BOX SHADOW*/
}

.image img {
  width: 100%;
  max-height: 300px;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  cursor: pointer;
}


/* Bildbeschreibung */
.image h1 {
  font-family: "Space Mono", monospace;
  font-size: 36px;
  font-weight: 700;
}

.namelabel  {
  font-family: "Space Mono", monospace;
  font-size: 20px !important;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 5px solid black;
}

.image p {
  font-family: "Space Mono", monospace;
  font-size: 15px;
  text-align: left;
  padding: 5px;
}


.projectsubtitle {
  display: flex;             
  flex-direction: row;       
  justify-content: center;   
  align-items: center;       
  gap: 10px;                 
}

.footericon img {
  display: block;
  max-width: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
}

@media (min-width: 768px) and (max-width: 1360px){
  body {
    margin-top: 0px;
  }

.projectstitle {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  margin-bottom: 0px;
}


.projectstitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 80px;
  font-weight: 700;
  color: green !important;
}

.projectstitle img {
  height: 80px;
  width: 80px;
  margin-right: 10px;
  border: 5px solid black;
  border-radius: 5px;
  margin-top: 110px;
}

.projectsubtitle {
  display: flex;
}

.projectsubtitle h2 {
  font-family: "Space Mono", monospace;
  font-size: 30px;
  color: green;
  width: 80%;
  line-height: 28px;
  text-align: center;
  margin-bottom: -25px;
  border: 4px solid green;
  padding: 12px;
}

/*===BILDERGALERIE===*/
.gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.image {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  break-inside: avoid;
  text-align: center;
  border: 5px solid black;
  box-shadow: 5px 10px rgb(0, 73, 16); /*BOX SHADOW*/
  margin: 0 auto;
}

.image img {
  width: 100%;
  max-height: 300px;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  cursor: pointer;
}


/* Bildbeschreibung */
.image h1 {
  font-family: "Space Mono", monospace;
  font-size: 36px;
  font-weight: 700;
}

.namelabel  {
  font-family: "Space Mono", monospace;
  font-size: 20px !important;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 5px solid black;
}

.image p {
  font-family: "Space Mono", monospace;
  font-size: 15px;
  text-align: left;
  padding: 5px;
}


.projectsubtitle {
  display: flex;             
  flex-direction: row;       
  justify-content: center;   
  align-items: center;       
  gap: 10px;                 
}

.footericon img {
  display: block;
  max-width: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
}