﻿#nametext{
  height:70px;
  width: auto;
  left:48vw;
  /*margin-left: -10vw;*/
  top:15vw;
  position: absolute;
  font-size: 4.7vw;
  color: #393939;
  text-align: center
}

#infotext{
  height:70px;
  width: auto;
  left:49vw;
  /*margin-left: -10vw;*/
  top:22vw;
  position: absolute;
  font-size: 1.6vw;
  color: #393939;
  text-align: center
}


#tatianabild img {
  border-radius:30%;
  height: inherit;
  width:inherit;
  position: absolute;
}
#tatianabild{
  height:22vw;
  width: 22vw;
  top: 15vw;
  left:20vw;
  /*margin-left: -5.5vw;*/
  position: absolute;
}

#ethbild img {
  height: inherit;
  width:inherit;
  position: absolute;
}
#ethbild{
  height:3.5vw;
  width: 10.5vw;
  top: 32vw;
  left:50vw;
  /*margin-left: -5.5vw;*/
  position: absolute;
}
a:hover #ethbild img{
  opacity: 1;
  border: 0.12vw whitesmoke solid;
}

#pfadibild img {
  height: inherit;
  width:inherit;
  position: absolute;
}
#pfadibild{
  height:3.5vw;
  width: 10.5vw;
  top: 32vw;
  left:64vw;
  /*margin-left: -5.5vw;*/
  position: absolute;
}
a:hover #pfadibild img{
  opacity: 1;
  border: 0.12vw whitesmoke solid;
}

