/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.07.2019, 13:18:38
    Author     : Dirk
*/
/* poppins-200 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/poppins-v9-latin-200.eot"); /* IE9 Compat Modes */
  src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url("../fonts/poppins-v9-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v9-latin-200.woff2") format("woff2"), url("../fonts/poppins-v9-latin-200.woff") format("woff"), url("../fonts/poppins-v9-latin-200.ttf") format("truetype"), url("../fonts/poppins-v9-latin-200.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v9-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/poppins-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v9-latin-300.woff2") format("woff2"), url("../fonts/poppins-v9-latin-300.woff") format("woff"), url("../fonts/poppins-v9-latin-300.ttf") format("truetype"), url("../fonts/poppins-v9-latin-300.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v9-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v9-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v9-latin-regular.woff") format("woff"), url("../fonts/poppins-v9-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v9-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v9-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v9-latin-600.woff2") format("woff2"), url("../fonts/poppins-v9-latin-600.woff") format("woff"), url("../fonts/poppins-v9-latin-600.ttf") format("truetype"), url("../fonts/poppins-v9-latin-600.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* tangerine-regular - latin */
@font-face {
  font-family: "Tangerine";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tangerine-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Tangerine Regular"), local("Tangerine-Regular"), url("../fonts/tangerine-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/tangerine-v11-latin-regular.woff2") format("woff2"), url("../fonts/tangerine-v11-latin-regular.woff") format("woff"), url("../fonts/tangerine-v11-latin-regular.ttf") format("truetype"), url("../fonts/tangerine-v11-latin-regular.svg#Tangerine") format("svg"); /* Legacy iOS */
}
html {
  background-color: #fff;
  height: 100%;
  width: 100%;
}

body, html {
  font-family: "Poppins";
  font-weight: 400;
}

body {
  font-size: 1.1em;
  min-height: 100%;
}

#wrapper, #headHolder {
  max-width: 1200px;
  margin: 0 auto;
}

#left {
  width: 250px;
  width: 100%;
  margin: 0px;
  position: absolute;
  left: 0;
  top: -200%;
  z-index: 123;
  padding: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#left li {
  padding: 5px 0 !important;
  list-style: none;
}
#left li a {
  padding: 8px 0;
}
#left #navBB {
  position: relative;
  margin-top: -1px;
  margin-left: -2px;
}
#left .inside {
  /*background: #fff;*/
}
#left .mod_navigation {
  background: #fff;
  text-align: center;
  padding-top: 50px;
}

#overL {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0px;
  right: 0px;
  opacity: 0;
  position: fixed;
  z-index: 0;
  /*display:none;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.aktiv #overL {
  top: 0px;
  opacity: 1;
  z-index: 1;
  display: block;
}

#navi .sf-menu li.submenu {
  position: relative;
}

#main a {
  color: #504654;
}
#main .ce_accordion {
  margin-bottom: 40px;
}
#main .toggler.ui-accordion-header .haccslider .inside {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#main .toggler.ui-accordion-header .haccslider .inside .innerA {
  display: inline-block;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  background: #7b678a;
  border: 2px solid #504654;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .toggler.ui-accordion-header .haccslider .inside .innerA .inH {
  display: inline-block;
  text-align: center;
  color: #fff;
}
#main .toggler.ui-accordion-header .haccslider .inside span {
  padding-left: 20px;
  display: inline-block;
  line-height: 3.2rem;
}
#main .toggler.ui-accordion-header .haccslider .inside {
  padding: 2px 6px;
  padding-left: 2px;
  font-size: 1.5rem;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
}
#main .toggler.ui-accordion-header.active .haccslider .inside {
  /*                        background: url('../hg/acc-hg-minus.png');  
                          background-repeat: no-repeat;
                          background-position: left center;*/
}
#main .haccslider {
  background: #504654;
  border-radius: 0px 0px 25px 25px;
  -khtml-border-radius: 0px 0px 25px 25px;
  padding-bottom: 20px;
}
#main .haccslider .inside {
  background-color: #fff;
  border-radius: 0px 0px 25px 25px;
  -khtml-border-radius: 0px 0px 25px 25px;
  padding-left: 50px;
}

.startseite #slidertop .sliderContent .head_textB {
  width: 570px;
  color: #333;
  text-align: left;
  bottom: 15%;
}
.startseite #slidertop .sliderContent .head_textB p {
  text-align: left;
  text-shadow: none;
  font-size: 1rem;
  line-height: 1.8rem;
}
.startseite #slidertop .sliderContent .head_textB h1 {
  font-family: "Tangerine";
  color: #7b678a;
  font-size: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.aktiv #left {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 123;
}

#naviHolder {
  border-top: 2px solid #c9aed1;
  background-color: #504654;
  margin-top: 20px;
}
#naviHolder .inside {
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
}
#naviHolder .inside ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#naviHolder .inside ul li {
  list-style: none;
  float: left;
  padding: 10px 5px;
}
#naviHolder .inside ul li a, #naviHolder .inside ul li strong {
  padding: 5px 4px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
#naviHolder .inside ul li strong {
  color: #504654;
  font-weight: normal;
}
#naviHolder .inside ul li .trail {
  color: #fff;
}
#naviHolder ul.level_2 {
  z-index: 123456;
  display: flex;
  flex-direction: column;
  width: auto;
  position: absolute;
}
#naviHolder ul.level_2 li.active strong {
  text-transform: none;
  padding: 5px 10px;
  display: block;
  border: 1px solid #999;
}

#header {
  background: #7b678a;
}
#header #headHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 10px;
  min-height: 132px;
}
#header #headHolder #logo {
  flex: 0 0 40%;
}
#header #headHolder #rightHead {
  flex: 1 1 60%;
}
#header #rightHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#header #rightHead #telefon {
  text-align: center;
}
#header #telefon {
  font-family: "Poppins";
  text-align: right;
  font-size: 2rem;
  color: #fff;
  line-height: 5rem;
}
#header #telefon a {
  color: #fff;
  text-decoration: none;
  background: url("../hg/hoerer.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 0 12px 30px;
}
#header #telefon span {
  color: #7b678a;
}
#main h1 {
  font-family: "Tangerine";
  color: #7b678a;
  font-size: 3.5rem;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
#main .ce_text {
  line-height: 2rem;
  font-size: 1rem;
}
#main .btnC.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .btnC.w4 .btnContentOuter, #main .btnC.w3 .btnContentOuter {
  width: 270px;
  height: 270px;
}
#main .btnC.w4 .ce_text, #main .btnC.w3 .ce_text {
  display: inline-block;
  width: auto;
  width: 24% !important;
}
#main .btnC.w3 .btnContentOuter {
  width: 270px;
  height: 270px;
}
#main .btnC.w3 .ce_text {
  display: inline-block;
  /*width:auto!important;*/
  width: 33% !important;
}
#main strong {
  color: #7b678a;
}
#main .caption {
  font-size: 0.8rem;
  text-align: center;
}
#main .produkte {
  margin-top: 40px;
}
#main .produkte .flexgal {
  flex-wrap: wrap;
}
#main .produkte .flexgal .image_container {
  border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
  border: 2px solid #504654;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#main .produkte .flexgal .image_container:hover {
  border-radius: 0%;
  -khtml-border-radius: 0%;
  overflow: hidden;
  border: 2px solid #504654;
}
#main .produkte .flexgal > div {
  margin-top: 20px;
}
#main .flexgal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#main .flexgal.standorte {
  justify-content: space-around;
}
#main .flexgal.trauerfall {
  justify-content: space-around;
}
#main .flexgal.trauerfall .ce_text {
  overflow: visible;
  box-sizing: border-box;
}
#main .flexgal.trauerfall .ce_text .btnContentOuter {
  width: 270px;
  height: 270px;
}
#main .flexgal.trauerfall .ce_text.textt {
  width: 48%;
  padding: 20px;
  box-sizing: border-box;
}
#main .flexgal.trauerfall h1 {
  line-height: 3.5rem;
}
#main .team .ce_text {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#main .team .flexCeText {
  align-items: flex-end;
}
#main .team .flexgal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
}
#main .team .flexgal .round {
  width: 33%;
  min-width: 400px;
}
#main .team .flexgal .round .imageF {
  width: 40%;
}
#main .team .flexgal .round .textF {
  width: 60%;
}
#main .teamItem {
  background: #7b678a;
  padding-bottom: 50px;
  margin: 10px;
  border-radius: 0px 0px 25px 25px;
}
#main .teamItem .flexCeText {
  background: #fff;
  border-radius: 0px 0px 0px 75px;
}
#main .rahmenItem {
  background: #7b678a;
  padding: 0 0 30px 10px;
  border-radius: 0px 0px 0px 25px;
}
#main .rahmenItem h4 {
  margin-top: 0;
  padding-top: 0;
}
#main .rahmenItem .rahmenInner {
  background: #fff;
  padding: 10px;
  border-radius: 0px 0px 0px 25px;
}
#main .kondolenz p {
  color: #7b678a;
  padding-left: 10px;
}
#main .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#main .flex.flexstart {
  justify-content: flex-start;
}
#main .flex.p3 .ce_text {
  width: 25%;
  box-sizing: border-box;
}
#main .flex.p2 .ce_text, #main .flex.p2 .item {
  width: 45%;
  box-sizing: border-box;
}
#main .mod_article.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#main .mod_article.flex .ce_text {
  width: 40%;
  box-sizing: border-box;
}
#main .mod_article.flex.p3 .ce_text {
  width: 30%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
#main .mod_article.flex.p2 .ce_text, #main .mod_article.flex.p2 .item {
  width: 45%;
  box-sizing: border-box;
}
#main ul {
  list-style-type: square;
  padding-left: 20px;
}
#main .btnC a, #main .btnContentOuter a {
  color: #fff;
}

.friedhoefe a {
  color: #7b678a;
  text-decoration: none;
  border: 1px solid #7b678a;
  padding: 3px 10px;
}

#footer {
  background: #7b678a;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  font-size: 0.9rem;
  /*    #hgh{
          background:url('../hg/schabloneF.png');
          background-repeat: no-repeat;
          background-size: 100%;
      }*/
}
#footer #footerHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer #footerHolder #left_footer #adresse {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#footer #footerHolder #left_footer #adresse .a1 {
  padding-right: 50px;
}
#footer #footerHolder #left_footer #adresse p.tel {
  line-height: 0.5rem;
}
#footer #footerHolder #left_footer #adresse p {
  line-height: 1.2rem;
}
#footer #footerHolder #left_footer #mail_footer {
  margin: 40px 0;
}
#footer #footerHolder #left_footer, #footer #footerHolder right_footer {
  width: 50%;
}
#footer #adresse {
  padding-top: 15px;
}
#footer #adresse p {
  line-height: 1.6rem;
}
#footer .inside {
  max-width: 1200px;
  margin: 0 auto;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer span {
  font-style: italic;
}
#footer #cr {
  text-align: right;
  width: 100%;
}
#footer #cr .inside {
  max-width: 1200px;
  margin: 0 auto;
  font-style: italic;
  font-size: 0.8rem;
}
#footer .ilink {
  padding: 20px 0;
  text-align: right;
}
#footer #form_footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer #form_footer label {
  display: none;
}
#footer #form_footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-start;
}
#footer #form_footer .widget {
  width: 100%;
  padding: 10px;
}
#footer #form_footer input, #footer #form_footer textarea {
  padding: 10px;
  font-family: "Poppins";
}
#footer #form_footer input {
  width: 100%;
}
#footer #form_footer textarea {
  width: 100%;
}
#footer #head_form {
  text-transform: uppercase;
  background: url("../hg/mail.png");
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 1rem;
  margin-top: 20px;
  padding: 12px 0 12px 50px;
}
#footer .button {
  padding: 5px 10px;
}

#footer .logos.flex .first, #footer .logos.flex .last {
  height: 128px;
  width: auto;
}
#footer .logos.flex .last {
  height: 122px;
}
#footer .logos.flex img {
  cursor: pointer;
}

/*######################*/
#hamHolder {
  text-align: center;
}
#hamHolder span {
  /*display:none;*/
  text-align: center;
  font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*#######################*/
#hamHolder {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0px;
}

/*####################*/
#map {
  /*  height: 86%;
    width: 96%;
    height: 400px!important;
    width: 400px!important;*/
  /*  padding: 0; margin: 0;
    border: 2px solid red;
    border-radius: 50%;*/
}

#map {
  border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
}

#adresse .item {
  cursor: pointer;
  padding: 2px;
}
#adresse .item.highlight {
  background: rgba(255, 255, 255, 0.2);
}

/*#######################*/
#sitemap {
  background: #504654;
  padding: 20px 10px;
}
#sitemap a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 0.8em;
  border: 0;
  padding-left: 0;
}
#sitemap a.submenu {
  display: none;
}
#sitemap ul.level_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-around;
  /*width:15%;*/
}
#sitemap ul.level_1 li {
  text-align: left;
  padding: 10px 0;
}
#sitemap ul.level_1 li.first > a {
  font-weight: bold;
}
#sitemap .mod_sitemap {
  margin: 0 auto;
  max-width: 1200px;
}

#slidertop {
  width: 100%;
  border: 0px solid #fff;
  display: block;
  position: relative;
}
#slidertop .block {
  overflow: visible;
}
#slidertop #schabloneT {
  position: absolute;
  bottom: -5px;
}
#slidertop .sliderContent {
  position: relative;
}
#slidertop .sliderContent .head_textB {
  position: absolute;
  bottom: 30%;
  left: -100%;
  color: #fff;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  z-index: 0;
}
#slidertop .sliderContent .head_textB.show {
  left: 10%;
  opacity: 1;
}
#slidertop .sliderContent .head_textB h3 {
  font-size: 2rem;
  line-height: 3rem;
  text-shadow: 2px 2px #000;
  text-transform: uppercase;
}
#slidertop .sliderContent .head_textB p {
  text-align: right;
  text-shadow: 2px 2px #000;
}
#slidertop .static .head_textB {
  left: 10%;
  color: #fff;
  opacity: 1;
}

#navHG {
  width: 100%;
  background: #fff;
  height: 52px;
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 244px;
  left: -100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#navHG.show {
  opacity: 1;
  left: 0%;
}
#navHG.hide {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.84s ease-in-out;
}

/*######################*/
#hamHolder {
  text-align: center;
}
#hamHolder span {
  /*display:none;*/
  text-align: center;
  font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*#######################*/
#hamHolder {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0px;
}

#rschablone, .ol-viewport {
  border-radius: 50%;
  overflow: hidden;
  z-index: 20;
}

/*##################*/
.btnContentOuter {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 305px;
  height: 305px;
  border: 3px solid #504654;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.btnContentOuter .btnContent {
  position: relative;
  display: inline-block;
  /*        width:300px;
          height: 300px;*/
  width: 99%;
  height: 99%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFF;
}
.btnContentOuter .btnContent .textB {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.btnContentOuter .btnContent .textB h2 {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.btnContentOuter .btnContent .textB h2 a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.btnContentOuter .btnContent .contentHG {
  position: absolute;
  z-index: 0;
  background: rgba(123, 103, 138, 0.5);
  width: 100%;
  height: 30%;
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.btnContentOuter .btnContent:hover .contentHG {
  height: 100%;
}

/*################*/
.flexCeText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.flexCeText .textF {
  padding-left: 20px;
}

.round .imageF {
  max-width: 300px;
  height: auto;
  padding: 5px;
}
.round .imageF .image_container {
  border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
}

#left span.active {
  background: url("../hg/aktiv.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 7px 12px;
  padding-left: 33px;
  color: #b42324;
  text-transform: uppercase;
  font-weight: 300;
}
#left a, #left strong {
  padding: 7px 0;
  display: block;
  font-weight: 300;
}
#left .level_2 {
  font-size: 90%;
  padding-left: 0px;
}
#left ul.level_1 > li {
  padding: 2px 0;
}
#left ul.level_1 > li strong.trail span {
  background: #7b678a;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
#left ul.level_1 > li > a > span {
  border: 1px solid #ccc !important;
  padding: 2px 5px;
}
#left li {
  list-style: none;
}
#left ul.level_1 > li > a {
  text-transform: uppercase;
}
#left ul.level_2 > li {
  padding: 2px 0;
}
#left ul.level_2 > li > a, #left ul.level_2 > li > strong {
  padding: 8px 0;
}

#left {
  display: none;
}

.textBB {
  display: none;
}

@media (max-width: 1600px) {
  .startseite .head_textB {
    display: none;
  }
  .startseite .textBB {
    display: block;
  }
}
@media (max-width: 1200px) {
  #container, #main {
    position: static;
  }
  #hamHolder {
    display: block;
    right: 0px;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }
  #left {
    display: block;
  }
  #left .friedhoefe a, #left a {
    color: #7b678a;
    text-decoration: none;
    padding: 3px 10px;
    border: none !important;
  }
  #navi {
    display: none;
  }
  #wrapper, #footer .inside {
    padding: 0 20px;
  }
  #navHG {
    display: none;
  }
  #main h1 {
    line-height: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #main .btnC.flex.w4 .ce_text {
    padding-top: 30px;
    width: auto !important;
  }
  #slidertop .sliderContent .head_textB h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  body.aktiv #main {
    opacity: 0.4;
  }
  #main .mod_article.flex.p3 .ce_text {
    width: auto;
  }
}
@media (max-width: 960px) {
  #footer #footerHolder {
    flex-direction: column;
    justify-content: center;
  }
  #footer #footerHolder #left_footer, #footer #footerHolder right_footer {
    width: 100%;
  }
  #map {
    margin: 0px auto;
  }
  #footer #footerHolder #left_footer #adresse {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #logo_footer {
    margin-top: 20px;
    text-align: center;
  }
  #cr {
    padding-top: 20px;
  }
  .mod_sitemap {
    display: none;
  }
  #main .btnC.flex.w4 .ce_text {
    width: auto !important;
  }
}
@media (max-width: 960px) {
  #slidertop .sliderContent .head_textB h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #slidertop .sliderContent .head_textB p {
    font-size: 0.9rem;
  }
  #main .btnC.w3 .ce_text {
    display: inline-block;
    width: auto !important;
  }
}
@media (max-width: 720px) {
  #slidertop .sliderContent .head_textB h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  #slidertop .sliderContent .head_textB p {
    font-size: 0.7rem;
  }
}
@media (max-width: 620px) {
  #slidertop .sliderContent .head_textB h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #slidertop .sliderContent .head_textB p {
    font-size: 0.7rem;
  }
  #rightHead {
    position: absolute;
    top: 178px;
  }
  #main .mod_article.flex.p2 {
    flex-direction: column;
  }
  #main .mod_article.flex.p2 .ce_text {
    width: 100%;
  }
}
@media (max-width: 520px) {
  #slidertop .sliderContent .head_textB h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #slidertop .sliderContent .head_textB p {
    font-size: 0.7rem;
  }
  #map {
    width: 350px !important;
    height: 350px !important;
  }
  .flexCeText {
    flex-direction: column;
  }
  .team .flexCeText {
    flex-direction: row;
  }
  .team .round {
    min-width: 0 !important;
    width: auto !important;
  }
  #main .flexgal.trauerfall {
    flex-wrap: wrap;
  }
  #main .flexgal.trauerfall .ce_text.textt {
    width: 100%;
  }
  #main .mod_article.flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #main .mod_article.flex.btnC.flex.w3 {
    flex-direction: row;
  }
  #main .mod_article.flex.btnC.flex.w3 .ce_text {
    margin-top: 10px;
  }
  #main .mod_article.flex .ce_text, #main .mod_article.flex .item {
    width: auto !important;
    display: inline-block;
    text-align: center;
  }
  .trauerfall #main .mod_article.flex {
    flex-direction: column;
  }
  #main .mod_article.flexgal.standorte {
    flex-direction: column;
  }
  #main .mod_article.flexgal.standorte .ce_text {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  #slidertop .sliderContent .head_textB h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #slidertop .sliderContent .head_textB p {
    font-size: 0.7rem;
  }
  #map {
    width: 280px !important;
    height: 280px !important;
  }
  #main .flex.p2 {
    flex-direction: column;
  }
  #main .flex.p2 .ce_text, #main .flex.p2 .item {
    width: 100%;
  }
  #slidertop .sliderContent .head_textB.show {
    left: 2%;
    width: 95%;
  }
  #logo img {
    max-width: 80%;
    height: auto;
  }
}/*# sourceMappingURL=aufbau.css.map */