/* Save The Date ****************************************************/
#SaveTheDate{
  display: inline-block;
  background-color: #FFFFFF;
}

#Bild1{
  height: auto;
  width: auto;
}
#Bild1 img{
  width: 55vw;
  height: auto;
  margin-top: 0px;
  border: 3px solid #494949;
  border-radius: 4px;
}

@media screen and (max-width: 1250px){

  #Bild1 img{
    width: 80vw;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

  /* Portrait ****************************************************/
@media screen and (max-width: 900px){

    #SaveTheDate h4{
      text-align: center;
      display: block;
    }

     #Bild1 img{
       float: none;
       display: block;
       margin-left: auto;
       margin-right: auto;
       max-width: 90%;
       width: calc((100vh - 55px) * 1.38);
     }

     #Bild2 img{
       float: none;
       display: block;
       margin-left: auto;
       margin-right: auto;
       max-width: 90%;
       width: calc((100vh - 65px) * 0.735);
       display: none;
     }
   }
