@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: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
}

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

a {
  font-family: "Arial", -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: #000;
  background-color: transparent;
}
a:active, a:hover {
  text-decoration: none !important;
  color: #000;
}
a:focus {
  outline: none !important;
}

header .navbar-fixed-top a {
  color: #000;
}
header .navbar-fixed-top a:hover, header .navbar-fixed-top a:active {
  color: #000;
}

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

h1, .h1 {
  font-style: normal;
  font-size: 3rem;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  line-height: 1.25 !important;
  font-weight: 400;
}
h1.media-heading, .h1.media-heading {
  color: #000;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-style: normal;
  font-size: 2.125rem;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  line-height: 1.25 !important;
  font-weight: 400;
}

h3, .h3 {
  font-style: normal;
  font-size: 1.5rem;
  font-family: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  line-height: 1.25 !important;
  font-weight: 400;
}

h4, .h4 {
  font-style: normal;
  font-size: 1rem;
  font-family: "Arial", -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: #000;
}

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

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

.form-control:focus {
  border-color: #db7c37;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(219, 124, 55, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(219, 124, 55, 0.6);
}

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

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

.btn-primary {
  background-color: #db7c37;
  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: #df8a4d;
  border-color: #db7c37;
  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: #93a42b;
}

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

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

@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: #db7c37;
}

.bg-secondary {
  background-color: #93a42b;
}

.text-primary {
  color: #db7c37;
}

.text-secondary {
  color: #93a42b;
}

#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;
}
@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(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 .kerzen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/1_Kerze.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .kondolenzen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/2_Kondolieren.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .bilder .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/3_Fotos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .termine .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/4_Termine.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .erinnerungsbuch .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/6_Erinnerungsbuch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .blumen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/7_Blumen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .anzeigen .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/5_Anzeige.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .spenden .teaser__heading {
  height: 150px;
  background-image: url(/individual/107359/resources/8_Spenden.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#startseite .teaser {
  padding: 0px;
  padding-bottom: 1rem;
  margin-bottom: 25px;
  background-color: #ffffff;
}
#startseite .teaser .teaser__heading {
  padding-top: 100px;
}
#startseite .teaser .teaser__heading a {
  display: inline;
  background-color: rgba(255, 255, 255, 0.6);
  color: #db7c37;
  padding: 10px;
  border-radius: 40px;
  font-size: 1.5rem;
}
#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: #db7c37;
  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: #db7c37;
  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: #db7c37;
    color: #ffffff;
  }
  #sliding-widget h3, #mortician-ad h3 {
    color: #ffffff;
  }
  #sliding-widget .btn-default, #mortician-ad .btn-default {
    background-color: #ffffff;
    color: #db7c37;
    border: none;
  }
}

body.js-scrolled .main-menu {
  background-color: #fff;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

header {
  background-image: url(/individual/107359/resources/Maus-Bestattungen-Im-Trauerfall.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
header .navbar-fixed-top {
  height: 61px;
}
header .navbar-fixed-top .container {
  display: initial;
}
@media (max-width: 575.98px) {
  header .navbar-fixed-top {
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  header {
    height: 500px !important;
    background-position: center 75px !important;
  }
}
header .main-menu {
  padding: 10px 100px;
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1010;
}
header .main-menu .header-sidebar-wrapper {
  background-color: #d54c3d;
  border-radius: 35px;
  padding: 10px 30px 2px 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-height: 49px;
  position: absolute;
  font-size: 18px;
  top: 2rem;
  right: 2rem;
  font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
header .main-menu .header-sidebar-wrapper a {
  color: #ffffff;
  font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bolder;
}
header .main-menu .header-sidebar-wrapper a:hover {
  opacity: 0.75;
}
header .main-menu .navbar-header {
  width: 100% !important;
}
header .main-menu .navbar-header a {
  color: #ffffff;
}
header .main-menu .navbar-header a:hover {
  opacity: 0.75;
}
header .main-menu .navbar-header .title-logo-wrapper .navbar-brand {
  padding: 0;
}
header .main-menu .navbar-header .title-logo-wrapper .navbar-brand img {
  width: 177px;
}
header .main-menu .navbar-header .navbar-toggle-wrapper .navbar-toggle {
  border: 0 !important;
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
}
header .main-menu .navbar-header .navbar-toggle-wrapper .navbar-toggle .fa-bars,
header .main-menu .navbar-header .navbar-toggle-wrapper .navbar-toggle .fa-times {
  font-size: 1.5rem !important;
  color: #333 !important;
}
header .main-menu .navbar-header .navbar-toggle-wrapper .navbar-toggle .fa-bars {
  display: none;
}
header .main-menu .navbar-header .navbar-toggle-wrapper .navbar-toggle .fa-times {
  display: block;
}
header .main-menu .navbar-header .navbar-toggle-wrapper .navbar-toggle.collapsed .fa-bars {
  display: block;
}
header .main-menu .navbar-header .navbar-toggle-wrapper .navbar-toggle.collapsed .fa-times {
  display: none;
}
header .main-menu .navbar-collapse {
  width: 100%;
  padding: 0;
}
header .main-menu .navbar-collapse .navbar-nav {
  left: 0;
  right: 0;
  margin-top: 3rem;
}
header .main-menu .navbar-collapse .navbar-nav a {
  color: #ffffff;
  font-family: "Times New Roman", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.5vh;
  font-weight: 500;
  text-shadow: 1px 1px 4px black;
  text-transform: uppercase;
}
header .main-menu .navbar-collapse .navbar-nav a:hover {
  background-color: #d54c3d;
  border-radius: 3px;
}
header .main-menu #menu-main .active {
  background-color: #d54c3d;
}
@media (min-width: 768px) {
  header .main-menu #menu-main {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
header .main-menu .dropdown-toggle::after {
  border: 0;
}
header .main-menu .dropdown:hover .dropdown-menu {
  display: block;
  border: 0;
}
header .main-menu .dropdown:hover .dropdown-menu a {
  color: #333;
  text-transform: none;
  font-size: 1.5vh;
  text-shadow: none;
}
header .main-menu .dropdown:hover .dropdown-menu a:hover {
  color: #ffffff;
  border-radius: 0;
}
@media (max-width: 1024px) {
  header .main-menu {
    background-color: #ffffff;
  }
  header .main-menu .main-menu {
    font-weight: 500;
    text-shadow: 1px 1px 4px black;
  }
}
@media (max-width: 840px) {
  header .main-menu {
    min-height: 100px;
    padding: 10px 50px;
  }
  header .main-menu .header-sidebar-wrapper {
    font-size: 15px;
  }
  header .main-menu .header-sidebar-wrapper a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  header .main-menu {
    min-height: 120px;
    padding: 10px;
  }
  header .main-menu .navbar-header {
    position: fixed;
    top: 4.5rem;
    padding-bottom: 1rem;
  }
  header .main-menu .title-logo-wrapper {
    padding-left: 40px;
  }
  header .main-menu .navbar-toggle-wrapper {
    padding-right: 40px;
  }
  header .main-menu .navbar-collapse {
    border: 0;
  }
  header .main-menu .navbar-collapse .navbar-nav {
    margin: 6rem 0 0 0;
  }
  header .main-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .main-menu .dropdown-item i {
    border: 1px solid #333;
    padding: 4px 8px;
    color: #333;
    font-size: 20px;
    text-shadow: none;
  }
}
@media (max-width: 419px) {
  header .main-menu .navbar-brand img {
    width: 80px !important;
    margin-top: 1rem;
  }
}

.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;
  }
}

@media (min-width: 768px) {
  footer .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  footer .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  footer .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  footer .container {
    max-width: 1170px;
  }
}
footer .green {
  background-color: #93a42b;
  color: #ffffff;
  line-height: 25px;
  padding: 50px 100px;
}
footer .green .footer-logo {
  width: 20%;
}
footer .green h2 {
  color: #ffffff;
  font-size: 19px;
  line-height: 19px;
}
footer .green i {
  color: #fbc373;
  margin-right: 25px;
  font-size: 25px;
}
footer .green li {
  font-weight: 300;
  padding-bottom: 8px;
  margin-top: 7px;
}
footer .green li a {
  color: #ffffff;
  font-weight: 300;
}
footer .green li a:hover {
  opacity: 0.75;
}
footer .green .adresse-1 {
  padding: 20px 0;
  border-right: 3px solid #d54c3d;
}
@media (max-width: 767px) {
  footer .green .adresse-1 {
    border-right: 0;
  }
}
footer .green .adresse-2 {
  padding: 20px 0 20px 50px;
  border-left: 3px solid #d54c3d;
}
@media (max-width: 767px) {
  footer .green .adresse-2 {
    padding: 0;
    border-left: 0;
  }
}
@media (min-width: 1024px) {
  footer .green .adresse-2 {
    padding: 20px 0 20px 150px;
  }
}
@media (max-width: 1024px) {
  footer .green {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  footer .green {
    padding: 50px 20px;
  }
  footer .green .footer-logo {
    width: 70%;
  }
}
footer .yellow {
  background-color: #fbc373;
  height: 52px;
  padding: 10px;
}
footer .yellow p {
  margin-bottom: 10px;
  text-align: center;
}
footer .yellow p a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
footer .yellow p a:hover {
  opacity: 0.75;
}

.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: #e39862 !important;
  border-color: #e39862 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.btn-default {
  border: 2px solid #db7c37;
}
.btn-default:hover, .btn-default:active {
  color: #ffffff;
  background-color: #e39862 !important;
  border-color: #e39862 !important;
}

.help-block a {
  color: #db7c37;
}
/*# sourceMappingURL=main.css.map */