@charset "UTF-8";
@import "bs4/main-bs4.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: "Fira Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: rgb(120, 112, 88);
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}

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

a {
  font-family: "Fira Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(120, 112, 88);
  background-color: transparent;
}
a:active, a:hover {
  text-decoration: none !important;
  color: rgb(120, 112, 88);
}
a:focus {
  outline: none !important;
}

header .navbar-fixed-top a {
  color: rgb(120, 112, 88);
}
header .navbar-fixed-top a:hover, header .navbar-fixed-top a:active {
  color: rgb(120, 112, 88);
}

main .teaser__heading a {
  color: #f2f0ea;
}
main .media-footer a {
  color: #cdc598;
}
main figcaption .imageaction {
  color: #cdc598;
}
main figcaption .entryaction a {
  color: #cdc598;
}
main .col-xs-12.small a {
  color: rgb(120, 112, 88);
}
main .col-xs-12.small a:hover {
  color: #cdc598;
}
main .checkbox a {
  color: rgb(120, 112, 88);
}
main #termine a {
  color: rgb(120, 112, 88);
}
main #select-quotation-text {
  color: #cdc598;
}
main #select-quotation-text:hover {
  color: rgb(120, 112, 88);
  text-decoration: underline;
}
main .date-item:hover, main .date-item:active {
  color: rgb(120, 112, 88);
}
main #select-quotation-dialog {
  font-size: 16px;
}

h1, .h1 {
  font-style: normal;
  font-size: 37px;
  font-family: "Inria Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: rgb(164, 107, 80);
  line-height: 1.25 !important;
  font-weight: 400;
  font-style: italic;
}
h1.media-heading, .h1.media-heading {
  color: rgb(164, 107, 80);
}

h2, .h2 {
  font-style: normal;
  font-size: 21px;
  font-family: "Inria Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: rgb(164, 107, 80);
  line-height: 1.25 !important;
  font-weight: 400;
  font-style: italic;
}

h3, .h3 {
  font-style: normal;
  font-size: 21px;
  font-family: "Fira Sans Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: rgb(120, 112, 88);
  line-height: 1.25 !important;
  font-weight: 400;
}

h4, .h4 {
  font-style: normal;
  font-size: 18px;
  font-family: "Inria Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #f2f0ea;
  line-height: 1.25 !important;
  font-weight: 400;
  font-style: italic;
}
h4.media-heading, .h4.media-heading {
  color: rgb(120, 112, 88);
}

.help-block a {
  color: #000;
}

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

body {
  padding-top: 60px;
  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 #cdc598;
}

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

.form-control:focus {
  border-color: #cdc598;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(205, 197, 152, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(205, 197, 152, 0.6);
}

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

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

.btn-primary {
  background-color: #cdc598;
  border-color: #f2f0ea;
  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: #d5cfa9;
  border-color: #cdc598;
  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: #f2f0ea;
  color: rgb(164, 107, 80);
}

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

.navbar {
  border-radius: 0;
}

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

.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: #cdc598;
}

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

.bg-secondary {
  background-color: rgb(164, 107, 80);
}

.text-primary {
  color: #cdc598;
}

.text-secondary {
  color: rgb(164, 107, 80);
}

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

#landingpage > .row:nth-child(2) {
  display: inline-block;
}

main #bilder .row {
  margin: 0;
}
main #bilder .row .entry {
  margin: 0;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  main #bilder figcaption {
    background-color: transparent;
  }
}

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

#landingpage {
  margin-top: 1rem;
}

#landingpage h1{
  color: rgb(120, 111, 88) !important;
  margin-top: 3rem;
}

#landingpage h1 + p{
  margin: 2rem 0;
}

@media (max-width: 991.98px) {
  #landingpage .col-md-6 {
    max-width: unset;
  }
}
#landingpage .col-md-6 .entry {
  min-height: 170px;
}
@media (max-width: 575.98px) {
  #landingpage .form-control {
    width: initial !important;
  }
}

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

#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 #f2f0ea inset, 0 1px 2px 0 #B3B3B3;
          box-shadow: 0 0.5px 0 0 #f2f0ea 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 .kerzen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/1_Kerze.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .kondolenzen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/2_Kondolieren.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .bilder .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/3_Fotos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .termine .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/4_Termine.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .erinnerungsbuch .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/6_Erinnerungsbuch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .blumen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/7_Blumen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .anzeigen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/5_Anzeige.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .spenden .teaser__heading {
  height: 150px;
  background-image: url(/individual/107741/resources/8_Spenden.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .teaser {
  padding: 0px;
  padding-bottom: 1rem;
  margin-bottom: 25px;
  background-color: #f2f0ea;
}
#startseite .teaser .teaser__heading {
  padding-top: 100px;
}
#startseite .teaser .teaser__heading a {
  display: inline;
  background-color: rgba(205, 197, 152, 0.7);
  color: #ffffff;
  padding: 10px;
  border-radius: 40px;
  font-size: 21px;
}
#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: #cdc598;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  color: #f2f0ea;
}
#termine .entry .text {
  padding: 1rem;
}

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

#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: #f2f0ea;
  color: #cdc598;
  border: none;
}
#sliding-widget .btn-default:hover, #sliding-widget .btn:hover, #mortician-ad .btn-default:hover, #mortician-ad .btn:hover {
  color: #f2f0ea;
}
@media (max-width: 767.98px) {
  #sliding-widget, #mortician-ad {
    background-color: #cdc598;
    color: #f2f0ea;
  }
  #sliding-widget h3, #mortician-ad h3 {
    color: #f2f0ea;
  }
  #sliding-widget .btn-default, #mortician-ad .btn-default {
    background-color: #f2f0ea;
    color: #cdc598;
    border: none;
  }
}

header .navbar-fixed-top {
  height: 61px;
}
header .navbar-fixed-top .container {
  display: initial;
}

#imObjectImage_01_container {
  position: relative;
  margin-top: 150px;
}
@media (max-width: 480px) {
  #imObjectImage_01_container {
    margin-top: 110px;
  }
}
#imObjectImage_01_container .header-img {
  width: 100%;
  max-height: 50vh;
  background-repeat: none;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-container.open {
  position: absolute;
  top: 0;
  right: 210px;
  width: 100%;
  height: 100vh !important;
  background-color: rgba(255, 255, 255, 0.65);
}

body.js-scrolled .navigation-container {
  margin: 0.3rem auto;
}

.main-nav {
  position: fixed;
  width: 100%;
  top: 61px;
  right: 0;
  left: 0;
  z-index: 600;
  background-color: #ffffff;
}
.main-nav .navigation-container {
  max-width: 1150px;
  margin: 1.5rem auto;
}
@media (max-width: 1150px) {
  .main-nav .navigation-container {
    max-width: 720px;
  }
}
@media (max-width: 720px) {
  .main-nav .navigation-container {
    max-width: 480px;
    padding: 0 0.5rem;
  }
}
.main-nav .hamburger-button {
  cursor: pointer;
}
.main-nav .hamburger-button .hamburger-bar {
  margin: 4px auto;
  width: 30px;
  height: 4px;
  background-color: #cdc598;
}
.main-nav .hamburger-menu-close-button {
  position: relative;
}
.main-nav .hamburger-menu-close-button span {
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
.main-nav .main-hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 210px;
  height: 100vh !important;
  background: #ffffff;
  z-index: 1050;
  padding-top: 4rem;
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}
.main-nav .main-hamburger-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 4rem 0;
}
.main-nav .main-hamburger-menu ul .label-inner-wrapper {
  padding: 0.5rem;
}
.main-nav .main-hamburger-menu ul .label-inner-wrapper .label {
  color: rgb(120, 112, 88);
  font-size: 18px;
  margin: 0.5rem 0.1rem;
  font-weight: 400;
}
.main-nav .main-hamburger-menu ul .label-inner-wrapper .label:hover {
  font-weight: 700;
}

.gp-nav .container-fluid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gp-nav .navbar-collapse {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gp-nav .navbar-collapse .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .gp-nav .navbar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .footer-oben {
  background-color: #f2f0ea;
}
footer .footer-oben #footer-kontakt {
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  footer .footer-oben #footer-kontakt {
    max-width: 720px;
  }
}
@media (max-width: 720px) {
  footer .footer-oben #footer-kontakt {
    max-width: 480px;
  }
}
footer .footer-oben #footer-kontakt .text-inner {
  margin-right: 2rem;
  margin-top: 1.5rem;
  max-width: 380px;
  line-height: 24px;
  padding-left: 0.8rem;
  margin-bottom: 1rem;
}
footer .footer-oben #footer-kontakt .text-inner .footer-tel {
  color: rgb(164, 107, 80);
}
footer .footer-unten {
  max-width: 1150px;
  margin: 0 auto;
  height: 100px;
  padding: 30px;
}
@media (max-width: 1150px) {
  footer .footer-unten {
    max-width: 720px;
  }
}
@media (max-width: 720px) {
  footer .footer-unten {
    max-width: 480px;
  }
}
footer .footer-unten .footer-link {
  margin-right: 20px;
  font-size: 16px;
}

.navbar-nav {
  float: none;
}

.row:before, .row:after {
  content: none;
}

.btn-primary:hover, .btn-primary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  background-color: #ded8ba !important;
  border-color: #ded8ba !important;
}
.btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.btn-default {
  border: 2px solid #cdc598;
}
.btn-default:hover, .btn-default:active {
  color: #f2f0ea;
  background-color: #ded8ba !important;
  border-color: #ded8ba !important;
}

.help-block a {
  color: #cdc598;
}

/*# sourceMappingURL=main.css.map */