* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow: hidden;
  color: #282828;
  background-color: white;
}

#gehenPlatz {
  position: absolute;
  top: 177px;  /* Neu -2px // Version 2.1 => 0px Puffer /// Version 2.0 => 2px statt 6px puffer */
  left: 87px; /* Neu 0px / 2.1 => 2px */
}

#gehenPlatzGross {
  position: absolute;
  top: -175px;
  left: -87px;
}

svg {
  position: absolute;
  width: 200px;
  fill: rgb(0, 81, 255);
}

#ich {
  position: absolute;
  left: -90px;
  top: -90px;
  height: 170px;
  /*height: 56px; */
  opacity: 1;
}



#ich.flipped{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


@media (max-width: 768px) {
  img .mandli{
    width: 20px;
  }
}

#inhalt {
	padding: 150px;
}

#inhalt h1 {
	padding-bottom: 40px;
}

@media screen and (max-device-width: 480px) {
  #inhalt {
    padding: 30px;  
  }
}



