@charset "utf-8";
@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/pt-serif-v18-latin-regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/pt-serif-v18-latin-700.woff2");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
/* noto-sans-jp-regular - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(' ../fonts/noto-sans-jp-v40-latin-regular.woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(" ../fonts/noto-sans-jp-v40-latin-700.woff2");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
:root {
  --white-color: #FDFDFC;
  --dark-color: #212529;
  --grey-color: #BDBCBC;
  --body-font-family: 'Noto Sans JP', sans-serif;
  --p-font-size: calc(1.05rem + 0.5vw);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  color: var(--dark-color);
  font-weight: 400;
  font-size: 1.1rem;
  background-image: linear-gradient(45deg, hsl(40deg 18% 97%) 0%, hsl(40deg 18% 99%) 27%, hsl(195deg 13% 94%) 54%, hsl(195deg 13% 82%) 100%);
}
::-moz-selection {
  background: var(--dark-color);
  color: var(--white-color);
}
::selection {
  background: var(--dark-color);
  color: var(--white-color);
}
a:-webkit-any-link:focus-visible, .btn-link:focus-visible {
  color: inherit;
  outline-offset: 1px;
  display: inline-block;
  outline-style: dotted;
  outline-color: var(--dark-color);
}
a:-webkit-any-link {
  cursor: pointer;
}
::focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
abbr {
  webkit-text-decoration: none !important;
  text-decoration: none !important;
}
a, .modal-body a {
  text-decoration: none;
  color: var(--dark-color);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a[href^="mailto"], a[href^="tel"], .site-footer a {
  text-decoration: underline;
}
a:hover, a:focus, .btn-link, .btn-link:hover, .btn-link:focus {
  color: var(--dark-color);
  text-decoration: none;
}
.modal-body a:hover, .modal-body a:focus {
  color: var(--dark-color) !important;
  text-decoration: none;
}
.fs-3 {
  font-size: calc(1.1rem + .6vw) !important;
  letter-spacing: -0.02rem;
}
.display-3 {
  font-size: calc(1.225rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .display-3 {
    font-size: 4rem;
  }
}
.fs-small {
  font-size: small !important;
}
.fs-smaller {
  font-size: smaller !important;
}
.fs-xx-small {
  font-size: xx-small !important;
}
.fs-large {
  font-size: large !important;
}
.fs-x-large {
  font-size: x-large !important;
}
.fs-xx-large {
  font-size: xx-large !important;
}
.btn-primary {
  color: inherit;
  background-color: var(--white-color);
  border: 4px double var(--dark-color);
  outline: 1px solid var(--dark-color);
  border-radius: 1.5rem;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: inherit;
  background-color: var(--white-color);
  border: 4px solid var(--dark-color);
  outline: 1px solid transparent;
  box-shadow: inset 3px 3px 8px rgba(33, 37, 41, 0.2), inset -3px -3px 8px rgba(255, 255, 255, 0.2) !important;
}
.btn-primary:focus {
  box-shadow: 0 0 6px 0.025rem var(--dark-color) !important
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--white-color);
  background-color: var(--dark-color);
  border-color: var(--dark-color);
}
footer button {
  border: 0px;
  background-color: transparent;
  padding: 0.5rem;
}
footer .link-style {
  padding: 0.1rem 0;
  background-color: transparent;
  border: 0;
  color: var(--white-color);
  border-bottom: 1px solid var(--white-color);
  background: linear-gradient(to right, rgba(253, 253, 252, 0), rgba(253, 253, 252, 0)), linear-gradient(to right, rgba(253, 253, 252, 1), rgba(253, 253, 252, 1));
  background-size: 100% 2px, 0 2px;
  background-position: 95% 95%, 0 95%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
footer .link-style:hover, footer .link-style:focus {
  background-size: 0 2px, 100% 2px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.site-section {
  padding: 3rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .site-section {
    padding: 5rem 0rem 0rem 0rem;
  }
}
.site-section-heading {
  word-break: auto-phrase;
}
@media (min-width: 768px) {
  .site-section-heading {
    word-break: auto-phrase;
  }
}
@media (min-width: 576px) {
  .site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/kondulenzbuch_hg_sm.webp');
  }
}
@media (min-width: 768px) {
  .site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/kondulenzbuch_hg_md.webp');
  }
}
@media (min-width: 1200px) {
  .site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/kondulenzbuch_hg_gr.webp');
  }
}
/******************/
.ooe-wappen {
  max-height: 75px;
}
footer .ooe-wappen {
  max-height: 65px;
}
.blur {
  backdrop-filter: blur(8px);
}
.pate {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8) 80%);
}
@media (min-width: 576px) {
  .bg-transparent-white {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.trauerrahmen-aussen {
  border: 4px solid #212529;
  padding: 4px;
}
.trauerrahmen-innen {
  border: 2px solid #212529;
}
.serife {
  font-family: "PTSerif", serif;
}
.trenner {
  max-height: 4px;
  object-fit: contain;
}
@media (min-width: 576px) {
  .trenner {
    max-height: 6px;
    object-fit: contain;
  }
}
.showFullTextButton {
  font-size: 0.9rem;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
#btnEintragAbsenden {
  min-width: 80%;
}
.link-style {
  line-height: 1.43;
  border: 0px;
  border-bottom: 1px solid var(--dark-color);
  background:
    linear-gradient(to right, rgba(33, 37, 41, 0), rgba(33, 37, 41, 0)), linear-gradient(to right, rgba(33, 37, 41, 1), rgba(33, 37, 41, 1));
  background-size: 100% 2px, 0 2px;
  background-position: 95% 95%, 0 95%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.link-style:hover, .link-style:active {
  background-size: 0 2px, 100% 2px;
}
.page-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50% !important;
  background-color: transparent !important;
  color: inherit !important;
  width: 3.2rem;
  height: 3.2rem;
  overflow: hidden;
  margin: 0 0.2rem;
}
.disabled > .page-link {
  border: 0px;
  background-color: transparent;
  color: inherit;
  opacity: 0.4;
}
.page-link:hover, .page-link:active, .page-link:focus, .page-link:focus-visible {
  box-shadow: inset 3px 3px 8px rgba(33, 37, 41, 0.2), inset -3px -3px 8px rgba(255, 255, 255, 0.2) !important;
  ;
}
svg {
  fill: currentColor;
}
.site-footer {
  padding: 4em 0 2rem 0;
  font-size: 0.8rem;
}
.kondolenz {
  text-align: start;
  display: -webkit-box;
}
.cut {
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: clip;
  word-break: keep-all;
  -webkit-line-clamp: 16;
}
@media (min-width: 991px) {
  .cut {
    -webkit-line-clamp: 6;
  }
}