/* mulish-regular - latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mulish-v7-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v7-latin-regular.woff2") format("woff2"), url("../fonts/mulish-v7-latin-regular.woff") format("woff"), url("../fonts/mulish-v7-latin-regular.ttf") format("truetype"), url("../fonts/mulish-v7-latin-regular.svg#Mulish") format("svg"); /* Legacy iOS */
}
/* mulish-800 - latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/mulish-v7-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v7-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v7-latin-800.woff2") format("woff2"), url("../fonts/mulish-v7-latin-800.woff") format("woff"), url("../fonts/mulish-v7-latin-800.ttf") format("truetype"), url("../fonts/mulish-v7-latin-800.svg#Mulish") format("svg"); /* Legacy iOS */
}
/* mulish-900 - latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/mulish-v7-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v7-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v7-latin-900.woff2") format("woff2"), url("../fonts/mulish-v7-latin-900.woff") format("woff"), url("../fonts/mulish-v7-latin-900.ttf") format("truetype"), url("../fonts/mulish-v7-latin-900.svg#Mulish") format("svg"); /* Legacy iOS */
}
/* mulish-italic - latin */
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/mulish-v7-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v7-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v7-latin-italic.woff2") format("woff2"), url("../fonts/mulish-v7-latin-italic.woff") format("woff"), url("../fonts/mulish-v7-latin-italic.ttf") format("truetype"), url("../fonts/mulish-v7-latin-italic.svg#Mulish") format("svg"); /* Legacy iOS */
}
body {
  background-color: rgb(255, 255, 255);
  font-family: "Mulish";
  font-size: 16px;
}

.header {
  background-color: #2a2a2a;
}

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

.toggler,
a,
a:visited {
  outline: none !important;
}

a:hover,
a:active,
a:focus {
  /*Edit at will*/
  background: none;
  outline: none !important;
  outline-style: none !important;
}

#loginbereich input {
  padding: 10px;
  margin-bottom: 5px;
}
#loginbereich label {
  color: #555;
  display: block;
}
#loginbereich .submit {
  padding: 8px;
  background-color: #860000;
  color: #fff;
}

.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 .swiper .swiper-button-next,
.startseite .swiper .swiper-button-prev {
  top: 22px;
}

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: 0px;
}

#nav_btn {
  position: absolute;
  display: none;
  left: auto;
  right: 80px;
  top: 80px;
  transform: scale(0.5);
  width: 40px;
  height: 40px;
  z-index: 10000000000001;
  transition: all 0.5s ease;
  cursor: pointer;
}
#nav_btn .btn_ham {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
#nav_btn .btn_ham:before {
  content: "menu";
  position: absolute;
  font-weight: 100;
  font-size: 1.4rem;
  top: -40px;
  left: 0;
}
#nav_btn .bar1,
#nav_btn .bar2,
#nav_btn .bar3 {
  width: 65px;
  height: 3px;
  background-color: #2a2a2a;
  margin: 10px 0;
  transition: 0.4s;
}
#nav_btn .change .bar1 {
  transform: rotate(-45deg) translate(-7px, 7px);
}
#nav_btn .change .bar2 {
  opacity: 0;
}
#nav_btn .change .bar3 {
  transform: rotate(45deg) translate(-12px, -10px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 34, 141, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(2, 34, 141, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(2, 34, 141, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 34, 141, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(2, 34, 141, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(2, 34, 141, 0);
  }
}
#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 {
  text-align: center;
  font-family: "Mulish";
  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: #860000;
  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 .overC {
  position: relative;
}
#main .overC .btn_show_info {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
#main .overC .btn_show_info img {
  max-width: 40px !important;
  transform: rotate(90deg);
}
#main .flexapp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#main .flexapp div {
  flex: 1 1 22%;
}
#main .flexapp p {
  padding: 0px 5px;
  flex: 0 0 15%;
  margin-top: 0;
}
#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 p:nth-child(2) {
  padding: 0;
  margin-bottom: 0;
}
#main .flexapp .item p:nth-child(3) {
  font-size: 1rem;
  font-weight: 100;
  padding: 0;
  margin-top: 0;
}
#main .flexapp .item.showItem {
  display: block;
  width: 100%;
}
#main .flexapp.f_btn div {
  cursor: pointer;
  box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0);
  margin-right: 5px;
  border: 1px solid #860000;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#main .flexapp.f_btn div:hover, #main .flexapp.f_btn div.selected {
  box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0.2);
  color: rgb(43, 78, 20);
}
#main .flexapp.f_btn p {
  border-left: 2px solid #860000;
}
#main .flexapp.f_btn p:hover {
  background: rgba(200, 200, 200, 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 .flexapp .ppp .contp {
  opacity: 0;
  height: 0;
  overflow: hidden;
  border: 0;
  transition: all 0.5s linear;
}
#main .flexapp .ppp .contp p:nth-child(1) {
  display: none;
}
#main .flexapp .ppp .headerp {
  font-weight: bold;
}
#main .flexapp .ppp.showp .contp {
  opacity: 1;
  height: auto;
}
#main .flexapp .floristik_img {
  height: auto;
}
#main #content_holder {
  min-width: 800px;
  min-height: 700px;
  width: 100%;
  border: 1px solid #000;
  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;
  width: 60%;
  min-height: 40%;
  align-items: center;
  line-height: 0.9rem;
}
#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 .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 .bg_blau {
  background-color: #2a2a2a;
  color: #fff;
}
#main .bg_blau p,
#main .bg_blau li,
#main .bg_blau h1,
#main .bg_blau h2,
#main .bg_blau h3,
#main .bg_blau h4 {
  color: #fff;
}
#main > .inside > .mod_article {
  padding-top: 50px;
  padding-bottom: 150px;
}
#main > .inside > .mod_article.fullwidth {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main > .inside > .mod_article.fullwidth.trenner {
  padding-bottom: 150px;
}
#main > .inside > .mod_article#leistungen_was .flex .ce_text {
  box-sizing: border-box;
  padding: 10px 20px;
}
#main > .inside .mod_article:nth-child(1) {
  padding-top: 150px;
}
#main .mobile_weg {
  display: none;
}
#main .mobile_weg .karten_img {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
#main h1.schwarz {
  color: #000 !important;
}
#main .f_btn p {
  cursor: pointer;
}
#main .sl_standort {
  box-sizing: border-box;
  padding-right: 50px;
}
#main .sl_standort .rsts-nav-bullets {
  display: none;
}
#main .flexrowStart {
  display: flex;
  justify-content: space-between;
}
#main .cl_Umland {
  background-color: #646363;
}
#main #liste h3 {
  font-size: 1.3rem;
}
#main #map {
  position: relative;
}
#main #fr_sign {
  background-color: #fff;
  padding: 10px;
  z-index: 999;
}
#main #fr_sign h3 {
  margin: 0;
  padding: 0;
}
#main #tr_friedhof .ui-accordion-header span {
  color: #999999;
}

.adressen strong {
  font-size: 1.2rem;
  color: rgb(53, 53, 53) !important;
}
.adressen p {
  background: rgba(255, 255, 255, 0.2);
  gap: 20px;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px;
}

.bg_weiss,
.bg_dk_blau,
.bg_grau,
.bg_h_blau {
  display: flex;
  width: 100%;
  background: #fff;
}

.bg_dk_blau,
.bg_grau {
  background-color: #2a2a2a;
}
.bg_dk_blau p,
.bg_dk_blau li,
.bg_dk_blau h1,
.bg_dk_blau h2,
.bg_dk_blau h3,
.bg_grau p,
.bg_grau li,
.bg_grau h1,
.bg_grau h2,
.bg_grau h3 {
  color: #ffffff !important;
}
.bg_dk_blau strong,
.bg_grau strong {
  color: #ffffff !important;
}

.bg_grau {
  background-color: #2a2a2a;
}

.bg_h_blau {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Mulish";
  font-weight: 300;
  color: #000;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}
h3.nopaddingbottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.red_btn {
  background-color: #860000;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
}

#ctrl_25 {
  border: 0;
}
#ctrl_25 span {
  display: flex;
}
#ctrl_25 span input {
  flex: 0 0 20px;
}
#ctrl_25 legend {
  display: none;
}
#ctrl_25 .invisible {
  display: none;
}

#topline {
  text-align: center;
}
#topline img {
  max-width: 70%;
  margin: 0 auto;
  margin: 30px;
}

#main > div > .mod_article {
  overflow: visible;
  padding: 150px 0;
}
#main > div > .mod_article > .inside > h1 {
  margin-top: -80px;
  font-family: "Mulish";
  font-size: 45px;
  position: relative;
  line-height: 80px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#main > div > .mod_article.grau3 {
  background: rgba(51, 51, 51, 0.7);
}
#main > div > .mod_article.grau2 {
  background: rgba(51, 51, 51, 0.35);
}
#main > div > .mod_article.grau {
  background: rgba(51, 51, 51, 0.2);
}
#main > div > .mod_article.center .ce_text {
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.ce_gallery.center {
  text-align: center;
}

#trauersymbole.flex p {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px;
  margin: 5px;
  box-sizing: border-box;
}

.grau3 {
  background: rgba(51, 51, 51, 0.7);
}
.grau3 h1,
.grau3 h2,
.grau3 h3,
.grau3 h4,
.grau3 p,
.grau3 li,
.grau3 a {
  color: #fff !important;
}
.grau3 .teaser_box a {
  padding-top: 20px;
  color: #860000 !important;
  display: block;
}

.grau2 {
  background: rgba(51, 51, 51, 0.35);
}
.grau2 p,
.grau2 li,
.grau2 h1,
.grau2 h2 {
  color: #fff !important;
}
.grau2 p strong,
.grau2 li strong,
.grau2 h1 strong,
.grau2 h2 strong {
  font-weight: bold;
  color: #fff;
}
.grau2 a {
  color: #fff;
}
.grau2 strong {
  font-weight: bold;
  color: #fff !important;
}

.grau4 {
  background: rgba(51, 51, 51, 0.1);
}
.grau4 a {
  color: #000;
}

.grau h1,
.grau h2,
.grau h3,
.grau li,
.grau p,
.grau a {
  color: #000;
}

.bg_hell p {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  margin: 10px;
  color: #000;
}

#trauerhilfe_slider .ce_text.flex50 p {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  margin: 10px;
}

.rot {
  background: #9a404f;
}

.paddingtext {
  padding: 20px;
}

#liste ul.clickable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#liste ul.clickable li {
  flex: 1 1 30%;
  color: #fff;
  display: inline-block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding: 5px;
  list-style: none;
  cursor: pointer;
}
#liste ul.clickable li h3 {
  color: #fff;
  padding: 5px 5px 0 0px;
  margin-bottom: 0;
  margin-top: 0;
}
#liste ul.clickable li.highlight {
  background: rgba(255, 255, 255, 0.3) !important;
}

#footer {
  position: relative;
  color: #fff;
  margin-top: 0px;
  padding-bottom: 15px;
  padding-top: 12px;
  display: block;
  box-sizing: border-box;
  background-color: #333;
  font-family: "Mulish";
  padding-bottom: 60px;
}
#footer .cp {
  font-size: 0.9rem;
  font-weight: 100;
  text-align: center;
  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: 1.3rem;
}
#footer .inside #footer_hg {
  z-index: 50;
}
#footer .inside .footflex {
  display: flex;
  z-index: 100;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: flex-end;
  padding: 0 0px;
}
#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:nth-child(1) {
  flex: 1 1 40%;
  width: 40%;
}
#footer .inside .footflex .col:nth-child(1) p {
  line-height: 1.78rem;
}
#footer .inside .footflex .col.last {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 15px;
}
#footer .inside .footflex .col.last .itemm {
  display: inline-block;
  text-align: right;
}
#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: " ";
  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: " ";
  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: " ";
  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;
}
#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: 1rem;
  font-weight: 100;
}
#footer #toTopBtn {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10001;
  cursor: pointer;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s ease;
  transform: scale(0);
}
#footer #toTopBtn img {
  max-width: 70px;
  height: auto;
}
#footer .flexrow {
  display: flex;
}
#footer .flexrow .item_f {
  padding-left: 30px;
}
#footer #search_footer {
  text-align: right;
  margin-right: 0;
}
#footer #search_footer .formbody {
  display: flex;
}
#footer #search_footer .widget.widget-submit {
  background: #fff;
}
#footer #search_footer .widget.widget-submit .submit {
  padding: 3px;
}
#footer #ctrl_23 {
  font-size: 1rem;
}
#footer #ctrl_24 {
  max-width: 26px;
}

.showBtn #footer #toTopBtn {
  transform: scale(1);
}

#main .toggler {
  text-align: center;
}

.mod_search .formbody input,
.mod_search .formbody .submit {
  padding: 10px;
}
.mod_search .formbody .widget {
  margin: 10px;
}
.mod_search .formbody .widget.widget-text {
  display: inline-block;
}
.mod_search .formbody .widget.widget-radio fieldset {
  border: 0px;
}
.mod_search .header {
  background: rgba(200, 200, 200, 0.5);
  padding: 10px;
}
.mod_search h3 a {
  font-weight: bold;
  color: #860000;
}
.mod_search .even,
.mod_search .odd {
  padding: 20px;
}
.mod_search .even {
  background: rgba(200, 200, 200, 0.2);
}

#article-410 {
  overflow: hidden !important;
  height: 0;
  padding: 0 !important;
}

#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 {
  color: #fff;
  padding: 10px;
}
#main .mod_article .inside .ui-accordion-header::after {
  content: " ";
  background: url(../hg/toggler_pfeil.png);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 0px;
  right: 0px;
  transform: rotate(-90deg);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#main .mod_article .inside .ui-accordion-header.active::after {
  transform: rotate(0deg);
}
#main .mod_article .inside .ui-accordion-content {
  padding: 10px;
  border-top: 0;
}

#main > .inside > .mod_article > .inside {
  margin-top: 0px;
  padding: 30px 25px 20px 25px !important;
  box-sizing: border-box;
}
#main > .inside > .mod_article > .inside .ce_text {
  padding-bottom: 50px !important;
}

#main > .inside .mod_article .inside > .ce_text > h2:first-child {
  margin-top: 0;
}
#main > .inside .welle_rot + .inside {
  padding-top: 50px !important;
}

#main > .inside > .mod_article.flex .inside {
  display: flex;
}
#main > .inside > .mod_article.flex .inside div {
  flex: 1 1 50%;
}
#main > .inside > .mod_article.flex .inside div.ce_text {
  padding: 10px;
}
#main > .inside > .mod_article.flex .inside .ce_text {
  padding-right: 50px !important;
}
#main > .inside > .mod_article.flex .inside .ce_image + .ce_text {
  padding-right: 10px;
  padding-left: 50px;
}

#videoBG {
  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: #2a2a2a;
  min-height: 100vh;
  transition: all 0.5s ease-in-out;
  margin-left: 0;
  font-family: "Mulish";
}
#left a {
  color: #fff;
  text-decoration: none;
  font-family: "Mulish";
}
#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: "Mulish";
}
#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: #888888;
  font-weight: 100;
  display: block;
}
#left ul li.active strong, #left ul li.trail strong {
  border-bottom: 0px solid #fff;
  color: #888888;
  font-weight: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}
#left ul li.active a.trail, #left ul li.trail a.trail {
  color: #860000;
}
#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;
}

.ce_form {
  margin: 0 auto;
}
.ce_form .flex .column {
  flex: 1 1 50%;
  padding: 20px;
}
.ce_form .flex .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 100%;
  width: 100%;
}
.ce_form .flex .row .widget {
  flex: 1 1 45%;
  margin: 10px;
  box-sizing: border-box;
}
.ce_form .flex .row .widget input {
  width: 90%;
}
.ce_form .flex .row .widget input,
.ce_form .flex .row .widget select,
.ce_form .flex .row .widget textarea {
  border: 1px solid #c2c2c2;
}
.ce_form .flex .row .widget input:focus-visible,
.ce_form .flex .row .widget select:focus-visible,
.ce_form .flex .row .widget textarea:focus-visible {
  outline: #860000 auto 1px;
}
.ce_form .flex .row.fullw .widget {
  flex: 1 1 100%;
}
.ce_form .flex .row.fullw .widget-textarea textarea,
.ce_form .flex .row.fullw .widget-textarea input,
.ce_form .flex .row.fullw .widget textarea,
.ce_form .flex .row.fullw .widget input {
  width: 95% !important;
}
.ce_form input,
.ce_form textarea {
  padding: 5px 10px;
  border: 3px solid #fff;
  font-family: "Mulish";
}
.ce_form #ctrl_24 {
  padding: 0 !important;
}
.ce_form label {
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: "Mulish";
}
.ce_form #ctrl_17 {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}
.ce_form .thema_sel {
  padding-left: 0 !important;
  margin-left: 0;
  margin-top: 0 !important;
}
.ce_form .labelp,
.ce_form .labelp p {
  margin-bottom: 0 !important;
  padding-bottom: 0px !important;
  font-size: 0.9rem !important;
  font-weight: 100 !important;
}
.ce_form .labelp,
.ce_form .chkboxm {
  width: 100% !important;
  flex: 1 1 100% !important;
  margin-top: 0 !important;
}
.ce_form .chkboxm {
  width: 100% !important;
  flex: 1 1 100% !important;
  display: flex;
}
.ce_form .chkboxm span {
  display: flex;
  width: 60px;
}
.ce_form .ttextp {
  text-transform: uppercase;
  color: #000;
  font-weight: 100;
  width: 100%;
  flex: 1 1 100% !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.ce_form .ttextp h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ce_form .color_w {
  color: #fff;
}
.ce_form .color_grau {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.ce_form .color_grau p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  color: #666 !important;
  font-size: 0.9rem !important;
}
.ce_form button {
  color: #fff;
  background: #2a2a2a;
  padding: 10px 20px;
  margin: 20px 10px;
  font-size: 1.3rem;
  width: 95%;
  border-radius: 25px;
}
.ce_form .thema_sel {
  width: 45%;
  padding: 10px;
}
.ce_form .column {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  justify-content: space-between;
}
.ce_form .column:first-child input {
  margin-bottom: 15px;
}
.ce_form .explanation.color_grau p {
  line-height: 1rem !important;
}

#header #topHead {
  margin-top: 20px;
  padding: 0px 0 0 0;
  position: fixed !important;
  width: 100%;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -1px 4px 10px 2px rgba(0, 0, 0, 0.65);
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#header #topHead.inhalt {
  position: static;
}
#header #topHead.inhalt #topLogo img {
  max-width: 180px;
  padding-top: 8px;
}
#header #topHead.nav-up {
  transform: translate3d(0, -120%, 0);
}
#header #topLogo {
  text-align: center;
  margin-bottom: 0px;
}
#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: #2a2a2a;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 6px;
}
#header #soforthilfe_table #telT {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  background: url("../Logo_Pics/telefon.svg");
  padding-left: 36px;
  background-repeat: no-repeat;
}

#nav_btn {
  display: none;
  display: block;
  position: fixed;
  opacity: 0;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.35s, transform 0.35s;
}
#nav_btn.nav-up {
  top: -100px;
}

body.aktiv #nav_btn {
  opacity: 0 !important;
}

#topNav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0px;
  opacity: 1;
  transition: all 0.5s ease;
}
#topNav .mod_navigation {
  margin: 0 auto;
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  font-family: "Mulish";
}
#topNav .mod_navigation ul li {
  padding: 5px 0px;
  text-align: center;
  box-sizing: border-box;
}
#topNav .mod_navigation ul li a,
#topNav .mod_navigation ul li strong {
  color: #000;
  text-decoration: none;
}
#topNav .mod_navigation ul li strong {
  color: #860000;
}
#topNav .mod_navigation ul li.submenu:hover span {
  color: #860000;
}
#topNav .mod_navigation ul li.trail a,
#topNav .mod_navigation ul li.trail strong {
  color: #860000;
}

#welle {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: auto;
}

.welle_rot {
  position: relative;
  margin-top: -150px;
}

#main .card_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}
#main .card_gallery .ce_text {
  flex: 1 1 auto;
}
#main .card_gallery .btn_rotate {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#main .card_gallery.first .ce_text {
  padding: 0 !important;
}
#main .card_gallery.last .ce_text {
  padding: 0 !important;
}
#main .loginBera,
#main .loginBera__,
#main .M_btn {
  background-color: #860000;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 6px;
}
#main .scene {
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  margin: 40px auto;
  perspective: 600px;
}
#main .scene .caption {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
#main .card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.47);
}
#main .shaddow .image_container {
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.47);
}
#main .card.is-flipped {
  transform: rotateY(180deg);
}
#main .card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main .card__face--back {
  background-color: #860000;
  transform: rotateY(180deg);
  color: #fff !important;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
#main .card__face--back p,
#main .card__face--back strong {
  color: #fff !important;
}
#main .flex_rowM,
#main .flex_rowB {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#main .flex_rowM .column,
#main .flex_rowB .column {
  flex: 1 1 40% !important;
}
#main .flex_rowB {
  padding: 20px;
}
#main .flex_rowB li,
#main .flex_rowB p {
  color: #fff;
}
#main .flexicon {
  display: flex;
  justify-content: center;
  padding: 20px 10px;
}
#main .flexicon .icon img {
  max-width: 60px;
}
#main .ce_download.grau2, #main .ce_download.grau3 {
  color: #fff;
}
#main .ce_download.grau2 p.download-element, #main .ce_download.grau3 p.download-element {
  padding: 0;
  margin: 0;
  color: #fff;
}
#main .ce_download.grau2 a, #main .ce_download.grau3 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#main .ce_download.center {
  margin: 0 auto;
  text-align: center;
}
#main .ce_download .size {
  font-size: 60%;
}
#main .mod_article.flex .ce_text h1 {
  padding-top: 0;
  margin-top: 0;
}
#main #leistungen_was .flex {
  display: flex;
}
#main #leistungen_was .flex .ce_text {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  margin-left: 20px;
}
#main .teaser_box {
  position: relative;
  display: inline-block;
}
#main .teaser_box .teaser_text {
  position: absolute;
  z-index: 100;
  top: 70%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  height: 20%;
  transition: all 0.5s ease-in-out;
  padding-top: 0%;
}
#main .teaser_box .teaser_text h3,
#main .teaser_box .teaser_text p,
#main .teaser_box .teaser_text li {
  color: #000 !important;
}
#main .teaser_box .teaser_text h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
#main .teaser_box .teaser_text p {
  width: 70%;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease;
}

#social_m {
  position: absolute;
  top: 200px;
  right: 0;
  padding: 6px;
  display: flex;
  align-items: flex-start;
}
#social_m #btn_m {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.21);
  padding-right: 15px;
}
#social_m #content_m {
  padding: 12px 6px;
  background-color: #fff;
  box-shadow: 9px 5px 15px 5px rgba(0, 0, 0, 0.21);
  border-bottom-left-radius: 10px;
}
#social_m #content_m a {
  padding: 12px 8px;
  text-decoration: none;
  color: #860000;
  display: block;
  font-weight: bold;
}

.startseite #main .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.startseite #main .flex .ce_text {
  margin: 30px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.52);
  cursor: pointer;
}
.startseite #main .flex .ce_text :hover .teaser_text {
  height: 100%;
  top: 0;
  padding-top: 25%;
}
.startseite #main .flex .ce_text :hover .teaser_text p {
  opacity: 1;
}
.startseite #main .flex .ce_text.c12, .startseite #main .flex .ce_text.c22 {
  margin-right: 0;
}
.startseite #main .flex .ce_text.c11, .startseite #main .flex .ce_text.c21 {
  margin-left: 0;
}
.startseite #main .flex .mod_rocksolid_slider {
  margin: 30px 30px 30px 0px !important;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.52);
  cursor: pointer;
}
.startseite #main .flex .mod_rocksolid_slider .ce_text {
  margin: 0 !important;
  box-shadow: none;
}
.startseite #teaser_start_head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1380px;
  padding: 0 26px;
  box-sizing: border-box;
}
.startseite #teaser_start_head h1,
.startseite #teaser_start_head p {
  color: #fff;
}
.startseite #teaser_start_head p {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.3rem;
}
.startseite #welle {
  top: 0%;
  opacity: 0;
}
.startseite #welle.show {
  top: 45%;
  opacity: 1;
  -webkit-animation: welle-in 1.5s;
          animation: welle-in 1.5s;
}
.startseite #teaser_start_head {
  bottom: -48%;
  opacity: 0;
}
.startseite #teaser_start_head.show {
  bottom: 15%;
  opacity: 1;
  -webkit-animation: teaser-in 1s;
          animation: teaser-in 1s;
}
.startseite #main > .inside > .mod_article > .inside .ce_text {
  padding-bottom: 0px !important;
}
.startseite #main > .inside .mod_article:nth-child(1) {
  padding-top: 30px;
}
.startseite .rsts-skin-default .rsts-progress div {
  height: 100%;
  background-color: #860000 !important;
}

@-webkit-keyframes welle-in {
  0% {
    top: 0%;
    opacity: 0;
  }
  25% {
    top: 10%;
    opacity: 0;
  }
  50% {
    top: 20%;
    opacity: 0;
  }
  75% {
    top: 35%;
    opacity: 0.2;
  }
  100% {
    top: 45%;
    opacity: 1;
  }
}

@keyframes welle-in {
  0% {
    top: 0%;
    opacity: 0;
  }
  25% {
    top: 10%;
    opacity: 0;
  }
  50% {
    top: 20%;
    opacity: 0;
  }
  75% {
    top: 35%;
    opacity: 0.2;
  }
  100% {
    top: 45%;
    opacity: 1;
  }
}
@-webkit-keyframes teaser-in {
  /* You could think of as "step 1" */
  0% {
    bottom: -48%;
    opacity: 0;
  }
  /* You could think of as "step 2" */
  100% {
    bottom: 15%;
    opacity: 1;
  }
}
@keyframes teaser-in {
  /* You could think of as "step 1" */
  0% {
    bottom: -48%;
    opacity: 0;
  }
  /* You could think of as "step 2" */
  100% {
    bottom: 15%;
    opacity: 1;
  }
}
#altePP {
  display: none !important;
}

#navTop {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5001;
  margin: 0 auto;
  max-width: 1380px;
}
#navTop #navLine {
  flex: 0 0 33%;
}
#navTop #navLine .row:first-child {
  display: flex;
  justify-content: flex-end;
}
#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.1rem;
  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: #000;
  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: #000;
  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: #000;
  font-weight: 700;
}
#navTop ul li a,
#navTop ul li strong {
  text-decoration: none;
  display: block;
  color: #2a2a2a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "Mulish";
}
#navTop ul li strong {
  color: #000;
}
#navTop ul li.trail a {
  color: #447c1f;
}
#navTop #topLogo {
  flex: 0 0 50%;
}
#navTop #topNav {
  flex: 0 0 50%;
}
#navTop #navLine {
  flex: 0 0 48%;
}
#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;
  padding-left: 10px;
}
#navTop #topLogo img {
  max-width: 140px !important;
}
#navTop #topLogo a img {
  max-width: 220px !important;
}
#navTop #navLine {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  font-family: "Mulish";
}
#navTop #navLine .row {
  margin-top: 0;
  padding-top: 3px !important;
}
#navTop #nav_btn {
  padding-top: 28px !important;
}
#navTop #vid_btn {
  position: absolute;
  top: -10px;
  right: 48px;
}
#navTop #vid_btn img {
  max-width: 40px;
}

#header #iconHolder {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 300px;
  z-index: 9999;
}
#header #iconHolder .row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
  cursor: pointer;
}
#header #iconHolder .row.telC {
  z-index: 9999;
}
#header #iconHolder .row.telC span {
  color: #000 !important;
  line-height: 32px;
  padding-right: 10px;
  font-size: 1.3rem;
}
#header #iconHolder .row.telC a {
  text-decoration: none;
  color: #000;
}
#header #iconHolder .row.telC::after {
  content: " ";
  background: url("../icons/ic_247.png");
  background-size: 35px;
  width: 35px;
  height: 35px;
  z-index: 1;
}
#header #iconHolder .row.fb {
  position: relative;
  overflow: hidden;
}
#header #iconHolder .row.fb::after {
  content: " ";
  background: url("../icons/ic_fb.png");
  background-size: 35px;
  width: 35px;
  height: 35px;
  z-index: 1;
}
#header #iconHolder .row.fb a {
  text-decoration: none;
  color: #333;
  padding-right: 5px;
  line-height: 2rem;
  position: absolute;
  right: -200px;
  z-index: 0;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-weight: bold;
}
#header #iconHolder .row.fb:hover a {
  right: 30px;
}
#header #iconHolder .row.whatsapp {
  position: relative;
  overflow: hidden;
}
#header #iconHolder .row.whatsapp::after {
  content: " ";
  background: url("../icons/ic_tel.png");
  background-size: 35px;
  width: 35px;
  height: 35px;
  z-index: 1;
}
#header #iconHolder .row.whatsapp a {
  text-decoration: none;
  color: #333;
  padding-right: 5px;
  line-height: 2rem;
  position: absolute;
  right: -200px;
  z-index: 0;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-weight: bold;
}
#header #iconHolder .row.whatsapp:hover a {
  right: 30px;
}
#header #iconHolder .row.wastun {
  position: relative;
  overflow: hidden;
}
#header #iconHolder .row.wastun::after {
  content: " ";
  background: url("../icons/ic_was_tun.png");
  background-size: 35px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  z-index: 1;
}
#header #iconHolder .row.wastun a {
  text-decoration: none;
  color: #333;
  padding-right: 5px;
  line-height: 2rem;
  position: absolute;
  right: -200px;
  z-index: 0;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-weight: bold;
}
#header #iconHolder .row.wastun:hover a {
  right: 30px;
}

#topNav .level_1 > li:after {
  content: url("../icons/trenner_nav.png");
  width: 3px;
  position: absolute;
  right: -20px;
  top: 12px;
  background: none;
}
#topNav .level_1 > li.last:after {
  content: url("");
}

#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: "Mulish";
  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: "Mulish";
  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 {
  list-style-image: url("../hg/li.png");
  padding-left: 25px;
}
#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: auto;
  height: 30px;
  width: 50%;
  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: #000;
  font-size: 2.5em;
  position: relative;
  cursor: pointer;
  padding-left: 46px;
}
#main .padding_mid {
  padding: 20px 0;
}
#main .ce_headline.center {
  text-align: center;
}
#main .mod_article .inside {
  width: 100%;
  max-width: 1380px;
  margin: 50px auto;
}
#main .mod_article.nopaddingtop {
  padding-top: 0px;
}
#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: 0px;
}
#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: #000;
  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: #000;
  font-size: 1.9rem;
}
#main .flex_column .inside .fullwidth,
#main .flex_row .inside .fullwidth {
  flex: 1 1 100% !important;
}
#main .flex_column .inside h2,
#main .flex_row .inside h2 {
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "Mulish";
}
#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 .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 .flex_column.b_arten .column,
#main .flex_row.b_arten .column {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 10px;
}
#main .flexcenter {
  display: flex;
  align-items: center;
}
#main .flex.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#main .flex.row .item {
  width: 50%;
}
#main .flex.row p {
  flex: 1 1 30%;
}
#main .flex.row.weiss {
  color: #fff;
}
#main .flex.row.weiss p,
#main .flex.row.weiss strong {
  color: #fff;
}
#main .flex.column {
  width: 50%;
}
#main .flex50 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
#main .flex50 p {
  flex: 1 1 36%;
}
#main .trauermusik .row .item {
  padding: 0 20px;
  flex: 1 1 40% !important;
}
#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: 1rem;
  font-family: "Mulish";
  line-height: 1.7rem;
  color: #131313;
}
#main .bg_gruen p,
#main .bg_gruen li,
#main .bg_gruen h2 {
  color: #fff;
}
#main strong {
  color: #000;
}
#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 .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 .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.flexgal .inside {
  display: flex;
  flex-direction: row;
}
#main .flex_row.flexgal .inside .ce_text {
  flex: 1 1 auto;
  width: 33%;
  max-width: 350px;
  padding: 0 25px 0 25px !important;
  box-sizing: border-box;
}
#main .flex_row.flexgal .inside .ce_text h3 {
  text-align: left;
  font-weight: 100;
  text-transform: uppercase;
}
#main .flex_row.flexgal .inside .ce_text img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
#main .flex_row.flexgal .inside .ce_text .imH {
  position: absolute;
  z-index: 102;
  bottom: -80px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#main .flex_row.flexgal .inside .ce_text .imH .insideP {
  margin: 0 25px 0 25px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px;
  font-family: "Mulish";
}
#main .flex_row.flexgal .inside .ce_text .imH img {
  max-width: 300px !important;
  width: 100%;
  height: auto;
}
#main .flex_row.flexgal .inside .ce_text .btn_show_info {
  opacity: 1;
  transition: all 0.5s ease;
}
#main .flex_row.flexgal .inside .ce_text.show .btn_show_info {
  opacity: 0;
}
#main .flex_row.flexgal .inside .ce_text.show .imH {
  bottom: 5px;
}
#main .flex_row.flexgal .btn_show_info {
  z-index: 103;
  cursor: pointer;
}
#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;
}
#main .flex_gal_z {
  display: flex;
}
#main .flex_gal_z .column_hold {
  flex: 1 1 60%;
  box-sizing: border-box;
}
#main .flex_gal_z .column_hold:nth-child(1) {
  flex: 1 1 40%;
  padding-right: 50px;
}
#main .flex_gal_z .column:nth-child(1) {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main .flex_gal.column .flex {
  display: flex;
  flex-direction: column;
}
#main ul {
  list-style-image: url(../hg/li.png);
}
#main .bg_blau ul {
  list-style-image: url(../hg/li_w.png);
}
#main .img_card {
  background: rgba(255, 255, 255, 0.99);
  padding: 10px;
  display: inline-block;
}

#claim {
  color: #860000;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.7rem;
}

.flex.cols_4 {
  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: #000;
  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 #2a2a2a;
}
.flex.cols_4 .team_item figure {
  font-size: 0;
}
.flex.cols_4 .team_item .image_container {
  border: 1px solid #000;
}
.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: rgba(255, 255, 255, 0.8) !important;
}

#social_m {
  display: none;
}

@media only screen and (max-width: 1080px) {
  #nav_btn {
    display: block;
    position: fixed;
    opacity: 1 !important;
  }
  #topNav,
#unavHolderTop {
    display: none;
  }
  #main .mod_article .inside,
#crumb {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #main .mod_article.headpp .inside {
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
  }
  #main .ce_image.karten_img {
    position: static !important;
    display: inline-block !important;
    margin: 10px !important;
    padding: 10px;
  }
  #main #karten_hg {
    height: auto !important;
    position: static !important;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    display: none;
  }
  #main #karten_hg #bg_karte_e .image_container img {
    display: none;
  }
  #main #karten_hg #text_weg {
    position: static;
    display: block;
    width: 100%;
  }
  #footer .inside .footflex #logo_footer {
    padding-left: 2%;
  }
  .mod_article.fullwidth__,
.mod_article.flex_column {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #main .mobile_weg {
    display: block;
  }
}
@media only screen and (max-width: 920px) {
  #navTop #navLine .row:first-child a span {
    font-size: 1.4rem;
    line-height: 1.2rem;
  }
  #claim {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 800px) {
  #claim {
    width: 300px;
    text-align: center;
  }
}
@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;
  }
  #footer .inside .footflex #logo_footer,
#footer .inside .footflex col.middle {
    width: 48%;
    flex: 1 1 48%;
  }
  #footer .inside .footflex .col.last {
    text-align: center;
  }
  #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;
  }
  #main .flex_column .inside,
#main .flex_row .inside {
    display: flex;
    flex-direction: column;
  }
  #main .flex_column .inside .ce_image,
#main .flex_column .inside .ce_gallery,
#main .flex_row .inside .ce_image,
#main .flex_row .inside .ce_gallery {
    text-align: center;
  }
  #wrapper {
    position: relative;
  }
  #social_m {
    display: flex;
    right: -182px;
    transition: all 0.5s ease-in-out;
  }
  #social_m.aktiv {
    right: 0;
  }
  #iconHolder {
    display: none !important;
  }
  #nav_btn {
    right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .grid-wrap .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr 1fr !important;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .grid-wrap .grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr !important;
    grid-gap: 20px;
  }
  #claim {
    font-size: 1.1rem;
    width: 180px;
  }
}
@media only screen and (max-width: 670px) {
  #main > .inside > .mod_article.flex .inside {
    display: flex;
    flex-direction: column;
  }
  #main .inside > .ce_image {
    text-align: center;
  }
  #main .flex_rowM,
#main .flex_rowB {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .welle_rot {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  #claim {
    font-size: 1rem;
    width: 150px;
  }
  #navTop #topLogo {
    flex: 0 0 32%;
  }
  #header #iconHolder .row.whatsapp, #header #iconHolder .row.fb, #header #iconHolder .row.telC {
    position: relative;
    overflow: hidden;
  }
  #header #iconHolder .row.whatsapp::after, #header #iconHolder .row.fb::after, #header #iconHolder .row.telC::after {
    background-size: 19px;
    width: 19px;
    height: 19px;
  }
  #header #iconHolder .row.telC span {
    font-size: 1rem;
    line-height: 15px;
  }
  #header #iconHolder .row.whatsapp:hover a, #header #iconHolder .row.fb:hover a {
    display: none;
  }
  #main #leistungen_was .flex {
    display: flex;
    flex-direction: column;
  }
  #main #leistungen_was .flex .ce_text {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 550px) {
  #container > #main #actuImage,
#container > #main #newImage {
    width: 80%;
    height: auto;
  }
  #navTop #navLine .row:first-child a {
    padding: 0 10px 0px 10px;
    font-size: 1rem;
  }
  #navTop #navLine .row:first-child a span {
    font-size: 1rem;
  }
  #main .flex.row p {
    flex: 1 1 90%;
  }
  #main .flex50 p {
    flex: 1 1 90%;
  }
  #footer .inside .footflex #logo_footer,
#footer .inside .footflex col.middle {
    width: 90%;
    flex: 1 1 90%;
  }
  .grid-wrap .grid div img,
.grid-wrap .grid #detail-image-holder img {
    max-width: 90% !important;
    height: auto;
  }
}
@media only screen and (max-width: 450px) {
  .grid-wrap .grid div img,
.grid-wrap .grid #detail-image-holder img {
    max-width: 90% !important;
    height: auto;
  }
}
@media only screen and (max-width: 1700px) {
  .welle_rot {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 1500px) {
  .welle_rot {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 1400px) {
  .sf-menu.level_1 > li > a,
.sf-menu.level_1 > li > strong,
.sf-menu.level_1 > li > span {
    text-transform: none;
    display: block;
    padding: 10px 0px 5px 0px;
  }
  .sf-menu.level_1 > li {
    margin: 0px 10px !important;
  }
  .sf-menu a {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 1360px) {
  .welle_rot {
    margin-top: -112px;
  }
}
@media only screen and (max-width: 1210px) {
  .startseite #main > .inside > .mod_article > .inside .ce_text {
    padding: 0px !important;
    margin: 10px;
    flex: 0 0 45%;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 30px;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text p {
    font-size: 1rem;
  }
  .startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider {
    margin: 10px !important;
  }
  .rsts-prev,
.rsts-next {
    bottom: auto;
    top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .welle_rot {
    margin-top: -105px;
  }
}
@media only screen and (max-width: 1024px) {
  .welle_rot {
    margin-top: -96px;
  }
  #footer .inside .footflex {
    flex-wrap: wrap;
  }
  #footer .inside .footflex .ce_text,
#footer .inside .footflex .internNav {
    flex: 1 1 50%;
  }
  #main > .inside .mod_article:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  #main > .inside .mod_article:nth-child(1) h1 {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2.2rem !important;
  }
  #main > .inside .mod_article:nth-child(1) .inside {
    margin-bottom: 0;
  }
  .startseite #header h1 {
    font-size: 2rem;
  }
  .startseite #header p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  .startseite #header h1 {
    font-size: 2rem;
  }
  .startseite #header p {
    font-size: 1rem;
  }
  .startseite #teaser_start_head {
    position: static;
    background-color: rgba(51, 51, 51, 0.7);
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 860px) {
  .welle_rot {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 860px) {
  #main .sl_standort {
    padding-right: 0px;
  }
  #main .flexapp .item p:nth-child(1) {
    margin-bottom: 5px;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text {
    padding: 0px !important;
    margin: 10px;
    flex: 0 0 45%;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text h3 {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 20px;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text p {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  #footer .internNav {
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 700px) {
  .startseite #main > .inside > .mod_article > .inside .ce_text,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider {
    padding: 0px !important;
    margin: 10px !important;
    flex: 0 0 45%;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text h3,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider .teaser_text h3 {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 20px;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text p,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider .teaser_text p {
    font-size: 0.7rem;
  }
  .startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider .ce_text {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 550px) {
  #footer .inside .footflex {
    flex-wrap: wrap;
  }
  #footer .inside .footflex .ce_text,
#footer .inside .footflex .internNav {
    flex: 1 1 100%;
  }
  h1 {
    font-size: 2rem;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider {
    padding: 0px !important;
    margin: 10px;
    flex: 0 0 90%;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text h3,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider .teaser_text h3 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 20px;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text p,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider .teaser_text p {
    font-size: 1rem;
  }
  .startseite #main .flex {
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  #header #topHead {
    margin-top: 0px;
  }
  #nav_btn {
    top: 40px;
  }
  #claim {
    display: none;
  }
  #nav_btn {
    top: 50px;
    transform: scale(0.38);
  }
  #header #iconHolder {
    top: 3px;
    right: 10px;
    width: 200px;
  }
  #main > .inside > .mod_article.flex .inside .ce_text {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #main > .inside > .mod_article > .inside {
    padding: 0 15px !important;
  }
  .grid-wrap #detail-text-holder #t_content h1,
.grid-wrap #detail-text-holder #t_content h2,
.grid-wrap #detail-text-holder #t_content h3 {
    line-height: 1.8rem !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .grid-wrap #detail-text-holder #t_content h2,
.grid-wrap #detail-text-holder #t_content h3 {
    font-size: 1.4rem !important;
  }
  .grid-wrap #detail-text-holder #t_content p,
.grid-wrap #detail-text-holder #t_content li {
    font-size: 0.9rem !important;
  }
  .wir #main > .inside > .mod_article > .inside .ce_text {
    padding-bottom: 0px !important;
  }
  .wir #main .ce_gallery .flex .image_container .caption {
    height: auto;
  }
  .wir #main .ce_gallery .flex .image_container {
    margin: 20px 0px;
    margin: 20px;
  }
  .wir #main .scene {
    margin: 20px auto;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text h3,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider .teaser_text h3 {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: 20px;
  }
  .startseite #main > .inside > .mod_article > .inside .ce_text .teaser_text p,
.startseite #main > .inside > .mod_article > .inside .mod_rocksolid_slider .teaser_text p {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=aufbau.css.map */