/*NACHHALTIG TITLE*/
.sustaintitle h1 {
  font-family: "Space Mono",monospace;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: -10px;
}

.sustaintitle h2 {
  font-family: "Space Mono",monospace;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}



/*SUSTAIN LANDPAGE*/
.sustainland {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(214, 181, 255);
}

.sustainimage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sustainimage img {
  height: 500px;
  width: 800px;
  display: block;
  border: 5px solid rgb(186, 136, 247);
  margin-left: 20px;
  border-radius: 8px;
}

.sustainimagetext {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sustainimagetext h1 {
  font-family: "Space Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
} 

.sustainimagetext p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  padding-left: 110px;
  padding-right: 110px;
}

.sustain1 {
  margin-bottom: 20px;
}



/*SUSTAIN YOU*/
.sustainyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-top: 30px;
}

.sustainyou h1 {
  font-family: "Space Mono",monospace;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: -5px;
}

.sustainyou h2 {
  font-family: "Space Mono",monospace;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.sustainyoublock {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.blocksustain {
  width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 5px solid black;
  background-color: rgb(214, 181, 255);
  border-radius: 8px;
  margin: 50px;
  align-items: center;
}

.blocksustain img {
  height: 150px;
  width: 150px;
  margin: 20px;
  border: 5px solid black;
  border-radius: 8px;
  background: white;
}

.blocksustain h1 {
  font-size: 30px;
  margin-top: 20px;
}

.blocksustain p {
  font-size: 20px;
  width: 320px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}



/*SUSTAIN PRIDE*/
.sustainpride {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(214, 181, 255);
  margin-bottom: 30px;
}

.prideimage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.prideimage img {
  height: 500px;
  width: 800px;
  display: block;
  border: 5px solid rgb(186, 136, 247);
  margin-right: 20px;
  border-radius: 8px;
}

.sustainpridetext {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sustainpridetext h1 {
  font-family: "Space Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
} 

.sustainpridetext p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
  padding-left: 110px;
  padding-right: 110px;
}

.sustain1 {
  margin-bottom: 20px;
}