/* playfair-display-regular - latin */
@font-face {
  font-family: "Playfair Display Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("../fonts/playfair-display-v21-latin-regular.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}

/* playfair-display-700 - latin */
@font-face {
  font-family: "Playfair Display Medium";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display-v21-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/PlayfairDisplay-Medium.ttf") format("truetype"), url("../fonts/playfair-display-v21-latin-700.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}

/* playfair-display-900 - latin */
@font-face {
  font-family: "Playfair Display Bold";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"), url("../fonts/playfair-display-v21-latin-900.svg#PlayfairDisplay") format("svg");
  /* Legacy iOS */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  overflow-y: scroll;
  animation: fadein 2.5s;
}

body,
html {
  background-color: #fff;
}

html {
  color: #222;
  font-family: "Playfair Display";
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

body {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  font-family: "Playfair Display";
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
  text-decoration: none;
}

.mod_navigation.block {
  overflow: visible;
}

.ohneBg .image_container img {
  background: none;
}

.ext-pdf {
  background: url(../icons/pdf-down.png);
  background-repeat: no-repeat;
  padding: 10px 0;
  padding-left: 40px;
}

.ext-pdf a {
  color: #5e5e5d;
}

.rsts-skin-default .rsts-prev,
.rsts-skin-default .rsts-next,
.rsts-skin-default .rsts-video-play,
.rsts-skin-default .rsts-video-stop,
.rsts-skin-default .rsts-thumbs-prev,
.rsts-skin-default .rsts-thumbs-next {
  box-shadow: 0px 0px 0px 0px transparent !important;
  box-shadow: none !important;
}

.rsts-skin-default .rsts-prev:hover,
.rsts-skin-default .rsts-next:hover,
.rsts-skin-default .rsts-video-play:hover,
.rsts-skin-default .rsts-video-stop:hover,
.rsts-skin-default .rsts-thumbs-prev:hover,
.rsts-skin-default .rsts-thumbs-next:hover {
  background-color: transparent;
  background-color: transparent;
}

.mod_rocksolid_slider .sliderTT {
  color: #ff66ee;
  left: -150% !important;
  right: auto !important;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
}

.mod_rocksolid_slider .sliderTT.important {
  left: 5% !important;
  right: auto !important;
}

#startseite_content {
  display: none;
}

h5 em {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
}

#main .popup.gruen h4 {
  font-weight: normal;
}

.slideP p {
  color: #fff !important;
}

#imgBlumenLexikon {
  text-align: center;
}

#imgBlumenLexikon .caption {
  padding-bottom: 50px;
}

#imgBlumenLexikon .caption strong {
  display: block;
  padding-bottom: 20px;
}

#mobile_stage {
  display: none;
}

.menub {
  height: 100px;
  width: 130px;
  position: relative;
  cursor: pointer;
  transform: scale(0.3);
}

.bar1 {
  left: 0px;
  width: 100%;
  height: 20px;
  background-color: #afca05;
  position: absolute;
  top: 0px;
  transition: transform 0s;
  transition: all 0.1s;
}

.bar2 {
  width: 100%;
  height: 20px;
  background-color: #afca05;
  position: absolute;
  top: 50px;
  transition: transform 0s;
  transition: all 0.1s;
  left: 0px;
}

.bar3 {
  right: 0px;
  width: 100%;
  height: 20px;
  background-color: #afca05;
  position: absolute;
  top: 100px;
  transition: transform 0s;
  transition: all 0.1s;
}

.tease {
  flex: 1 1 33%;
  border: 3px solid #fff;
  box-sizing: border-box;
  line-height: 0px;
  cursor: pointer;
  position: relative;
}

.tease .teaser_text {
  padding: 0.8rem;
}

.tease .teaser_text h2 {
  font-size: 1.125rem;
}

.tease .teaser_text h2 a {
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 2rem;
}

.tease > .ce_text > p {
  line-height: 2rem;
}

.tease .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(171, 12, 121, 0.5);
  opacity: 0;
  transition: all 0.5s ease;
  font-size: 1.125rem;
  line-height: 2rem;
}

.tease .overlay p {
  color: #fff;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  font-size: 1.125rem;
  line-height: 2rem;
}

.tease.show .overlay {
  opacity: 1;
}

.tease.show .teaser_text {
  display: none;
}

#teaser_startText {
  padding: 50px 20px;
}

#teaser_startText .inside {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 80px;
}

.teaser_box {
  cursor: pointer;
  font-family: "Playfair Display";
  font-weight: 600;
  position: relative;
}

.teaser_box .image_container img {
  transition: all 0.5s ease;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.teaser_box:hover .image_container img {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
}

.teaser_box .teaser_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 0.125rem;
}

.teaser_box .teaser_text a {
  color: #fff;
  font-size: 0.125rem;
}

.teaser_box .teaser_text .btn {
  padding: 2em;
}

.teaser_box .teaser_text .btn.pink {
  background: #ab0c79 !important;
}

.teaser_box .teaser_text .btn.pink a {
  font-size: 1.125rem;
  color: #fff !important;
  background-image: none !important;
  padding: 0.8em 2em;
  display: inline-block;
}

.teaser_box .teaser_text .btn.pink a:before {
  background: none !important;
  padding: 0 !important;
}

.teaser_start {
  display: flex;
  flex-direction: row;
  padding: 40px;
}

#teaser_startText {
  padding: 50px 20px;
}

#teaser_startText .inside {
  width: 100%;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 80px;
}

#scrollF {
  overflow-y: scroll;
}

#header,
#footer {
  padding: 2em 0;
  background-color: #e0e7e8;
}

#header .inside,
#footer .inside {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1680px;
  margin: 0 auto;
}

#header .inside .container,
#footer .inside .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

#header .inside .flex,
#footer .inside .flex {
  display: flex;
  flex-direction: row;
}

#header .item,
#footer .item {
  color: #5d5d5d;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

#header .item a,
#footer .item a {
  color: #5d5d5d;
  font-size: 1.125rem;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}

#header .item .home_top,
#header .item .tel_top, #header .item .fb-image,
#footer .item .home_top,
#footer .item .tel_top,
#footer .item .fb-image {
  background: url("../hg/haus.png");
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 2rem;
}

#header .item .home_top a,
#header .item .tel_top a, #header .item .fb-image a,
#footer .item .home_top a,
#footer .item .tel_top a,
#footer .item .fb-image a {
  padding-left: 45px;
}

#header .item .tel_top,
#footer .item .tel_top {
  background: url("../hg/phone.png");
  background-position: left center;
  background-repeat: no-repeat;
}

#header .item .tel_top a,
#footer .item .tel_top a {
  font-size: 1.625rem;
  font-weight: 900;
}

#header .item .fb-image,
#footer .item .fb-image {
  background: url("../hg/fb.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
}

#header .item .fb-image a,
#footer .item .fb-image a {
  font-size: 1.125rem;
  padding-left: 35px;
}

#header .column .ilinks_top,
#footer .column .ilinks_top {
  display: flex;
  flex-direction: column;
}

#header .column .ilinks_top a,
#footer .column .ilinks_top a {
  padding: 6px 2px;
}

#header {
  padding: 0em 0 !important;
}

.scrollable .slideP {
  max-height: 400px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
}

#navi {
  box-sizing: border-box;
}

#navi #navtext {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

#navi #closemenu {
  color: #afca05;
  font-size: 9rem;
}

#navi #navtext_unten {
  display: flex;
  padding-bottom: 20px;
}

#navi #navtext_unten .home_top,
#navi #navtext_unten .tel_top {
  background: url("../hg/haus_w.png");
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 2rem;
}

#navi #navtext_unten .home_top a,
#navi #navtext_unten .tel_top a {
  padding-left: 45px;
  color: #fff;
  font-size: 1.125rem;
}

#navi #navtext_unten .tel_top {
  background: url("../hg/phone_w.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 60px;
}

.mod_rocksolid_slider {
  position: relative;
}

.mod_rocksolid_slider .ce_image.block {
  position: relative;
  z-index: 100;
}

.mod_rocksolid_slider .ce_text.block {
  position: absolute;
  z-index: 101;
  top: 30%;
  left: 5%;
  transform: translateY(-30%);
}

.mod_rocksolid_slider .ce_text.block h2 {
  font-size: 3.4375rem;
  line-height: 4rem;
  color: #fff;
}

.mod_rocksolid_slider .ce_text.block.btn {
  position: abolute;
  top: auto;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #2f724f;
  color: #fff;
  font-size: 1.625rem;
  padding: 1em 2em;
}

.mod_rocksolid_slider .ce_text.block.btn p,
.mod_rocksolid_slider .ce_text.block.btn a {
  margin: 0px;
  padding: 0px;
  color: #fff;
}

.mod_rocksolid_slider .rsts-nav-bullets {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  bottom: 30px;
  z-index: 102020;
  opacity: 1 !important;
}

.mod_rocksolid_slider #krS {
  position: absolute;
  right: 50px;
  top: 100px;
  z-index: 1001;
}

.rsts-skin-default .rsts-nav-bullets a {
  width: 16px;
  height: 16px;
  box-shadow: none !important;
}

.rsts-skin-default .rsts-nav-bullets a {
  box-shadow: none !important;
}

.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
  background-color: #ab0c79;
}

#toTopBtn {
  position: fixed;
  bottom: 5px;
  right: 20px;
}

.nav-button {
  position: relative;
  padding-bottom: 10px;
  top: 0px;
  right: auto;
  left: 30px;
  z-index: 1001;
  width: 50px;
  text-align: center;
  font-size: 0.9rem;
}

.nav-button div {
  clear: both;
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
  left: -8px;
}

#nav_btn span,
#nav_btn span::before,
#nav_btn span::after {
  width: 28px;
  height: 4px;
  float: left;
  display: block;
  background: #afca05;
  position: relative;
  text-indent: -9000px;
}

#nav_btn span {
  margin: 8px 0;
}

#nav_btn span::before,
#nav_btn span::after {
  content: "";
  position: absolute;
}

#nav_btn span::before {
  top: -8px;
}

#nav_btn span::after {
  bottom: -8px;
}

#nav_btn span,
#nav_btn span:before,
#nav_btn span:after {
  transition: all 100ms ease-in-out;
}

#nav_btn.active span {
  background-color: transparent;
}

#nav_btn.active span::before,
#nav_btn.active span::after {
  top: 0;
}

#nav_btn.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#nav_btn.active span::after {
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

body.aktiv #navigation,
body.active #navigation {
  position: absolute;
  top: 0;
  left: 0;
  background: #5e5e5d;
  z-index: 200001;
  width: 100%;
}

body.aktiv #navi,
body.active #navi {
  animation-name: Wait-And-Start;
  animation-duration: 1s;
  opacity: 1;
}

body.aktiv.aktivende #navigation,
body.active.aktivende #navigation {
  animation-name: Wait-And-End;
  animation-duration: 1s;
  left: -100%;
}

body.aktiv.aktivende #navi,
body.active.aktivende #navi {
  animation-duration: 1s;
  opacity: 0;
}

#navstage {
  display: flex;
  flex-direction: row;
  padding-left: 250px;
}

#navstage .level_1 > li.trail > a {
  /*color:#fd9a4d!important;*/
}

#navstage #first_stage {
  overflow: visible;
  display: block;
  padding-right: 100px;
  padding-bottom: 80px;
  /*width:100%;*/
}

#navstage #second_stage {
  z-index: 1;
  font-size: 80%;
  display: none;
}

#navstage #second_stage strong,
#navstage #second_stage a {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  zoom: 1;
}

#navstage #second_stage strong {
  color: #fd9a4d;
}

#navstage #second_stage .level_1 > .submenu > strong {
  display: none;
}

#navstage #second_stage .level_1 > .submenu {
  display: none;
}

#navstage #second_stage .level_1 > .trail.submenu {
  display: block;
}

#navstage .mod_navigation.block {
  overflow: visible;
}

#navigation {
  left: -100%;
  position: absolute;
  top: 0;
  background: #5e5e5d;
  z-index: 2000;
  width: 100%;
  transition: all 0.4s ease;
}

@keyframes Wait-And-Start {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Wait-And-End {
  0% {
    left: 0;
  }
  41% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

#navi {
  z-index: 500;
  width: 100%;
  max-width: 1980px;
  padding-top: 50px;
  padding-left: 50px;
  box-shadow: 0px 9px 11px -10px rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
}

#navi ul.level_1 > li > a,
#navi ul.level_1 > li > strong,
#navi ul.level_2 > li > strong {
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
  font-size: 1.875rem;
  color: #fff;
}

#navi ul.level_1 > li > strong,
#navi ul.level_1 > li.trail > a {
  color: #afca05;
  font-weight: normal;
}

#navi ul.level_2 > li > strong,
#navi ul.level_2 > li > a {
  /*text-transform: uppercase;*/
  padding: 10px 0;
  display: inline-block;
  font-size: 1.5625rem;
  text-transform: none;
}

#navi ul.level_2 {
  padding: 2px 80px 2px 120px;
  min-height: 500px;
  top: 0px;
}

#navi ul.level_2 a.active,
#navi ul.level_2 strong.active {
  /*color:#fd9a4d;*/
  color: #afca05;
  font-weight: normal;
  /*font-size: 1.5625rem;*/
}

#navi a {
  text-decoration: none;
  color: #fff;
}

#navi #navtext {
  padding: 20px 0 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#navi #navtext a {
  font-size: 0.95rem;
  font-weight: bold;
}

#navi #navtext a.tel {
  background-image: url(../hg/phone-w.png);
  padding-left: 20px;
  background-repeat: no-repeat;
  line-height: 15px;
  display: inline-block;
}

#navi #navtext #closemenu {
  padding-left: 25px;
  background-repeat: no-repeat;
  line-height: 15px;
  display: inline-block;
}

#navi #navtext #closemenu img {
  width: 68%;
}

#navi #navtext_unten {
  padding: 50px 0 20px 0;
}

#navi #navtext_unten img {
  padding-right: 50px;
}

#navi #navtext_unten a {
  font-size: 0.95rem;
  font-weight: normal;
  padding: 2px 20px;
}

#navi li.trail ul.level_2 {
  /*display:block!important;*/
}

#friedhofslider .rsts-text {
  display: none;
}

#main .fullwidth.image {
  padding: 0;
}

#main .fullwidth.image .inside {
  padding: 0;
}

#main {
  /*************** SCROLLBAR BASE CSS ***************/
  /*************** SCROLLBAR RAIL ***************/
  /* width */
  /* button */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* The track NOT covered by the handle.*/
  /* Corner */
  /* Resizer */
}

#main a[target="_blank"]:before {
  content: "";
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ4Ny45NTggNDg3Ljk1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg3Ljk1OCA0ODcuOTU4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgPGc+ICAgIDxwYXRoIGQ9Ik00ODMuMDU4LDIxNS42MTNsLTIxNS41LTE3Ny42Yy00LTMuMy05LjYtNC0xNC4zLTEuOGMtNC43LDIuMi03LjcsNy03LjcsMTIuMnY5My42Yy0xMDQuNiwzLjgtMTc2LjUsNDAuNy0yMTMuOSwxMDkuOCBjLTMyLjIsNTkuNi0zMS45LDEzMC4yLTMxLjYsMTc2LjljMCwzLjgsMCw3LjQsMCwxMC44YzAsNi4xLDQuMSwxMS41LDEwLjEsMTMuMWMxLjEsMC4zLDIuMywwLjQsMy40LDAuNGM0LjgsMCw5LjMtMi41LDExLjctNi44IGM3My0xMjguNywxMzMuMS0xMzQuOSwyMjAuMi0xMzUuMnY5My4zYzAsNS4yLDMsMTAsNy44LDEyLjJzMTAuMywxLjUsMTQuNC0xLjhsMjE1LjQtMTc4LjJjMy4xLTIuNiw0LjktNi40LDQuOS0xMC40IFM0ODYuMTU4LDIxOC4yMTMsNDgzLjA1OCwyMTUuNjEzeiBNMjcyLjU1OCwzNzUuNjEzdi03OC4xYzAtMy42LTEuNC03LTQtOS41Yy0yLjUtMi41LTYtNC05LjUtNGMtNTQuNCwwLTk2LjEsMS41LTEzNi42LDIwLjQgYy0zNSwxNi4zLTY1LjMsNDQtOTUuMiw4Ny41YzEuMi0zOS43LDYuNC04Ny4xLDI4LjEtMTI3LjJjMzQuNC02My42LDEwMS05NS4xLDIwMy43LTk2YzcuNC0wLjEsMTMuNC02LjEsMTMuNC0xMy41di03OC4yIGwxODAuNywxNDkuMUwyNzIuNTU4LDM3NS42MTN6IiBzdHlsZT0iZmlsbDogcmdiKDQzLCA0MywgNDMpOyIvPiAgPC9nPjwvc3ZnPg==) no-repeat left center;
  padding: 4px 6px 5px 10px;
  background-size: 13px;
}

#main p {
  line-height: 1.8rem !important;
  color: #5e5e5d;
  font-size: 1.125rem;
}

#main .gruen.mod_article p {
  color: #fff;
}

#main .columns {
  padding: 110px 0;
  padding: 110px 0 90px 0;
}

#main .columns .inside {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

#main .columns .column {
  flex: 1 1 50%;
}

#main .columns .column.ce_text {
  padding: 0 20px 0 0;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 52%;
}

#main .columns .column.ce_image {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 48%;
}

#main .columns .column.ce_text:first-child {
  padding: 0 90px;
}

#main .columns .column.ce_text:last-child {
  padding: 0 90px 0 0;
}

#main .columns .column.ce_image:first-child {
  padding: 0 90px 0 0;
}

#main .columns .column.mod_rocksolid_slider {
  position: relative;
  margin: 100px;
  padding: 80px;
  box-sizing: border-box;
}

#main .columns .column.mod_rocksolid_slider .rsts-next {
  top: 50%;
  right: -50px;
  background-image: url("../hg/next.png") !important;
  height: 50px !important;
  border: none !important;
}

#main .columns .column.mod_rocksolid_slider .rsts-prev {
  top: 50%;
  left: -50px;
  background-image: url("../hg/prev.png") !important;
  height: 50px !important;
  border: none !important;
}

#main .columns.overflow {
  padding: 50px 0;
  overflow: visible;
}

#main .columns.overflow > .inside > .ce_text {
  overflow: visible;
  position: relative;
}

#main .columns.overflow .popup {
  position: absolute;
  top: -150px;
}

#main .columns.overflow .popup li {
  line-height: 3.5rem;
}

#main .columns #truaerfloristik_slider {
  padding: 60px;
  margin: 40px;
}

#main .full .inside {
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 90px;
}

#main .full .inside .indent p {
  padding-left: 30%;
}

#main .full .inside .btn p {
  border: 1px solid #777;
  padding: 0.8em 2em;
  margin-right: 20px;
  font-size: 1.625rem;
  text-align: center;
  min-width: 220px;
  cursor: pointer;
  color: #5d5d5d;
}

#main .full .inside .flex {
  display: flex;
  flex-wrap: wrap;
}

#main .ce_text.btn {
  padding-top: 3em;
  padding-bottom: 3em;
  font-weight: bold;
}

#main .flexliste {
  display: flex;
}

#main .flexliste strong {
  font-weight: 100;
}

#main .flexliste p {
  cursor: pointer;
  height: 25px;
  overflow: hidden;
}

#main #imgBlumenLexikon .caption {
  text-align: center;
}

#main #imgBlumenLexikon .caption strong {
  font-size: 1.5rem;
}

#main .flat .fullwidth.first {
  padding-bottom: 0px;
}

#main .flat .fullwidth.first h2 {
  padding-bottom: 0px;
}

#main .tuerkis {
  background: #e0e7e8;
}

#main .gruen {
  background: #2f724f;
  color: #fff;
}

#main .gruen h1,
#main .gruen h2,
#main .gruen h3,
#main .gruen h4,
#main .gruen h5 {
  color: #fff;
}

#main .pink {
  background: rgba(171, 12, 121, 0.1);
}

#main .hgruen {
  background: rgba(47, 114, 79, 0.1);
}

#main #kondolenzhilfe {
  padding-bottom: 0;
}

#main .sliderCard {
  min-height: 400px;
  overflow: hidden;
}

#main .sliderCard .card {
  padding: 5%;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  transition: all 1s ease-out;
}

#main .sliderCard .card.selected {
  left: 0px;
  opacity: 1;
}

#main .sliderCard .card.out {
  left: -100%;
  opacity: 0;
}

#main .fullwidth {
  padding: 5%;
}

#main .btn_holder {
  display: flex;
  justify-content: space-evenly;
}

#main .btn_holder .btn {
  cursor: pointer;
}

#main .gruen.over.inline {
  padding: 3em;
  padding-top: 0em;
}

#main .gruen.over.inline h5 {
  text-align: center;
  display: block;
  padding-bottom: 0;
}

#main .gruen.over.inline.btnslide {
  padding: 0em;
}

#main .gruen.over.inline.btnslide h5 {
  cursor: pointer;
  font-weight: 100;
}

#main .gruen.over.inline.btnslide .slideP {
  padding: 3em;
}

#main .inline {
  display: inline-block;
}

#main .item {
  padding: 20px;
  box-sizing: border-box;
}

#main h1 {
  font-size: 3.4375rem;
  line-height: 4rem;
  color: #5e5e5d;
  width: 80%;
  margin-top: 2px;
  margin-bottom: 4rem;
}

#main h2 {
  font-size: 3.4375rem;
  line-height: 4rem;
  margin-top: 2px;
  margin-bottom: 4rem;
  color: #5e5e5d;
}

#main h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #5e5e5d;
}

#main h4 {
  font-size: 1.625rem;
  line-height: 3rem;
  text-transform: none;
  color: #5e5e5d;
  margin-bottom: 2rem;
  font-weight: bold;
}

#main h5 {
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: none;
  color: #5e5e5d;
  margin-bottom: 2rem;
  font-weight: bold;
}

#main ul li {
  margin-left: 20px;
  list-style-type: disc;
  line-height: 2rem;
  color: #5e5e5d;
}

#main .gruen ul li {
  color: #fff;
}

#main a {
  color: #2f724f;
  text-decoration: none;
}

#main .btn p {
  border: 1px solid #777;
  padding: 1em 2em;
  margin-right: 20px;
  font-size: 1.625rem;
}

#main .btn.slide_btn {
  display: inline-block;
  padding: 0em 3em;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  line-height: 4rem;
  line-height: 64px;
  font-size: 1.625rem;
  cursor: pointer;
}

#main .btn.slide_btn.bleft {
  left: 50%;
  white-space: nowrap;
}

#main .btn.selected {
  background: #ab0c79;
  color: #fff;
}

#main .flex2 {
  display: flex;
}

#main .flex2 .col-30 {
  width: 20%;
}

#main .flex2 .col-70 {
  width: 80%;
}

#main .flex2 .col-100 {
  width: 100%;
}

#main .flex2 .clickable {
  padding: 5px 5px;
  height: 580px;
}

#main .flex2 .clickable li {
  list-style: none;
  margin: 0;
  padding: 3px;
  cursor: pointer;
}

#main .flex2 .clickable li h5 {
  font-size: 1rem;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

#main .flex2 .clickable li:nth-child(even) {
  background: #e0e7e8;
}

#main .mod_rocksolid_slider {
  position: relative;
  margin: 100px;
  padding: 80px;
  box-sizing: border-box;
}

#main .mod_rocksolid_slider .rsts-next {
  top: 50%;
  right: -50px;
  background-image: url("../hg/next.png") !important;
  height: 50px !important;
  border: none !important;
}

#main .mod_rocksolid_slider .rsts-prev {
  top: 50%;
  left: -50px;
  background-image: url("../hg/prev.png") !important;
  height: 50px !important;
  border: none !important;
}

#main .relative {
  position: relative;
}

#main .ce_text.column.relative {
  padding-bottom: 150px !important;
  overflow: visible;
}

#main .overflowshow {
  overflow: visible;
}

#main .overflowshow .inside {
  overflow: visible;
}

#main .overflowshow .btnslide.scrollable {
  position: absolute;
  z-index: 1001;
}

#main #musik_playerP {
  padding-top: 98px;
}

#main ::-webkit-scrollbar {
  width: 10px;
}

#main ::-webkit-scrollbar-button {
  background: #ab0c79;
}

#main ::-webkit-scrollbar-thumb {
  background: #ab0c79;
}

#main ::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

#main ::-webkit-scrollbar-track {
  background: #000;
}

#main ::-webkit-scrollbar-track-piece {
  background: #000;
}

#main ::-webkit-scrollbar-corner {
  background: #999;
}

#main ::-webkit-resizer {
  background: #111;
}

#main .hide {
  padding: 5%;
  display: none;
}

#main .between {
  justify-content: space-between;
}

#main .max-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main .btn_karte h5 {
  background-color: #2f724f;
  font-size: 1.1rem;
  padding: 1em 2em;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

#toTopBtn {
  cursor: pointer;
}

@media only screen and (max-width: 650px) {
  #main .flex {
    flex-direction: column;
  }
  .logo {
    flex-direction: column;
    justify-content: center !important;
  }
  .logo .links_holder {
    text-align: center;
  }
  .logo .left.flex {
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
    align-items: center !important;
  }
  #header .logo {
    padding: 10px 10px 0 10px;
  }
  #header .logo img {
    max-height: 50px;
  }
  #header .head_links {
    font-size: 0.8rem;
    text-align: center;
  }
  #header .head_links .claim {
    font-size: 0.6rem;
    line-height: 1rem;
  }
}

@media only screen and (max-width: 450px) {
  .adressen.flex.row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #header .container {
    flex-direction: column;
  }
  #main .col2 ul {
    column-count: 1;
  }
}

#left {
  position: absolute;
  background: #5e5e5d;
  left: -300px;
  transition: all 0.5s ease;
  z-index: 9022;
  margin-left: auto;
  top: 0px;
}

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

#container,
.inside {
  position: static;
}

.bestattungsarten #main .btn p {
  border: 1px solid #777;
  padding: 0.8em 1em !important;
  margin-right: 2px !important;
  font-size: 1.425rem !important;
}

#left {
  display: block;
  left: -300px;
}

#left .mod_navigation {
  padding-left: 10px;
  padding-top: 80px;
}

#left a {
  color: #555;
  font-weight: 400;
}

#left strong {
  color: #dfdfdf;
  font-weight: 400;
}

#left ul.level_1 {
  padding-left: 0px;
}

#left ul.level_2 {
  padding-left: 40px;
}

#left .level_1 > li {
  padding: 10px 0;
}

#left .level_1 > li > a {
  text-transform: uppercase;
  color: #555;
}

#left .level_1 > li > a,
#left .level_1 > li > strong {
  font-size: 1.3rem;
  text-transform: uppercase;
}

#left .level_2 {
  list-style-type: none;
}

#left .level_2 li {
  padding: 3px 0;
}

#left .level_2 > li > a {
  font-size: 0.9rem;
  color: #fff;
}

@media only screen and (max-width: 1350px) {
  #headnavi .inside #hnav ul,
  #headnaviU .inside #hnav ul {
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 1200px) {
  #headnaviU,
  #headnavi {
    display: none;
  }
  .nav-button {
    display: block;
  }
  body.active #left {
    left: 0px;
  }
  #container {
    position: static;
  }
}

@media only screen and (max-width: 1024px) {
  .head_links {
    padding-right: 30px;
  }
  .flex.row.arten {
    flex-direction: column;
  }
  body.anfahrt .flexboxen {
    flex-wrap: wrap;
  }
  body.anfahrt .column.flexbox {
    min-width: 280px;
    cursor: pointer;
  }
  body.anfahrt .column.flexbox:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
    background: rgba(240, 240, 240, 0.2);
  }
}

@media only screen and (max-width: 769px) {
  .mod_article.columns.equal .column.ce_text.first {
    flex-grow: 1;
    width: 100%;
  }
  .mod_article.columns .column.ce_text.first,
  .mod_article.columns .column.ce_text.last {
    width: 100%;
  }
  .mod_article.columns.equal .column.ce_image.last {
    flex-shrink: 1;
    width: 100%;
  }
  #trauerprodukte .inside {
    display: block !important;
  }
  #trauerprodukte .mod_rocksolid_slider {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 700px) {
  #main .flexbook p {
    width: 42%;
  }
}

@media only screen and (max-width: 600px) {
  .flex.row.arten {
    flex-direction: column;
  }
  .flex.row.arten .teaser_box,
  .flex.row.arten .teaser_content {
    position: static;
  }
  .flex.row.arten .teaser_box .teaser_text,
  .flex.row.arten .teaser_content .teaser_text {
    position: static;
  }
  .flex.row.arten .teaser_box .teaser_head,
  .flex.row.arten .teaser_content .teaser_head {
    display: none;
  }
  .col-30,
  .col-70 {
    width: 100%;
  }
  #scrollF {
    height: 100px;
  }
  #main .flexbook p {
    width: 100%;
  }
  #main .galerie .columns .column {
    text-align: center;
  }
  #tr_musik_holder {
    width: 100%;
    border: 1px dotted black;
    overflow: scroll;
    padding: 5px;
  }
  #tr_musik_holder #trauermusik {
    width: 600px;
  }
}

@media only screen and (min-width: 1400px) {
  #main a[target="_blank"]:before {
    content: "";
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ4Ny45NTggNDg3Ljk1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg3Ljk1OCA0ODcuOTU4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgPGc+ICAgIDxwYXRoIGQ9Ik00ODMuMDU4LDIxNS42MTNsLTIxNS41LTE3Ny42Yy00LTMuMy05LjYtNC0xNC4zLTEuOGMtNC43LDIuMi03LjcsNy03LjcsMTIuMnY5My42Yy0xMDQuNiwzLjgtMTc2LjUsNDAuNy0yMTMuOSwxMDkuOCBjLTMyLjIsNTkuNi0zMS45LDEzMC4yLTMxLjYsMTc2LjljMCwzLjgsMCw3LjQsMCwxMC44YzAsNi4xLDQuMSwxMS41LDEwLjEsMTMuMWMxLjEsMC4zLDIuMywwLjQsMy40LDAuNGM0LjgsMCw5LjMtMi41LDExLjctNi44IGM3My0xMjguNywxMzMuMS0xMzQuOSwyMjAuMi0xMzUuMnY5My4zYzAsNS4yLDMsMTAsNy44LDEyLjJzMTAuMywxLjUsMTQuNC0xLjhsMjE1LjQtMTc4LjJjMy4xLTIuNiw0LjktNi40LDQuOS0xMC40IFM0ODYuMTU4LDIxOC4yMTMsNDgzLjA1OCwyMTUuNjEzeiBNMjcyLjU1OCwzNzUuNjEzdi03OC4xYzAtMy42LTEuNC03LTQtOS41Yy0yLjUtMi41LTYtNC05LjUtNGMtNTQuNCwwLTk2LjEsMS41LTEzNi42LDIwLjQgYy0zNSwxNi4zLTY1LjMsNDQtOTUuMiw4Ny41YzEuMi0zOS43LDYuNC04Ny4xLDI4LjEtMTI3LjJjMzQuNC02My42LDEwMS05NS4xLDIwMy43LTk2YzcuNC0wLjEsMTMuNC02LjEsMTMuNC0xMy41di03OC4yIGwxODAuNywxNDkuMUwyNzIuNTU4LDM3NS42MTN6IiBzdHlsZT0iZmlsbDogcmdiKDQzLCA0MywgNDMpOyIvPiAgPC9nPjwvc3ZnPg==) no-repeat left center;
    padding: 4px 6px 5px 10px;
    background-size: 13px;
  }
  #main p {
    line-height: 2rem;
  }
  #main .columns {
    padding: 110px 0;
    padding: 110px 0 90px 0;
  }
  #main .columns .inside {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  #main .columns .column {
    flex: 1 1 50%;
  }
  #main .columns .column.ce_text {
    padding: 0 20px 0 0;
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 52%;
  }
  #main .columns .column.ce_image {
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 48%;
  }
  #main .columns .column.ce_text:first-child {
    padding: 0 90px 0 0;
  }
  #main .full .inside {
    max-width: 1280px;
  }
}

@media only screen and (max-width: 1199px) {
  #navstage {
    padding-left: 20px;
  }
  #footer .inside .flex {
    flex-wrap: wrap;
  }
  #footer .inside .flex .head_links_links {
    width: 100%;
    text-align: center;
  }
  #footer .inside .flex .head_links_links .ilinks_top {
    margin: 0 auto;
  }
  .mod_rocksolid_slider #krS {
    position: absolute;
    right: 50px;
    top: 100px;
    z-index: 1001;
  }
  .mod_rocksolid_slider #krS img {
    max-height: 180px;
  }
  .mod_rocksolid_slider .ce_text.block h2 {
    font-size: 2.4375rem;
  }
  .mod_rocksolid_slider .ce_text.block.btn {
    bottom: 40px;
    font-size: 1.225rem;
    padding: 1em 1em;
  }
  .rsts-nav.rsts-nav-bullets {
    display: none;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  #main .columns.overflow .popup li {
    line-height: 1.5rem;
  }
  #header .inside .container.flex {
    flex-wrap: wrap;
  }
  #main .mod_rocksolid_slider {
    position: relative;
    margin: 40px;
    padding: 50px;
    box-sizing: border-box;
  }
}

@media (max-width: 780px) {
  #main .columns .inside {
    flex-direction: column;
  }
  #main .columns .inside .column {
    margin: 0 auto;
  }
  #main .columns .inside .column.ce_text {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  #main .columns .inside .column.ce_image {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #main .full .inside {
    padding: 0 10px;
  }
  #main .full .inside .indent p {
    padding: 0 20px;
  }
  #footer .container .head_start {
    width: 100%;
  }
  #footer .container .head_start .logo {
    margin: 0 auto;
  }
  #footer .container .item {
    padding: 10px 3px;
  }
  #footer .head_links_links {
    text-align: center;
  }
  #footer .head_links_links .fb-image {
    margin: 0 auto;
  }
  #navstage ul.level_2 {
    position: static;
  }
  #main .columns {
    padding: 20px 0 30px 0;
  }
  .mod_rocksolid_slider #krS {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 1001;
  }
  .mod_rocksolid_slider #krS img {
    max-height: 120px;
  }
  .mod_rocksolid_slider .ce_text.block h2 {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
  .mod_rocksolid_slider .ce_text.block.btn {
    bottom: 20px;
    font-size: 1rem;
    padding: 1em 1em;
  }
  .rsts-nav.rsts-nav-bullets {
    display: none;
  }
  #main .sliderCard {
    min-height: 805px;
  }
  #main .sliderCard .card.selected {
    box-sizing: border-box;
  }
  #main .columns .column.ce_text:last-child {
    padding: 40px 0 0 0;
  }
  .flex2 {
    flex-direction: column;
  }
  .flex2 .col-70,
  .flex2 .col-30 {
    width: 100% !important;
  }
  .flex2 #scrollF {
    height: 200px;
  }
  #main .full .inside .btn p {
    margin-right: 0px !important;
  }
  #main .columns.overflow .popup {
    position: static;
  }
}

@media (max-width: 576px) {
  #footer .container .head_center,
  #footer .container .head_links, #footer .container .head_links_links {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #footer .container .head_center .tel_top,
  #footer .container .head_center .home_top, #footer .container .head_center .fb-image,
  #footer .container .head_links .tel_top,
  #footer .container .head_links .home_top,
  #footer .container .head_links .fb-image, #footer .container .head_links_links .tel_top,
  #footer .container .head_links_links .home_top, #footer .container .head_links_links .fb-image {
    margin: 0 auto;
  }
  #footer .container .item {
    padding: 10px 3px;
  }
  #header .head_center {
    display: none;
  }
  #header .logo img {
    max-height: 70px;
  }
  #header .head_start {
    width: 100%;
  }
  #header .head_start .logo {
    margin: 0 auto;
  }
  .teaser_start {
    flex-wrap: wrap;
    padding: 10px;
  }
  .teaser_start .tease {
    flex: 1 1 50%;
  }
  .tease .overlay p,
  .tease .teaser_text h2 {
    line-height: 1rem;
  }
  #main .sliderCard {
    min-height: 805px;
  }
  #navi ul.level_2 {
    padding: 2px 80px 2px 50px;
    min-height: 500px;
  }
  #navMobil .level_1 .submenu {
    line-height: 2rem;
  }
  .btnBlumenLexi .flexliste {
    flex-wrap: wrap;
  }
  .btnBlumenLexi .flexliste .item {
    flex: 1 1 50%;
  }
  #main h3 {
    font-size: 2rem;
  }
  #main h2 {
    font-size: 2.7rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 480px) {
  #header .head_start {
    width: 100%;
  }
  #header .head_start .logo {
    margin: 0 auto;
  }
  #navi {
    padding-left: 0;
  }
  .tease .overlay p,
  .tease .teaser_text h2 {
    line-height: 1rem;
  }
  #navi #navtext_unten a {
    font-size: 0.9rem;
    padding: 2px 5px;
  }
  #navi #navtext_unten {
    flex-direction: column;
  }
  #navi #navtext_unten .home_top,
  #navi #navtext_unten .tel_top {
    margin: 2px auto;
  }
}

@media (max-width: 390px) {
  #header .head_links .tel_top a {
    font-size: 1.3rem;
    padding-left: 35px;
  }
}

@media (max-width: 769px) {
  #mobile_stage {
    display: block;
  }
  #navstage #first_stage,
  #navstage #second_stage {
    display: none;
  }
  #navi ul.level_2 {
    min-height: auto;
  }
}

.haus {
  background-image: url('data:image/svg+xml;charset=UTF-8,\a<svg\a    xmlns:dc="http://purl.org/dc/elements/1.1/"\a    xmlns:cc="http://creativecommons.org/ns#"\a    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"\a    xmlns:svg="http://www.w3.org/2000/svg"\a    xmlns="http://www.w3.org/2000/svg"\a    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"\a    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"\a    version="1.1"\a    id="svg388"\a    xml:space="preserve"\a    width="42"\a    height="44"\a    viewBox="0 0 42 44"\a    sodipodi:docname="haus.svg"\a    inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata\a      id="metadata394"><rdf:RDF><cc:Work\a          rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type\a            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs\a      id="defs392" /><sodipodi:namedview\a      pagecolor="#ffffff"\a      bordercolor="#666666"\a      borderopacity="1"\a      objecttolerance="10"\a      gridtolerance="10"\a      guidetolerance="10"\a      inkscape:pageopacity="0"\a      inkscape:pageshadow="2"\a      inkscape:window-width="1808"\a      inkscape:window-height="1361"\a      id="namedview390"\a      showgrid="false"\a      inkscape:zoom="2.5399982"\a      inkscape:cx="88.818665"\a      inkscape:cy="103.93708"\a      inkscape:window-x="1616"\a      inkscape:window-y="16"\a      inkscape:window-maximized="0"\a      inkscape:current-layer="g396" /><g\a      id="g396"\a      inkscape:groupmode="layer"\a      inkscape:label="haus"\a      transform="matrix(1.3333333,0,0,-1.3333333,0,396.85067)"><g\a        id="g398"\a        transform="translate(27.322027,286.29627)"><path\a          d="M 0,0 -0.341,0.33 V 7.512 H -4.504 V 4.368 l -6.907,6.702 -10.53,-10.218 -0.766,-0.744 -4.343,-4.212 h 4.343 V -21.856 H 0 v 17.752 h 4.229 z m -5.757,-8.771 h -4.348 v 4.4 h 4.348 z m -6.619,0 h -4.451 v 4.4 h 4.451 z m -4.451,-2.271 h 4.451 v -4.399 h -4.451 z m 6.722,0 h 4.348 v -4.399 h -4.348 z"\a          style="fill:#4f5152;fill-opacity:1;fill-rule:nonzero;stroke:none"\a          id="path400" /></g></g></svg>');
}

.telefon {
  background-image: url('data:image/svg+xml;charset=UTF-8,\a   <svg  xmlns:dc="http://purl.org/dc/elements/1.1/"\a    xmlns:cc="http://creativecommons.org/ns#"\a    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"\a    xmlns:svg="http://www.w3.org/2000/svg"\a    xmlns="http://www.w3.org/2000/svg"\a    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"\a    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"\a    version="1.1"\a    id="svg402"\a    xml:space="preserve"\a    width="11mm"\a    height="11mm"\a    viewBox="0 0 41.574792 41.574804"\a    sodipodi:docname="telefon.svg"\a    inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata\a      id="metadata408"><rdf:RDF><cc:Work\a          rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type\a            rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs\a      id="defs406"><clipPath\a        clipPathUnits="userSpaceOnUse"\a        id="clipPath418"><path\a          d="M 0,0 H 133.228 V 297.638 H 0 Z"\a          id="path416" /></clipPath></defs><sodipodi:namedview\a      pagecolor="#ffffff"\a      bordercolor="#666666"\a      borderopacity="1"\a      objecttolerance="10"\a      gridtolerance="10"\a      guidetolerance="10"\a      inkscape:pageopacity="0"\a      inkscape:pageshadow="2"\a      inkscape:window-width="1808"\a      inkscape:window-height="1361"\a      id="namedview404"\a      showgrid="false"\a      units="mm"\a      inkscape:zoom="2.5399982"\a      inkscape:cx="88.818665"\a      inkscape:cy="198.42534"\a      inkscape:window-x="1616"\a      inkscape:window-y="16"\a      inkscape:window-maximized="0"\a      inkscape:current-layer="g410" /><g\a      id="g410"\a      inkscape:groupmode="layer"\a      inkscape:label="telefon"\a      transform="matrix(1.3333333,0,0,-1.3333333,0,396.85067)"><g\a        id="g412"\a        transform="translate(-35.433097,35.433097)"><g\a          id="g414"\a          clip-path="url(#clipPath418)"><g\a            id="g420"\a            transform="translate(36.2494,255.2249)"><path\a              d="m 0,0 c 0.16,-4.139 2.95,-8.14 5.31,-11.371 2.15,-2.943 4.669,-5.618 7.503,-7.91 1.798,-1.455 3.726,-2.768 5.776,-3.843 1.245,-0.653 2.081,-1.055 3.53,-0.644 2.223,0.632 7.339,3.255 6.481,6.127 -0.436,1.457 -2.21,2.882 -3.332,3.805 -1.354,1.115 -3.732,3.079 -5.318,1.246 -0.95,-0.915 -1.935,-3.013 -3.424,-3.158 -1.597,-0.156 -3.016,1.695 -4.011,2.708 -1.63,1.659 -3.106,3.469 -4.418,5.389 -1.23,2.007 0.308,2.836 1.799,3.927 0.683,0.499 1.55,0.97 1.883,1.791 0.62,1.531 -0.838,3.426 -1.678,4.604 C 9.311,3.781 8.393,4.8 7.382,5.712 6.059,6.906 4.6,5.957 3.491,5.007 1.955,3.691 0.668,1.923 0,0"\a              style="fill:#4f5152;fill-opacity:1;fill-rule:nonzero;stroke:none"\a              id="path422" /></g></g></g></g></svg>');
}
/*# sourceMappingURL=aufbau.css.map */