@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.07.2019, 13:18:38
    Author     : Dirk
*/
/* muli-200 - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/muli-v16-latin-200.eot"); /* IE9 Compat Modes */
  src: local("Muli ExtraLight"), local("Muli-ExtraLight"), url("../fonts/muli-v16-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v16-latin-200.woff2") format("woff2"), url("../fonts/muli-v16-latin-200.woff") format("woff"), url("../fonts/muli-v16-latin-200.ttf") format("truetype"), url("../fonts/muli-v16-latin-200.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-regular - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/muli-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Muli Regular"), local("Muli-Regular"), url("../fonts/muli-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v16-latin-regular.woff2") format("woff2"), url("../fonts/muli-v16-latin-regular.woff") format("woff"), url("../fonts/muli-v16-latin-regular.ttf") format("truetype"), url("../fonts/muli-v16-latin-regular.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-italic - latin */
@font-face {
  font-family: "Muli";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/muli-v16-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Muli Italic"), local("Muli-Italic"), url("../fonts/muli-v16-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v16-latin-italic.woff2") format("woff2"), url("../fonts/muli-v16-latin-italic.woff") format("woff"), url("../fonts/muli-v16-latin-italic.ttf") format("truetype"), url("../fonts/muli-v16-latin-italic.svg#Muli") format("svg"); /* Legacy iOS */
}
/* muli-700 - latin */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/muli-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Muli Bold"), local("Muli-Bold"), url("../fonts/muli-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-v16-latin-700.woff2") format("woff2"), url("../fonts/muli-v16-latin-700.woff") format("woff"), url("../fonts/muli-v16-latin-700.ttf") format("truetype"), url("../fonts/muli-v16-latin-700.svg#Muli") format("svg"); /* Legacy iOS */
}
a {
  color: #034972;
}

:focus {
  outline: none;
}

#language_holderMdenu {
  display: none;
}

html {
  background-color: #FFF;
  height: 100%;
  width: 100%;
}

#schreinereiLink, #telePhoneLink {
  position: absolute;
  right: 10px;
  top: 38px;
}

#telePhoneLink {
  right: 0px;
  top: 150px;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  background-color: none;
  overflow: hidden;
}
#telePhoneLink img {
  width: 50px;
  height: auto;
}
#telePhoneLink.clicked {
  right: 0px;
}
#telePhoneLink.clicked.offen {
  right: 0px;
}
#telePhoneLink.clicked.offen.offenC {
  right: 0px;
}
#telePhoneLink.offen {
  background-color: #034972;
  width: 300px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#telePhoneLink.offen:after {
  content: "06372 - 45 48";
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 50px;
}

.flexGalP .inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  align-items: stretch;
}
.flexGalP .inside .ce_image {
  width: 22%;
  padding: 10px;
  margin: 10px;
  background: rgba(200, 200, 200, 0.2);
}

body, html {
  font-family: "Muli", sans-serif;
}

body {
  font-size: 1.1rem;
  min-height: 100%;
  color: #1b1b1b;
}

#uNav #btn_familiengefuehrte {
  display: none;
}

.stickyNav #uNav {
  box-shadow: 10px 10px 18px -8px rgba(0, 0, 0, 0.75);
}

#uNav {
  position: fixed;
  top: 200px;
  left: 0px;
  z-index: 3008;
  background: #fff;
  padding: 10px 30px;
  padding: 10px 30px 10px 0px;
  transition: all 0.9s ease;
}
#uNav a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 6px;
  /*text-transform:capitalize;*/
  font-size: 1rem;
  transition: all 0.9s ease;
}
#uNav a.active {
  background: #034972;
  color: #fff;
}
#uNav h3 {
  color: #333;
  font-size: 1.1rem;
  padding-left: 6px;
}

#wrapper {
  position: relative;
}

#wrapper, .mod_navigation, #topsearch {
  width: 100%;
  margin: 0px auto;
  min-height: 100%;
}

#header {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  padding: 4px 0;
  color: #FFF;
  font-size: 0.9rem;
  z-index: 999;
  box-sizing: border-box;
  border-bottom: 2px solid #034972;
}
#header .inside {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right;
}
#header .inside .center.tel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#header .inside .center.tel .telefonnummern {
  font-size: 1.2rem;
  padding-left: 10px;
}
#header #headF {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#header #headF #logo {
  padding-right: 20px;
  margin-bottom: 20px;
}
#header #headF #navTop {
  padding-top: 48px;
}

body.aktiv #left {
  left: 0px;
}

.blumen p {
  display: block;
  float: none;
  clear: both;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.blumen p img {
  margin: 10px;
}

#left {
  position: fixed;
  left: -260px;
  top: 0px;
  background-color: #ffF;
  /*width:300px;*/
  width: 260px;
  z-index: 121213;
  margin-left: 0px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}
#left #mobileNav {
  padding: 20px;
}
#left #mobileNav a {
  color: #333;
  text-decoration: none;
}
#left #mobileNav .level_1 > li > a, #left #mobileNav .level_1 > li > span {
  font-weight: bold;
  color: #034972;
  display: block;
  padding: 10px 20px;
}
#left #mobileNav .level_1 > li > a.active, #left #mobileNav .level_1 > li > span.active {
  color: #111;
}
#left #mobileNav .level_1 > li > a.active::after, #left #mobileNav .level_1 > li > span.active::after {
  content: "˅";
  content: "⇩";
  margin-left: 5px;
  color: #034972;
  font-size: 1.3rem;
}
#left #mobileNav .level_2 {
  padding-left: 10px;
}
#left #mobileNav .level_2 a {
  padding: 10px 10px;
  color: #777;
  display: block;
}
#left #mobileNav .level_2 a::before {
  content: "+";
  margin-right: 5px;
  color: #034972;
}

#main a {
  color: #034972;
}
#main p {
  line-height: 2rem;
}
#main ul {
  list-style-type: square;
  padding-left: 20px;
}
#main ul li {
  line-height: 2rem;
  padding-left: 2px;
}
#main h1, #main h2, #main h3, #main h4, #main h5 {
  color: #034972;
}
#main h1 {
  font-size: 1.5625rem;
}
#main h2 {
  font-size: 1.3rem;
}
#main h3 {
  font-size: 1.2rem;
}
#main .mod_article {
  box-sizing: border-box;
}
#main .mod_article .inside {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0px;
}
#main .mod_article .inside .rsts-header h2 {
  padding: 40px 0 20px 0;
}
#main .mod_article .inside .rsts-caption {
  left: 50%;
  transform: translateX(-50%);
}
#main .mod_article.grau {
  background: #dadbdc;
}
#main .ce_text {
  text-align: justify;
}
#main .ce_text.tabletermine {
  overflow: scroll;
}
#main .flex.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-start;
  box-sizing: border-box;
}
#main .flex.rund img {
  border-radius: 50%;
  border: 2px solid #034972;
  transition: all 0.7s ease;
}
#main .flex.rund .ce_text {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px;
  position: relative;
}
#main .flex.rund .ce_text p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.9s ease;
}
#main .flex.rund .ce_text:hover p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
#main .flex.rund .ce_text:hover img {
  filter: grayscale(100%) opacity(30%);
}
#main .flex.column .ce_text {
  box-sizing: border-box;
  padding: 10px 30px;
  position: relative;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 32%;
}
#main .flex.column .ce_text p {
  position: static;
  opacity: 1;
  transform: none;
  left: 0;
  top: 0;
}
#main .flex.column .ce_text:hover p {
  position: static;
  opacity: 1;
  transform: none;
}
#main .flex.column .ce_text:hover img {
  filter: grayscale(0%) opacity(100%);
  filter: none;
}
#main .flex.w50 {
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
}
#main .flex.w50 .inside {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#main .flex.w50 .inside h2 {
  display: block;
  width: 100%;
}
#main .flex.w50 .inside > div.ce_text, #main .flex.w50 .inside > div.ce_image {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 20px;
}
#main .flex.w50 .inside > div.ce_text.w100, #main .flex.w50 .inside > div.ce_image.w100 {
  width: 100%;
}
#main .flex.w50 .inside div.ce_text:nth-child(0), #main .flex.w50 .inside div.ce_text {
  padding-left: 0px;
}
#main .flex.w50 .inside div.ce_image {
  padding-right: 0px;
}
#main .flex.gallery {
  justify-content: space-evenly;
}
#main .ui-accordion-header {
  color: #034972;
  font-size: 1rem;
  line-height: 2.5rem;
  padding: 10px 8px;
  margin: 20px 0;
  font-weight: bold;
  background-color: #dadbdc;
  cursor: pointer;
}
#main .accordion > div {
  background: rgba(200, 200, 200, 0.4);
  padding: 20px;
}
#main #familiengefuehrte .accordion > div {
  background: rgba(200, 200, 200, 0);
  padding: 20px;
}
#main #familiengefuehrte .toggler {
  font-size: 1.3rem;
  font-weight: normal;
}
#main #familiengefuehrte #main .ui-accordion-header {
  padding: 10px 0;
}
#main .toggler .more {
  float: right;
  font-style: italic;
}
#main .toggler .more::before {
  content: "Lesen Sie mehr...";
  font-size: 0.9rem;
}
#main .toggler.active .more {
  float: right;
  font-style: italic;
}
#main .toggler.active .more::before {
  content: "Einklappen...";
}
#main .nav-tabs ul, #main .nav-tabs li {
  list-style: none;
}
#main .nav-tabs a {
  color: #034972;
}
#main #myTabContent {
  padding: 30px 40px;
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  margin: 0 5px 20px 5px;
}
#main .flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
#main .flex > .item {
  box-sizing: border-box;
  padding: 15px;
  width: 45%;
}
#main #trauermusik .flex > .item {
  width: 45%;
}
#main #friedhoefe p.ov {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 10px;
  margin: 6px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1.5rem;
  display: inline-block;
}
#main #friedhoefe .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
#main #friedhoefe .flex p {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 10px;
  margin: 6px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1.5rem;
  width: 30%;
}
#main .ce_text_flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-start;
}
#main .ce_text_flex .imageFlex, #main .ce_text_flex .textFlex {
  width: 50%;
  box-sizing: border-box;
}
#main .ce_text_flex .imageFlex {
  padding-left: 50px;
}
#main .login {
  background: rgba(200, 200, 200, 0.2);
  padding: 20px;
  display: block;
}
#main .login label {
  min-width: 150px;
  font-weight: bold;
}
#main .login .widget {
  /*background: rgba(200,200,200,.2);*/
  padding: 10px;
  display: block;
}
#main .login .widget.hide {
  opacity: 0;
  height: 0px;
}
#main .logout {
  float: right;
  width: 34%;
  height: 200px;
  /* position: absolute; */
  right: 0px;
}
#main #table_termine th {
  color: #034972;
  font-size: 110%;
}
#main #table_termine span {
  display: block;
}
#main #table_termine tr:nth-child(3n) {
  background: rgba(200, 200, 200, 0.3);
}
#main #table_termine .mehrerfahren {
  display: none;
}
#main #loginHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  max-width: 140px;
  position: absolute;
  top: 350px;
}
#main .gallery .ce_text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  align-items: stretch;
}
#main .gallery .ce_text .thumb_pro2, #main .gallery .ce_text .thumb_pro1 {
  padding: 10px;
  margin: 10px;
  background: rgba(200, 200, 200, 0.2);
  width: 22%;
  box-sizing: border-box;
  text-align: center;
}
#main #qNav {
  float: right;
}
#main #qNav .select {
  padding: 10px;
}
#main #qNav .widget.widget-submit {
  display: none;
}
#main #todesanzeigen #qNav, #main #danksagungen #qNav {
  float: none;
}
#main #kundenbilder .flex.gallery {
  flex-wrap: wrap;
}
#main #kundenbilder .flex.gallery .image_container {
  padding: 1px;
}
#main .image_container.float_right {
  padding-left: 100px;
}
#main .mapLink {
  font-weight: bold;
  color: #034972;
  padding: 5px;
  display: block;
}
#main .friedhofsbox p {
  cursor: pointer;
}
#main #kundenbilder label {
  width: 260px;
  font-size: 80%;
}
#main #trauerfeier_bilder .btn, #main #trauerfeier_termine .btn {
  border: 1px solid #034972;
  padding: 3px 10px;
  background-image: none;
}
#main #trauerfeier_bilder .btn:hover, #main #trauerfeier_termine .btn:hover {
  background-color: #fff;
}
#main #trauerfeier_termine td {
  padding: 5px;
}
#main #trauerfeier_termine tr:nth-child(even) {
  background: rgba(200, 200, 200, 0.2);
}
#main .mod_eventlist h1 {
  font-size: 1.2rem;
}
#main .event {
  padding: 10px;
}
#main .event:nth-child(even) {
  background: rgba(200, 200, 200, 0.2);
}
#main .event .infG {
  color: #034972;
  font-weight: bold;
}
#main .mod_eventlist {
  padding-top: 50px;
}
#main .calendar {
  border: 1px solid #fff;
}
#main .calendar th {
  text-align: center;
  color: #034972;
  padding: 5px;
}
#main .calendar td {
  border: 1px solid #fff;
  background: rgba(200, 200, 200, 0.4);
  margin: 5px;
  text-align: center;
}
#main #trauerfeier_termine a {
  background-image: url(../hg/extern.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: left center;
  padding-left: 25px;
}
#main #trauerfeier_termine a.btn {
  background-image: none;
}
#main .rsts-skin-default .rsts-nav-bullets a {
  width: 15px;
  height: 15px;
}
#main .rsts-skin-default .rsts-nav-bullets a:hover, #main .rsts-skin-default .rsts-nav-bullets a.active {
  background-color: #034972;
}

#main .anzeigen .flex.gallery {
  flex-wrap: wrap;
  align-items: stretch;
}
#main .anzeigen .flex.gallery .image_container {
  width: 22%;
  background: rgba(200, 200, 200, 0.2);
  text-align: center;
}

.sticky #hamHolder {
  /*display:none;*/
}

#hamHolder {
  position: absolute;
  top: 10px;
  right: -112px;
  width: 120px;
  color: #333;
  text-align: center;
  background: rgb(255, 255, 255);
  /*    -webkit-box-shadow: 10px 10px 18px -8px rgba(0,0,0,0.75);
      -moz-box-shadow: 10px 10px 18px -8px rgba(0,0,0,0.75);
      box-shadow: 10px 10px 18px -8px rgba(0,0,0,0.75);*/
  display: none;
  transition: all 0.9s ease;
}
#hamHolder span {
  font-size: 0.9rem;
  display: block;
}

.hamburger {
  padding: 20px 15px 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  /*background-color: transparent;*/
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  /*opacity: 0.7;*/
}

.hamburger.is-active:hover {
  /*opacity: 0.7;*/
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#left.aktiv #hamHolder {
  box-shadow: 10px 10px 18px -8px rgba(0, 0, 0, 0.25);
  /*                    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
      box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.25);*/
}

#footer {
  background: #034972;
  color: #fff;
  padding: 10px 20px;
}
#footer p {
  line-height: 1.5rem;
  font-weight: 100;
}
#footer p.cont strong {
  width: 170px;
  display: inline-block;
  font-weight: 100;
}
#footer .inside {
  max-width: 1300px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-start;
  margin: 0 auto;
  padding: 50px 0;
}
#footer .inside .f_first {
  width: 15%;
  box-sizing: border-box;
  padding: 0 15px 0 0;
}
#footer .inside .f_first img {
  max-width: 100px;
  height: auto;
}
#footer .inside .f_first img:last-child {
  padding-top: 40px;
  max-width: 70px;
}
#footer .inside .f_center {
  width: 45%;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
}
#footer .inside .f_center a {
  color: #fff;
}
#footer .inside .f_last {
  width: 40%;
}

#mobilePhone {
  display: none;
  margin-top: 20px;
}
#mobilePhone a {
  padding: 22px 0;
  background: url("../hg/telefon.png");
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}

@media (max-width: 1400px) {
  #loginHolder {
    /*display:none!important;*/
  }
  #footer #loginHolder img {
    max-width: 125px;
  }
}
@media (max-width: 1280px) {
  #hamHolder {
    display: block;
  }
  #topNavi {
    display: none;
  }
  #header .inside {
    width: 100%;
  }
  #header #headF {
    padding-left: 150px;
  }
  #main .mod_article .inside {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px;
  }
  #main #uNav {
    display: none;
  }
  #main .flex.row {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  #footer .inside {
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  #footer .inside .f_first {
    width: 20%;
  }
  #footer .inside .f_center {
    width: 80%;
  }
  #footer .inside .ce_leaflet {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #main .flex.w50 .inside {
    flex-direction: column;
  }
  #main .flex.w50 .inside > div.ce_text {
    width: 100%;
  }
  #main .flex.w50 .inside > div.ce_image {
    width: 100%;
  }
  #main .ce_text_flex {
    flex-direction: column;
  }
  #main .ce_text_flex .textFlex {
    width: 100%;
  }
  #main .ce_text_flex .imageFlex {
    width: 100%;
    padding: 20px;
  }
  #main .ce_text_flex .imageFlex .image_container {
    width: 100%;
    padding: 10px 0;
  }
  #friedhoefe .flex p {
    min-width: 45%;
  }
  #trauerfloristik .flex, #trauermusik .flex {
    flex-direction: column;
  }
  #trauerfloristik .flex .item, #trauermusik .flex .item {
    width: 100%;
  }
  #trauermusik .flex .item {
    width: 100% !important;
  }
  #hamHolder span {
    font-size: 0.7rem;
    display: block;
  }
  #schreinereiLink img {
    width: 50px;
  }
  #mobilePhone {
    display: block;
  }
  #telePhoneLink {
    display: none;
  }
  #schreinereiLink, #telePhoneLink {
    top: 18px;
    text-align: right;
  }
  .rsts-nav-bullets {
    display: none;
  }
}
@media (max-width: 600px) {
  #main #familiengefuehrte .flex {
    flex-direction: column;
  }
  #main .flex.column .ce_text {
    width: 100%;
  }
  #footer .inside .f_center {
    width: 98%;
    padding-top: 10px;
    text-align: center;
  }
  #footer p.cont strong {
    width: auto;
    display: inline-block;
    font-weight: 100;
  }
  #footer .inside .f_first {
    width: 98%;
    text-align: center;
    /*                        display:flex;
                    flex-direction: row;
                    justify-content: space-around;*/
  }
  #footer .inside .f_first img {
    width: inherit !important;
    height: inherit !important;
  }
}
@media (max-width: 500px) {
  #main .image_container {
    width: 100%;
    text-align: center;
  }
  #main .image_container.float_right {
    padding: 0;
  }
  #main .flex {
    flex-direction: column;
  }
  #hamHolder {
    position: absolute;
    top: 10px;
    right: -72px;
    width: 80px;
  }
  #left #mobileNav .level_1 > li > a, #left #mobileNav .level_1 > li > span {
    padding: 10px 20px;
  }
  #footer .inside {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0;
  }
}
@media (max-width: 430px) {
  #header #headF {
    padding-left: 80px;
  }
  #article-10 > div {
    margin-top: 100px;
  }
}/*# sourceMappingURL=aufbau.css.map */