/* Style für Bestattungen-Seite */
/* Variables and colors */
/* Startseite */
/* #86b015 */
/* Hochteiten */
body {
  background: url("/images/hintergrund/eichhoernchen-gruen-ausschnitt-4-80.jpg") 0 0 no-repeat;
  background-size: cover;
}
.grid-container .header .header_wrapper {
  /*grid-column: 2 / 6;
			grid-row: 1 / 1;*/
}
.grid-container .header .header_wrapper .d_logo .logo .custom p {
  margin: 0;
  padding: 0;
}
.grid-container .header .header_wrapper .d_logo .logo .custom img {
  margin: 5px 40px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#icagenda {
  margin-top: -30px;
  padding-bottom: 40px;
}
@media (max-width: 800px) {
  .grid-container {
    /*display: grid;
		height: auto;
		grid-template-columns: minmax(10px,1fr) repeat(4, minmax(50px, 350px)) minmax(10px,1fr);*/
    grid-template-rows: 170px auto;
  }
  .header_wrapper .d_logo {
    width: 100px;
  }
  .header_wrapper .d_logo .logo .custom p {
    margin: 0;
    padding: 0;
  }
  .header_wrapper .d_logo .logo .custom img {
    margin: 10px 40px 0 0 !important;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: 120px !important;
  }
  .header_wrapper .brand .custom {
    padding-bottom: 20px;
  }
  .header_wrapper .brand .custom h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
    margin-left: 30px !important;
  }
}
@media (min-width: 801px) and (max-width: 1400px) {
  .grid-container {
    grid-template-rows: 200px auto;
  }
  .header_wrapper {
    /*grid-column: 2 / 6;
    grid-row: 1 / 1;*/
  }
  .header_wrapper .d_logo .logo .custom p {
    margin: 0;
    padding: 0;
  }
  .header_wrapper .d_logo .logo .custom img {
    margin: 5px 20px 0 0;
    padding: 0;
    max-width: 200px !important;
  }
  .header_wrapper .brand .custom h1 {
    text-align: left !important;
  }
}
@media (min-width: 1401px) {
  .grid-container {
    /*display: grid;
		height: auto; */
    grid-template-columns: minmax(10px, 1fr) repeat(4, minmax(50px, 350px)) minmax(10px, 1fr);
    grid-template-rows: 200px auto;
  }
}
/*# sourceMappingURL=farbe_blog.css.map */