@charset "UTF-8";
@import "bs4/main-bs4.css";
@import url("https://use.typekit.net/egf2cuy.css");
html {
  /*Bootstrap css definiert font-size als 10px für das html-Objekt.
   *Würde diese Zeile nicht hier stehen, übernimmt die Bootstrapdefinition 
   *und verändert alle Schriftgrößen. 
   */
  font-size: 16px !important;
}

body {
  font-family: "dinosaur", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 1rem;
  color: #3c3c3c;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}

.login-bar * {
  color: #eba466 !important;
}

a {
  font-family: "dinosaur", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-decoration: none;
  line-height: 1.7;
  font-weight: 300;
  color: #ffffff;
  background-color: transparent;
}
a:active, a:hover {
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.7);
}

header .navbar-fixed-top a {
  color: #3c3c3c;
}

.custom a, .gp-nav a {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 27.2px;
}
.custom a:hover, .gp-nav a:hover {
  background-color: #ffffff;
  color: #eba466 !important;
}

main .teaser__heading a {
  color: #ffffff;
}
main .media-footer a {
  color: #eba466;
}
main figcaption .imageaction {
  color: #eba466;
}
main figcaption .entryaction a {
  color: #eba466;
}
main .col-xs-12.small a {
  color: #3c3c3c;
}
main .col-xs-12.small a:hover {
  color: #eba466;
}
main .checkbox a {
  color: #3c3c3c;
}
main #termine a {
  color: #3c3c3c;
}
main #select-quotation-text {
  color: #eba466;
}
main #select-quotation-text:hover {
  color: #3c3c3c;
  text-decoration: underline;
}
main .date-item:hover, main .date-item:active {
  color: #3c3c3c;
}
main #select-quotation-dialog {
  font-size: 16px;
}

footer {
  color: #ffffff;
  font-weight: 400;
}
footer a {
  text-decoration: underline;
}
footer a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
footer .social a {
  font-size: 16px;
}
@media (min-width: 576px) {
  footer p {
    white-space: nowrap;
  }
}
footer strong {
  font-weight: 700 !important;
}
footer .ce_rsce_text * {
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 400;
}

h1, .h1 {
  font-style: normal;
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Bree Serif", "Domine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #3c3c3c;
  line-height: 1.25 !important;
  font-weight: 400;
}
h1.media-heading, .h1.media-heading {
  color: #3c3c3c;
}

h2, .h2 {
  font-style: normal;
  font-size: 1.75rem;
  font-family: "Bree Serif", "Domine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #3c3c3c;
  line-height: 1.25 !important;
  font-weight: 400;
  letter-spacing: 0.12rem;
}

h3, .h3 {
  font-style: normal;
  font-size: calc(1.25625rem + .075vw);
  font-family: "Bree Serif", "Domine", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #3c3c3c;
  line-height: 1.25 !important;
  font-weight: 400;
}

h4, .h4 {
  font-style: normal;
  font-size: 1.125rem;
  font-family: "dinosaur", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  line-height: 1.25 !important;
  font-weight: 400;
}
h4.media-heading, .h4.media-heading {
  color: #3c3c3c;
}

html {
  font-size: 1rem;
  min-height: 100vh;
}

body {
  padding-top: 50px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -ms-flex-flow: column;
  min-height: inherit;
}

main {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  min-height: 40vh;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*Das "Pflichtfeld-Icon hat ein z-index von 600, ist aber über der Anmeldeleiste (z-index 1030) zusehen, wenn man scrollt"
 *Mit einem z-index von 9 verhält sich das Icon dann aber wie es sollte. Icon ist "absolute" positioniert. 
 */
.required-icon {
  z-index: 9 !important;
}

.entry {
  background-color: #ffffff;
}

.infobox {
  background-color: #ffffff;
  border-bottom: 2px solid #eba466;
}

.entry .text {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.form-control:focus {
  border-color: #eba466;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 164, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 164, 102, 0.6);
}

.form-control {
  border-radius: 0;
}

/*	Reset the primary button-color */
.btn, .btn-primary {
  border-radius: 0;
}

.btn-primary {
  background-color: #eba466;
  border-color: #ffffff;
  will-change: background-color, border-color;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #eeb17d;
  border-color: #eba466;
  will-change: background-color, border-color;
  -webkit-transition: background-color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, border-color 0.25s ease-in;
}

/* Reset navbar-colors and border */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #ffffff;
  color: #fff;
}

.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
  background-color: transparent;
}

.navbar {
  border-radius: 0;
}

.navbar-fixed-top {
  background-color: #ffffff;
  border-bottom: 2px solid #eba466;
}

.radio_container.kerze span:hover, .radio_container.kerze span.selected, .radio_container.kondolenz span:hover, .radio_container.kondolenz span.selected,
#color-picker div.selectable-color-outer.selected, #color-picker div.selectable-color-outer:hover {
  border-color: #eba466;
}

@media (min-width: 992px) {
  .entry .media-footer,
.album figure figcaption {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 768px) {
  .album .entry {
    width: 100%;
  }
}
.bg-primary {
  background-color: #eba466;
}

.bg-secondary {
  background-color: #fff;
}

.text-primary {
  color: #eba466;
}

.text-secondary {
  color: #fff;
}

#kerzen > .row:nth-child(2), #kondolenzen > .row:nth-child(2),
#startseite > .row, #landingpage > .row {
  display: block;
}

#landingpage > .row > div > .form-group > input {
  max-width: 100%;
}

#landingpage {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  #landingpage .col-md-6 {
    max-width: unset;
  }
}
#landingpage .col-md-6 .entry {
  min-height: 170px;
}
@media (min-width: 1025px) {
  #landingpage .media-footer {
    position: static !important;
    padding: 0 !important;
  }
}

/* Fade-Out Text */
#startseite .kondolenzen .media:after,
#startseite .kerzen .media:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

#startseite .kerzen > .entry .media-object {
  max-height: 180px;
}

.container > .infos {
  margin-top: 45px;
  padding-bottom: 30px;
}
.container > .infos .media-left {
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 768px) {
  .container > .infos .media-left {
    display: block;
    float: none;
  }
}

.infos .text {
  max-width: 650px;
}

#startseite > .row > div,
#kerzen .entry,
#kondolenzen .entry,
#landingpage .entry,
#termine .entry {
  -webkit-box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
          box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}

#profileimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#profileimage .img-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Reset margin between headline and entry @ Zur Person */
#startseite > .row > div > h3 + .entry,
#startseite h3 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #startseite .col-lg-6 {
    width: 48%;
    margin: 1%;
  }
}
#startseite {
  padding-top: 0;
}
#startseite .teaser {
  padding: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
}
#startseite .teaser .teaser__heading {
  background-color: #eba466;
}
#startseite .teaser .teaser__heading a {
  padding: 10px;
  font-size: calc(1.25625rem + .075vw);
  display: block;
  background-size: 40px;
  color: #ffffff;
}
#startseite .teaser.blumen a {
  background-size: 24px;
}
#startseite .teaser .entry {
  padding-bottom: 32px;
  height: 220px;
}
#startseite .teaser .more {
  margin-bottom: 0;
}

.bilder .teaser-thumbnails:before, .bilder .teaser-thumbnails:after {
  content: none;
}

#termine > .row {
  margin-bottom: 30px;
}
#termine .entry {
  padding: 0 0 0 4px;
}
#termine .entry > .list-inline {
  padding: 0 1rem;
}
#termine .entry > .list-inline:first-child {
  background-color: #eba466;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  color: #ffffff;
}
#termine .entry .text {
  padding: 1rem;
}

.status-bar {
  border-top: 1px solid #f2f2f2;
}

#sliding-widget, #mortician-ad {
  padding-top: 0;
}
#sliding-widget h3, #mortician-ad h3 {
  margin-top: 19px;
}
#sliding-widget .btn-default, #sliding-widget .btn, #mortician-ad .btn-default, #mortician-ad .btn {
  background-color: #ffffff;
  color: #eba466;
  border: none;
}
#sliding-widget .btn-default:hover, #sliding-widget .btn:hover, #mortician-ad .btn-default:hover, #mortician-ad .btn:hover {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #sliding-widget, #mortician-ad {
    background-color: #eba466;
    color: #ffffff;
  }
  #sliding-widget h3, #mortician-ad h3 {
    color: #ffffff;
  }
  #sliding-widget .btn-default, #mortician-ad .btn-default {
    background-color: #ffffff;
    color: #eba466;
    border: none;
  }
}

header {
  padding-top: 2rem;
}
header .navbar-fixed-top {
  padding: 0;
}
header .navbar-fixed-top .container {
  display: unset;
}
@media (min-width: 768px) {
  header .inside .logo {
    margin-left: 1rem;
    position: relative;
    z-index: 50;
    max-width: 280px;
  }
}
header .inside .logo .image_container {
  overflow: hidden;
  position: relative;
  text-align: center;
}
header .inside .logo .image_container img {
  display: inline;
  background-color: #ffffff;
  padding: 0 1.2rem 1rem 1.2rem;
}
header .inside .telefon {
  font: 1.75rem "Domine", serif;
}

header .telefon .telefon-holder {
  font: 1.75rem "Bree Serif", Apple Garamond, Baskerville, Times New Roman, "Droid Serif", Times, "Source Serif Pro", serif;
}

.background-image {
  margin-left: -15px;
  margin-right: -15px;
}
.background-image section {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 50vh;
}
.background-image section img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .navigation-holder .navbar-toggle {
    display: block;
  }
  .navigation-holder .navbar-collapse.collapse {
    display: none !important;
  }
  .navigation-holder .collapse.in {
    display: block !important;
  }
}

.custom {
  position: sticky;
  z-index: 100;
  top: 50px;
  background-color: rgba(235, 164, 102, 0.8);
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}
.custom .top-navbar {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.custom .top-navbar .navbar-toggler {
  color: #ffffff;
  border-color: transparent;
}
@media (max-width: 991.98px) {
  .custom .top-navbar .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.custom .top-navbar .navbar-toggler p.text-white {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 1rem;
}
.custom .top-navbar .navbar-collapse {
  border-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991.98px) {
  .custom .top-navbar .navbar-collapse.collapse {
    display: none !important;
  }
}
.custom .top-navbar .navbar-collapse.collapse.in {
  display: block !important;
}
@media (min-width: 992px) {
  .custom .top-navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
.custom .top-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 27.2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom .top-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #eba466;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custom .top-navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
  left: 0;
  right: 0;
}

#gp-nav {
  background-color: rgba(235, 164, 102, 0.8);
  padding: 0 25px;
  border: 0;
}
@media (max-width: 991.98px) {
  #gp-nav .container-fluid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 12px 0;
    padding-left: 25px !important;
    padding-right: 25px;
  }
}
#gp-nav .container-fluid .navbar-header {
  margin: 0;
}
#gp-nav .container-fluid .navbar-header .navbar-toggler {
  border: 0;
}
#gp-nav .container-fluid .navbar-header .navbar-toggler:focus {
  outline: none;
}
#gp-nav .container-fluid .navbar-collapse {
  padding: 0;
}
@media (max-width: 991.98px) {
  #gp-nav .container-fluid .navbar-collapse.collapse {
    display: none !important;
  }
}
#gp-nav .container-fluid .navbar-collapse.collapse.in {
  display: block !important;
}
#gp-nav .container-fluid .navbar-collapse .navbar-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (max-width: 991.98px) {
  #gp-nav .container-fluid .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
#gp-nav .container-fluid .navbar-collapse .navbar-nav li {
  white-space: nowrap;
}
#gp-nav .container-fluid .navbar-collapse .navbar-nav li a {
  position: relative;
  padding: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
#gp-nav .container-fluid .navbar-collapse .navbar-nav li a:before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #eba466;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#gp-nav .container-fluid .navbar-collapse .navbar-nav li a:hover:before {
  left: 0;
  right: 0;
}

footer {
  background-color: rgba(60, 60, 60, 0.8);
}
footer .address {
  font-size: 0.875rem;
}
footer .mod_navigation {
  margin-bottom: 2rem;
}
footer .social-media-list {
  padding-right: 0.5rem;
  margin-bottom: 2rem;
}
footer .social-media-list .social {
  margin-top: 0;
  margin-right: 1rem;
  padding: 0;
}
footer .social-media-list .social a {
  margin-left: 0;
}
footer .top-link {
  background-color: #eba466;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  text-decoration: none !important;
}
@media (min-width: 576px) {
  footer .top-link {
    position: fixed;
    bottom: 3rem;
    right: 5rem;
    z-index: 900;
  }
}
footer .top-link.active {
  opacity: 1;
  pointer-events: auto;
}
footer .top-link:focus {
  outline: none;
}

footer .row:before, footer .row:after {
  content: none !important;
}

body {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
body .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
body .navigation-holder {
  width: 100%;
}

main .container {
  float: none !important;
}

.invisible {
  display: none;
}

a, button, .btn {
  outline: none !important;
}

.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #eba466;
}

.imprint-link, .privacy-link{
  color: #eba466;
}