@charset "UTF-8";
/* pacifico-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pacifico-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

#footer {
  font-family: "Source Sans 3";
  font-size: 1rem;
  color: var(--white);
  margin-top: 3rem;
  font-weight: 200;
  overflow: visible;
}
#footer #genderhinweis {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding: 1rem;
  color: #000;
  z-index: 1000;
  overflow: visible;
  display: none;
}
#footer #genderhinweis #btn-closeP {
  position: absolute;
  z-index: 1001;
  right: 1rem;
  top: 1rem;
  color: #000;
  cursor: pointer;
}
#footer > .inside > .flexrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 100vw;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
}
#footer > .inside > .flexrow #logoBottom {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 3rem;
}
#footer > .inside > .flexrow #logoBottom img {
  max-width: 250px;
}
#footer > .inside > .flexrow #col1 {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
#footer > .inside > .flexrow #col1 a {
  line-height: 3rem;
  display: block;
  padding: 0.5rem 0;
  font-size: 1.125rem;
}
#footer > .inside > .flexrow #col2 {
  grid-column: 3/4;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
#footer > .inside > .flexrow #col2 a {
  line-height: 3rem;
  display: block;
  padding: 0.5rem 0;
  font-size: 1.125rem;
}
#footer > .inside > .flexrow a {
  text-decoration: none;
  color: var(--blau);
}
#footer > .inside > .flexrow a:hover {
  text-decoration: underline;
}
#footer .telF:before {
  content: "    ";
  background-image: url("../icons/icon-tel.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem;
  padding: 2rem 0 2rem 3rem;
}
#footer .mailF:before {
  content: "    ";
  background-image: url("../icons/icon-mail.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem;
  padding: 2rem 0 2rem 3rem;
}
#footer .formF:before {
  content: "    ";
  background-image: url("../icons/icon-formular.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem;
  padding: 2rem 0 2rem 3rem;
}
#footer #genderContent {
  font-size: 0.8rem;
}
#footer .inside .flexrow {
  max-width: 1600px;
  margin: 0 auto;
}

#header > .inside {
  display: grid;
  grid-template-columns: 10% auto 10%;
  grid-template-rows: auto;
}
#header > .inside #navL {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
#header > .inside #logoT {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .inside #navT {
  grid-column: 3/4;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
  cursor: pointer;
}
#header > .inside #navT button {
  background: none;
  border: none;
  margin-top: -5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
#header > .inside #navT button:hover {
  text-decoration: underline;
}

#left {
  --a-size: 1.875rem;
  --a-size-2: 1.5625rem;
  background-color: #ff0000;
}
#left ul.level_1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: autorepeat(4, 1fr);
  justify-items: center;
}
#left ul.level_1 li {
  margin: 2.5rem 0;
}
#left ul.level_1 li:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#left ul.level_1 li:nth-of-type(1) a,
#left ul.level_1 li:nth-of-type(1) strong {
  font-family: "Pacifico";
  font-size: var(--a-size);
  font-weight: 100;
  font-weight: 100;
}
#left ul.level_1 li:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
#left ul.level_1 li:nth-of-type(2) a,
#left ul.level_1 li:nth-of-type(2) strong {
  font-family: "Pacifico";
  font-size: var(--a-size);
  font-weight: 100;
}
#left ul.level_1 li:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}
#left ul.level_1 li:nth-of-type(3) a,
#left ul.level_1 li:nth-of-type(3) strong {
  font-family: "Pacifico";
  font-size: var(--a-size);
  font-weight: 100;
}
#left ul.level_1 li:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 4/5;
}
#left ul.level_1 li:nth-of-type(4) a,
#left ul.level_1 li:nth-of-type(4) strong {
  font-family: "Pacifico";
  font-size: var(--a-size);
  font-weight: 100;
}
#left ul.level_1 li:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#left ul.level_1 li:nth-of-type(5) a,
#left ul.level_1 li:nth-of-type(5) strong {
  font-family: "Source Sans 3";
  font-size: var(--a-size);
  text-transform: uppercase;
}
#left ul.level_1 li:nth-of-type(6) {
  grid-column: 2/3;
  grid-row: 2/3;
}
#left ul.level_1 li:nth-of-type(6) a,
#left ul.level_1 li:nth-of-type(6) strong {
  font-family: "Source Sans 3";
  font-size: var(--a-size);
  text-transform: uppercase;
}
#left ul.level_1 li:nth-of-type(7) {
  grid-column: 2/3;
  grid-row: 3/4;
}
#left ul.level_1 li:nth-of-type(7) a,
#left ul.level_1 li:nth-of-type(7) strong {
  font-family: "Source Sans 3";
  font-size: var(--a-size);
  text-transform: uppercase;
}
#left ul.level_1 li:nth-of-type(8) {
  grid-column: 2/3;
  grid-row: 4/5;
}
#left ul.level_1 li:nth-of-type(8) a,
#left ul.level_1 li:nth-of-type(8) strong {
  font-family: "Source Sans 3";
  font-size: var(--a-size);
  text-transform: uppercase;
}
#left ul.level_1 li a {
  text-decoration: none;
  color: var(--blau);
}
#left ul.level_1 li a:hover {
  color: var(--hblau);
}
#left ul.level_1 li strong {
  color: var(--grau);
}

#ctrl_2 {
  background-color: var(--blau);
  color: white;
  padding: 1rem;
}

body.pg_formular {
  --hellgrau: #f0f0f0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.pg_formular #ctrl_2 {
  background-color: var(--blau);
  color: white;
  padding: 1rem;
}
body.pg_formular h2.head {
  text-align: center;
  color: var(--blau);
  margin-bottom: 1rem;
  font-family: "Pacifico";
  font-weight: 100;
}
body.pg_formular .formular {
  width: 100%;
  max-width: 1200px;
  padding: 2rem;
  border-radius: 8px;
  background-color: var(--hellgrau);
}
body.pg_formular .formular h1 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--blau);
}
body.pg_formular .formular label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
body.pg_formular .formular input,
body.pg_formular .formular textarea,
body.pg_formular .formular select {
  width: calc(100% - 1rem);
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid var(--grau);
}
body.pg_formular .formular select {
  line-height: 1;
}
body.pg_formular .formular button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--blau);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
body.pg_formular .formular .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
body.pg_formular .formular .row.fullwidth input {
  gap: 0;
  width: 100% !important;
}
body.pg_formular .formular .det .auswahlP {
  background-color: #fff;
  width: 100%;
  padding: 1rem;
  padding-left: 2rem;
  color: var(--blau);
  margin-bottom: 1rem;
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.36);
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
}
body.pg_formular .formular .det .auswahlP.aktiv {
  background-color: var(--blau);
  color: #fff;
}
body.pg_formular .formular .det .auswahlP.aktiv:before {
  content: "✓";
  position: absolute;
  left: 0.5rem;
  color: #fff;
}
body.pg_formular .formular .det.check .line {
  width: 100%;
  display: block;
  display: flex;
}
body.pg_formular .formular .det.check .line input {
  flex: 0 0 10%;
}
body.pg_formular .formular .det.check .line label {
  flex: 0 0 90%;
  text-align: left;
  font-weight: normal;
}

body.pg_kontakt input {
  width: calc(100% - 1rem);
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid var(--grau);
}
body.pg_kontakt #ctrl_6 {
  border: 0;
}
body.pg_kontakt #ctrl_6 legend {
  display: none;
}
body.pg_kontakt #ctrl_6 span {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.pg_kontakt #ctrl_6 span #opt_6_0 {
  flex: 0 0 5%;
  margin-bottom: 0.5rem;
}
body.pg_kontakt #ctrl_6 span label {
  flex: 1 0 90%;
}

:root {
  --maxWidth: 1200px;
  --heightTop: 144px;
  --rot: #be0027;
  --gruen: #63714c;
  --gruen-rgb: 99, 113, 76;
  --hgruen: #63714c;
  --hgruen: #899576;
  --grau: #776c60;
  --braun: #6a4f2b;
  --hbraun: #91816a;
  --blau: #2b2e6a;
  --hblau: #74799f;
  --hhblau-kasten: #abaec6;
  --txtcolor: #2b2e6a;
  --txtcolor_weiss: #fff;
  --max-width-main: 1100px;
  --max-width-main-smaller: 750px;
  --max-width-kasten: 960px;
  --a-size: 1.5rem;
}

body,
html {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

body {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: var(--txtcolor);
}

.hcenter {
  text-align: center;
}

.narrow {
  max-width: var(--max-width-main-smaller) !important;
  margin: 0 auto;
  width: 100%;
}

#left {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-height: 100vh;
  overflow: auto;
  background-color: #fff;
  margin-left: 0;
  transition: bottom 0.3s ease-in-out;
  z-index: 2001;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateY(100vh);
  padding-bottom: 10rem;
}
#left #closePP {
  text-align: right;
  z-index: 2001;
}
#left #closePP button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#navi-close button {
  background-color: transparent;
  border: none;
}

body.nav-open #left {
  transform: translateY(0);
}

.tb-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.zusatz_kstn em > strong {
  font-family: "Pacifico";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.875rem;
}

.zusatz_kstn p:nth-of-type(2), .zusatz_kstn p:nth-of-type(3), .zusatz_kstn p:nth-of-type(4) {
  font-family: "Source Sans 3";
  font-size: 1.1rem;
}

.handw {
  font-family: "Pacifico";
  font-size: 1.875rem;
  font-style: italic;
}

body.pg_wir .handw {
  font-family: "Pacifico";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.abschluss {
  padding-top: 1rem;
}
.abschluss .rte p {
  padding: 0;
  margin: 0;
}
.abschluss .rte p:nth-of-type(1) {
  font-family: "Source Sans 3";
  font-size: 1.5rem !important;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding-bottom: 0.6rem;
}
.abschluss .rte p:nth-of-type(1) strong {
  font-weight: normal;
}
.abschluss .rte p:nth-of-type(1) em {
  font-style: normal;
}
.abschluss .rte p:nth-of-type(2) {
  font-family: "Pacifico" !important;
  font-size: 1.875rem !important;
  font-weight: 400 !important;
  font-style: normal;
  margin-left: -1rem;
}

#header #logoT {
  padding-top: 3rem;
}

body.pg_angebot #header #logoT img, body.content_page #header #logoT img, body.pg_startseite #header #logoT img {
  max-height: 100px;
  margin-bottom: 5rem;
}
body.pg_angebot.pg_wald .kasten, body.pg_angebot.pg_friedhof .kasten, body.pg_angebot.pg_see .kasten, body.pg_angebot.pg_feuer .kasten, body.content_page.pg_wald .kasten, body.content_page.pg_friedhof .kasten, body.content_page.pg_see .kasten, body.content_page.pg_feuer .kasten, body.pg_startseite.pg_wald .kasten, body.pg_startseite.pg_friedhof .kasten, body.pg_startseite.pg_see .kasten, body.pg_startseite.pg_feuer .kasten {
  margin-top: 5rem;
  color: #fff;
  padding: 3rem 0 0 0;
  max-width: var(--max-width-kasten);
  margin: 0 auto;
}
body.pg_angebot.pg_wald .abschlussH, body.pg_angebot.pg_friedhof .abschlussH, body.pg_angebot.pg_see .abschlussH, body.pg_angebot.pg_feuer .abschlussH, body.content_page.pg_wald .abschlussH, body.content_page.pg_friedhof .abschlussH, body.content_page.pg_see .abschlussH, body.content_page.pg_feuer .abschlussH, body.pg_startseite.pg_wald .abschlussH, body.pg_startseite.pg_friedhof .abschlussH, body.pg_startseite.pg_see .abschlussH, body.pg_startseite.pg_feuer .abschlussH {
  height: 100%;
  background: url(../kasten/untenH.svg);
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  padding-bottom: 5rem;
  border-top: solid 3rem var(--gruen);
}
body.pg_angebot.pg_wald .contentK, body.pg_angebot.pg_friedhof .contentK, body.pg_angebot.pg_see .contentK, body.pg_angebot.pg_feuer .contentK, body.content_page.pg_wald .contentK, body.content_page.pg_friedhof .contentK, body.content_page.pg_see .contentK, body.content_page.pg_feuer .contentK, body.pg_startseite.pg_wald .contentK, body.pg_startseite.pg_friedhof .contentK, body.pg_startseite.pg_see .contentK, body.pg_startseite.pg_feuer .contentK {
  padding-top: 3rem;
  background-image: url(../kasten/baum-hg.png);
  background-color: var(--gruen);
  background-position: center bottom;
  background-repeat: no-repeat;
  aspect-ratio: 15/9;
}
body.pg_angebot.pg_friedhof .abschlussH, body.content_page.pg_friedhof .abschlussH, body.pg_startseite.pg_friedhof .abschlussH {
  height: 100%;
  background: url(../kasten/untenH-braun.svg);
  background-repeat: no-repeat;
}
body.pg_angebot.pg_friedhof .contentK, body.content_page.pg_friedhof .contentK, body.pg_startseite.pg_friedhof .contentK {
  padding-top: 3rem;
  background-image: url(../kasten/park-hg.png);
  background-color: var(--braun);
}
body.pg_angebot.pg_see .abschlussH, body.content_page.pg_see .abschlussH, body.pg_startseite.pg_see .abschlussH {
  height: 100%;
  background: url(../kasten/untenH-blau.svg);
  background-repeat: no-repeat;
}
body.pg_angebot.pg_see .contentK, body.content_page.pg_see .contentK, body.pg_startseite.pg_see .contentK {
  padding-top: 3rem;
  background-image: url(../kasten/see-hg.png);
  background-color: var(--blau);
}
body.pg_angebot.pg_feuer .abschlussH, body.content_page.pg_feuer .abschlussH, body.pg_startseite.pg_feuer .abschlussH {
  height: 100%;
  background: url(../kasten/untenH-hblau.svg);
  background-repeat: no-repeat;
  color: var(--blau);
}
body.pg_angebot.pg_feuer .contentK, body.content_page.pg_feuer .contentK, body.pg_startseite.pg_feuer .contentK {
  padding-top: 3rem;
  background-image: none;
  background-color: var(--hhblau-kasten);
  color: var(--blau);
}
body.pg_angebot.pg_feuer .columnH, body.content_page.pg_feuer .columnH, body.pg_startseite.pg_feuer .columnH {
  color: var(--blau);
}
body.pg_angebot .columnH, body.content_page .columnH, body.pg_startseite .columnH {
  padding: 2rem 3rem;
  display: flex;
  --gap: 3rem;
  gap: var(--gap);
  justify-content: center;
}
body.pg_angebot .columnH .content-text, body.content_page .columnH .content-text, body.pg_startseite .columnH .content-text {
  flex: 0 0 calc(50% - var(--gap));
}
body.pg_angebot .btn_bestellen, body.content_page .btn_bestellen, body.pg_startseite .btn_bestellen {
  --padding: 1.5rem 0;
  --font-size: 1.5rem;
  display: flex;
  padding-top: 2rem;
  max-width: var(--max-width-main-smaller);
  margin: 0 auto;
}
body.pg_angebot .btn_bestellen .btnh, body.content_page .btn_bestellen .btnh, body.pg_startseite .btn_bestellen .btnh {
  flex: 0 0 40%;
  text-align: center;
  padding: var(--padding);
  font-size: var(--font-size);
}
body.pg_angebot .btn_bestellen .btnh.active, body.content_page .btn_bestellen .btnh.active, body.pg_startseite .btn_bestellen .btnh.active {
  background-color: var(--blau);
  color: #fff;
  border: 2px solid var(--blau);
}
body.pg_angebot .btn_bestellen .btnh.active button, body.content_page .btn_bestellen .btnh.active button, body.pg_startseite .btn_bestellen .btnh.active button {
  background-color: transparent;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
body.pg_angebot .btn_bestellen .btnh.active button a, body.content_page .btn_bestellen .btnh.active button a, body.pg_startseite .btn_bestellen .btnh.active button a {
  color: #fff;
  text-decoration: none;
}
body.pg_angebot .btn_bestellen .preish, body.content_page .btn_bestellen .preish, body.pg_startseite .btn_bestellen .preish {
  flex: 0 0 20%;
  border: 2px solid var(--blau);
  text-align: center;
  padding: var(--padding);
  font-weight: 600;
  font-size: var(--font-size);
}

#headC,
#headT {
  display: inline-flex;
  gap: 1rem;
  grid-column: 1/-1;
  margin: 0 auto;
  min-width: 700px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#headC > div,
#headT > div {
  text-align: center;
  width: 33%;
}
#headC > div.content-text, #headC > div#preisT,
#headT > div.content-text,
#headT > div#preisT {
  width: 25%;
}
#headC > div.content-image,
#headT > div.content-image {
  width: 50%;
}
#headC div.content-text,
#headT div.content-text {
  font-family: "Pacifico" !important;
  font-size: 1.5rem;
  text-align: center;
}
#headC div.content-text .rte,
#headT div.content-text .rte {
  display: block;
  width: 100%;
}
#headC div.content-text .rte p,
#headT div.content-text .rte p {
  font-family: "Pacifico" !important;
  font-size: 1.5rem;
  text-align: center;
}
#headC div.content-text strong em,
#headT div.content-text strong em {
  font-family: "Source Sans 3";
  font-size: var(--a-size);
  font-style: normal;
  text-transform: uppercase;
}
#headC #preisT,
#headT #preisT {
  text-align: center;
}
#headC #preisT .rahmen,
#headT #preisT .rahmen {
  margin: 0 auto;
  border: 2px solid var(--blau);
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.175rem;
  white-space: nowrap;
}

#faq_h .toggler {
  font-family: "Pacifico";
  font-size: 1.5rem;
  padding: 2rem 0;
  font-weight: 400;
  text-align: center;
}

.toggler {
  cursor: pointer;
}

body.pg_faq {
  background-image: url(../hg/bg-ufer.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

#main .content-text p {
  font-family: "Source Sans 3";
  font-size: 1.1875rem;
  line-height: 1.7rem;
  font-weight: 600;
}
#main .content-text.handw {
  font-family: "Pacifico";
  font-size: 1.875rem;
  font-style: italic;
}
#main .content-text.handw p {
  font-family: "Pacifico";
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 400;
}

body.pg_startseite #teaserGG {
  background-image: url(../hg/bg-ufer-start.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 12rem;
}
body.pg_startseite .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: 5rem;
}
body.pg_startseite .grid .content-text {
  grid-column: 1/-1;
  grid-row: 1/2;
  max-width: var(--max-width-main-smaller) !important;
  margin: 0 auto;
  padding-top: 10rem;
}
body.pg_startseite .grid .content-text p {
  font-weight: 600;
}
body.pg_startseite .grid .fullw {
  grid-column: 1/-1;
  grid-row: 1/2;
  z-index: -1;
}

textarea {
  width: 100%;
}

#download-panel {
  display: flex;
  flex-wrap: wrap;
  display: flex;
}
#download-panel .content-download {
  flex: 0 0 50%;
  text-align: center;
  padding: 3rem 1rem;
  cursor: pointer;
}
#download-panel .content-download a {
  pointer-events: none;
}

#headT {
  padding-top: 5rem;
}
#headT > div.content-text {
  width: 100%;
  flex: 1 0 100%;
}

.teaserW {
  display: flex;
  margin-top: 2rem;
  background-color: var(--hblau);
  color: #fff;
}
.teaserW .tteaser {
  max-width: 75%;
  flex: 0 0 75%;
  color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 75% 100%;
  display: flex;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.teaserW .tteaser:hover {
  transform: scale(1.02);
}
.teaserW .tteaser .content {
  background-color: var(--blau);
  flex: 0 0 75%;
  padding: 2rem 0;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 3rem 0;
  text-align: center;
}
.teaserW .tteaser .bg-h {
  background-image: url(../kasten/blau-horizontal.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  flex: 0 0 20%;
}
.teaserW .content-text {
  flex: 0 0 20%;
  max-width: 20%;
  color: #fff;
  text-align: center;
}
.teaserW .content-text .a {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  margin-bottom: 0;
}
.teaserW .content-text .b {
  font-size: 1.875rem !important;
  font-family: "Pacifico" !important;
  margin: 0.5rem;
  font-weight: 400;
}
.teaserW .content-text .rahmen {
  font-size: 1.875rem;
}

.fullw img {
  width: 100%;
  height: auto;
}

#article-170 {
  margin-top: 0;
}
#article-170 h2 {
  font-weight: 400;
  font-size: 1.5rem;
  font-style: normal;
}

#article-172 {
  background-color: #fff;
}
#article-172 h1 {
  font-family: "Pacifico";
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
  font-style: normal;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.normalP p {
  font-family: "Source Sans 3";
  font-size: 1.1875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding: 0;
}
.normalP p:last-of-type {
  margin-bottom: 0;
}

#btn-mehr {
  text-align: center;
  margin-top: 2rem;
  cursor: pointer;
}

.teaserW {
  max-width: var(--max-width-main);
  margin: 0 auto;
  margin-top: 2rem;
}

#teaserH {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  max-width: var(--max-width-main);
  margin: 0 auto;
}
#teaserH .teaser {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  justify-content: space-between;
  flex: 0 0 30%;
  cursor: pointer;
  transform: translateY(5rem);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease-in;
  opacity: 0;
}
#teaserH .teaser:hover {
  transform: scale(0.98) !important;
}
#teaserH .teaser.show {
  transform: translateY(0);
  opacity: 1;
}
#teaserH #teaser-1 {
  background-color: var(--hgruen);
}
#teaserH #teaser-3 {
  background-color: var(--hblau);
}
#teaserH #teaser-3 .article_header .text {
  background-color: var(--blau);
}
#teaserH #teaser-2 {
  background-color: var(--hbraun);
}
#teaserH #teaser-2 .article_header .text {
  background-color: var(--braun);
}
#teaserH .article_header {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0rem 0rem;
  border-top: 0rem;
  top: 0;
  font-size: 1.875rem;
}
#teaserH .article_header .text {
  background-color: var(--gruen);
  padding: 1rem;
}
#teaserH .article_header .spitze {
  display: flex;
}
#teaserH .article_content {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
#teaserH .article_content span {
  font-family: "Pacifico";
  display: block;
  font-size: 1.875rem;
}
#teaserH .article_content .preisT .rahmen {
  font-size: 1.875rem;
}
#teaserH #teaserBild {
  text-align: center;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 400;
}

body {
  font-family: "Source Sans 3";
  font-size: 16px;
}

#main > .inside {
  --content-maxwidth: var(--max-width-main);
  --padding-inline: 3rem;
  --breakout-maxwidth: 100rem;
  display: grid;
  grid-template-columns: [full-width-start] var(--padding-inline) [breakout-start] 1fr [content-start] minmax(300px, var(--content-maxwidth)) [content-end] 1fr [breakout-end] var(--padding-inline) [full-width-end];
}
#main > .inside > *, #main > .inside > .content {
  grid-column: content;
}
#main > .inside > .content-wide, #main > .inside > .head-image, #main > .inside > .fullwidth {
  grid-column: full-width;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column: 1/-1;
}
#main > .inside > .inner-grid, #main > .inside > .full-width {
  grid-column: full-width;
}
#main > .inside > .breakout {
  grid-column: breakout;
}
#main .head-image {
  grid-column: 1/-1;
}
#main .head-image > .inside {
  grid-column: 1/-1;
}
#main .stack {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: end;
}
#main .stack .content-image {
  grid-column: 1/-1;
  grid-row: 1/2;
  z-index: 1;
}
#main .stack .content-image img {
  width: 100%;
}
#main .stack .content-text {
  grid-column: 1/-1;
  grid-row: 1/2;
  max-width: var(--max-width-text);
  width: 100%;
}
#main .rsts-skin-default .rsts-prev,
#main .rsts-skin-default .rsts-next,
#main .rsts-skin-default .rsts-video-play,
#main .rsts-skin-default .rsts-video-stop,
#main .rsts-skin-default .rsts-thumbs-prev,
#main .rsts-skin-default .rsts-thumbs-next {
  right: auto;
  left: 0;
  bottom: 50%;
  background-image: url("../hg/prev.png");
}
#main .rsts-skin-default .rsts-prev,
#main .rsts-skin-default .rsts-thumbs-prev {
  right: 20px;
  background-image: url("../hg/prev.png");
}
#main .rsts-skin-default .rsts-next,
#main .rsts-skin-default .rsts-thumbs-next {
  right: 0;
  left: auto;
  bottom: 50%;
  background-image: url("../hg/next.png");
}

@media only screen and (max-width: 1150px) {
  #teaserGG {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body.pg_startseite .grid .content-text .rte {
    background: rgba(255, 255, 255, 0.6);
    padding: 1rem;
  }
}
@media only screen and (max-width: 950px) {
  #footer .inside .flexrow {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    padding: 0 2rem;
  }
  #footer .inside .flexrow #logoBottom {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #footer .inside .flexrow #col1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #footer .inside .flexrow #col2 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media only screen and (max-width: 890px) {
  #headC,
  #headT {
    min-width: 0px;
  }
  body.pg_angebot .columnH {
    padding: 2rem 1rem;
    display: flex;
    --gap: 1rem;
  }
  #header > .inside {
    grid-template-columns: 20% auto 20%;
  }
}
@media only screen and (max-width: 800px) {
  body.pg_angebot.pg_wald .abschlussH,
  body.pg_angebot.pg_friedhof .abschlussH,
  body.pg_angebot.pg_see .abschlussH,
  body.pg_angebot.pg_feuer .abschlussH {
    border-top: 5rem solid var(--gruen);
  }
  body.pg_angebot.pg_wald .abschlussH .abschluss,
  body.pg_angebot.pg_friedhof .abschlussH .abschluss,
  body.pg_angebot.pg_see .abschlussH .abschluss,
  body.pg_angebot.pg_feuer .abschlussH .abschluss {
    margin-top: -2rem;
  }
  body.pg_angebot.pg_friedhof .abschlussH {
    border-top: 5rem solid var(--braun);
  }
  body.pg_angebot.pg_see .abschlussH {
    border-top: 5rem solid var(--blau);
  }
  body.pg_angebot.pg_feuer .abschlussH {
    border-top: 5rem solid var(--hhblau-kasten);
  }
  body.pg_startseite .grid .content-text {
    grid-column: 1/-1;
    grid-row: 2/3;
    max-width: var(--max-width-main-smaller) !important;
    margin: 0 auto;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .teaserW {
    display: flex;
    flex-direction: column;
  }
  .teaserW .tteaser {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .teaserW .tteaser:hover {
    transform: scale(1);
  }
  .teaserW .tteaser .content {
    flex: 0 0 100%;
  }
  .teaserW .tteaser .bg-h {
    background-color: var(--blau);
    background-image: url(../kasten/blau-horizontal.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    flex: 0 0 0;
  }
  .teaserW .content-text {
    flex: 0 0 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    padding: 1rem;
  }
}
@media only screen and (max-width: 720px) {
  body.pg_angebot .columnH {
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .abschluss {
    padding-top: 0rem;
  }
  .btn_bestellen {
    justify-content: center;
  }
  .btn_bestellen .btnh .leer {
    display: none;
    flex: 0 0 0;
    width: 0;
  }
  .btn_bestellen .btnh .active {
    flex: 1 0 50%;
  }
  .btn_bestellen .preish {
    flex: 1 0 30%;
  }
  .btn_bestellen .btnh.leer {
    display: none;
    flex: 0 0 0;
    width: 0;
  }
  #header > .inside {
    grid-template-columns: 20% auto 20%;
  }
}
@media only screen and (max-width: 680px) {
  #headC,
  #headT {
    min-width: 0px;
    flex-wrap: wrap;
  }
  #headC > div,
  #headT > div {
    width: 100%;
    flex: 1 0 100%;
    text-align: center;
  }
  #left ul.level_1 li {
    text-align: center;
  }
  #download-panel {
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  #footer .inside .flexrow {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto;
    padding: 0 2rem;
    justify-items: center;
  }
  #footer .inside .flexrow #logoBottom {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  #footer .inside .flexrow #col1 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  #footer .inside .flexrow #col2 {
    grid-column: 1/-1;
    grid-row: 3/4;
    align-items: center;
  }
  #footer {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 620px) {
  body.pg_angebot .btn_bestellen {
    flex-direction: column;
  }
  #left ul.level_1 {
    padding: 0 1rem;
  }
  #teaserH {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
    max-width: var(--max-width-main);
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #teaserH .teaser {
    flex: 0 0 calc(50% - 2rem);
    margin: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  #header > .inside {
    grid-template-columns: 80% 20%;
  }
  #header > .inside #logoT {
    grid-column: 1/2;
  }
  #header > .inside #navT {
    grid-column: 2/3;
  }
  #left ul.level_1 li a,
  #left ul.level_1 li strong {
    --a-size: 1.175rem;
  }
  #headC div.content-text .rte p,
  #headT div.content-text .rte p {
    font-size: 2rem;
    line-height: 3rem;
  }
  #headC div.content-text strong em,
  #headT div.content-text strong em {
    font-size: 2rem;
  }
  #headC #preisT .rahmen,
  #headT #preisT .rahmen {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 390px) {
  html {
    font-size: 10px;
  }
  #teaserH .teaser {
    flex: 0 0 calc(100% - 2rem);
    margin: 1rem;
  }
  .teaserW {
    max-width: 100%;
    flex: 0 0 calc(100% - 2rem);
    margin: 1rem;
  }
}/*# sourceMappingURL=aufbau.css.map */