#fotoContainer {
  background-image: url('http://www.daniundchristian.de/foto.jpg');
  background-position: -180px 0;
  /* center */
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 35px;
  height: 850px;
  width: 850px;
  float: left;
  border: 1px solid #C8BADC;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: inset 0 0 10px 1px #C8BADC;
}
#herzContainer {
  background-image: url('http://www.daniundchristian.de/herz_purple_500.png');
  background-position: 0 230px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  margin-left: 140px;
  height: 850px;
  width: 620px;
  float: left;
}
#a {
  background-color: #C8BADC;
}
#card {
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #C3C3C3;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px 1px #909090;
  width: 1808px;
  height: 850px;
  padding: 20px;
  background-color: #C8BADC;
}

#savethedate {
  position: relative;
  top: 30px;
  left: 600px;
  font-size: 7.5em;
  z-index: 1;
  word-spacing: 0.2em;
}
.captionBox {
  padding: 0 15px;
  background-color: #eadcfe;
  border: 1px dashed #9587a9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 5px 1px #9587a9;
  text-shadow: -1px 0px 0 #9587a9, 0px -1px 0 #9587a9, 0px 1px 0 #9587a9, 1px 0px 0 #9587a9;
}
#date {
  position: relative;
  top: 100px;
  left: 750px;
  font-size: 4em;
  z-index: 1;
  text-align: center;
  line-height: 150px;
  width: 230px;
}
#name {
  position: relative;
  top: 100px;
  left: 750px;
  font-size: 1.5em;
  z-index: 1;
  text-align: center;
  line-height: 150px;
  width: 230px;
}
#smallHeart1 {
  position: relative;
  top: 2px;
  left: 5px;
  width: 50px;
  height: 845px;
  background-image: url('herz_white_bg.png');
  background-repeat: repeat-y;
  background-size: contain;
  float: left;
}
#smallHeart2 {
  position: relative;
  top: 2px;
  left: 50px;
  width: 50px;
  height: 845px;
  background-image: url('herz_white_bg.png');
  background-repeat: repeat-y;
  background-size: contain;
  float: left;
}
#text {
  position: relative;
  text-align: center;
  background-color: rgba(200, 186, 220, 0.7);
  width: 480px;
  left: 1060px;
  top: -460px;
  font-size: 1.6em;
  padding: 5px;
  z-index: 1;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  line-height: 40px;
  text-shadow: -1px 0px 0 #9587a9, 0px -1px 0 #9587a9, 0px 1px 0 #9587a9, 1px 0px 0 #9587a9;
}
a {
  text-decoration: none;
  color: #FFFFFF;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #F0FFF0;
  font-family: 'Merienda', cursive;
  color: #FFFFFF;
}
.middleHeight {
  line-height: 80px;
}
