/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v29-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v29-latin-regular.woff") format("woff"), url("../fonts/roboto-v29-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v29-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v29-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v29-latin-italic.woff") format("woff"), url("../fonts/roboto-v29-latin-italic.ttf") format("truetype"), url("../fonts/roboto-v29-latin-italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v29-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin-700.woff2") format("woff2"), url("../fonts/roboto-v29-latin-700.woff") format("woff"), url("../fonts/roboto-v29-latin-700.ttf") format("truetype"), url("../fonts/roboto-v29-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* lora-regular - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v17-latin-regular.woff2") format("woff2"), url("../fonts/lora-v17-latin-regular.woff") format("woff"), url("../fonts/lora-v17-latin-regular.ttf") format("truetype"), url("../fonts/lora-v17-latin-regular.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lora-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v17-latin-700.woff2") format("woff2"), url("../fonts/lora-v17-latin-700.woff") format("woff"), url("../fonts/lora-v17-latin-700.ttf") format("truetype"), url("../fonts/lora-v17-latin-700.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-italic - latin */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lora-v17-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lora-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v17-latin-italic.woff2") format("woff2"), url("../fonts/lora-v17-latin-italic.woff") format("woff"), url("../fonts/lora-v17-latin-italic.ttf") format("truetype"), url("../fonts/lora-v17-latin-italic.svg#Lora") format("svg"); /* Legacy iOS */
}
body {
  background-color: rgb(255, 255, 255);
  font-family: "Lora";
  font-size: 17px;
}

.header {
  background-color: #646363;
}

#wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  margin-left: 0;
}

#container #crumb {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 63px;
}

.margin_bottom {
  margin-bottom: 100px;
}

.startseite #container #crumb {
  display: none;
}
.startseite #nav_btn {
  text-align: right;
  padding-top: 0px;
}
.startseite #main .mod_article .inside {
  margin: 0px auto;
}
.startseite h1 {
  margin-top: 10px;
  margin-bottom: 50px;
}
.startseite #unavHolderTop::after {
  content: "Warneke";
  color: rgb(43, 78, 20);
}

header {
  position: static;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  width: 100%;
  transition: all 0.5s ease;
}
header img {
  width: 100%;
  height: auto;
}
header .btn_ham {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
header .btn_ham:before {
  content: "menu";
  position: absolute;
  font-weight: 100;
  font-size: 1.4rem;
  top: -40px;
  left: 0;
}
header .bar1,
header .bar2,
header .bar3 {
  width: 30px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  margin: 5px 0;
  transition: 0.4s;
}
header .change .bar1 {
  transform: rotate(-45deg) translate(-7px, 3px);
}
header .change .bar2 {
  opacity: 0;
}
header .change .bar3 {
  transform: rotate(45deg) translate(-8px, -4px);
}

.startseite header {
  position: static;
}
.startseite #container {
  position: static;
  padding-top: 0px;
  margin-top: -12px;
}

#topHead.inhalt .btn_ham {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
  position: relative;
}
#topHead.inhalt .btn_ham:before {
  content: "";
  position: absolute;
  font-weight: 100;
  font-size: 1.4rem;
  top: -40px;
  left: 0;
}

.paddingtop50 {
  padding-top: 50px;
}

.paddingtop200 {
  padding-top: 200px;
}

.paddingbottom50 {
  padding-bottom: 50px;
}

.paddingbottom200 {
  padding-bottom: 200px;
}

#unavHolderTop {
  background: rgb(43, 78, 20);
  text-align: center;
  font-family: "Roboto";
  font-size: 0.9rem;
  line-height: 1.3rem;
}
#unavHolderTop ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#unavHolderTop ul li {
  padding: 5px 10px;
}
#unavHolderTop ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 1.6rem;
}
#unavHolderTop ul li strong {
  color: #447c1f;
  color: rgb(170, 170, 170);
  text-decoration: none;
  line-height: 1.6rem;
}

#main .flexapp {
  display: flex;
  flex-wrap: wrap;
}
#main .flexapp p {
  padding: 5px 10px;
  flex: 0 0 15%;
}
#main .flexapp .item {
  display: none;
  padding: 5px !important;
}
#main .flexapp .item p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 100;
}
#main .flexapp .item.showItem {
  display: block;
  width: 100%;
}
#main .flexapp.f_btn p {
  cursor: pointer;
  box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0);
  margin-right: 5px;
  border: 1px solid rgb(225, 225, 225);
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background: rgba(68, 124, 31, 0);
}
#main .flexapp.f_btn p:hover, #main .flexapp.f_btn p.selected {
  box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0.2);
  color: rgb(43, 78, 20);
  background: rgba(68, 124, 31, 0.2);
}
#main .flexapp.f_items .item {
  position: absolute;
  display: block !important;
  transition-duration: 2.2s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}
#main .flexapp.f_items .item.showItem {
  opacity: 1;
}
#main > .inside {
  padding-top: 80px;
}
#main #content_holder {
  min-width: 800px;
  min-height: 700px;
  width: 100%;
  border: 1px solid rgb(43, 78, 20);
  background-image: url("../HM2/Bestattungsformen/AdobeStock_255544510.jpg");
  background-size: 100%;
}
#main #content_holder #navB {
  width: 100%;
  height: 10%;
  z-index: 100000;
}
#main #content_holder #navB.flexrow {
  display: flex;
  justify-content: space-between;
}
#main #content_holder #navB.flexrow a {
  background-color: #447c1f;
  color: #fff;
  padding: 10px 45px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
#main #content_holder #navB.flexrow a:hover, #main #content_holder #navB.flexrow a.selected {
  color: #447c1f;
  background-color: #fff;
}
#main #content_holder #navB.flexrow a.selected::after {
  position: absolute;
  content: " ";
  height: 25px;
  width: 25px;
  background-image: url("../hg/dr_up.png");
  background-repeat: no-repeat;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%);
}
#main #content_holder #navB.flexrow a span {
  text-transform: none;
}
#main #content_holder .ttext {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 25px;
  box-sizing: border-box;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 60%;
  min-height: 40%;
  align-items: center;
  line-height: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main #content_holder .ttext h3 {
  margin-top: 10px;
}
#main #content_holder .ttext p,
#main #content_holder .ttext li {
  line-height: 1.2rem !important;
}
#main #content_holder .ttext.fullw .ce_text {
  width: 100%;
  padding: 25px !important;
  box-sizing: border-box;
}
#main #content_holder .ttext.fullw .ce_text.flexrow {
  display: flex;
  flex-direction: row;
}
#main #content_holder .ttext.fullw > div > .ce_text {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#main #content_holder .ttext.fullw > div > .ce_text > .ce_text {
  margin-top: 0;
  padding-top: 0 !important;
}
#main #content_holder .ttext.ccolumn {
  flex-direction: column;
}
#main #content_holder .text_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
#main #content_holder .image_container {
  width: 20% !important;
  padding: 10px;
}
#main #content_holder .item {
  width: 80% !important;
  padding: 0;
}
#main .floristikgal {
  width: 100%;
}
#main .floristikgal .inside {
  max-width: 1700px !important;
}
#main .floristikgal .inside .caption {
  line-height: 1.2rem;
  flex-direction: column;
  font-size: 0.7rem;
  background: rgba(68, 124, 31, 0.7) !important;
  height: auto !important;
}
#main .floristikgal .inside .caption strong {
  color: #fff;
  font-size: 0.9rem;
}
#main .bestattungsformen #content_holder {
  position: relative;
}
#main .bestattungsformen #content_holder #t2 .ce_text {
  margin: 0;
  padding: 0;
}
#main .bestattungsformen #content_holder #t2 .ce_text:nth-child(1) {
  padding-bottom: 0 !important;
}
#main .bestattungsformen #content_holder #t2 .ce_text:nth-child(2) {
  padding-top: 0 !important;
}

.flex.three_column {
  display: flex;
}
.flex.three_column .ce_image {
  flex: 0 0 25%;
  width: 25% !important;
}
.flex.three_column .ce_text {
  flex: 1 0 50%;
  padding: 0 10px 0 10px !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lora";
  font-weight: 300;
  color: #447c1f;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.7rem;
}

#footer {
  position: relative;
  color: #fff;
  margin-top: 100px;
  padding-bottom: 15px;
  padding-top: 12px;
  display: block;
  box-sizing: border-box;
  background-color: #646363;
  font-family: "Roboto";
}
#footer .cp {
  font-size: 0.9rem;
  font-weight: 100;
  text-align: right;
  width: 80%;
  margin: 0 auto;
}
#footer .cp .line.logos img {
  max-width: 40px;
  height: auto;
}
#footer .cp .line:last-child {
  margin-top: 40px;
}
#footer .inside {
  box-sizing: border-box;
  font-size: 0.9rem;
}
#footer .inside #footer_hg {
  z-index: 50;
}
#footer .inside .footflex {
  display: flex;
  z-index: 100;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer .inside .footflex .col {
  flex: 1 1 30%;
  padding: 5px 0;
  width: 30%;
  box-sizing: border-box;
}
#footer .inside .footflex .col .flexB {
  display: flex;
}
#footer .inside .footflex .col .flexB div:last-child {
  padding-left: 80px;
}
#footer .inside .footflex .col.last {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#footer .inside .footflex .col.last a {
  text-transform: uppercase;
}
#footer .inside .footflex .col.last .itemm {
  display: inline-block;
}
#footer .inside .footflex .col.last p:nth-child(1) {
  line-height: 1.4rem;
  position: relative;
}
#footer .inside .footflex .col.last p:nth-child(1) a {
  padding-left: 30px;
}
#footer .inside .footflex .col.last p:nth-child(1) a::before {
  content: " ";
  background-image: url("../grafiken/briefumschlag_icon.png");
  background-repeat: no-repeat;
  width: 36px;
  position: absolute;
  background-size: 20px;
  left: 0px;
  top: 5px;
  height: 20px;
}
#footer .inside .footflex .col.last p:nth-child(2) {
  line-height: 1.4rem;
  position: relative;
}
#footer .inside .footflex .col.last p:nth-child(2) a {
  padding-left: 30px;
}
#footer .inside .footflex .col.last p:nth-child(2) a::before {
  content: " ";
  background-image: url("../grafiken/schloss_icon.png");
  background-repeat: no-repeat;
  width: 36px;
  position: absolute;
  background-size: 15px;
  left: 0px;
  top: 1px;
  height: 20px;
}
#footer .inside .footflex .col.last p:nth-child(3) {
  line-height: 1.4rem;
  position: relative;
}
#footer .inside .footflex .col.last p:nth-child(3) a {
  padding-left: 30px;
}
#footer .inside .footflex .col.last p:nth-child(3) a::before {
  content: " ";
  background-image: url("../grafiken/paragraph_icon.png");
  background-repeat: no-repeat;
  width: 36px;
  position: absolute;
  background-size: 15px;
  left: 0px;
  top: 0px;
  height: 25px;
}
#footer .inside .footflex .col.middle_r {
  display: flex;
  align-items: flex-end;
}
#footer .inside .footflex #logo_footer {
  height: auto;
  padding-left: 10%;
}
#footer .inside .footflex #logo_footer img {
  width: 100%;
  max-width: 210px;
  height: 80px;
  width: auto;
}
#footer .inside .footflex #logo_footer p {
  padding-left: 30px;
}
#footer .inside .footflex #logo_footer p + div {
  padding-left: 30px;
}
#footer .inside .footflex .ce_text.col.middle.block {
  height: auto;
}
#footer .inside .footflex .ce_text.col.middle.block img {
  width: 100%;
  max-width: 210px;
  height: 80px;
  width: auto;
}
#footer .inside .footflex .ce_text.col.middle.block p {
  padding-left: 30px;
}
#footer .inside .footflex .ce_text.col.middle.block p + div {
  padding-left: 30px;
}
#footer .inside .footflex .ort,
#footer .inside .footflex .telefon,
#footer .inside .footflex .web,
#footer .inside .footflex .mail,
#footer .inside .footflex .impressum,
#footer .inside .footflex .fb {
  line-height: 20px;
  color: #fff;
  font-size: 0.9rem;
}
#footer .inside .footflex a {
  color: #fff;
  text-decoration: none;
}
#footer .inside p {
  font-size: 0.9rem;
  font-weight: 100;
}
#footer #toTopBtn {
  position: absolute;
  right: 20px;
  top: -50px;
  z-index: 10001;
  cursor: pointer;
}
#footer .flexrow {
  display: flex;
  flex-direction: column;
}
#footer .flexrow .item_f {
  padding-left: 30px;
  white-space: nowrap;
}
#footer .flexrow .item_f:nth-child(2) {
  padding-top: 10px;
}

#container {
  position: static;
  padding-top: 0px;
}

#main .mod_article .inside .traditionp {
  flex: 0 0 30% !important;
  width: 30% !important;
}
#main .mod_article .inside .ui-accordion-header {
  background-color: #447c1f;
  color: #fff;
  padding: 10px;
}

.histflex {
  display: flex;
  justify-content: space-between;
}
.histflex .traditionp {
  flex: 0 0 30% !important;
  width: 30% !important;
  margin: 0;
  padding: 0 !important;
}
.histflex .ce_accordionStart + .ce_accordionStart {
  margin-top: 10px !important;
}

#main .column.historie.traditionp {
  margin-top: 20px;
}
#main .column.historie.traditionp .accordion div {
  display: flex;
  flex-direction: column;
}
#main .column.historie.traditionp .accordion div .ce_text {
  flex: 0 0 100%;
  display: flex;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-top: -30px;
  padding-bottom: 10px !important;
}
#main .column.historie.traditionp .accordion div .ce_text p {
  padding: 15px;
  color: #447c1f;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
}
#main .column.historie.traditionp .accordion div .ce_text .image_container img {
  box-shadow: 5px 7px 15px -3px #000000;
  margin: 20px;
}
#main .column.historie.traditionp .accordion div .ce_text:first-child {
  flex-direction: row-reverse;
}
#main .column.historie.traditionp .accordion div .ce_text:first-child img {
  transform: rotate(10deg);
}
#main .column.historie.traditionp .accordion div .ce_text:nth-child(2) {
  flex-direction: row;
  display: flex;
  align-items: flex-end;
  margin-top: -80px;
}
#main .column.historie.traditionp .accordion div .ce_text:nth-child(2) img {
  transform: rotate(-10deg);
}

.pa_historie .tradiotionp {
  padding: 0;
}
.pa_historie .column.historie.tradiotionp {
  background: #ff0000 !important;
}

#main > .inside > .mod_article > .inside {
  margin-top: 0px;
}

#videoBG {
  /*not work if the screen ratio is below 16/9*/
  width: 100%;
  height: auto;
  opacity: 0.8;
}

#floristi_canvas img {
  max-width: 450px;
  max-height: 450px;
}
#floristi_canvas #actuImage {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition-duration: 2.2s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#floristi_canvas #actuImage.showImage {
  opacity: 1;
}
#floristi_canvas #newImage {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition-duration: 2.2s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#floristi_canvas #newImage.showImage {
  opacity: 1;
}

#article-106 {
  padding-bottom: 300px;
  height: 500px;
}

#article-105 .inside {
  margin: 100px auto 20px auto;
}

.overC {
  text-align: center;
}
.overC .image_container {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.overC .image_container .caption {
  position: absolute;
  display: block;
  bottom: 10%;
  z-index: 10001;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(43, 78, 20, 0.7);
  color: #fff;
  height: 30px;
  line-height: 30px;
}

.center .image_container {
  text-align: center;
  margin: 0 auto;
}

#left {
  position: absolute;
  right: auto;
  left: 0px;
  display: inline-block;
  z-index: 10000000;
  transform: translateX(-100%);
  top: 0;
  margin-right: 0;
  background: #1f3117;
  min-height: 100vh;
  transition: all 0.5s ease-in-out;
  margin-left: 0;
  font-family: "Roboto";
  box-shadow: inset -9px -1px 19px -6px #000000;
}
#left a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto";
}
#left ul {
  list-style: none;
  width: 350px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
#left ul.level_1 > li {
  border-top: 1px solid rgba(204, 204, 204, 0.2392156863);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}
#left ul.level_1 > li > a, #left ul.level_1 > li > strong {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#left ul.level_2 {
  margin-left: 0px;
  padding-left: 20px;
}
#left ul.level_2 > li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 35px;
  font-family: "Roboto";
}
#left ul.level_2 > li a:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}
#left ul.level_2 > li a:hover:after {
  opacity: 1;
  transform: scale(1);
}
#left ul.level_2 > li strong {
  color: #95a18d;
  font-weight: 100;
  display: block;
}
#left ul li.active strong, #left ul li.trail strong {
  border-bottom: 0px solid #fff;
  color: #95a18d;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}
#left ul li.active a.trail, #left ul li.trail a.trail {
  color: #95a18d;
}
#left #cl_btn {
  cursor: pointer;
  max-width: 200px;
  height: auto;
  margin-left: 18px;
}
#left .mod_navigation {
  margin: 0px;
}

body.aktiv {
  overflow-x: hidden;
}
body.aktiv #left {
  transform: translateX(0%);
}
body.aktiv #wrapper {
  margin-left: 350px;
}

.flex.schleifentexte {
  display: flex;
  flex-wrap: wrap;
}
.flex.schleifentexte ol {
  display: flex;
  flex-wrap: wrap;
}
.flex.schleifentexte ol li {
  flex: 0 0 30%;
  padding: 1%;
  margin: 2px;
  background: rgba(43, 78, 20, 0.1);
  list-style-position: inside;
}

.ce_form {
  margin: 0 auto;
}
.ce_form .flex {
  display: flex;
}
.ce_form .flex .column {
  flex: 1 1 50%;
  padding: 20px;
}
.ce_form input,
.ce_form textarea {
  padding: 10px;
  font-family: "Roboto";
}
.ce_form label {
  display: none;
}
.ce_form button {
  color: #fff;
  background: rgb(43, 78, 20);
  padding: 10px 20px;
  margin: 20px;
  font-size: 1.3rem;
  width: 100%;
}
.ce_form .column {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  justify-content: space-between;
}
.ce_form .column:first-child input {
  margin-bottom: 15px;
}

#header #topHead {
  padding: 20px 0 0 0;
  position: absolute;
  width: 100%;
}
#header #topHead.inhalt {
  position: static;
}
#header #topHead.inhalt #topLogo img {
  max-width: 180px;
}
#header #topLogo {
  text-align: center;
}
#header #topLogo img {
  width: 100%;
  width: 100%;
  max-width: 260px;
}
#header #soforthilfe_table {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 200;
  box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.37);
  padding: 20px 25px;
}
#header #soforthilfe_table p {
  color: #646363;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 6px;
}
#header #soforthilfe_table #telT {
  color: rgb(43, 78, 20);
  font-size: 1.5rem;
  font-weight: 700;
  background: url("../Logo_Pics/telefon.svg");
  padding-left: 36px;
  background-repeat: no-repeat;
}
#header #unternavi,
#header .unternavi {
  position: absolute;
  left: 0;
  top: 176px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  transition: all 0.8s ease;
  opacity: 1;
  margin: 0;
}
#header #unternavi ul,
#header .unternavi ul {
  list-style: none;
}
#header #unternavi ul li,
#header .unternavi ul li {
  border-bottom: 1px solid #000;
}
#header #unternavi ul li strong,
#header .unternavi ul li strong {
  color: rgb(43, 78, 20);
  font-size: 1.2rem;
}
#header #unternavi ul a,
#header .unternavi ul a {
  text-decoration: none;
  color: #000;
  line-height: 40px;
  font-weight: 700;
  font-size: 1rem;
}

#navTop {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5001;
  margin: 0 auto;
  max-width: 1800px;
}
#navTop #navLine {
  flex: 0 0 33%;
}
#navTop #navLine .row:first-child {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
#navTop #navLine .row:first-child a {
  padding: 0 10px 0px 10px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 300;
  font-size: 1.5rem;
}
#navTop #navLine .row:first-child a span {
  font-size: 1.3rem;
  color: #447c1f;
  font-weight: bold;
}
#navTop #navLine .row:last-child {
  display: flex;
  justify-content: flex-end;
}
#navTop #navLine .level_1 li.nav_1,
#navTop #navLine .level_1 li.nav_2,
#navTop #navLine .level_1 li.nav_3,
#navTop #navLine .level_1 li.nav_4,
#navTop #navLine .level_1 li.nav_5,
#navTop #navLine .level_1 li.nav_6 {
  position: relative;
}
#navTop #navLine .level_1 li.nav_1:after,
#navTop #navLine .level_1 li.nav_2:after,
#navTop #navLine .level_1 li.nav_3:after,
#navTop #navLine .level_1 li.nav_4:after,
#navTop #navLine .level_1 li.nav_5:after,
#navTop #navLine .level_1 li.nav_6:after {
  content: " ";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(43, 78, 20);
  width: 90%;
  height: 20px;
  transition: all 0.5s;
}
#navTop #navLine .level_1 li.nav_1:hover:after, #navTop #navLine .level_1 li.nav_1.trail:after,
#navTop #navLine .level_1 li.nav_2:hover:after,
#navTop #navLine .level_1 li.nav_2.trail:after,
#navTop #navLine .level_1 li.nav_3:hover:after,
#navTop #navLine .level_1 li.nav_3.trail:after,
#navTop #navLine .level_1 li.nav_4:hover:after,
#navTop #navLine .level_1 li.nav_4.trail:after,
#navTop #navLine .level_1 li.nav_5:hover:after,
#navTop #navLine .level_1 li.nav_5.trail:after,
#navTop #navLine .level_1 li.nav_6:hover:after,
#navTop #navLine .level_1 li.nav_6.trail:after {
  content: " ";
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(43, 78, 20);
  width: 90%;
  height: 17px;
}
#navTop ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#navTop ul li {
  padding: 10px;
  color: rgb(43, 78, 20);
  font-weight: 700;
}
#navTop ul li a,
#navTop ul li strong {
  text-decoration: none;
  display: block;
  color: #646363;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "Roboto";
}
#navTop ul li strong {
  color: rgb(43, 78, 20);
}
#navTop ul li.trail a {
  color: #447c1f;
}
#navTop #topLogo {
  flex: 0 0 25%;
}
#navTop #topNav {
  flex: 0 0 50%;
}
#navTop #navLine {
  flex: 0 0 20%;
}
#navTop #nav_btn {
  flex: 0 0 2%;
}
#navTop #nav_btn {
  text-align: right;
}
#navTop #nav_btn img {
  max-width: 100px;
  margin-bottom: 10px;
}
#navTop #topLogo {
  text-align: center;
  display: flex;
  align-items: center;
}
#navTop #topLogo .logoImages {
  text-align: center;
  display: flex;
  align-items: center;
}
#navTop #topLogo .logoImages img {
  max-width: 140px !important;
}
#navTop #topLogo .logoImages a img {
  max-width: 280px !important;
  min-width: 180px;
}
#navTop #navLine {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  font-family: "Roboto";
}
#navTop #navLine .row {
  margin-top: 0;
  padding-top: 30px !important;
}
#navTop #nav_btn {
  padding-top: 28px !important;
}
#navTop #vid_btn {
  position: absolute;
  top: -10px;
  right: 48px;
}
#navTop #vid_btn img {
  max-width: 40px;
}

#overlay_head {
  position: absolute;
  top: 0;
  left: -350px;
  height: 100%;
  background: rgba(43, 78, 20, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#overlay_head #overlay_text {
  opacity: 0;
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#overlay_head #overlay_text p {
  padding: 0 60px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Lora";
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
#overlay_head #overlay_text h6 {
  font-size: 0.9rem;
  padding: 0 60px;
  font-weight: 100;
  font-family: "Lora";
  margin-top: 0;
  padding-top: 10px;
  text-align: right;
  margin-bottom: 75px;
}
#overlay_head #overlay_text.onview {
  opacity: 1;
}
#overlay_head.onview {
  left: 20%;
}

#main ul {
  padding-left: 25px;
}
#main ul li {
  margin-top: 20px;
}
#main .ce_gallery .flex {
  display: flex;
  flex-wrap: wrap;
}
#main .ce_gallery .flex .image_container {
  position: relative;
  margin: 20px;
}
#main .ce_gallery .flex .image_container .caption {
  position: absolute;
  z-index: 10001;
  bottom: 10%;
  width: 100%;
  height: 30px;
  background: rgba(43, 78, 20, 0.7);
  display: flex;
  color: #fff;
  text-align: center;
  justify-content: space-around;
  align-content: space-around;
  align-items: flex-start;
  box-sizing: border-box;
  line-height: 1rem;
  padding-top: 5px;
}
#main .ce_gallery.floristik_gal .flex .image_container .caption {
  position: absolute;
  z-index: 10001;
  bottom: 10%;
  width: 100%;
  height: 70px !important;
  background: rgba(43, 78, 20, 0.7);
  display: flex;
  color: #fff;
  text-align: center;
  justify-content: space-around;
  align-content: space-around;
  align-items: center;
  box-sizing: border-box;
  line-height: 1rem;
  padding-top: 5px;
  font-size: 1rem;
}
#main .ce_gallery.floristik_gal .flex .image_container .caption strong {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.1rem;
}
#main .toggler {
  color: rgb(43, 78, 20);
  font-size: 1.5em;
  position: relative;
  cursor: pointer;
  padding-left: 46px;
}
#main .traditionp .toggler {
  color: #81a072 !important;
  font-family: "Roboto";
  font-size: 2.5em;
  font-weight: 900;
  position: relative;
  cursor: pointer;
  padding: 1px !important;
  margin: 0;
  line-height: 2.5rem;
}
#main .ce_accordionStart + .ce_accordionStart {
  margin-top: 50px;
}
#main a {
  color: rgb(43, 78, 20);
}
#main .bg_gruen a {
  color: #fff;
}
#main .bg_gruen a.smallLink {
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  text-decoration: none;
  font-weight: lighter;
}
#main .bg_gruen .ol-attribution a {
  color: rgb(43, 78, 20);
}
#main .padding_mid {
  padding: 20px 0;
}
#main .ce_headline.center {
  text-align: center;
}
#main .mod_article .inside {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 100px auto;
}
#main .mod_article.nopaddingtop {
  padding-top: 0;
}
#main .mod_article.nopaddingtop .inside {
  margin: 0px auto !important;
}
#main .mod_article.nopadding {
  margin: 0px auto !important;
  padding: 0;
}
#main .mod_article.nopadding .inside {
  margin: 0px auto !important;
  padding: 0;
}
#main .mod_article.nopaddingbottom {
  padding-bottom: 0;
}
#main .mod_article.nopaddingbottom .inside {
  margin: 0px auto !important;
  padding: 0;
}
#main .ce_text.paddingTopDouble {
  padding-top: 8rem !important;
}
#main .ce_text.paddingTopSingle {
  padding-top: 5.5rem !important;
}
#main .bg_gruen {
  background-color: rgb(43, 78, 20);
  padding: 80px 0;
  color: #fff;
}
#main .flex_column,
#main .flex_row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
#main .flex_column .item,
#main .flex_row .item {
  flex: 0 0 auto;
  padding: 0 100px 0 0;
  width: 50%;
  box-sizing: border-box;
}
#main .flex_column .item + .item,
#main .flex_row .item + .item {
  padding: 0 0 0 100px;
}
#main .flex_column .inside,
#main .flex_row .inside {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#main .flex_column .inside ul li,
#main .flex_row .inside ul li {
  margin-top: 0;
}
#main .flex_column .inside .ce_headline,
#main .flex_row .inside .ce_headline {
  flex: 1 1 100%;
  text-align: center;
  color: #447c1f;
  font-size: 1.9rem;
}
#main .flex_column .inside .fullwidth,
#main .flex_row .inside .fullwidth {
  flex: 1 1 100% !important;
  padding: 0 !important;
}
#main .flex_column .inside h2,
#main .flex_row .inside h2 {
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "Roboto";
}
#main .flex_column .inside h3,
#main .flex_row .inside h3 {
  font-weight: 700;
}
#main .flex_column .inside .ce_text,
#main .flex_column .inside .ce_image,
#main .flex_row .inside .ce_text,
#main .flex_row .inside .ce_image {
  flex: 0 0 auto;
  padding: 0 50px 0 0;
  width: 50%;
  box-sizing: border-box;
}
#main .flex_column .inside.schmal .ce_text,
#main .flex_row .inside.schmal .ce_text {
  padding: 0 150px 0 0;
}
#main .flex_column .inside.schmal .ce_image,
#main .flex_column .inside.schmal .image_container,
#main .flex_row .inside.schmal .ce_image,
#main .flex_row .inside.schmal .image_container {
  text-align: right;
}
#main .flex_column .inside .ce_text + .ce_image,
#main .flex_column .inside .ce_image + .ce_text,
#main .flex_column .inside .ce_text + .ce_text,
#main .flex_row .inside .ce_text + .ce_image,
#main .flex_row .inside .ce_image + .ce_text,
#main .flex_row .inside .ce_text + .ce_text {
  padding: 0 0px 0 50px;
}
#main .flex_column .inside .ce_text.first,
#main .flex_row .inside .ce_text.first {
  padding: 0 50px 0 0px;
}
#main .flex_column .inside .traditionp h3,
#main .flex_row .inside .traditionp h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 5px;
}
#main .flex_column .inside .traditionp h3,
#main .flex_column .inside .traditionp h3 + p,
#main .flex_row .inside .traditionp h3,
#main .flex_row .inside .traditionp h3 + p {
  background: rgba(200, 200, 200, 0.2);
}
#main .flex_column .inside .traditionp h3 + p,
#main .flex_row .inside .traditionp h3 + p {
  margin-top: 0;
  padding-top: 0;
  padding: 5px;
}
#main .flexcenter {
  display: flex;
  align-items: center;
}
#main .schmal .ce_text {
  padding: 0 100px 0 50px !important;
}
#main #lbl_10_0 {
  display: block;
}
#main #ctrl_10 span {
  display: flex;
}
#main #ctrl_10 span #opt_10_0 {
  flex: 0 2 auto;
}
#main #ctrl_10 span #lbl_10_0 {
  flex: 1 1 auto;
}
#main .datenschutz_f {
  border: 0;
}
#main #article-255 input,
#main #article-255 textarea {
  width: 99%;
}
#main #article-255 .column:nth-child(2) {
  text-align: right;
}
#main #article-255 .column:nth-child(2) textarea {
  margin-right: 0;
  padding-right: 0;
}
#main .flex.row {
  display: flex;
  width: 100%;
}
#main .flex.row .item {
  width: 50%;
}
#main .flex.column {
  width: 50%;
}
#main .btn_karte h5 {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
}
#main .flexroww {
  display: flex;
}
#main .flexroww .item {
  width: 50%;
  padding: 5px !important;
}
#main #article-240 .inside,
#main #article-250 .inside {
  margin-top: 0;
  max-width: 100%;
}
#main #article-239 .inside,
#main #article-132 .inside,
#main #article-250 .inside {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#main .image_pl {
  padding: 0px !important;
  padding-left: 100px !important;
}
#main .testament_pg p.erlaeuterung {
  line-height: 1.8rem;
  background: rgba(200, 200, 200, 0.1);
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
#main .ce_accordion .ce_text {
  padding: 0 0px 0 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}
#main .flex_row {
  flex-direction: column;
}
#main .flex_row .inside {
  flex-direction: column;
}
#main .flex_row .inside .ce_text {
  padding: 0;
  width: 100%;
}
#main .flex_row .inside .ce_text.s_width {
  width: 80%;
  margin: 0 auto;
}
#main p,
#main li {
  font-size: 1.1rem;
  font-family: "Roboto";
  line-height: 1.5rem;
  color: #646363;
}
#main .bg_gruen p,
#main .bg_gruen li,
#main .bg_gruen h2 {
  color: #fff;
}
#main strong {
  color: rgb(43, 78, 20);
}
#main .canvas {
  height: 350px;
}
#main #floristi_canvas,
#main .f_items {
  height: 500px;
  margin-top: 60px;
}
#main .bestattungsformen .image_container {
  padding: 30px;
  box-sizing: border-box;
}
#main .bestattungsformen .ce_text,
#main .bestattungsformen .ce_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .bestattungsformen .inside .fullwidth + .ce_text::after,
#main .bestattungsformen .inside .fullwidth + .ce_text + .ce_image::after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 100px;
}
#main .bestattungsformen .inside .ce_image + .ce_text::after,
#main .bestattungsformen .inside .ce_text + .ce_image::after,
#main .bestattungsformen .inside .ce_text + .ce_text::after,
#main .bestattungsformen .inside .ce_image + .ce_image::after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 100px;
}
#main .bestattungsformen #content_holder {
  position: relative;
}
#main .team_gal .image_container {
  opacity: 0;
  transition: all 0.8s ease;
}
#main .team_gal .image_container.show {
  opacity: 1;
}
#main .team_gal .image_container .caption {
  position: static !important;
  background: none !important;
  color: #447c1f !important;
  text-align: left !important;
  justify-content: flex-start !important;
}
#main .flex_row .inside {
  display: flex;
  flex-direction: row;
}
#main .flex_row .inside .ce_image {
  flex: 1 1 30%;
  width: 30%;
}
#main .flex_row .inside .ce_image img {
  max-width: 300px;
}
#main .flex_row .inside .ce_text {
  flex: 1 1 70%;
  width: 70%;
}
#main .flex_row .inside .ce_textk {
  flex: 1 1 60%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#main .flex_row .inside .ce_textk .kasten {
  display: flex;
  box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0.2);
  line-height: 0.9rem;
  font-size: 0.9rem;
  max-width: 400px;
  padding: 20px;
  background: rgba(240, 240, 240, 0.5);
}
#main .flex_row .inside .ce_textk .kasten .column {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-end;
}
#main .flex_row .inside .ce_textk .kasten .column .ce_text {
  width: 100%;
  margin: 0px;
}
#main .flex_row .inside .ce_textk .kasten .column .ce_text p,
#main .flex_row .inside .ce_textk .kasten .column .ce_text a {
  line-height: 1.2rem !important;
  font-size: 0.9rem !important;
}
#main .flex_row .inside .ce_textk .kasten .column .ce_text strong {
  font-size: 1rem !important;
}
#main .flex_row .inside .ce_textk .kasten .column:nth-child(1) {
  flex: 1 1 70%;
}
#main .flex_row .inside .ce_textk .kasten .column:nth-child(2) {
  flex: 1 1 30%;
}
#main .flex_row .inside .ce_textk2 {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 100px;
}
#main .flex_row .inside .ce_textk2 .kasten2 {
  display: flex;
  max-width: 50%;
  background: rgba(240, 240, 240, 0.5);
  box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
  padding: 20px;
  line-height: 0.9rem !important;
  font-size: 0.9rem;
}
#main .flex_row .inside .ce_textk2 .kasten2 strong {
  font-size: 1rem !important;
}
#main .flex_row .inside .ce_textk2 .kasten2 .column {
  flex: 1 1 50%;
}
#main .flex_row .inside .ce_textk2 .kasten2 .column .ce_text {
  width: 100%;
  margin: 0px;
}
#main .flex_row .inside .ce_textk2 .kasten2 .column .ce_text p,
#main .flex_row .inside .ce_textk2 .kasten2 .column .ce_text a {
  line-height: 1.2rem !important;
  font-size: 0.9rem !important;
}
#main .flex_row .inside .ce_textk2 .kasten2 .column .ce_text strong {
  font-size: 1rem !important;
}
#main .flex_row .inside .ce_textk2 .kasten2 .column:nth-child(1) {
  flex: 1 1 50%;
}
#main .flex_row .inside .ce_textk2 .kasten2 .column:nth-child(2) {
  flex: 1 1 50%;
}
#main .flex_row .inside .ce_textk2 .kasten2 .fullwidth {
  width: 100%;
  flex: 1 1 100% !important;
  text-align: center;
}
#main .flex_row .inside .ce_textk2 .kasten2 .fullwidth p {
  margin: 0px;
  padding: 0px;
}
#main .flex_row .inside .ce_textk2 .kasten2 .flex_row_inner .column {
  flex: 1 1 60% !important;
}
#main .flex_row .inside .ce_textk2 .kasten2 .flex_row_inner .column:nth-child(2) {
  flex: 1 1 40% !important;
}
#main .flex_row.mwidth .ce_image {
  flex: 1 1 50%;
  width: 50%;
  padding: 20px;
}
#main .flex_row.mwidth .ce_image img {
  max-width: 550px !important;
}
#main .flex_row_inner {
  display: flex;
}
#main .flex_row_inner .column {
  display: flex;
  align-items: flex-end;
}
#main .flex_row_inner .column:nth-child(2) {
  padding-left: 10px;
}

#teaser .inside {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
#teaser .inside .item {
  position: relative;
  margin: 20px;
  cursor: pointer;
}
#teaser .inside .item .linkhg {
  bottom: 0;
  background: rgba(43, 78, 20, 0.7);
  display: block;
  width: 100%;
  margin-top: 35px;
  top: 70%;
  text-align: center;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#teaser .inside .item .linkhg a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  line-height: 6rem;
  display: block;
  top: 10px;
  position: relative;
  font-family: "Lora";
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#teaser .inside .item .linkhg p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(1);
}
#teaser .inside .item .linkhg p span {
  font-size: 1.2rem;
  line-height: 0.9rem;
}
#teaser .inside .item:hover .linkhg {
  top: 0;
}
#teaser .inside .item .image_container {
  position: relative;
}
#teaser .inside .item .image_container img {
  transform: scale(1.1);
  transition: all 0.5s ease;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#teaser .inside .item .image_container:after {
  position: absolute;
  content: url("");
  left: 0;
  top: 0;
  background: rgba(43, 78, 20, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
}
#teaser .inside .item:hover .image_container {
  position: relative;
}
#teaser .inside .item:hover .image_container img {
  transform: scale(1.2);
}
#teaser .inside .item:hover .image_container:after {
  background: rgba(43, 78, 20, 0);
}
#teaser .inside .item:hover .linkhg p {
  color: rgb(224, 224, 224);
  transform: scale(1.1);
}

.head_head {
  border-bottom: 1px solid #646363;
  background: url("../Logo_Pics/logokreuz_grau.svg");
  background-repeat: no-repeat;
  background-size: 100px 108px;
  padding: 20px 0 40px;
  padding-left: 100px;
}
.head_head h1,
.head_head h2,
.head_head h3,
.head_head h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.head_head h1 {
  color: rgb(43, 78, 20);
  font-size: 2rem;
}
.head_head h2 {
  color: #646363;
  font-size: 1.5rem;
}

.flex.cols_4 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.flex.cols_4 .team_item {
  flex: 1 1 15%;
  margin: 30px;
}
.flex.cols_4 .team_item h3 {
  text-transform: uppercase;
  color: rgb(43, 78, 20);
  margin-bottom: 0;
  padding-bottom: 0;
}
.flex.cols_4 .team_item p {
  margin-top: 0;
  padding-top: 0;
}
.flex.cols_4 .team_item p strong {
  margin-top: 0;
  padding-top: 0;
}
.flex.cols_4 .team_item h3 + p {
  border-bottom: 1px solid #646363;
}
.flex.cols_4 .team_item figure {
  font-size: 0;
}
.flex.cols_4 .team_item .image_container {
  border: 1px solid rgb(43, 78, 20);
}
.flex.cols_4 .team_item .image_container a {
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.flex.cols_4 .team_item .image_container a:blank {
  display: none;
}
.flex.cols_4 .team_item img {
  width: 100%;
  height: auto;
}

.ueberfuehrung_gal .flex.cols_4 {
  margin-top: 10px;
}

.image_container {
  line-height: 0;
}

.btn_karte {
  cursor: pointer;
}

.flex2 {
  display: flex;
  flex-direction: row;
}
.flex2 #liste {
  height: 600px;
  overflow-y: scroll;
  position: relative;
}
.flex2 .clickable {
  list-style: none;
  position: relative;
}
.flex2 .clickable h3 {
  margin: 0px;
  padding: 0;
  font-size: 1.1rem;
}
.flex2 .clickable li {
  border-bottom: 1px solid #333;
  padding: 5px;
}
.flex2 .clickable li.highlight {
  background: #e1e1e1;
}

#main .bestattungsformen .mobile12 {
  display: none !important;
  font-size: 1.3rem !important;
  text-align: left;
}

@media only screen and (max-width: 1600px) {
  #footer .inside .footflex {
    width: 95%;
  }
}
@media only screen and (max-width: 1479px) {
  #navTop #topLogo {
    flex-direction: column;
    margin-top: -16px;
  }
  #navTop #topLogo a img {
    min-width: 0px;
    width: 170px;
  }
}
@media only screen and (max-width: 1350px) {
  #footer .inside .footflex .internNav {
    flex: 0 0 15%;
    padding: 5px 0;
    width: 15%;
  }
}
@media only screen and (max-width: 1280px) {
  #main .mod_article .inside,
#crumb {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #footer .inside .footflex #logo_footer {
    padding-left: 2%;
  }
  #main > .inside {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main .bestattungsformen #content_holder {
    background: none;
    border: 0;
  }
  #main .bestattungsformen #content_holder .text_content {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  #main .bestattungsformen #content_holder .text_content .ttext {
    position: static;
    width: 100%;
    opacity: 1 !important;
    min-height: 0;
    clear: both;
    display: block;
    max-height: 90000px;
    left: auto;
    top: auto;
    transform: none;
  }
  #main .bestattungsformen #content_holder .text_content .ttext .ce_text {
    flex: 0 0 100% !important;
  }
  #main .bestattungsformen #content_holder .text_content .ttext .ce_text.flexrow {
    display: block;
  }
  #main .bestattungsformen #content_holder .text_content .ce_headline {
    flex: none !important;
    margin-top: 50px;
    width: 100%;
    border-top: 0px solid #ccc;
  }
  #main .bestattungsformen .mobile12 {
    display: block !important;
  }
  #main #content_holder #navB.flexrow {
    display: none !important;
    justify-content: space-between;
  }
  #main #content_holder #navB.flexrow .image_container {
    width: 80% !important;
    padding: 10px;
  }
  #main .bestattungsformen .inside .ce_text + .ce_text::after {
    margin-bottom: 20px;
  }
  #main #content_holder {
    min-width: 0px;
    min-height: 0px;
    width: 100%;
    background-image: url(../HM2/Bestattungsformen/AdobeStock_255544510.jpg);
    background-size: 100%;
  }
  #navTop #topLogo {
    flex: 0 0 32%;
  }
  #navTop #topNav {
    flex: 0 0 58%;
  }
  #navTop #nav_btn {
    position: absolute;
    right: 5px;
    padding: 10px;
  }
  #t1.ttext, #t3.ttext, #t5.ttext {
    background: rgba(68, 124, 31, 0.2) !important;
    font-size: 24px;
    color: white;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1280px) {
  #navLine {
    position: absolute;
    top: -50px;
    right: -18px;
    z-index: 1000122;
  }
  #navTop #navLine .row:last-child {
    display: flex;
    justify-content: flex-start;
  }
  #navTop #topLogo {
    flex: 0 0 36% !important;
  }
  #navTop #navLine {
    padding: 10px 10px;
    text-align: center;
    flex: 0 0 60% !important;
  }
}
@media only screen and (max-width: 1059px) {
  #navTop #navLine .row:last-child {
    display: flex;
    justify-content: flex-start;
  }
  #navTop #topLogo {
    flex: 0 0 50% !important;
  }
  #navTop #navLine {
    padding: 10px 10px;
    text-align: center;
    flex: 0 0 50% !important;
    position: static;
  }
  #topNav {
    flex: 0 0 0%;
    width: 0 !important;
    display: none;
    flex: 0 2 0 !important;
  }
}
@media only screen and (max-width: 920px) {
  #navTop #navLine .row:first-child a span {
    font-size: 1.4rem;
    line-height: 1.2rem;
  }
  .histflex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #main .mod_article .inside .traditionp {
    flex: 0 0 95% !important;
    width: 95% !important;
  }
  #main .pa_historie .inside {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1060px) {
  #navTop #topLogo {
    flex-direction: row;
    margin-top: -16px;
  }
  #navTop #topLogo a img {
    min-width: 0px;
    width: 170px;
  }
  #topNav {
    display: none;
  }
  #navTop {
    justify-content: space-between;
  }
  #navTop #topLogo,
#navTop #navLine,
#navTop #nav_btn {
    padding: 10px 20px;
    box-sizing: border-box;
  }
  #navTop #topLogo {
    flex: 0 0 50% !important;
  }
  #navTop #nav_btn {
    padding: 10px 40px;
    flex: 0 1 10% !important;
  }
  #navTop #navLine {
    padding: 10px 10px;
    text-align: center;
    flex: 0 0 50% !important;
  }
  #navTop #topNav {
    flex: 0 0 48% !important;
  }
  #topHead #unavHolderTop {
    height: 10px;
  }
  #topHead #unavHolderTop ul {
    display: none;
  }
}
@media only screen and (max-width: 1060px) {
  .flexB {
    flex-direction: column;
  }
  .flexB div:last-child {
    padding-left: 0 !important;
    padding-top: 10px;
  }
  #navTop #vid_btn {
    top: -30px;
    right: 36px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 890px) {
  #footer .footflex {
    flex-wrap: wrap;
  }
  #footer .footflex .ce_text.first.col, #footer .footflex .ce_text.middle.col {
    flex: 1 1 45%;
  }
  #footer .footflex .ce_text.last.col {
    width: 100%;
    flex: 1 0 100%;
  }
  #footer .footflex .ce_text.last.col .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #footer .inside .footflex .col.last .itemm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  #footer .inside .footflex .col.last .itemm p {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 860px) {
  #main .flex_row .inside {
    flex-direction: column;
  }
  #main .flex_row .inside .ce_image {
    flex: 1 1 100%;
    width: 100%;
    padding: 20px;
  }
  #main .flex_row .inside .ce_image {
    text-align: center;
  }
  #main .flex_row .inside .ce_textk {
    flex: 1 1 90%;
    width: 90%;
    margin: 0 auto;
  }
  #main .flex_row .inside .ce_textk2 .kasten2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  #main .flex_column {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  #main .flex_column .item {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  #main .flex_column .inside {
    flex-direction: column;
  }
  #main .flex_column .inside .ce_text,
#main .flex_column .inside .ce_image {
    width: 100%;
    padding: 0 20px 0 20px !important;
  }
  #main .flex_column .item + .item {
    padding: 0 20px 0 20px;
  }
  #footer .inside .footflex {
    width: 100%;
    flex-wrap: wrap;
  }
  #navTop #navLine .row:first-child a span {
    font-size: 1.4rem;
    line-height: 1.2rem;
  }
  .startseite #teaser .inside .item .linkhg p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .startseite #teaser .inside .item .linkhg p span {
    font-size: 0.8rem;
    line-height: 0.7rem;
  }
  .ce_image .image_container {
    text-align: center;
  }
  #main #content_holder .image_container.float_left {
    width: 50% !important;
  }
  #navTop #vid_btn {
    top: -30px;
    right: 5px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 780px) {
  .startseite #teaser .inside {
    flex-direction: column;
  }
  .startseite #teaser .inside .item .linkhg p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .startseite #teaser .inside .item .linkhg p span {
    font-size: 0.8rem;
    line-height: 0.7rem;
  }
  #navTop #topLogo {
    flex: 1 0 100% !important;
    width: 100%;
    flex-direction: column !important;
  }
  #navTop #topLogo #navLine .row {
    padding-top: 5px !important;
  }
  #navTop #topLogo #navLine .row a span {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  #topHead #unavHolderTop {
    height: 30px;
  }
  #topHead #unavHolderTop a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
  }
  #navTop #nav_btn {
    position: absolute;
    right: 5px;
    padding: 10px;
  }
}
@media only screen and (max-width: 760px) {
  #navTop #topLogo {
    margin-top: -16px;
  }
  #navTop #topLogo a img {
    min-width: 0px;
    width: 170px;
  }
  #topNav {
    display: none;
  }
  .schleifentexte ol {
    margin: 0;
    padding: 0;
  }
  .schleifentexte ol li {
    flex: 0 0 45%;
    min-width: 45%;
    font-size: 0.9rem;
  }
  .flex.three_column {
    flex-direction: column;
  }
  .flex.three_column .ce_image,
.flex.three_column .ce_text {
    flex: 0 0 100%;
    width: 100% !important;
  }
  .flex.three_column .ce_image {
    text-align: center;
  }
  #main .flex.row {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  #main .flex.row .item {
    width: 100%;
  }
  #main .flex.column {
    width: 100%;
  }
  .familie .ce_image {
    width: 100%;
  }
  .familie .ce_image .image_container {
    width: 100%;
  }
  .familie .ce_image .image_container img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  #overlay_head #overlay_text h6 {
    font-size: 0.9rem;
    padding: 0 60px;
    padding-top: 0px;
    font-weight: 100;
    font-family: "Lora";
    margin-top: 0;
    padding-top: 10px;
    text-align: right;
    margin-bottom: 30px;
  }
  #overlay_head #overlay_text p {
    font-size: 1.1rem;
  }
  #overlay_head.onview {
    left: 2%;
  }
  #main #content_holder .image_container.float_left {
    clear: both;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  #footer .inside .footflex {
    display: flex;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    box-sizing: border-box;
    flex-wrap: nowrap;
  }
  #footer .inside .footflex .col {
    flex: 1 1 90%;
    padding: 5px 0;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
  }
  #footer .inside .footflex .col p {
    font-size: 0.8rem;
  }
  #navTop {
    position: static;
  }
  #navTop #nav_btn {
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 10px !important;
  }
  header .btn_ham {
    margin-bottom: 20px;
    transform: scale(0.7);
  }
  #navTop #topLogo,
#navTop #navLine,
#navTop #nav_btn {
    padding: 10px 0px;
    box-sizing: border-box;
  }
  .schleifentexte ol {
    margin: 0;
    padding: 0;
  }
  .schleifentexte ol li {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    font-size: 1rem !important;
    padding: 5px !important;
    box-sizing: border-box;
  }
  #navTop #vid_btn {
    top: -30px;
    right: 5px;
    transform: scale(0.8);
    display: none;
  }
}/*# sourceMappingURL=aufbau.css.map */