@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/source-sans-pro-v21-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-200.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-200.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-200.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/source-sans-pro-v21-latin-200italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-200italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-200italic.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-200italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-200italic.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v21-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v21-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v21-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-pro-v21-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-900.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-900.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-900.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro") format("svg"); /* Legacy iOS */
}
.h1-home {
  font-weight: 300;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.64px;
}

.h1-subpage {
  font-weight: 300;
  font-size: 56px;
  line-height: 63px;
  letter-spacing: 0.56px;
}

.text {
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.7px;
  font-family: "myriad-pro", sans-serif;
}

/* 
color: var(--unnamed-color-6e6e6e);
text-align: left;
font: normal normal normal 28px/37px Myriad Pro;
*/
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #404040;
}

.homeLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.homeLink::before {
  content: "";
  background-image: url("../img/home.svg");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
}

.infoButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.infoButton::before {
  content: "";
  background-image: url("../img/question-circle.svg");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
}

.bestattung_Home {
  min-height: 100vh;
  display: flex;
  gap: 43px;
  flex-direction: column;
  justify-content: space-between;
}
.bestattung_Home .topContent {
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 180px;
  max-width: 700px;
  margin: 0 auto;
}
.bestattung_Home .topContent h1 {
  font-weight: 300;
  font-size: 64px;
  letter-spacing: 0.64px;
  line-height: 72px;
  margin-bottom: 115px;
  text-decoration: underline;
  text-decoration-color: #b1779b;
  -moz-text-decoration-color: #b1779b;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 8px;
}
.bestattung_Home .topContent p {
  color: #6e6e6e;
  font-size: 28px;
  letter-spacing: 0.7px;
  line-height: 37px;
}
.bestattung_Home .bottomContent {
  position: relative;
}
.bestattung_Home .bottomContent .backgroundContainer {
  z-index: 1;
  margin-top: 280px;
  position: relative;
  padding: 64px 100px;
  background: #ffffff;
  display: flex;
  gap: 32px;
  flex-direction: column;
  border-radius: 42px 42px 0 0;
  -webkit-border-radius: 42px 42px 0 0;
  -moz-border-radius: 42px 42px 0 0;
  -ms-border-radius: 42px 42px 0 0;
  -o-border-radius: 42px 42px 0 0;
}
.bestattung_Home .bottomContent .backgroundContainer .darkLink {
  font-weight: 700;
  padding: 113px 60px 114px 60px;
  text-decoration: none;
  background-color: #212121;
  color: #ffffff;
  font-size: 41px;
  letter-spacing: 1.02px;
  line-height: 46px;
  border-radius: 42px;
  position: relative;
}
.bestattung_Home .bottomContent .backgroundContainer .darkLink::after {
  content: "";
  background-image: url("../img/touch-gesture.svg");
  height: 96px;
  width: 70px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 60px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.bestattung_Home .bottomContent .backgroundContainer .darkLink p {
  margin-top: 13px;
  font-size: 18px;
  letter-spacing: 1.26px;
  line-height: 27px;
  opacity: 0.5;
}
.bestattung_Home .bottomContent .backgroundContainer .lightLink {
  font-weight: 700;
  padding: 113px 60px 114px 60px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.0823529412);
  color: #1c1c1c;
  font-size: 41px;
  letter-spacing: 1.02px;
  line-height: 46px;
  border-radius: 42px;
}
.bestattung_Home .bottomContent .backgroundContainer .lightLink p {
  margin-top: 13px;
  font-size: 18px;
  letter-spacing: 1.26px;
  line-height: 27px;
  opacity: 0.5;
}
.bestattung_Home .bottomContent .backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

.inactive {
  display: none !important;
}

#lageplan {
  padding: 183px 0 64px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#lageplan h1 {
  max-width: 700px;
  margin: 0 auto;
  font-size: 56px;
  line-height: 63px;
  letter-spacing: 0.56px;
  font-weight: 300;
  margin-bottom: 198px;
}
#lageplan img {
  width: 100%;
  height: auto;
}
#lageplan .buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  padding: 114px 100px 64px 100px;
}
#lageplan .buttons .darkLink {
  text-align: center;
  font-weight: 700;
  padding: 44.5px;
  text-decoration: none;
  background-color: #212121;
  color: #ffffff;
  font-size: 41px;
  letter-spacing: 1.02px;
  line-height: 46px;
  width: 100%;
  border-radius: 42px;
}
#lageplan .buttons .lightLinks {
  display: flex;
  gap: 32px;
  width: 100%;
}
#lageplan .buttons .lightLinks .lightLink {
  text-align: center;
  flex: 1;
  width: 50%;
  font-weight: 700;
  padding: 51px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.0823529412);
  color: #1c1c1c;
  font-size: 18px;
  letter-spacing: 1.26px;
  line-height: 27px;
  border-radius: 42px;
}

#streuwieseSection {
  padding: 183px 0 64px 0;
}
#streuwieseSection h1 {
  max-width: 700px;
  margin: 0 auto;
  font-size: 56px;
  line-height: 63px;
  letter-spacing: 0.56px;
  font-weight: 300;
  margin-bottom: 54px;
}
#streuwieseSection p {
  max-width: 700px;
  margin: 0 auto;
  color: #6e6e6e;
  font-size: 28px;
  letter-spacing: 0.7px;
  line-height: 37px;
}
#streuwieseSection img {
  width: 100%;
  height: auto;
}
#streuwieseSection .buttons {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-top: -45px;
  padding: 114px 100px 64px 100px;
  display: flex;
  gap: 32px;
  background-color: #ffffff;
  border-radius: 42px 42px 0 0;
  -webkit-border-radius: 42px 42px 0 0;
  -moz-border-radius: 42px 42px 0 0;
  -ms-border-radius: 42px 42px 0 0;
  -o-border-radius: 42px 42px 0 0;
}
#streuwieseSection .lightLink {
  text-align: center;
  flex: 1;
  width: 50%;
  font-weight: 700;
  padding: 51px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.0823529412);
  color: #1c1c1c;
  font-size: 18px;
  letter-spacing: 1.26px;
  line-height: 27px;
  border-radius: 42px;
}
#streuwieseSection .darkLink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  width: 50%;
  font-weight: 700;
  padding: 51px;
  text-decoration: none;
  background-color: #212121;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 38px;
  border-radius: 42px;
}
#streuwieseSection .lightLinks {
  display: flex;
  gap: 32px;
  width: 100%;
}

#beisetzungen .topImage {
  max-height: 506px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#beisetzungen .beisetzungText {
  width: 100%;
  position: absolute;
  top: 480px;
  left: 0;
  background-color: white;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0;
}
#beisetzungen .beisetzungText h1 {
  text-align: center;
  margin: 44px auto 54px auto;
}
#beisetzungen .beisetzungText .sterbefaelle-list {
  display: flex;
  gap: 24px;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
#beisetzungen .beisetzungText .sterbefaelle-list article {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
#beisetzungen .beisetzungText .sterbefaelle-list article .image {
  width: 95px;
  height: 120px;
}
#beisetzungen .beisetzungText .sterbefaelle-list article .image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#beisetzungen .beisetzungText .sterbefaelle-list article .data {
  padding: 30px;
  width: 100%;
  height: 120px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #f5f5f5;
  max-width: 100%;
}
#beisetzungen .beisetzungText .sterbefaelle-list article .data h2 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 8px;
}
#beisetzungen .beisetzungText .sterbefaelle-list article .data p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.45px;
}
#beisetzungen .beisetzungText .pagination {
  padding: 65px 100px 32px 100px;
  display: flex;
  gap: 32px;
}
#beisetzungen .beisetzungText .pagination .page-numbers {
  display: none;
}
#beisetzungen .beisetzungText .pagination .page-numbers.prev, #beisetzungen .beisetzungText .pagination .page-numbers.next {
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 44.5px;
  text-decoration: none;
  background-color: #212121;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1.26px;
  line-height: 27px;
  width: 100%;
  border-radius: 42px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
#beisetzungen .beisetzungText .pagination .page-numbers.prev::before {
  display: flex;
  content: "";
  background-image: url("../img/angle-left-circle.svg");
  width: 45px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  rotate: 180deg;
}
#beisetzungen .beisetzungText .pagination .page-numbers.next::after {
  display: flex;
  content: "";
  background-image: url("../img/angle-left-circle.svg");
  width: 45px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
}
#beisetzungen .beisetzungText .lightLinks {
  display: flex;
  gap: 32px;
  padding: 0 100px;
}
#beisetzungen .beisetzungText .lightLinks .lightLink {
  text-align: center;
  flex: 1;
  width: 50%;
  font-weight: 700;
  padding: 51px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.0823529412);
  color: #1c1c1c;
  font-size: 18px;
  letter-spacing: 1.26px;
  line-height: 27px;
  border-radius: 42px;
}
#beisetzungen .beisetzungText .lightLinks .displayInital {
  position: initial;
}
#beisetzungen .beisetzungText .detail {
  display: none;
}
#beisetzungen .beisetzungText .detail.active {
  overflow: scroll;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
}
#beisetzungen .beisetzungText .detail.active .image {
  margin: 269px auto 0 auto;
  display: flex;
  justify-content: center;
}
#beisetzungen .beisetzungText .detail.active .data {
  background-color: white;
}
#beisetzungen .beisetzungText .detail.active .data .title {
  font-size: 48px;
  line-height: 47px;
  letter-spacing: 0.48px;
  font-weight: 300;
  text-align: center;
}
#beisetzungen .beisetzungText .detail.active .data .meta {
  text-align: center;
  margin-bottom: 137px;
}
#beisetzungen .beisetzungText .detail.active .data #respond {
  display: none;
}
#beisetzungen .beisetzungText .detail.active .data .comment-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}
#beisetzungen .beisetzungText .detail.active .data .comment-list li {
  padding-top: 29px;
  padding-bottom: 31px;
  background-color: #f5f5f5;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  width: calc(100% - 240px);
  margin: 0 auto;
}
#beisetzungen .beisetzungText .detail.active .data .comment-list li p {
  margin-top: 30px;
}
#beisetzungen .beisetzungText .detail.active .data article .media-body-wrap .card-header h5 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
#beisetzungen .beisetzungText .detail.active .data article .media-body-wrap .card-header h5 .fn {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
#beisetzungen .beisetzungText .detail.active .data article .media-body-wrap .card-header h5 .says {
  display: none;
}
#beisetzungen .beisetzungText .detail.active .data article .media-body-wrap .card-header .condolencetext {
  display: none;
}
#beisetzungen .beisetzungText .detail.active .data article .media-body-wrap .card-header .edit-link {
  display: none;
}
#beisetzungen .beisetzungText .detail.active .data article .media-body-wrap .reply {
  display: none;
}
#beisetzungen .beisetzungText .detail.active .media-body {
  display: flex;
  align-items: center;
  gap: 46px;
}
#beisetzungen .beisetzungText .detail.active .candleSmallBg.active {
  width: 86px;
  height: 103px;
}
#beisetzungen .beisetzungText .detail.active .candleBigBg.active {
  width: 86px;
  height: 103px;
}
#beisetzungen .beisetzungText .detail.active .buttons {
  left: 0;
  padding: 74px 100px 64px 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
#beisetzungen .beisetzungText .detail.active .buttons .darkLink {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 272px;
  font-weight: 700;
  padding: 50px;
  text-decoration: none;
  background-color: #212121;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 1.26px;
  line-height: 27px;
  border-radius: 42px;
  position: relative;
}
#beisetzungen .beisetzungText .detail.active .buttons .darkLink.prev, #beisetzungen .beisetzungText .detail.active .buttons .darkLink.next {
  width: 424px;
}
#beisetzungen .beisetzungText .detail.active .buttons .darkLink.active-candle {
  width: 424px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems .close {
  text-align: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  width: 272px;
  font-weight: 700;
  padding: 23px;
  background-color: rgba(0, 0, 0, 0.0823529412);
  border-radius: 16px;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems .close::after {
  display: flex;
  content: "";
  background-image: url(../img/arrowDark.svg);
  width: 45px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  rotate: 180deg;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems .homeLink.lightLink {
  text-align: center;
  width: 272px;
  font-weight: 700;
  padding: 23px;
  background-color: rgba(0, 0, 0, 0.0823529412);
  border-radius: 16px;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems .homeLink.lightLink::after {
  display: flex;
  content: "";
  background-image: url(../img/home.svg);
  width: 45px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems .homeLink.lightLink::before {
  display: none;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems.active-candle {
  flex-direction: row;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems.active-candle .close {
  width: 196px;
  align-items: center;
}
#beisetzungen .beisetzungText .detail.active .buttons .columnItems.active-candle .homeLink {
  width: 196px;
}

.opacity0 {
  opacity: 0;
}

.displayNone {
  display: none;
}

.parte {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5;
  background-color: white;
}
.parte img {
  margin: 270px 100px 160 100px;
  width: 880px;
  height: auto;
}
.parte .parteBtns {
  box-shadow: 0px -30px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 42px 42px 0px 0px;
}
.parte .parteBtns .columnItems {
  padding: 63px 0;
  display: flex;
  gap: 32px;
  justify-content: center;
}
.parte .parteBtns .columnItems .lightLink {
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #e5e5e5;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 51px;
  width: 424px;
  color: #404040;
  font-size: 18px;
  letter-spacing: 1.26px;
  line-height: 27px;
  font-weight: 700;
  text-decoration: none;
}
.parte .parteBtns .columnItems .lightLink.closeParteImg::before {
  content: " ";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("../img/arrowDark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  rotate: 180deg;
}

.candle-selection {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 60px;
}

.candle-img {
  width: 100px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.2s;
}

.candle-img.selected {
  border-color: gold;
}

#hidden-comment {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newCandle {
  padding: 72px 108px;
  position: absolute;
  top: 630px;
  width: calc(100% - 200px);
  height: 870px;
  left: 0;
  margin: 0 100px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px;
}
.newCandle .candleHeadline {
  font-size: 32px !important;
  line-height: 40px !important;
  letter-spacing: 0.8px !important;
  text-align: center;
  margin-bottom: 60px !important;
}
.newCandle form {
  text-align: center;
}
.newCandle form .namefield {
  width: 90%;
  margin: 0 auto;
  background: #f5f5f5;
  border: none;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  font-size: 28px;
  letter-spacing: 0.7px;
  line-height: 37px;
  height: 106px;
  padding: 16px;
}
.newCandle form .candleChoise {
  margin-top: 62px;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.7px;
  color: #6e6e6e;
  margin-bottom: 30px;
}
.newCandle form button {
  background: #212121;
  border-radius: 16px;
  color: #ffffff;
  padding: 44.5px 100px;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 38px;
}

#personSearch {
  text-align: center;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  padding: 59px 100px;
  box-shadow: 0px -30px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px 24px 0px 0px;
}
#personSearch h2 {
  margin-bottom: 32px;
}
#personSearch input {
  background: #f5f5f5;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  height: 147px;
  width: 100%;
  border: none;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.7px;
  padding-left: 111px;
  margin-bottom: 32px;
}
#personSearch .homeLink {
  background-color: #f5f5f5;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 38px;
  width: 50%;
  color: #404040;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.26px;
  text-decoration: none;
}
#personSearch .buttonFlex {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#personSearch button {
  border: none;
  background-color: #f5f5f5;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 38px;
  width: 50%;
  color: #404040;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.26px;
  text-decoration: none;
}

#contact {
  background-color: #f7f7f7;
  text-align: center;
}
#contact .whiteBg {
  margin-top: 75px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px -30px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px 24px 0px 0px;
  padding: 100px 140px 75px 100px;
}
#contact .whiteBg h1 {
  font-size: 48px;
  line-height: 47px;
  letter-spacing: 0.48px;
  margin-bottom: 52px;
}
#contact .whiteBg p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.55px;
}
#contact .whiteBg .lilaBg {
  background: #8c396c 0% 0% no-repeat padding-box;
  border-radius: 16px;
  color: white;
  padding: 42px 28px;
  margin-top: 75px;
  margin-bottom: 51px;
}
#contact .whiteBg .lilaBg h2 {
  font-size: 32px;
  line-height: 47px;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}
#contact .bottom {
  padding: 66px 100px;
  border-top: 3px solid #e5e5e5;
  text-align: start;
  background-color: white;
}
#contact .bottom .name {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.55px;
  font-weight: 600;
}
#contact .bottom .adresse {
  margin-bottom: 33px;
}
#contact .bottom .telefonnummer {
  position: relative;
  padding-left: 25px;
}
#contact .bottom .telefonnummer::before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("../img/phone.svg");
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
}
#contact .bottom .email {
  margin-top: 12px;
  position: relative;
  padding-left: 25px;
}
#contact .bottom .email::before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("../img/mail.svg");
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
}
#contact .lightLinks {
  margin-top: 50px;
}
#contact .lightLinks .homeLink {
  background: #e5e5e5 0% 0% no-repeat padding-box;
  border-radius: 16px;
  padding: 38px;
  color: #404040;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.26px;
}

.info {
  background-color: #f7f7f7;
  display: flex;
  min-height: 100vh;
  justify-content: flex-end;
  flex-direction: column;
}
.info .contentFlex {
  padding-bottom: 71px;
  background-color: #ffffff;
  box-shadow: 0px -30px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px 24px 0px 0px;
}
.info .contentFlex h1 {
  padding-top: 79px;
  text-align: center;
  font-size: 48px;
  line-height: 47px;
  letter-spacing: 0.48px;
}
.info .contentFlex .content {
  margin-top: 86px;
  padding: 0 140px;
}
.info .contentFlex .content h3 {
  color: #8c396c;
  font-size: 32px;
  line-height: 47px;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}
.info .contentFlex .content p {
  color: #6e6e6e;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.55px;
}
.info .buttons {
  box-shadow: 0px -30px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 42px 42px 0px 0px;
  background-color: #ffffff;
  padding: 63px 100px;
  display: flex;
  gap: 32px;
}
.info .buttons a {
  border-radius: 16px;
  text-decoration: none;
  background-color: #e5e5e5;
  padding: 51px;
  width: 50%;
  color: #404040;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.26px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.bestattungsscreen {
  background-color: #f7f7f7;
  color: #212121;
}/*# sourceMappingURL=bestattungsscreen.css.map */