@charset "UTF-8";
.element-bg-hell {
  background-color: var(--palette-neutral-beige);
}

.element-bg-dunkel {
  background-color: var(--palette-yellow-100);
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0.025em;
  color: var(--palette-green-600);
  background: var(--palette-neutral-beige-lighter);
  margin: 0;
  padding: 0;
  height: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

h1 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: clamp(2.75rem, calc(2.3214285714rem + 1.9047619048vw), 3.75rem);
  line-height: 1.15em;
  overflow-wrap: break-word;
}

h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: clamp(1.5rem, calc(1.2857142857rem + 0.9523809524vw), 2rem);
  line-height: 1.05em;
  overflow-wrap: break-word;
  margin-top: 0.5em;
  margin-bottom: 0.67em;
}
h2.non-serif {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, calc(1.4285714286rem + 1.4285714286vw), 2.5rem);
  line-height: 1.25em;
}

h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.125rem, calc(1.0285714286rem + 0.4285714286vw), 1.35rem);
  line-height: 1.15em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}

h4 {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.05rem, calc(0.9642857143rem + 0.380952381vw), 1.25rem);
  line-height: 1.15em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}

h5 {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1rem, calc(0.9142857143rem + 0.380952381vw), 1.2rem);
  line-height: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
}

h6 {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(0.9rem, calc(0.8678571429rem + 0.1428571429vw), 0.975rem);
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}

a {
  outline: none;
  color: var(--palette-green-600);
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

strong,
b {
  font-weight: 600;
}

blockquote {
  font-size: clamp(1.05rem, calc(0.9rem + 0.6666666667vw), 1.4rem);
  max-width: 896px;
  margin: 50px auto;
  color: var(--palette-green-600);
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid var(--palette-green-600);
  line-height: 1.6;
  position: relative;
  background: var(--palette-neutral-beige);
  border-radius: 0 1rem 1rem 0;
}
blockquote p:first-child {
  margin-top: 0;
}

blockquote::before {
  font-family: Arial;
  content: "“";
  color: var(--palette-green-600);
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: var(--palette-green-600);
  font-style: normal;
  font-weight: 500;
  margin-top: 1em;
  font-size: clamp(0.75rem, calc(0.6428571429rem + 0.4761904762vw), 1rem);
}

.field--body ul li {
  padding-left: 2rem;
  background-image: url("../resources/dist/icons/list.svg");
  background-size: 1.2em;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
.field--body ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
}
.field--body ol li {
  margin-bottom: 1em;
}

.button,
button {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background-color: transparent;
  color: var(--palette-green-600);
  border: 3px solid var(--palette-green-600);
  -webkit-appearance: none;
  appearance: none;
  padding: 0.315em 1em;
  letter-spacing: 0.025em;
  text-decoration: none;
  cursor: pointer;
}
.button:focus, .button:hover,
button:focus,
button:hover {
  background-color: var(--palette-green-400);
  color: var(--palette-neutral-green);
  border-color: var(--palette-green-400);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

small {
  font-size: 0.7rem;
}

.subtitle {
  font-size: clamp(0.95rem, calc(0.875rem + 0.3333333333vw), 1.125rem);
  line-height: 1.5em;
  letter-spacing: -0.011em;
}

a.button {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0.657rem 1.25rem;
  border-radius: 0.5rem;
  color: var(--palette-neutral-green);
  background-color: var(--palette-green-600);
  text-align: center;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
a.button:hover, a.button:focus {
  background-color: var(--palette-green-400);
}

p {
  line-height: 1.5em;
  margin: 1em 0;
}
p.highlight {
  font-size: clamp(1.05rem, calc(0.9107142857rem + 0.619047619vw), 1.375rem);
  line-height: 1.5em;
}

hr {
  border-color: var(--palette-green-400);
  opacity: 0.2;
  margin: 1em 0;
}

.media--content {
  margin: 1em auto;
}
.media--content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.field--titel h2 {
  margin-top: 0;
}

header[role=banner] {
  margin: 0 2rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  header[role=banner] {
    margin: 0 1rem;
  }
}
header[role=banner] .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 82px 1fr;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2.31rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header[role=banner] .region {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.layout-content {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .layout-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

footer[role=contentinfo] {
  color: var(--palette-neutral-beige-lighter);
  background-color: var(--palette-green-500);
  padding: 4rem 2.5rem;
}
footer[role=contentinfo] a {
  color: inherit;
}
footer[role=contentinfo] nav[role=navigation] ul.menu a {
  text-decoration: underline;
}
footer[role=contentinfo] .flex-wrapper--two-col {
  padding: 0;
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  footer[role=contentinfo] {
    padding: 2rem 1rem;
  }
  footer[role=contentinfo] nav[role=navigation] {
    width: 100%;
  }
  footer[role=contentinfo] nav[role=navigation] ul.menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer[role=contentinfo] .flex-wrapper--two-col {
    gap: 4rem;
  }
}

.content-focus {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.content-focus-max {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-focus-medium {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

.content-focus-small {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.region-header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.region-footer-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .region-footer-right {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 5rem;
  }
}

.region-hero {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

nav[role=navigation] ul.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
nav[role=navigation] ul.menu a {
  text-decoration: none;
}

picture img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-style {
  position: relative;
  background-color: var(--palette-neutral-beige-lighter-fallback);
  border-radius: 1rem;
}
.hero-style .hero-annotation {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--palette-neutral-beige-lighter);
}
.hero-style .hero-annotation h1 {
  font-size: clamp(2rem, calc(1.5714285714rem + 1.9047619048vw), 3rem);
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .hero-style .hero-annotation {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.path-frontpage .hero-style .hero-annotation {
  padding: 5.5rem 2rem;
  min-height: clamp(20rem, 100svh - 7.125rem - 2rem - 11rem, 55rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.path-frontpage .hero-style .hero-annotation h1 {
  font-size: clamp(2rem, calc(0.5rem + 6.6666666667vw), 5.5rem);
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .path-frontpage .hero-style .hero-annotation {
    padding: 4.5rem 1rem;
    min-height: clamp(15rem, 100svh - 3.5rem - 1rem - 9rem, 55rem);
  }
}

.media--hero {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--palette-neutral-beige-lighter-fallback);
}
.media--hero:after, .media--hero:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media--hero:before {
  background-color: var(--palette-neutral-beige-lighter-opacity);
}
.media--hero:after {
  background-color: var(--palette-neutral-beige-opacity);
}
.media--hero picture img,
.media--hero picture, .media--hero > div {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.field--body {
  margin: 5.5rem 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
  .block--copyrightblock {
    width: 100%;
    text-align: center;
  }
}

.flex-wrapper--two-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .flex-wrapper--two-col {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1rem;
  }
}

.field--elemente > .field--item {
  margin-top: 5.5rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .field--elemente > .field--item {
    margin-top: 4.5rem;
  }
}

.block--systembrandingblock img {
  display: block;
}

.menu-toggle {
  display: none;
  -webkit-appearance: none;
          appearance: none;
  border: 0 none;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../resources/dist/icons/menu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
}
.menu-toggle[aria-expanded=true] {
  background-image: url(../resources/dist/icons/menu_collapse.svg);
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
  .block--systembrandingblock img {
    max-width: 12rem;
  }
  .menu-toggle {
    display: block;
  }
  .block--systemmenublock__main {
    display: none;
  }
  .block--systemmenublock__main[aria-hidden=false] {
    display: block;
  }
  header[role=banner] .region.region-header-center .block {
    display: none;
  }
  header[role=banner] .content-wrapper {
    padding: 1rem 0;
  }
  body[menu-expanded=true] .menu-toggle {
    position: fixed;
    right: 1rem;
    top: 1rem;
  }
  body[menu-expanded=true] header[role=banner] {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: var(--palette-neutral-beige);
    margin: 0;
    padding: 0 1rem;
  }
  body[menu-expanded=true] header[role=banner] .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: calc(100% - 2rem);
  }
  body[menu-expanded=true] header[role=banner] .region-header-left {
    -ms-flex-item-align: start;
        align-self: flex-start;
    min-height: 1.5rem;
  }
  body[menu-expanded=true] header[role=banner] .region-header-center {
    -ms-flex-order: 99;
        order: 99;
  }
  body[menu-expanded=true] header[role=banner] .region.region-header-center .block {
    display: block;
  }
  body[menu-expanded=true] header[role=banner] nav[role=navigation] ul.menu {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  body[menu-expanded=true] header[role=banner] nav[role=navigation] ul.menu a {
    font-size: 1.375rem;
  }
}
.contact-info {
  font-size: clamp(1.05rem, calc(0.9857142857rem + 0.2857142857vw), 1.2rem);
  line-height: 1.5em;
}
.contact-info__company {
  font-size: clamp(1.14rem, calc(1.0392857143rem + 0.4476190476vw), 1.375rem);
  margin-bottom: 0.25em;
}
.contact-info__address {
  margin-bottom: 1em;
}
.contact-info__channels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.main-content-skip {
  background: var(--palette-green-600);
  right: 0;
  left: 0;
  width: calc(100% - 1rem);
  display: block;
  text-align: center;
  color: var(--palette-neutral-green);
  padding: 1rem 0.5rem;
  text-decoration: none;
}

.block--karte .field--position {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .block--karte .field--position {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.block--karte .field--position {
  height: clamp(30rem, 40vh, 60rem);
}
.block--karte .field--position .leaflet-tile-container {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.block--karte .field--position .map-marker {
  width: 30px;
  height: 30px;
  background-color: var(--palette-neutral-beige-lighter);
  border-radius: 50%;
  background-image: url(../logoalt.svg);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  border: 4px solid var(--palette-green-600);
}
.block--karte .field--position .map-marker:after {
  content: "";
  display: block;
  border: solid var(--palette-green-600);
  position: absolute;
  margin-top: 24px;
  margin-left: 10px;
  border-width: 0 4px 4px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100lvh;
  text-align: center;
}
.placeholder h3 {
  font-size: 1.2rem;
}
.placeholder h1 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: none;
}
.placeholder .secondary-logo {
  margin-bottom: 0.25em;
}
.placeholder .main-logo {
  margin-bottom: 1rem;
}
.placeholder .main-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}
.placeholder .info-text {
  font-size: 0.9rem;
  margin-top: 2rem;
}

.auth-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.auth-form form {
  padding-bottom: 1em;
}
.auth-form form input[type=submit] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.auth-form .small-link {
  font-size: 0.8rem;
}

.path-user .region-header-left {
  opacity: 0;
}

form {
  padding: 5.5rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 0px) and (max-width: 399px) {
  form {
    padding: 4.5rem 0;
  }
}
form label {
  position: absolute;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04688rem;
  margin: 0;
  padding: 1.2rem 1rem;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
form label.is-active {
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  opacity: 1;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: var(--palette-form-contrast);
}
form textarea,
form input {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  box-sizing: border-box;
  display: block;
  padding: 1.2rem 1rem;
  outline: none;
  border: 1px solid;
  border-radius: 7px;
  width: 100%;
}
form textarea:not(:-ms-input-placeholder) + label, form input:not(:-ms-input-placeholder) + label {
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  opacity: 1;
  transform: translateY(1px);
}
form textarea:not(:placeholder-shown) + label, form textarea:focus + label,
form input:not(:placeholder-shown) + label,
form input:focus + label {
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  opacity: 1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
form input[type=submit] {
  background-color: var(--palette-green-600);
  color: var(--palette-neutral-green);
}
form .js-form-type-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 0.75rem;
}
form .js-form-type-checkbox label {
  position: relative;
  opacity: 1;
  padding: 0;
  pointer-events: inherit;
  letter-spacing: inherit;
}
form .js-form-type-checkbox label a {
  cursor: pointer;
}
form .js-form-type-checkbox input {
  -ms-flex-preferred-size: 1rem;
      flex-basis: 1rem;
}
form .form-item {
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

.webform-submission-form {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
.webform-submission-form input[type=submit] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  width: auto;
  padding: 1rem 1rem 1rem 4rem;
  background-image: url(../resources/dist/icons/mail.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 2rem;
}

.paragraph--type--text-bild {
  padding: 3.5rem 2.5rem;
  border-radius: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .paragraph--type--text-bild {
    padding: 2rem 1.5rem;
  }
}
.paragraph--type--text-bild .content-focus-max {
  max-width: calc(1440px - 7.3rem);
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .paragraph--type--text-bild .content-focus-max {
    gap: 2rem;
  }
}
.paragraph--type--text-bild .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 450px;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .paragraph--type--text-bild .content-wrapper {
    gap: 4.5rem;
  }
}
.paragraph--type--text-bild .field--medium {
  max-width: 450px;
  width: 100%;
}
.paragraph--type--text-bild .field--medium img {
  border-radius: 1rem;
}
.paragraph--type--text-bild .field--medium,
.paragraph--type--text-bild .content-wrapper {
  max-width: 450px;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .paragraph--type--text-bild .field--medium,
  .paragraph--type--text-bild .content-wrapper {
    max-width: none;
  }
}
.paragraph--type--text-bild .field--zusatztext {
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph--type--text-mit-icon {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.paragraph--type--text-mit-icon .field--icon {
  margin-bottom: 2rem;
}
.paragraph--type--text-mit-icon .field--icon img {
  max-height: 3rem;
  width: auto;
  display: block;
}
.paragraph--type--text-mit-icon .content-wrapper {
  max-width: 720px;
  padding: 0 2rem;
}
@media screen and (min-width: 0px) and (max-width: 630px) {
  .paragraph--type--text-mit-icon .content-wrapper {
    padding: 0;
  }
}

.paragraph--type--hero-image {
  max-width: 1920px;
  margin: auto;
}
.paragraph--type--hero-image .media--hero:after, .paragraph--type--hero-image .media--hero:before {
  display: none;
}
.paragraph--type--hero-image .media--hero picture img, .paragraph--type--hero-image .media--hero picture, .paragraph--type--hero-image .media--hero > div {
  height: auto;
}
.paragraph--type--hero-image .media--hero {
  position: relative;
}

.paragraph--type--faq-liste .field--titel {
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
  .paragraph--type--faq {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.paragraph--type--faq .faq__answer,
.paragraph--type--faq summary {
  padding: 2rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.paragraph--type--faq .faq__answer {
  padding-top: 0;
}
.paragraph--type--faq summary {
  line-height: 1.5em;
}
.paragraph--type--faq summary::marker {
  content: "";
}
.paragraph--type--faq summary::after {
  content: "";
  display: inline-block;
  inline-size: 1em;
  -webkit-margin-end: 0.25em;
          margin-inline-end: 0.25em;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-image: url(../resources/dist/icons/expand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.paragraph--type--faq[open] summary::after {
  background-image: url(../resources/dist/icons/collapse.svg);
}
.paragraph--type--faq {
  border-bottom: 1px solid;
}

.paragraph--type--ablauf {
  padding: 2rem;
  border: 1px solid;
  border-radius: 1rem;
}
.paragraph--type--ablauf .field--titel h3:before {
  counter-increment: section;
  content: counter(section) " ";
}

.paragraph--type--ablauf-liste {
  counter-reset: section;
}
.paragraph--type--ablauf-liste .field--ablaeufe .field--item:after {
  content: "";
  display: block;
  width: 1px;
  height: 3.5rem;
  background-color: var(--palette-green-600);
  margin: auto;
}
.paragraph--type--ablauf-liste .field--ablaeufe .field--item:last-child:after {
  display: none;
}
/*# sourceMappingURL=../css/main.css.map */
