body {
  padding: 0;
  margin: 0 auto;
}
.container_starofdavid {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
/* FÜR DAS BILD */
img.starofdavid {
  width: 100%;
  height: auto;
}
.wrapper-abschied {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.card-main {
  margin-top: -100px;
}
@media (max-width: 800px) {
  .card-main {
    margin-left: 0 !important;
    margin-top: 30px !important;
  }
  .card-main-content {
    padding: 10px !important;
  }
  .card-main-pic {
    width: 100% !important;
    position: relative !important;
    transform: none !important;
    right: 0 !important;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    margin-bottom: -150px;
  }
}

.card-main-content {
  position: relative;
  background-color: #ffffff;
  padding: 50px 50% 50px 54px;
  font-size: 18px;
}
.card-main-pic {
  position: absolute;
  right: 10%;
  width: 35%;
  max-width: 600px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: solid 10px #ffffff;
  margin-top: 1%;
}