@font-face {
  font-family: "BundesSansWeb-Regular";

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  src: url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Regular.eot"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Regular.ttf") format("truetype"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "BundesSansWeb-Bold";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  src: url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Bold.eot"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Bold.ttf") format("truetype"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: "BundesSansWeb-Italic";

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  src: url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Italic.eot"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Italic.ttf") format("truetype"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-Italic.woff") format("woff");
}

@font-face {
  font-family: "BundesSansWeb-BoldItalic";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  src: url("Schriften/Bund/BundesSansWeb/BundesSansWeb-BoldItalic.eot"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-BoldItalic.ttf") format("truetype"), url("Schriften/Bund/BundesSansWeb/BundesSansWeb-BoldItalic.woff") format("woff");
}

/*
@font-face {
  font-family: "BundesSerifWeb-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src:  url("Schriften/Bund/BundesSerifWeb/BundesSerifWeb-Bold.eot"),
        url("Schriften/Bund/BundesSerifWeb/BundesSerifWeb-Bold.ttf") format("truetype"),
        url("Schriften/Bund/BundesSerifWeb/BundesSerifWeb-Bold.woff") format("woff");
}
*/

/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: BundesSansWeb-Regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.\!visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.top-1\/2 {
  top: 50%;
}

.left-0 {
  left: 0px;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.-z-10 {
  z-index: -10;
}

.order-last {
  order: 9999;
}

.order-first {
  order: -9999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-2 {
  margin: -0.5rem;
}

.m-bundMargin-10px {
  margin: 0.625rem;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-bundMargin-20px {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.-mx-bundMargin-14px {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.mx-bundMargin-25px {
  margin-left: 1.563rem;
  margin-right: 1.563rem;
}

.-mx-bundMargin-1px {
  margin-left: -0.063rem;
  margin-right: -0.063rem;
}

.-mx-bundMargin-25px {
  margin-left: -1.563rem;
  margin-right: -1.563rem;
}

.mb-bundMargin-15px {
  margin-bottom: 0.938rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-bundMargin-16px {
  margin-left: 1rem;
}

.mb-bundMargin-10px {
  margin-bottom: 0.625rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.mr-bundMargin-7px {
  margin-right: 0.438rem;
}

.-mr-bundMargin-2px {
  margin-right: -0.125rem;
}

.-ml-bundMargin-15px {
  margin-left: -0.938rem;
}

.-mr-bundMargin-15px {
  margin-right: -0.938rem;
}

.mt-bundMargin-7px {
  margin-top: 0.438rem;
}

.-ml-bundMargin-30px {
  margin-left: -1.875rem;
}

.-ml-bundMargin-45px {
  margin-left: -2.813rem;
}

.-ml-bundMargin-60px {
  margin-left: -3.75rem;
}

.mt-bundMargin-5px {
  margin-top: 0.313rem;
}

.-ml-bundMargin-75px {
  margin-left: -4.688rem;
}

.mr-bundMargin-25px {
  margin-right: 1.563rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-bundMargin-30px {
  margin-top: 1.875rem;
}

.ml-bundMargin-25px {
  margin-left: 1.563rem;
}

.mt-bundMargin-10px {
  margin-top: 0.625rem;
}

.-mt-bundMargin-3px {
  margin-top: -0.188rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.ml-bundMargin-23px {
  margin-left: 1.453rem;
}

.ml-bundMargin-5px {
  margin-left: 0.313rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-px {
  margin-top: -1px;
}

.\!mr-0 {
  margin-right: 0px !important;
}

.mb-bundMargin-20px {
  margin-bottom: 1.25rem;
}

.mt-bundMargin-15px {
  margin-top: 0.938rem;
}

.mt-bundMargin-25px {
  margin-top: 1.563rem;
}

.mt-bundMargin-12px {
  margin-top: 0.75rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mb-bundMargin-3px {
  margin-bottom: 0.188rem;
}

.\!mt-bundMargin-23px {
  margin-top: 1.453rem !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.ml-bundMargin-10px {
  margin-left: 0.625rem;
}

.-mb-bundMargin-10px {
  margin-bottom: -0.625rem;
}

.mr-bundMargin-10px {
  margin-right: 0.625rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-bundMargin-27px {
  margin-bottom: 1.688rem;
}

.mt-bundMargin-1px {
  margin-top: 0.063rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-bundMargin-14px {
  margin-top: 0.875rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-bundMargin-20px {
  margin-left: 1.25rem;
}

.mt-bundMargin-27px {
  margin-top: 1.688rem;
}

.-mt-anchorOffsetMobil-68px {
  margin-top: -4.25rem;
}

.ml-bundMargin-7px {
  margin-left: 0.438rem;
}

.mr-0 {
  margin-right: 0px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.\!inline-block {
  display: inline-block !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-auto {
  aspect-ratio: auto;
}

.h-bund-22px {
  height: 1.375rem;
}

.h-16 {
  height: 4rem;
}

.h-bund-100px {
  height: 6.25rem;
}

.h-bund-36px {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-bund-16px {
  height: 1rem;
}

.h-bund-48px {
  height: 3rem;
}

.h-px {
  height: 1px;
}

.h-anchorOffsetMobil-68px {
  height: 4.25rem;
}

.h-bund-24px {
  height: 1.5rem;
}

.min-h-bund-31px {
  min-height: 1.938rem;
}

.min-h-bund-50px {
  min-height: 3.125rem;
}

.min-h-bund-100px {
  min-height: 6.25rem;
}

.min-h-bund-150px {
  min-height: 9.375rem;
}

.min-h-bund-200px {
  min-height: 12.5rem;
}

.min-h-bund-250px {
  min-height: 15.625rem;
}

.w-full {
  width: 100%;
}

.w-bund-22px {
  width: 1.375rem;
}

.w-auto {
  width: auto;
}

.w-10 {
  width: 2.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-1\/2 {
  width: 50%;
}

.w-bund-30px {
  width: 1.875rem;
}

.w-bund-36px {
  width: 2.25rem;
}

.w-bund-48px {
  width: 3rem;
}

.w-bund-16px {
  width: 1rem;
}

.w-24 {
  width: 6rem;
}

.w-bund-24px {
  width: 1.5rem;
}

.w-bund-15px {
  width: 0.938rem;
}

.min-w-bund-60px {
  min-width: 3.75rem;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-bund-30px {
  min-width: 1.875rem;
}

.min-w-bund-36px {
  min-width: 2.25rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-bund-1080px {
  max-width: 67.5rem;
}

.max-w-bund-900px {
  max-width: 56.25rem;
}

.max-w-bund-30px {
  max-width: 1.875rem;
}

.max-w-bund-1170px {
  max-width: 73.125rem;
}

.max-w-bund-435px {
  max-width: 27.188rem;
}

.max-w-bund-96px {
  max-width: 6rem;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.grow {
  flex-grow: 1;
}

.\!table-auto {
  table-layout: auto !important;
}

.table-auto {
  table-layout: auto;
}

.origin-top {
  transform-origin: top;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.gap-bundGap-5px {
  gap: 0.313rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-bundGap-15px {
  gap: 0.938rem;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-bundGap-10px {
  gap: 0.625rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-bundGap-45px {
  -moz-column-gap: 2.813rem;
       column-gap: 2.813rem;
}

.gap-y-bundGap-30px {
  row-gap: 1.875rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-bundGap-15px {
  -moz-column-gap: 0.938rem;
       column-gap: 0.938rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-bundGap-20px {
  row-gap: 1.25rem;
}

.gap-y-bundGap-15px {
  row-gap: 0.938rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-bundGap-5px {
  row-gap: 0.313rem;
}

.gap-y-bundGap-34px {
  row-gap: 2.125rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-bundGap-27px {
  row-gap: 1.688rem;
}

.space-y-bundSpace-15px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.938rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.938rem * var(--tw-space-y-reverse));
}

.space-y-bundSpace-10px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-bundSpace-20px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-bundSpace-27px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.688rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.688rem * var(--tw-space-y-reverse));
}

.space-y-bundSpace-30px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-solid {
  border-style: solid;
}

.border-dotted {
  border-style: dotted;
}

.border-bundFarben-hellgrau1 {
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
}

.border-bleAkzentfarbe-darkgreen {
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-bundFarben-hellgrau2 {
  --tw-border-opacity: 1;
  border-color: rgb(242 243 244 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-bundFarben-dunkelgrau2 {
  --tw-border-opacity: 1;
  border-color: rgb(37 41 42 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-bundFarben-dunkelgrau1 {
  --tw-border-opacity: 1;
  border-color: rgb(76 79 84 / var(--tw-border-opacity));
}

.border-bundFarben-fehlermeldungsrot {
  --tw-border-opacity: 1;
  border-color: rgb(120 15 45 / var(--tw-border-opacity));
}

.border-bundFarben-fehlermeldungsgreen {
  --tw-border-opacity: 1;
  border-color: rgb(105 182 63 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-bundFarben-hellgrau2 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity));
}

.\!bg-bundFarben-hellgrau2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity)) !important;
}

.\!bg-intranetKomplementaerfarbe-leichtgruen {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 214 / var(--tw-bg-opacity)) !important;
}

.\!bg-bundFarben-hellgruen1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 234 173 / var(--tw-bg-opacity)) !important;
}

.bg-bundFarben-dunkelgrau1 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 79 84 / var(--tw-bg-opacity));
}

.bg-bundFarben-hellgrau1 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 160 162 / var(--tw-bg-opacity));
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-bundFarben-hellgrau2\/90 {
  background-color: rgb(242 243 244 / 0.9);
}

.bg-bundFarben-dunkelgrau2 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 41 42 / var(--tw-bg-opacity));
}

.bg-bundFarben-fehlermeldungsrot {
  --tw-bg-opacity: 1;
  background-color: rgb(120 15 45 / var(--tw-bg-opacity));
}

.bg-bundFarben-fehlermeldungsgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(105 182 63 / var(--tw-bg-opacity));
}

.bg-bundFarben-fehlermeldungsgelb {
  --tw-bg-opacity: 1;
  background-color: rgb(249 224 58 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-bundTextLinkBGIcon-16px {
  background-size: auto 1rem;
}

.bg-bundTextLinkBGIcon-14px {
  background-size: auto 0.875rem;
}

.bg-heroteaser-wave {
  background-size: 1px 26px, 1px 72px, 100% 100%;
}

.bg-auto {
  background-size: auto;
}

.bg-center {
  background-position: center;
}

.bg-left-top {
  background-position: left top;
}

.bg-heroteaser-top-right-top-left-top-left {
  background-position: top right, top left, top left;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.p-bundPadding-15px {
  padding: 0.938rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0px;
}

.p-bundPadding-10px {
  padding: 0.625rem;
}

.p-bundPadding-2px {
  padding: 0.125rem;
}

.p-bundPadding-4px {
  padding: 0.25rem;
}

.p-bundPadding-13px {
  padding: 0.813rem;
}

.p-1 {
  padding: 0.25rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-bundPadding-20px {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-bundPadding-30px {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-bundPadding-20px {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-bundPadding-4px {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-bundPadding-7px {
  padding-left: 0.438rem;
  padding-right: 0.438rem;
}

.py-bundPadding-2px {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-bundPadding-6px {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.py-bundPadding-10px {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-bundPadding-12px {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-bundPadding-10px {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-bundPadding-5px {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.px-bundPadding-16px {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-bundPadding-15px {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}

.px-bundPadding-5px {
  padding-left: 0.313rem;
  padding-right: 0.313rem;
}

.pt-bundPadding-10px {
  padding-top: 0.625rem;
}

.pt-bundPadding-15px {
  padding-top: 0.938rem;
}

.pl-bundPadding-20px {
  padding-left: 1.25rem;
}

.pt-bundPadding-7px {
  padding-top: 0.438rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-bundPadding-2px {
  padding-bottom: 0.125rem;
}

.pr-bundPadding-2px {
  padding-right: 0.125rem;
}

.pl-bundPadding-30px {
  padding-left: 1.875rem;
}

.pr-bundPadding-15px {
  padding-right: 0.938rem;
}

.pl-bundPadding-5px {
  padding-left: 0.313rem;
}

.pl-bundPadding-45px {
  padding-left: 2.813rem;
}

.pl-bundPadding-60px {
  padding-left: 3.75rem;
}

.pl-bundPadding-75px {
  padding-left: 4.688rem;
}

.pl-bundPadding-90px {
  padding-left: 5.625rem;
}

.pb-bundPadding-5px {
  padding-bottom: 0.313rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pb-bundPadding-15px {
  padding-bottom: 0.938rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-bundPadding-30px {
  padding-top: 1.875rem;
}

.pb-bundPadding-45px {
  padding-bottom: 2.813rem;
}

.pt-bundPadding-40px {
  padding-top: 2.5rem;
}

.pt-bundPadding-27px {
  padding-top: 1.688rem;
}

.pt-bundPadding-6px {
  padding-top: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pl-bundPadding-21px {
  padding-left: 1.344rem;
}

.pt-bundPadding-2px {
  padding-top: 0.125rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.pb-bundPadding-10px {
  padding-bottom: 0.625rem;
}

.pl-bundPadding-15px {
  padding-left: 0.938rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-bundPadding-5px {
  padding-top: 0.313rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-bundPadding-1px {
  padding-top: 0.063rem;
}

.pr-0 {
  padding-right: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.\!pt-bundPadding-6px {
  padding-top: 0.375rem !important;
}

.\!pb-bundPadding-4px {
  padding-bottom: 0.25rem !important;
}

.pt-bundPadding-20px {
  padding-top: 1.25rem;
}

.pt-bundPadding-3px {
  padding-top: 0.188rem;
}

.pb-bundPadding-7px {
  padding-bottom: 0.438rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-0 {
  padding-left: 0px;
}

.pt-bundPadding-17px {
  padding-top: 1.063rem;
}

.pr-bundPadding-4px {
  padding-right: 0.25rem;
}

.pb-bundPadding-20px {
  padding-bottom: 1.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pl-bundPadding-25px {
  padding-left: 1.563rem;
}

.pt-bundPadding-12px {
  padding-top: 0.75rem;
}

.pb-bundPadding-16px {
  padding-bottom: 1rem;
}

.pr-bundPadding-12px {
  padding-right: 0.75rem;
}

.pl-bundPadding-18px {
  padding-left: 1.125rem;
}

.pl-bundPadding-19px {
  padding-left: 1.188rem;
}

.pt-bundPadding-50px {
  padding-top: 3.125rem;
}

.pb-bundPadding-50px {
  padding-bottom: 3.125rem;
}

.pt-bundPadding-45px {
  padding-top: 2.813rem;
}

.pb-bundPadding-40px {
  padding-bottom: 2.5rem;
}

.pt-bundPadding-35px {
  padding-top: 2.188rem;
}

.pb-bundPadding-35px {
  padding-bottom: 2.188rem;
}

.pb-bundPadding-30px {
  padding-bottom: 1.875rem;
}

.pt-bundPadding-25px {
  padding-top: 1.563rem;
}

.pb-bundPadding-25px {
  padding-bottom: 1.563rem;
}

.pl-bundSprungNavTabulator-1-Mobil {
  padding-left: 1.25rem;
}

.pl-bundSprungNavTabulator-2-Mobil {
  padding-left: 2.5rem;
}

.pl-bundSprungNavTabulator-3-Mobil {
  padding-left: 3.75rem;
}

.pl-bundSprungNavTabulator-4-Mobil {
  padding-left: 3.75rem;
}

.pl-bundSprungNavTabulator-5-Mobil {
  padding-left: 3.75rem;
}

.pl-bundSprungNavTabulator-6-Mobil {
  padding-left: 3.75rem;
}

.pb-bundPadding-1px {
  padding-bottom: 0.063rem;
}

.pb-bundPadding-27px {
  padding-bottom: 1.688rem;
}

.pl-bundPadding-16px {
  padding-left: 1rem;
}

.text-left {
  text-align: left;
}

.\!text-center {
  text-align: center !important;
}

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

.text-right {
  text-align: right;
}

.text-end {
  text-align: end;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-bundSans-regular {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.font-bundSans-bold {
  font-family: BundesSansWeb-Bold, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.\!font-bundSans-bold {
  font-family: BundesSansWeb-Bold, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.font-bundSans-italic {
  font-family: BundesSansWeb-Italic, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.\!text-bund-14px {
  font-size: 0.875rem !important;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-bund-16px {
  font-size: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-bund-22px {
  font-size: 1.375rem;
}

.text-bund-14px {
  font-size: 0.875rem;
}

.text-bund-18px {
  font-size: 1.125rem;
}

.text-bund-32px {
  font-size: 2rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-bund-26px {
  font-size: 1.625rem;
}

.text-bund-15px {
  font-size: 0.938rem;
}

.text-bund-19px {
  font-size: 1.188rem;
}

.text-bund-25px {
  font-size: 1.563rem;
}

.text-bund-34px {
  font-size: 2.125rem;
}

.text-bund-28px {
  font-size: 1.75rem;
}

.text-bund-24px {
  font-size: 1.5rem;
}

.text-bund-20px {
  font-size: 1.25rem;
}

.text-bund-90px {
  font-size: 5.625rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.\!leading-bund-20px {
  line-height: 1.25rem !important;
}

.leading-bund-22px {
  line-height: 1.375rem;
}

.leading-bund-14px {
  line-height: 0.875rem;
}

.leading-bund-18px {
  line-height: 1.125rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-bund-26px {
  line-height: 1.625rem;
}

.\!leading-bund-23px {
  line-height: 1.438rem !important;
}

.\!leading-bund-18px {
  line-height: 1.125rem !important;
}

.leading-bund-27px {
  line-height: 1.688rem;
}

.leading-bund-36px {
  line-height: 2.25rem;
}

.leading-bund-24px {
  line-height: 1.5rem;
}

.\!leading-bund-19px {
  line-height: 1.188rem !important;
}

.leading-bund-20px {
  line-height: 1.25rem;
}

.leading-bund-19px {
  line-height: 1.188rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-bund-38px {
  line-height: 2.375rem;
}

.leading-bund-30px {
  line-height: 1.875rem;
}

.leading-bund-32px {
  line-height: 2rem;
}

.leading-bund-28px {
  line-height: 1.75rem;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-bundFarben-dunkelgrau1 {
  --tw-text-opacity: 1;
  color: rgb(76 79 84 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-bundFarben-hellgrau1 {
  --tw-text-opacity: 1;
  color: rgb(154 160 162 / var(--tw-text-opacity));
}

.text-bundFarben-fehlermeldungsrot {
  --tw-text-opacity: 1;
  color: rgb(120 15 45 / var(--tw-text-opacity));
}

.text-bundFarben-fehlermeldungsgreen-schrift {
  --tw-text-opacity: 1;
  color: rgb(60 92 36 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-0 {
  opacity: 0;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-hidden {
  outline-style: hidden;
}

.outline-2 {
  outline-width: 2px;
}

.outline-4 {
  outline-width: 4px;
}

.outline-bundFarben-outlineBlack {
  outline-color: #595959;
}

.outline-transparent {
  outline-color: transparent;
}

.outline-black {
  outline-color: #000;
}

.outline-white {
  outline-color: #fff;
}

.ring-bund-1px {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-bundFarben-hellgrau2 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 243 244 / var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.ring-bundFarben-hellgrau1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 160 162 / var(--tw-ring-opacity));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.bund-text-color-hellgrau1 {
  --tw-text-opacity: 1;
  color: rgb(154 160 162 / var(--tw-text-opacity));
}

.bund-text-color-hellgrau2 {
  --tw-text-opacity: 1;
  color: rgb(242 243 244 / var(--tw-text-opacity));
}

.bund-text-color-dunkelgrau1 {
  --tw-text-opacity: 1;
  color: rgb(76 79 84 / var(--tw-text-opacity));
}

.bund-text-color-dunkelgrau2 {
  --tw-text-opacity: 1;
  color: rgb(37 41 42 / var(--tw-text-opacity));
}

.bund-text-color-hauptfarbe {
  --tw-text-opacity: 1;
  color: rgb(102 182 146 / var(--tw-text-opacity));
}

.bund-text-color-akzent {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

.hover__bund-text-color-akzent:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

.hover__bund-underline-color-akzent:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.bund-copy-text-link-underline-akzent {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}

.bund-bg-link-trash-akzent {
  background-image: url(../../Icons/Styles/trash-alt-akzent-ble.svg);
}

.bund-bg-link-intern-akzent {
  background-image: url(../../Icons/Styles/link-solid-akzent-ble.svg);
}

.bund-bg-link-extern-akzent {
  background-image: url(../../Icons/Styles/external-link-alt-solid-akzent-ble.svg);
}

.bund-bg-link-download-akzent {
  background-image: url(../../Icons/Styles/download-solid-akzent-ble.svg);
}

.bund-bg-link-mail-akzent {
  background-image: url(../../Icons/Styles/envelope-regular-akzent-ble.svg);
}

.bund-bg-link-news-akzent {
  background-image: url(../../Icons/Styles/newspaper-regular-akzent-ble.svg);
}

.bund-bg-link-checked-akzent {
  background-image: url(../../Icons/Styles/check-solid-akzent-ble.svg);
}

.bund-bg-link-reset-akzent {
  background-image: url(../../Icons/Styles/reply-solid-akzent-ble.svg);
}

.bg-heroteaser-image-wave {
  background-image: url('../../Icons/vLine.png'), url('../../Icons/vLine.png'), url('../../Icons/wave_BLE.svg');
}

.bund-bg-Hauptfarbe {
  --tw-bg-opacity: 1;
  background-color: rgb(102 182 146 / var(--tw-bg-opacity));
}

.bund-bg-hellgrau-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity));
}

.bund-bg-dunkelgrau-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 41 42 / var(--tw-bg-opacity));
}

.bund-bg-Akzentfarbe {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
}

.hover__bund-button-bg-color-akzent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
}

.bund-bg-Komplementaer {
  --tw-bg-opacity: 1;
  background-color: rgb(249 224 58 / var(--tw-bg-opacity));
}

.bund-border-Akzent {
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
}

.bund-svg-akzent {
  fill: #005C45;
}

.bund-faktenbox-titel-h1 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-faktenbox-titel-h1 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

.bund-faktenbox-untertitel-copytext {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-faktenbox-untertitel-copytext {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.bund-faktenbox-button {
  display: block;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-faktenbox-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-faktenbox-button {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

.bundLayoutHeaderContainer-xPadding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .bundLayoutHeaderContainer-xPadding {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .bundLayoutHeaderContainer-xPadding {
    padding-left: 2.813rem;
    padding-right: 2.813rem;
  }
}

.bundLayoutInhaltContainer-xPadding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .bundLayoutInhaltContainer-xPadding {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px) {
  .bundLayoutInhaltContainer-xPadding {
    padding-left: 4.688rem;
    padding-right: 4.688rem;
  }
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-xPadding {
    padding-left: 8.438rem;
    padding-right: 8.438rem;
  }
}

.bundLayoutMainMenuContainer-xPadding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .bundLayoutMainMenuContainer-xPadding {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px) {
  .bundLayoutMainMenuContainer-xPadding {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .bundLayoutMainMenuContainer-xPadding {
    padding-left: 2.813rem;
    padding-right: 2.813rem;
  }
}

.bundLayoutInhaltContainer-yPadding {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-yPadding {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.bundLayoutInhaltContainer-yPadding2 {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-yPadding2 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.bundLayoutInhaltContainer-topPadding {
  padding-top: 1.875rem;
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-topPadding {
    padding-top: 1.875rem;
  }
}

.bundLayoutInhaltContainer-topPadding2 {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-topPadding2 {
    padding-top: 0.938rem;
  }
}

.bundLayoutInhaltContainer-bottomPadding {
  padding-bottom: 0.938rem;
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-bottomPadding {
    padding-bottom: 0.938rem;
  }
}

.bundLayoutInhaltContainer-bottomPaddingNull {
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-bottomPaddingNull {
    padding-bottom: 2.5rem;
  }
}

.bundLayoutInhaltContainer-topPaddingSmMdLg {
  padding-top: 1.875rem;
}

@media (min-width: 768px) {
  .bundLayoutInhaltContainer-topPaddingSmMdLg {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-topPaddingSmMdLg {
    padding-top: 2.5rem;
  }
}

.bundLayoutInhaltContainer-topMargin {
  margin-top: 1.875rem;
}

@media (min-width: 1024px) {
  .bundLayoutInhaltContainer-topMargin {
    margin-top: 1.875rem;
  }
}

.bund-space-between-ce-y > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .bund-space-between-ce-y > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }
}

.bund-space-between-ce-y-15px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.938rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.938rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .bund-space-between-ce-y-15px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.938rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.938rem * var(--tw-space-y-reverse));
  }
}

.bund-space-between-ce-y-30px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .bund-space-between-ce-y-30px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }
}

.bund-space-between-elements-y-20px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.bund-space-between-elements-y-25px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.563rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.563rem * var(--tw-space-y-reverse));
}

.bund-space-between-elements-y-27px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.688rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.688rem * var(--tw-space-y-reverse));
}

.bund-modul-flexbox-wrapper {
  display: block;
  padding: 0.938rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .bund-modul-flexbox-wrapper {
    padding: 0.938rem;
  }
}

.bund-modul-flexbox-wrapper-nobgcolor {
  display: block;
  padding: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-modul-flexbox-wrapper-nobgcolor {
    padding: 0.938rem;
  }
}

.bund-modul-flexbox-wrapper-schmal {
  display: block;
  padding: 0.938rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .bund-modul-flexbox-wrapper-schmal {
    width: 50%;
    max-width: 27.688rem;
  }
}

@media (min-width: 1024px) {
  .bund-modul-flexbox-wrapper-schmal {
    padding: 0.938rem;
  }
}

.bund-divide-teaser-zweispaltig {
  margin-bottom: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-bottom: 0.938rem;
}

.bund-divide-teaser-zweispaltig:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .bund-divide-teaser-zweispaltig {
    margin-bottom: 0px;
    padding-bottom: 0.938rem;
  }
}

@media only screen and (min-width: 768px) {
  .bund-divide-teaser-zweispaltig:nth-last-child(-n+2) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.bund-divide-teaser-dreispaltig {
  margin-bottom: 0px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .bund-divide-teaser-dreispaltig {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .bund-divide-teaser-dreispaltig {
    margin-bottom: 0px;
  }
}

.bund-divide-teaser-dreispaltig:nth-child(3n) {
  border-right-width: 0px;
}

@media only screen and (max-width: 767px) {
  .bund-divide-teaser-dreispaltig {
    border-right-width: 0px;
    border-bottom-width: 1px;
    padding-bottom: 1.25rem;
  }

  .bund-divide-teaser-dreispaltig:last-child {
    border-bottom-width: 0px;
    padding-bottom: 0px;
  }
}

.bund-kaertchen-last:last-child > div {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .bund-kaertchen-last:nth-last-child(2):nth-child(odd) > div {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.clearfix::after {
  clear: both;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

.bund-msp1::after {
  --tw-content: '@';
  content: var(--tw-content);
}

.bund-msp2::after {
  --tw-content: '.';
  content: var(--tw-content);
}

.anchor-offset::before {
  visibility: hidden;
  margin-top: -4.25rem;
  display: block;
  height: 4.25rem;
}

@media (min-width: 768px) {
  .anchor-offset::before {
    margin-top: -8.375rem;
    height: 8.375rem;
  }
}

.anchor-offset::before {
  content: ' ';
  pointer-events: none;
}

.bund-masterclass-padding-dummy {
  margin-left: -1.563rem;
  margin-right: -1.563rem;
  margin-top: 1.688rem;
  min-height: 15.625rem;
  width: 6rem;
  max-width: 6rem;
  row-gap: 1.688rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: fill;
     object-fit: fill;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  padding-left: 3.75rem;
  font-weight: 700;
  text-decoration-line: none;
}

@media print {
  .bund-masterclass-padding-dummy {
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {
  .bund-masterclass-padding-dummy {
    margin-top: 2.125rem;
    padding-left: 6.563rem;
  }
}

.bund-status-panel-fehler {
  --tw-bg-opacity: 1;
  background-color: rgb(120 15 45 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-status-panel-fehler {
    padding: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-status-panel-hinweis {
  --tw-bg-opacity: 1;
  background-color: rgb(249 224 58 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-status-panel-hinweis {
    padding: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-status-panel-ok {
  --tw-bg-opacity: 1;
  background-color: rgb(105 182 63 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-status-panel-ok {
    padding: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-status-text-fehler {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(120 15 45 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-status-text-fehler {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-status-text-ok {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(60 92 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-status-text-ok {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

abbr {
  text-underline-offset: 2px;
}

.link-parent-abbr:hover .link-child-abbr {
  text-decoration-line: none;
}

.bundEbenenNavi-navUlLiUlLiDiv-marginPaddingBottom-child {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bundEbenenNavi-navUlLiUlLiDiv-marginPaddingBottom-child {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.bundEbenenNavi-navUlLiUlLiDiv-marginPaddingBottom-lastChild {
  margin-bottom: 0.938rem;
  padding-bottom: 0.938rem;
}

@media (min-width: 1024px) {
  .bundEbenenNavi-navUlLiUlLiDiv-marginPaddingBottom-lastChild {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.heroteaser-bg {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.heroteaser-wave {
  background-size: 1px 26px, 1px 72px, 100% 100%;
  background-position: top right, top left, top left;
  background-repeat: no-repeat;
  background-image: url('../../Icons/vLine.png'), url('../../Icons/vLine.png'), url('../../Icons/wave_BLE.svg');
}

.bg-subnavi-1-image {
  background-size: auto;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(../../Icons/subnavi1.svg);
}

.bg-subnavi-2-image {
  background-size: auto;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(../../Icons/subnavi2.svg);
}

.bg-subnavi-3-image {
  background-size: auto;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(../../Icons/subnavi3.svg);
}

.bg-subnavi-4-image {
  background-size: auto;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(../../Icons/subnavi4.svg);
}

.bg-subnavi-5-image {
  background-size: auto;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(../../Icons/subnavi5.svg);
}

.bund-lineheight-h4 {
  /*@apply leading-bund-27px lg:leading-bund-34px;*/
  line-height: 1.625rem;
}

@media (min-width: 1024px) {
  .bund-lineheight-h4 {
    line-height: 1.625rem;
  }
}

.bund-lineheight-teaser-zweispaltig-uppercase {
  line-height: 1.25rem;
}

.bund-headline-artikel-h1 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-artikel-h1 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}

.bund-headline-h1 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bund-headline-h2 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.bund-headline-h3 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.bund-headline-h4 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-h4 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.bund-headline-h5 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.bund-headline-h6 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-h6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.bund-subheadline {
  font-family: BundesSansWeb-Bold, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.188rem;
  line-height: 1.688rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-subheadline {
    font-size: 1.188rem;
    line-height: 1.688rem;
  }
}

.bund-subheadline-regular {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-subheadline-regular {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.bund-news-subheadline {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-news-subheadline {
    font-size: 1rem;
  }
}

.bund-teaser-title {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-teaser-title {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

.bund-heroteaser-subtitle {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-heroteaser-subtitle {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.bund-lightbox-header {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-lightbox-header {
    line-height: 1.75rem;
  }
}

.bund-lightbox-close {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-lightbox-close {
    line-height: 1.5rem;
  }
}

.bund-headline-teaser-zweispaltig-uppercase {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-headline-teaser-zweispaltig-uppercase {
    font-size: 1.125rem;
  }
}

.bund-table-caption {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-table-caption {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.bund-copy-text {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-copy-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-bildunterschrift {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bildunterschrift {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-bildunterschrift-modal {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bildunterschrift-modal {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-quellenangabe {
  font-family: BundesSansWeb-Italic, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 79 84 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-quellenangabe {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-quellenangabe-modal {
  font-family: BundesSansWeb-Italic, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(154 160 162 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-quellenangabe-modal {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-teaser-text {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 79 84 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-teaser-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.bund-text-margin-bottom {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-text-margin-bottom {
    margin-bottom: 0.625rem;
  }
}

.bund-text-header-margin-bottom {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-text-header-margin-bottom {
    margin-bottom: 0.625rem;
  }
}

.bund-text-padding-top {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-text-padding-top {
    padding-top: 0.938rem;
  }
}

.bund-text-padding-bottom {
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-text-padding-bottom {
    padding-bottom: 0.625rem;
  }
}

.bund-text-padding-y {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

div.bundLayoutInhalt > div:first-child > header, 
div.bundLayoutInhalt > div:first-child > div.bund-bodytext-tca:first-child > h1:nth-child(1), 
div.bundLayoutInhalt > div:first-child > div.bund-bodytext-tca:first-child > h2:nth-child(1), 
div.bundLayoutInhalt > div:first-child > div.bund-bodytext-tca:first-child > h3:nth-child(1), 
div.bundLayoutInhalt > div:first-child > div.bund-bodytext-tca:first-child > h4:nth-child(1), 
div.bundLayoutInhalt > div:first-child > div.bund-bodytext-tca:first-child > h5:nth-child(1), 
div.bundLayoutInhalt > div:first-child > div.bund-bodytext-tca:first-child > h6:nth-child(1) {
  padding-top: 0px;
}

div.bundLayoutInhalt > div > header:first-child {
  padding-top: 0px;
}

div.bundLayoutInhalt.bund-space-between-ce-y > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.688rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.688rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  div.bundLayoutInhalt.bund-space-between-ce-y > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.688rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.688rem * var(--tw-space-y-reverse));
  }
}

div.idclass_container_2col > div > div:first-child > header {
  padding-top: 0px;
}

.text-shadow-white {
  text-shadow: 0px 0px 1px #fff;
}

.text-shadow-black {
  text-shadow: 0px 0px 2px #000;
}

.text-shadow-hellgrau1 {
  text-shadow: 0px 0px 2px #9AA0A2;
}

.text-shadow-hellgrau2 {
  text-shadow: 0px 0px 2px #EEEFF1;
}

.text-shadow-dunkelgrau1 {
  text-shadow: 0px 0px 1px #4C4F54;
}

.text-shadow-dunkelgrau2 {
  text-shadow: 0px 0px 2px #25292A;
}

.text-ow-anywhere {
  overflow-wrap: anywhere;
}

.bund-bodytext-tca a, 
.bund-copy-text-link {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-bodytext-tca a:hover,  
.bund-copy-text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

.bund-bodytext-tca a,  
.bund-copy-text-link {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}

.bund-bodytext-tca a:focus,  
.bund-copy-text-link:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca a, 
.bund-copy-text-link {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-bodytext-tca a,
.bund-copy-text-link {
  background-position: left, center;
  background-repeat: no-repeat;
}

.bund-copy-text-link-trash {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/trash-alt-akzent-ble.svg);
}


.bund-copy-text-link-trash {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-trash:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-trash {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-trash:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-trash {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-trash {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-trash {
    padding-left: 1rem;
  }
}

.bund-copy-text-link-intern {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/link-solid-akzent-ble.svg);
}


.bund-copy-text-link-intern {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-intern:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-intern {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-intern:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-intern {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-intern {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-intern {
    padding-left: 1rem;
  }
}

.bund-copy-text-link-extern {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/external-link-alt-solid-akzent-ble.svg);
}


.bund-copy-text-link-extern {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-extern:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-extern {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-extern:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-extern {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-extern {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-extern {
    padding-left: 1rem;
  }
}

.bund-copy-text-link-download {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/download-solid-akzent-ble.svg);
}


.bund-copy-text-link-download {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-download:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-download {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-download:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-download {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-download {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-download {
    padding-left: 1rem;
  }
}

.bund-copy-text-link-mail {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/envelope-regular-akzent-ble.svg);
}


.bund-copy-text-link-mail {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-mail:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-mail {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-mail:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-mail {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-mail {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-mail {
    padding-left: 1rem;
  }
}

.bund-copy-text-link-news {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/newspaper-regular-akzent-ble.svg);
}


.bund-copy-text-link-news {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-news:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-news {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-news:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-news {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-news {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-news {
    padding-left: 1rem;
  }
}

.bund-copy-text-link-checked {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/check-solid-akzent-ble.svg);
}


.bund-copy-text-link-checked {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-checked:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-checked {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-checked:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-checked {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-checked {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-checked {
    padding-left: 1rem;
  }
}

.bund-copy-text-link-reset {
  padding-left: 1rem;
  background-image: url(../../Icons/Styles/reply-solid-akzent-ble.svg);
}


.bund-copy-text-link-reset {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.bund-copy-text-link-reset:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.bund-copy-text-link-reset {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.bund-copy-text-link-reset:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.bund-copy-text-link-reset {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.bund-copy-text-link-reset {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .bund-copy-text-link-reset {
    padding-left: 1rem;
  }
}

.bund-bodytext-tca .bund-copy-text-link-button, 
div[id^="heroTeaser-"].bund-copy-text .bund-copy-text-link-button {
  display: inline-block;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.bund-bodytext-tca .bund-copy-text-link-button:hover,  
div[id^="heroTeaser-"].bund-copy-text .bund-copy-text-link-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
}

.bund-bodytext-tca .bund-copy-text-link-button:focus,  
div[id^="heroTeaser-"].bund-copy-text .bund-copy-text-link-button:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

.bund-bodytext-tca .bund-copy-text-link-button:hover, 
div[id^="heroTeaser-"].bund-copy-text .bund-copy-text-link-button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca .bund-copy-text-link-button, 
div[id^="heroTeaser-"].bund-copy-text .bund-copy-text-link-button {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

.bund-accordion-header-button {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-accordion-header-button:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  .bund-accordion-header-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-accordion-header-button-active {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

.bund-accordion-header-button-active:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  .bund-accordion-header-button-active {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-accordion-header-button:hover > span:first-child,
.bund-accordion-header-button-active:hover > span:first-child {
  text-decoration: none;
}

.bund-accordion-header-button:hover > span:nth-child(2),
.bund-accordion-header-button-active:hover > span:nth-child(2) {
  text-decoration: underline;
}

.bund-artikelheader-teaser {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-artikelheader-teaser {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.bund-download-icon {
  margin-right: 0px;
  font-size: 5.625rem;
}

@media (min-width: 768px) {
  .bund-download-icon {
    margin-right: 0.625rem;
    font-size: 3.25rem;
  }
}

@media (min-width: 1024px) {
  .bund-download-icon {
    font-size: 3.25rem;
  }
}

.bund-ebenennavigation-parentsite {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .bund-ebenennavigation-parentsite {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.bund-ebenennavigation-seitenebene {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .bund-ebenennavigation-seitenebene {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-hauptnavigation-layer1 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.bund-hauptnavigation-layer1:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .bund-hauptnavigation-layer1 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.bund-hauptnavigation-layer2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.bund-hauptnavigation-layer2:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .bund-hauptnavigation-layer2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-screenreader-links {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  position: absolute;
  top: 0.5rem;
  z-index: -10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.188rem;
}

div.videoplayer .bund-screenreader-links {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.bund-screenreader-links:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  z-index: 50;
}

.bund-pagination-arrows {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-pagination-arrows:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-pagination-arrows {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-pagination-pages {
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(76 79 84 / var(--tw-text-opacity));
}

.bund-pagination-pages:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-pagination-pages {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-pagination-pages-active {
  cursor: default;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .bund-pagination-pages-active {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-pagination-dots {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(76 79 84 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-pagination-dots {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bund-lightbox-bildunterschrift {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-lightbox-bildunterschrift {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-lightbox-quellenangabe {
  font-family: BundesSansWeb-Italic, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(154 160 162 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-lightbox-quellenangabe {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-button {
  display: block;
  height: 2.25rem;
  min-width: 2.25rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  text-align: center;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-button {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

.bund-button > i.fas {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

.bund-button:hover > i.fas {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bund-button-active {
  display: block;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
}

.bund-button-active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-button-active {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

.bund-open-lightbox {
  margin: 0.625rem;
  width: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 41 42 / var(--tw-bg-opacity));
  padding: 0.125rem;
  text-align: center;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bund-open-lightbox:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-video-init-play {
  margin: 0.625rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 41 42 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bund-video-init-play:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-video-init-play {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 70px white inset !important;
}

input.jquery__topSearchField:-webkit-autofill,
input.jquery__topSearchField:-webkit-autofill:hover,
input.jquery__topSearchField:-webkit-autofill:focus,
input.jquery__topSearchField:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 70px #eeeff1 inset !important;
}

.bund-forms-label {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-forms-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

div.has-error > label.bund-forms-label, 
.bund-forms-error-help-block {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(120 15 45 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.has-error > label.bund-forms-label, 
.bund-forms-error-help-block {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-forms-help-block {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-forms-help-block {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.bund-forms-input-text {
  min-height: 1.938rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-forms-input-text:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
}

.bund-forms-input-text:disabled {
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(154 160 162 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-forms-input-text {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.bund-forms-input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-input-text.error {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 15 45 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-forms-input-text.error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 15 45 / var(--tw-border-opacity));
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 15 45 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}

@media (min-width: 1024px) {
  .bund-forms-input-text.error {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.bund-forms-input-text.error {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-forms-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .bund-forms-textarea {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.bund-forms-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-textarea.error {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 15 45 / var(--tw-border-opacity));
  padding: 0.25rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-forms-textarea.error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 15 45 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .bund-forms-textarea.error {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.bund-forms-textarea.error {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-input-text-suche {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-forms-input-text-suche:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .bund-forms-input-text-suche {
    font-size: 1rem;
  }
}

.bund-forms-input-text-suche {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-input-singleselect {
  min-height: 1.938rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.75rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-forms-input-singleselect:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
}

.bund-forms-input-singleselect:disabled {
  cursor: not-allowed;
}

@media (min-width: 1024px) {
  .bund-forms-input-singleselect {
    padding-right: 0.75rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.bund-forms-input-singleselect {
  background-image: url(../../Icons/Styles/angle-down-solid.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-input-singleselect > option {
  font-size: 0.875rem;
}

.bund-forms-checkbox {
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 1.5rem;
}

.bund-forms-checkbox:disabled {
  cursor: not-allowed;
}

@media (min-width: 1024px) {
  .bund-forms-checkbox {
    line-height: 1.5rem;
  }
}

.bund-forms-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
  background-image: url(../../Icons/Styles/check-solid-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-radio {
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .bund-forms-radio {
    line-height: 1.5rem;
  }
}

.bund-forms-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-radio:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
  background-image: url(../../Icons/Styles/circle-solid-white-negative.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-radio:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 160 162 / var(--tw-bg-opacity));
  background-image: url(../../Icons/Styles/circle-solid-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-radio-checked-disabled {
  display: block;
  height: 1rem;
  width: 1rem;
  cursor: not-allowed;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 160 162 / var(--tw-bg-opacity));
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .bund-forms-radio-checked-disabled {
    line-height: 1.5rem;
  }
}

.bund-forms-radio-checked-disabled {
  background-image: url(../../Icons/Styles/circle-solid-white-negative.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-radio-checked-disabled-wrong {
  display: block;
  height: 1rem;
  width: 1rem;
  cursor: not-allowed;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(120 15 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(120 15 45 / var(--tw-bg-opacity));
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .bund-forms-radio-checked-disabled-wrong {
    line-height: 1.5rem;
  }
}

.bund-forms-radio-checked-disabled-wrong {
  background-image: url(../../Icons/Styles/circle-solid-white-negative.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-radio-checked-disabled-right {
  display: block;
  height: 1rem;
  width: 1rem;
  cursor: not-allowed;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(105 182 63 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(105 182 63 / var(--tw-bg-opacity));
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .bund-forms-radio-checked-disabled-right {
    line-height: 1.5rem;
  }
}

.bund-forms-radio-checked-disabled-right {
  background-image: url(../../Icons/Styles/circle-solid-white-negative.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bund-forms-radio-shouldbeok {
  display: block;
  height: 1rem;
  width: 1rem;
  cursor: not-allowed;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(105 182 63 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(154 160 162 / var(--tw-bg-opacity));
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .bund-forms-radio-shouldbeok {
    line-height: 1.5rem;
  }
}

.bund-forms-radio-shouldbeok {
  background-image: url(../../Icons/Styles/circle-solid-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.autocomplete-suggestion {
  --tw-text-opacity: 1;
  color: rgb(154 160 162 / var(--tw-text-opacity));
}

.autocomplete-suggestion > span, 
.autocomplete-suggestion > strong, 
.autocomplete-suggestion > div > a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.autocomplete-suggestion > div > a > em {
  font-style: normal;
}

.autocomplete-selected {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #000;
}

.autocomplete-selected:hover {
  cursor: pointer;
  outline-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}

.bund-bodytext-tca blockquote p:first-child::before {
  content: open-quote;
}

.bund-bodytext-tca blockquote p:last-child::after {
  content: close-quote;
}

.bund-bodytext-tca blockquote {
  display: block;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.625rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca blockquote {
    margin-bottom: 0.625rem;
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.bund-zitatblock-autor {
  font-family: BundesSansWeb-Bold, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-zitatblock-autor {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.bund-zitatblock-quelle {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-zitatblock-quelle {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.bund-space-between-li-y > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .bund-space-between-li-y > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }
}

.bund-bodytext-tca ol {
  display: flex;
  list-style-position: outside;
  list-style-type: none;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca ol {
    margin-left: 0px;
  }
}

.bund-bodytext-tca ol {
  counter-reset: item;
}

.bund-bodytext-tca > ol > li:before {
  font-weight: 700;
  content: counters(item, "") ". ";
  counter-increment: item;
}

.bund-bodytext-tca ol li::marker {
  font-weight: bold;
}

.bund-bodytext-tca > ol {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca > ol {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca > ol > li > ol {
  margin-left: 0px;
  display: flex;
  list-style-position: outside;
  list-style-type: none;
  flex-direction: column;
  padding-left: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca > ol > li > ol {
    margin-left: 0px;
    padding-left: 0.938rem;
  }
}

.bund-bodytext-tca > ol > li > ol > li > ol {
  margin-left: 0px;
  display: flex;
  list-style-position: outside;
  list-style-type: none;
  flex-direction: column;
  padding-left: 1.875rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca > ol > li > ol > li > ol {
    margin-left: 0px;
    padding-left: 1.875rem;
  }
}

.bund-bodytext-tca > ol > li ol > li:before {
  font-weight: 700;
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.bund-bodytext-tca ol ul {
  margin-left: 0px;
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca ol ul {
    margin-left: 0px;
    padding-left: 1.25rem;
  }
}

.bund-bodytext-tca ol > li > ul {
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca ol > li > ul {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
  }
}

.bund-bodytext-tca > ul > li > ol {
  margin-left: 0px;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca > ul > li > ol {
    margin-left: 0px;
  }
}

.bund-bodytext-tca > ul > li > ol > li:before {
  font-weight: 700;
  content: counters(item, "") ". ";
  counter-increment: item;
}

.bund-bodytext-tca ul {
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
  padding-left: 1.563rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca ul {
    margin-left: 0px;
  }
}

.bund-bodytext-tca > ul {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca > ul {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca ul ul {
  margin-left: 0px;
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca ul ul {
    margin-left: 0px;
    padding-left: 1.25rem;
  }
}

.bund-bodytext-tca ul ol {
  margin-left: 0px;
  display: flex;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca ul ol {
    margin-left: 0px;
    padding-left: 1.25rem;
  }
}

.bund-bodytext-tca ul, 
.bund-bodytext-tca ol {
  margin-top: 0.625rem;
}

.bund-bodytext-tca ul > :not([hidden]) ~ :not([hidden]),  
.bund-bodytext-tca ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca ul > :not([hidden]) ~ :not([hidden]),  
.bund-bodytext-tca ol > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .bund-bodytext-tca ul, 
.bund-bodytext-tca ol {
    margin-top: 0.625rem;
  }
}

.bund-bodytext-tca > ul, 
.bund-bodytext-tca > ol {
  margin-top: 0px;
}

.bund-sitemap-liste ul {
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
}

.bund-sitemap-liste ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.bund-sitemap-liste ul {
  padding-left: 1.563rem;
}

@media (min-width: 1024px) {
  .bund-sitemap-liste ul {
    margin-left: 0px;
  }

  .bund-sitemap-liste ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }
}

.bund-sitemap-liste > ul {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-sitemap-liste > ul {
    margin-bottom: 0.625rem;
  }
}

.bund-sitemap-liste ul ul {
  margin-left: 0px;
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .bund-sitemap-liste ul ul {
    margin-left: 0px;
    padding-left: 1.25rem;
  }
}

.bund-bodytext-tca table {
  width: 100%;
  table-layout: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 79 84 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca table {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca table tr {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 79 84 / var(--tw-border-opacity));
}

.bund-bodytext-tca table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 79 84 / var(--tw-border-opacity));
  padding: 0.625rem;
  vertical-align: top;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca table td {
    font-size: 1rem;
    line-height: 1.188rem;
  }
}

.bund-bodytext-tca table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 79 84 / var(--tw-border-opacity));
  padding: 0.625rem;
  text-align: left;
  vertical-align: top;
  font-family: BundesSansWeb-Bold, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 182 146 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca table th {
    font-size: 1rem;
    line-height: 1.188rem;
  }
}

.bund-bodytext-tca table a {
  font-size: 1rem;
  line-height: 1.188rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca table a {
    font-size: 1rem;
    line-height: 1.188rem;
  }
}

.bund-bodytext-tca div.overflow-x-auto:last-child > table {
  margin-bottom: 0px;
}

.bund-bodytext-tca-table-overflow-xy-scroll > div.overflow-x-auto {
  overflow: auto;
}

.bund-bodytext-tca table.contenttable > tbody .stacktableWrapper {
  display: block;
}

.bund-bodytext-tca table.contenttable > tbody .stacktableHeader {
  display: none;
}

.bund-bodytext-tca table.contenttable > tbody .stacktableContent {
  display: block;
  padding: 0px;
}

.bund-bodytext-tca table.stacktable {
  margin: 0px;
  border-width: 0px;
}

.bund-bodytext-tca table.stacktable > thead {
  display: none;
}

.bund-bodytext-tca table.stacktable > tbody > tr, 
.bund-bodytext-tca table.stacktable > tbody > tr > td {
  float: left;
  width: 100%;
}

.bund-bodytext-tca table.stacktable > tbody > tr {
  margin-bottom: 0.625rem;
  border-width: 0px;
  border-bottom-width: 1px;
}

.bund-bodytext-tca table.stacktable > tbody > tr:last-child {
  margin-bottom: 0px;
}

.bund-bodytext-tca table.stacktable > tbody > tr > td {
  border-bottom-width: 0px;
  padding: 0px;
}

.bund-bodytext-tca table.stacktable > tbody .stacktableWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0px;
}

.bund-bodytext-tca table.stacktable > tbody .stacktableHeader {
  overflow: hidden;
  text-overflow: ellipsis;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 79 84 / var(--tw-border-opacity));
  padding: 0.625rem;
  font-family: BundesSansWeb-Bold, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  --tw-bg-opacity: 1;
  background-color: rgb(102 182 146 / var(--tw-bg-opacity));
}

.bund-bodytext-tca table.stacktable > tbody .stacktableContent {
  grid-column: span 3 / span 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625rem;
}

.bund-bodytext-tca h1 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bund-bodytext-tca h1 {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h1 {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca h1 {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h1 {
    padding-top: 0.938rem;
  }
}

.bund-bodytext-tca h2 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.bund-bodytext-tca h2 {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h2 {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca h2 {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h2 {
    padding-top: 0.938rem;
  }
}

.bund-bodytext-tca h3 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.bund-bodytext-tca h3 {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h3 {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca h3 {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h3 {
    padding-top: 0.938rem;
  }
}

.bund-bodytext-tca h4 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h4 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.bund-bodytext-tca h4 {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h4 {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca h4 {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h4 {
    padding-top: 0.938rem;
  }
}

.bund-bodytext-tca h5 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.bund-bodytext-tca h5 {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h5 {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca h5 {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h5 {
    padding-top: 0.938rem;
  }
}

.bund-bodytext-tca h6 {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.bund-bodytext-tca h6 {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h6 {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca h6 {
  padding-top: 0.938rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca h6 {
    padding-top: 0.938rem;
  }
}

.bund-bodytext-tca > h1:nth-child(1), 
.bund-bodytext-tca > h2:nth-child(1), 
.bund-bodytext-tca > h3:nth-child(1), 
.bund-bodytext-tca > h4:nth-child(1), 
.bund-bodytext-tca > h5:nth-child(1), 
.bund-bodytext-tca > h6:nth-child(1) {
  padding-top: 0px;
}

.bund-bodytext-tca p {
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .bund-bodytext-tca p {
    margin-bottom: 0.625rem;
  }
}

.bund-bodytext-tca p:last-child {
  margin-bottom: 0px;
}

.bund-bodytext-tca a {
  overflow-wrap: break-word;
}

.bund-bodytext-tca hr {
  margin-bottom: 0.625rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
}

.slick-slider {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  margin: 0px;
  display: block;
  overflow: hidden;
  padding: 0px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 0px !important;
  min-height: 1px;
}

.slick-slide.slick-active {
  height: 100% !important;
}

.slick-slide > div {
  display: flex;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.bund-slick-prevArrow {
  margin-right: 0.438rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-slick-prevArrow {
    margin-right: 0.438rem;
    font-size: 1rem;
  }
}

.bund-slick-nextArrow {
  margin-left: 0.438rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bund-slick-nextArrow {
    margin-left: 0.438rem;
    font-size: 1rem;
  }
}

.bund-slick-controls-container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.bund-slick-controls-container .bund-slick-thumbMenu {
  margin: 0px;
  width: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 41 42 / var(--tw-bg-opacity));
  padding: 0.125rem;
  padding-top: 0.188rem;
  padding-bottom: 0.063rem;
  text-align: center;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bund-slick-controls-container .bund-slick-thumbMenu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-slick-controls-container .bund-slick-prevArrow {
  margin: 0px;
  width: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 41 42 / var(--tw-bg-opacity));
  padding: 0.125rem;
  padding-top: 0.188rem;
  padding-bottom: 0.063rem;
  text-align: center;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bund-slick-controls-container .bund-slick-prevArrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-slick-controls-container .bund-slick-nextArrow {
  margin: 0px;
  width: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 41 42 / var(--tw-bg-opacity));
  padding: 0.125rem;
  padding-top: 0.188rem;
  padding-bottom: 0.063rem;
  text-align: center;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bund-slick-controls-container .bund-slick-nextArrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bund-slick-counter {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

.bund-slick-counter-modal {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bund-galerie-raster-active-ring-white {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: -4px;
  outline-color: #fff;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrows {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: space-between;
}

.splide__arrow:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 0px;
  outline-color: rgb(0 0 0 / 0.3);
}

.splide__arrow {
  height: 1.5rem;
  width: 1.5rem;
  padding-left: 0.313rem;
}

.splide__arrow > svg {
  height: 1.25rem;
  width: 0.938rem;
}

.splide__arrow--prev {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.newscalendar__arrows {
  position: absolute;
  bottom: 0px;
  display: flex;
  gap: 0.313rem;
}

.newscalendar__arrow {
  height: 1.5rem;
  width: 1.5rem;
  padding-left: 0.25rem;
}

.newscalendar__arrow:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 0px;
  outline-color: rgb(0 0 0 / 0.3);
}

.newscalendar__arrow > svg {
  height: 1.25rem;
  width: 0.938rem;
}

.newscalendar__arrow--prev {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

div[role=dialog].gm-style-iw {
  border-radius: 0px;
}

.gme-info-window {
  padding: 0.625rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .gme-info-window {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.gme-info-window p:first-child strong:first-child {
  font-family: BundesSansWeb-Bold, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .gme-info-window p:first-child strong:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.gme-info-window a {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gme-info-window a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

.gme-info-window a {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}

.gme-info-window a:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  .gme-info-window a {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.gme-info-window a {
  background-position: left, center;
  background-repeat: no-repeat;
}

.gme-info-window a.bund-copy-text-link-intern {
  padding-left: 1.125rem;
  background-image: url(../../Icons/Styles/link-solid-akzent-ble.svg);
}


.gme-info-window a.bund-copy-text-link-intern {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-intern:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-intern {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.gme-info-window a.bund-copy-text-link-intern:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.gme-info-window a.bund-copy-text-link-intern {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.gme-info-window a.bund-copy-text-link-intern {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .gme-info-window a.bund-copy-text-link-intern {
    padding-left: 1.125rem;
  }
}

.gme-info-window a.bund-copy-text-link-extern {
  padding-left: 1.188rem;
  background-image: url(../../Icons/Styles/external-link-alt-solid-akzent-ble.svg);
}


.gme-info-window a.bund-copy-text-link-extern {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-extern:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-extern {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.gme-info-window a.bund-copy-text-link-extern:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.gme-info-window a.bund-copy-text-link-extern {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.gme-info-window a.bund-copy-text-link-extern {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .gme-info-window a.bund-copy-text-link-extern {
    padding-left: 1.188rem;
  }
}

.gme-info-window a.bund-copy-text-link-download {
  padding-left: 1.125rem;
  background-image: url(../../Icons/Styles/download-solid-akzent-ble.svg);
}


.gme-info-window a.bund-copy-text-link-download {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-download:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-download {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.gme-info-window a.bund-copy-text-link-download:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.gme-info-window a.bund-copy-text-link-download {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.gme-info-window a.bund-copy-text-link-download {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .gme-info-window a.bund-copy-text-link-download {
    padding-left: 1.125rem;
  }
}

.gme-info-window a.bund-copy-text-link-mail {
  padding-left: 1.125rem;
  background-image: url(../../Icons/Styles/envelope-regular-akzent-ble.svg);
}


.gme-info-window a.bund-copy-text-link-mail {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-mail:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-mail {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.gme-info-window a.bund-copy-text-link-mail:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.gme-info-window a.bund-copy-text-link-mail {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.gme-info-window a.bund-copy-text-link-mail {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .gme-info-window a.bund-copy-text-link-mail {
    padding-left: 1.125rem;
  }
}

.gme-info-window a.bund-copy-text-link-news {
  padding-left: 1.25rem;
  background-image: url(../../Icons/Styles/newspaper-regular-akzent-ble.svg);
}


.gme-info-window a.bund-copy-text-link-news {
  background-size: auto 0.875rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-news:hover {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}


.gme-info-window a.bund-copy-text-link-news {
  text-decoration-line: underline;
  text-decoration-color: #005C45;
}


.gme-info-window a.bund-copy-text-link-news:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

@media (min-width: 1024px) {
  
.gme-info-window a.bund-copy-text-link-news {
    background-size: auto 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.gme-info-window a.bund-copy-text-link-news {
  background-position: left, center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .gme-info-window a.bund-copy-text-link-news {
    padding-left: 1.25rem;
  }
}

div.videoplayer .sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

div.videoplayer .hide {
  display: none;
}

div.videoplayer .show-inline {
  display: inline-block;
}

div.videoplayer .px-video-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  min-width: 300px;
}

div.videoplayer > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

div.videoplayer .px-video-img-captions-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

div.videoplayer .px-video {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}

div.videoplayer .px-video-img-captions-container * {
  box-sizing: border-box;
}

div.videoplayer .px-video-img-captions-container {
  position: relative;
}

div.videoplayer .px-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 1;
}

div.videoplayer .px-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.videoplayer .px-progress-bar {
  width: 85%;
}

@media only screen and (min-width: 480px) {
  div.videoplayer .px-progress-bar {
    width: 89%;
  }
}

@media only screen and (min-width: 970px) {
  div.videoplayer .px-progress-bar {
    width: 95%;
  }
}

@media only screen and (min-width: 1795px) {
  div.videoplayer .px-progress-bar {
    width: 97.5%;
  }
}

/*
div.videoplayer .px-video-controls {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.videoplayer .px-video-controls:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
}
*/

div.videoplayer .px-video-progress {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 10px;
}

div.videoplayer .px-video-progress[value] {
  -webkit-appearance: none;
  border: none;
}

div.videoplayer .px-video-progress[value]::-webkit-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity));
}

div.videoplayer .px-video-progress[value]::-webkit-progress-value {
  --tw-bg-opacity: 1;
  background-color: rgb(102 182 146 / var(--tw-bg-opacity));
}

div.videoplayer .px-video-progress[value]::-moz-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(102 182 146 / var(--tw-bg-opacity));
}

div.videoplayer .px-video-time {
  float: right;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 30px;
  margin-top: -30px;
  font-size: 14px;
}

div.videoplayer .px-video-captions {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.625rem;
  text-align: center;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.videoplayer .px-video-captions {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

div.videoplayer .px-video-captions {
  box-sizing: border-box;
  opacity: 0.75;
  z-index: 2;
}

div.videoplayer .px-video-captions:empty {
  opacity: 0;
}

div.videoplayer video::cue {
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.188rem;
  line-height: 1.688rem;
}

@media (min-width: 1024px) {
  div.videoplayer video::cue {
    font-size: 1.188rem;
    line-height: 1.688rem;
  }
}

div.videoplayer .px-video-playback-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  overflow: visible;
  line-height: 20px;
  min-width: 145px;
}

@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-playback-buttons {
    left: 50%;
    margin-left: -120px;
    min-width: 200px;
    position: absolute;
    width: 200px;
  }
}

div.videoplayer .px-video-controls button {
  margin: 0px;
  min-width: 2.25rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

div.videoplayer .px-video-controls button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.videoplayer .px-video-controls button {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

div.videoplayer .px-video-controls button {
  /*
  border: 1px transparent solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: no-repeat url("../../Icons/PXVideo/px-video-sprite.svg");
  */
}

/*
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button {
    background-size: 150%;
    width: 40px;
    height: 40px;
  }
}
*/

div.videoplayer .px-video-controls button:focus:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

div.videoplayer .px-video-controls button:focus {
  /*
  border: 1px #999 dotted;
  outline: none;
  */
}

div.videoplayer .px-video-controls button > i.fas {
  --tw-text-opacity: 1;
  color: rgb(0 92 69 / var(--tw-text-opacity));
}

div.videoplayer .px-video-controls button:hover > i.fas {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
div.videoplayer .px-video-controls button {
  cursor: pointer;
}
div.videoplayer .px-video-controls button.px-video-restart {
  background-position: -9px -331px;
}
div.videoplayer .px-video-controls button.px-video-restart:hover,
div.videoplayer .px-video-controls button.px-video-restart:focus {
  background-position: -9px -295px;
}
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button.px-video-restart {
    background-position: -9px -523px;
  }
}
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button.px-video-restart:hover,
  div.videoplayer .px-video-controls button.px-video-restart:focus {
    background-position: -9px -466px;
  }
}

div.videoplayer .px-video-controls button.px-video-rewind {
  background-position: -9px -187px;
}
div.videoplayer .px-video-controls button.px-video-rewind:hover,
div.videoplayer .px-video-controls button.px-video-rewind:focus {
  background-position: -9px -151px;
}
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button.px-video-rewind {
    background-position: -9px -295px;
  }
  div.videoplayer .px-video-controls button.px-video-rewind:hover,
  div.videoplayer .px-video-controls button.px-video-rewind:focus {
    background-position: -9px -238px;
  }
}
div.videoplayer .px-video-controls button.px-video-play {
  background-position: -8px -43px;
}
div.videoplayer .px-video-controls button.px-video-play:hover,
div.videoplayer .px-video-controls button.px-video-play:focus {
  background-position: -8px -7px;
}
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button.px-video-play {
    background-position: -8px -67px;
  }
  div.videoplayer .px-video-controls button.px-video-play:hover,
  div.videoplayer .px-video-controls button.px-video-play:focus {
    background-position: -8px -10px;
  }
}

div.videoplayer .px-video-controls button.px-video-pause {
  background-position: -9px -115px;
}
div.videoplayer .px-video-controls button.px-video-pause:hover,
div.videoplayer .px-video-controls button.px-video-pause:focus {
  background-position: -9px -79px;
}
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button.px-video-pause {
    background-position: -9px -182px;
  }
}
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button.px-video-pause:hover,
  div.videoplayer .px-video-controls button.px-video-pause:focus {
    background-position: -9px -124px;
  }
}
div.videoplayer .px-video-controls button.px-video-forward {
  background-position: -10px -259px;
}
div.videoplayer .px-video-controls button.px-video-forward:hover,
div.videoplayer .px-video-controls button.px-video-forward:focus {
  background-position: -10px -223px;
}
@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-controls button.px-video-forward {
    background-position: -10px -409px;
  }
  div.videoplayer .px-video-controls button.px-video-forward:hover,
  div.videoplayer .px-video-controls button.px-video-forward:focus {
    background-position: -10px -352px;
  }
}
*/

/*
div.videoplayer .px-video-fullscreen-btn-container {
  float: left;
  width: 25px;
}
*/

div.videoplayer .px-video-fullscreen-btn-container label {
  margin: 0px;
  display: inline-block;
  min-width: 2.25rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  text-align: center;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

div.videoplayer .px-video-fullscreen-btn-container label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.videoplayer .px-video-fullscreen-btn-container label {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

div.videoplayer .px-video-fullscreen-btn-container label {
  /*width: 25px;*/
  /*height: 20px;*/
  /*margin-top: 3px;*/
  /*margin-left: 1px;*/
  /*background: no-repeat url("../../Icons/PXVideo/px-video-sprite.svg");*/
  /*background-position: -6px -943px;*/
}

/*
@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-fullscreen-btn-container label {
    margin-top: 5px;
  }
}
*/

div.videoplayer .px-video-fullscreen-btn-container input[type="checkbox"]:focus + label {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #000;
  /*outline: 1px #999 dotted;
  background-position: -6px -907px;*/
}

div.videoplayer .px-video-fullscreen-btn-container input[type="checkbox"]:hover + label {
  /*background-position: -6px -907px;*/
  cursor: pointer;
}

div.videoplayer .px-video-fullscreen-btn-container input[type="checkbox"]:checked + label {
  /*background-position: -6px -979px;*/
}

div.videoplayer .px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover + label {
  /*background-position: -6px -1015px;*/
}

/*
div.videoplayer .px-video-captions-btn-container {
  float: left;
}
@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-captions-btn-container {
    clear: none;
    margin-top: 1px;
    margin-left: 10px;
  }
}
*/

div.videoplayer .px-video-captions-btn-container label {
  margin: 0px;
  display: inline-block;
  min-width: 2.25rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  text-align: center;
  font-family: BundesSansWeb-Regular, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

div.videoplayer .px-video-captions-btn-container label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  div.videoplayer .px-video-captions-btn-container label {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

div.videoplayer .px-video-captions-btn-container label {
  /*
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-top: 3px;
  background: no-repeat url("../../Icons/PXVideo/px-video-sprite.svg");
  background-position: -6px -835px;
  */
}

/*
@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-captions-btn-container label {
    margin-top: 4px;
  }
}
*/

div.videoplayer .px-video-captions-btn-container input[type="checkbox"]:focus + label {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #000;
}

div.videoplayer .px-video-captions-btn-container input[type="checkbox"]:hover + label {
  cursor: pointer;
}

div.videoplayer .px-video-captions-btn-container input[type="checkbox"]:not(:checked) + label {
  --tw-text-opacity: 1;
  color: rgb(102 182 146 / var(--tw-text-opacity));
}

div.videoplayer .px-video-captions-btn-container input[type="checkbox"]:hover:not(:checked) + label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div.videoplayer .px-video-volume-controls {
  float: right;
  min-width: 133px;
}

@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-volume-controls {
    margin-top: 1px;
  }
}

div.videoplayer .px-video-mute-btn-container {
  float: left;
  width: 26px;
}

div.videoplayer .px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  /*margin-top: calc(50%);*/
  margin-top: 7px;
  background: no-repeat url("../../Icons/PXVideo/px-video-sprite.svg");
  background-position: -2px -476px;
}

/*
@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-mute-btn-container label {
    margin-top: 6px;
  }
}
*/

div.videoplayer .px-video-mute-btn-container input[type="checkbox"]:focus + label {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #000;
}

div.videoplayer .px-video-mute-btn-container input[type="checkbox"]:hover + label {
  cursor: pointer;
}

div.videoplayer .px-video-mute-btn-container input[type="checkbox"]:checked + label {
  background-position: -2px -692px;
}

/*
div.videoplayer .px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
div.videoplayer .px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}
*/

div.videoplayer .px-video-volume-slider {
  float: left;
  width: 80px;
}

@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-volume-slider {
    width: 95px;
  }
}

div.videoplayer .px-video-controls input[type='range'] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity));
  -webkit-appearance: none;
  height: 6px;
  width: 70px;
  margin-top: 14px;
  margin-right: 0;
  margin-left: 5px;
  outline: none;
}

@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-controls input[type='range'] {
    margin-top: 14px;
    width: 85px;
  }
}

div.videoplayer .px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #000;
}

div.videoplayer .px-video-controls input[type='range']::-moz-range-track {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity));
  -moz-appearance: none;
  height: 6px;
  border: none;
}

div.videoplayer .px-video-controls input[type='range']::-webkit-slider-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  -webkit-appearance: none !important;
  border-radius: 0;
  height: 15px;
  width: 5px;
}

div.videoplayer .px-video-controls input[type='range']::-moz-range-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  border: none;
  border-radius: 0;
  height: 15px;
  width: 5px;
}

div.videoplayer .px-video-controls input[type='range']:focus::-moz-range-thumb {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.videoplayer .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }

  div.videoplayer .px-video-controls .px-video-time {
    margin-top: 4px;
  }

  div.videoplayer .px-video-controls .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

div.videoplayer .px-video-controls-wrapper {
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

div.videoplayer .px-video-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

div.videoplayer .px-progress-bar {
  flex-grow: 1;
  width: 75%;
}

@media only screen and (min-width: 480px) {
  div.videoplayer .px-progress-bar {
    width: 75%;
  }
}

@media only screen and (min-width: 590px) {
  div.videoplayer .px-progress-bar {
    width: 85%;
  }
}

@media only screen and (min-width: 970px) {
  div.videoplayer .px-progress-bar {
    width: 85%;
  }
}

@media only screen and (min-width: 1795px) {
  div.videoplayer .px-progress-bar {
    width: 85%;
  }
}

div.videoplayer .px-video-progress {
  margin-top: 10px;
  width: 100%;
}

div.videoplayer .px-video-time {
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  margin-top: 0;
}

div.videoplayer .px-video-playback-buttons {
  flex-grow: 1;
  min-width: auto;
}

@media only screen and (min-width: 620px) {
  div.videoplayer .px-video-playback-buttons {
    left: auto;
    margin-left: auto;
    min-width: auto;
    position: relative;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 96px;
  }

  div.clearfix div.videoplayer .px-video-playback-buttons {
    left: 0;
    margin-left: 0;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: start;
    align-content: start;
    padding-left: 0px;
  }

  div.videoplayer .has-captions .px-video-playback-buttons {
    padding-left: 130px;
  }
}

/*
div.videoplayer .px-video-controls button {
  margin: 0 5px;
}
*/

div.videoplayer .px-video-volume-controls {
  min-width: auto;
}

@media only screen and (min-width: 540px) {
  div.videoplayer .px-video-volume-controls {
    margin-top: 0;
  }
}

/*
Youtube-Video
 */

div.clearfix div.bund-bodytext-tca > p.youtubevideo-bannertext {
  font-size: 1.188rem;
  line-height: 1.688rem;
}

.bund-outline {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

.bund-outline-none {
  outline-style: hidden;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: transparent;
}

.bund-focus-outline:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

.bund-focus-outline-none:focus {
  outline-style: hidden;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: transparent;
}

.bund-focus-outline-white:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #959595;
}

.bund-focus-within-outline:focus-within {
  outline-style: dotted;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #595959;
}

.bund-focus-within-outline:focus:focus-within {
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.fa-twitter {
  background: url(../../Icons/x.png) no-repeat center center;
  background-size: 25px;
  background-color: #000;
  height: 35px;
  width: 35px;
  padding: 0;
}

.fa-twitter:before {
  display: none;
}

.fa-twitter:hover {
  opacity: 0.75;
}

li.shariff-button {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  width: 35px !important;
  height: 35px !important;
  overflow: visible !important;
}

li.shariff-button > a {
  width: 35px !important;
  height: 35px !important;
  text-align: center !important;
  vertical-align: middle !important;
  top: 0px !important;
}

li.shariff-button > a > span {
  width: 35px !important;
  height: 35px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

li.shariff-button > a > span:before {
  font-size: 22px !important;
  line-height: 35px !important;
  text-align: center !important;
  vertical-align: middle !important;
}

li.shariff-button.twitter > a {
  background-color: #000 !important;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.before\:inset-x-0::before {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:z-1::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:border-b::before {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.before\:border-bundFarben-hellgrau1::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(154 160 162 / var(--tw-border-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\';
  content: var(--tw-content);
}

.after\:content-\[\'\@\'\]::after {
  --tw-content: '@';
  content: var(--tw-content);
}

.after\:content-\[\'\.\'\]::after {
  --tw-content: '.';
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.focus-within\:outline-dotted:focus-within {
  outline-style: dotted;
}

.focus-within\:outline-2:focus-within {
  outline-width: 2px;
}

.focus-within\:outline-offset-2:focus-within {
  outline-offset: 2px;
}

.focus-within\:outline-bundFarben-outlineBlack:focus-within {
  outline-color: #595959;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:border-bleAkzentfarbe-darkgreen:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 92 69 / var(--tw-border-opacity));
}

.focus\:border-bundFarben-fehlermeldungsrot:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 15 45 / var(--tw-border-opacity));
}

.focus\:px-0:focus {
  padding-left: 0px;
  padding-right: 0px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-dotted:focus {
  outline-style: dotted;
}

.focus\:outline-hidden:focus {
  outline-style: hidden;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:-outline-offset-bundOffset-4px:focus {
  outline-offset: -4px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus\:outline-black:focus {
  outline-color: #000;
}

.focus\:outline-bundFarben-outlineBlack:focus {
  outline-color: #595959;
}

.focus\:outline-transparent:focus {
  outline-color: transparent;
}

.focus\:outline-bundFarben-outlineWhite:focus {
  outline-color: #959595;
}

.focus\:outline-black\/30:focus {
  outline-color: rgb(0 0 0 / 0.3);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-bundFarben-fehlermeldungsrot-outline:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 15 45 / var(--tw-ring-opacity));
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus-within\:focus\:shadow-none:focus:focus-within {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:focus\:outline-none:focus:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:text-bundFarben-hellgrau1:disabled {
  --tw-text-opacity: 1;
  color: rgb(154 160 162 / var(--tw-text-opacity));
}

@media print {
  .print\:relative {
    position: relative;
  }

  .print\:block {
    display: block;
  }

  .print\:flex {
    display: flex;
  }

  .print\:hidden {
    display: none;
  }

  .print\:pt-0 {
    padding-top: 0px;
  }

  .print\:pl-0 {
    padding-left: 0px;
  }

  .print\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .print\:no-underline {
    text-decoration-line: none;
  }

  .print\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 640px) {
  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-bund-170px {
    width: 10.625rem;
  }

  .sm\:w-bund-160px {
    width: 9.875rem;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:px-bundPadding-28px {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:\!leading-bund-16px {
    line-height: 1rem !important;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 100%) {
    .md\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 1170px) {
    .md\:container {
      max-width: 1170px;
    }
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-ml-bundMargin-45px {
    margin-left: -2.813rem;
  }

  .md\:-mr-bundMargin-45px {
    margin-right: -2.813rem;
  }

  .md\:ml-bundMargin-5px {
    margin-left: 0.313rem;
  }

  .md\:mr-bundMargin-5px {
    margin-right: 0.313rem;
  }

  .md\:mb-bundMargin-27px {
    margin-bottom: 1.688rem;
  }

  .md\:-mb-bundMargin-90px {
    margin-bottom: -5.625rem;
  }

  .md\:mt-bundMargin-2px {
    margin-top: 0.125rem;
  }

  .md\:ml-bundMargin-10px {
    margin-left: 0.625rem;
  }

  .md\:mr-bundMargin-10px {
    margin-right: 0.625rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:-mt-anchorOffsetDesktop-134px {
    margin-top: -8.375rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-anchorOffsetDesktop-134px {
    height: 8.375rem;
  }

  .md\:min-h-bund-30px {
    min-height: 1.875rem;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-bund-300px {
    width: 18.75rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:max-w-bund-443px {
    max-width: 27.688rem;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-bundGap-10px {
    gap: 0.625rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-x-bundGap-15px {
    -moz-column-gap: 0.938rem;
         column-gap: 0.938rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:bg-bundFarben-hellgrau2 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 244 / var(--tw-bg-opacity));
  }

  .md\:px-bundPadding-45px {
    padding-left: 2.813rem;
    padding-right: 2.813rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-bundPadding-28px {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-bundPadding-75px {
    padding-left: 4.688rem;
    padding-right: 4.688rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-bundPadding-20px {
    padding-left: 1.25rem;
  }

  .md\:pr-bundPadding-20px {
    padding-right: 1.25rem;
  }

  .md\:pl-bundPadding-10px {
    padding-left: 0.625rem;
  }

  .md\:pr-bundPadding-10px {
    padding-right: 0.625rem;
  }

  .md\:pt-bundPadding-2px {
    padding-top: 0.125rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-bundPadding-15px {
    padding-right: 0.938rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-bundPadding-40px {
    padding-top: 2.5rem;
  }

  .md\:pb-bundPadding-15px {
    padding-bottom: 0.938rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:\!text-bund-14px {
    font-size: 0.875rem !important;
  }

  .md\:text-bund-52px {
    font-size: 3.25rem;
  }

  .md\:\!leading-bund-20px {
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:mt-bundMargin-7px {
    margin-top: 0.438rem;
  }

  .lg\:mt-bundMargin-5px {
    margin-top: 0.313rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:ml-bundMargin-25px {
    margin-left: 1.563rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mt-bundMargin-15px {
    margin-top: 0.938rem;
  }

  .lg\:mt-bundMargin-25px {
    margin-top: 1.563rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-bundMargin-18px {
    margin-top: 1.125rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-bundMargin-20px {
    margin-left: 1.25rem;
  }

  .lg\:mt-bundMargin-34px {
    margin-top: 2.125rem;
  }

  .lg\:mb-bundMargin-10px {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-bundMargin-7px {
    margin-right: 0.438rem;
  }

  .lg\:ml-bundMargin-7px {
    margin-left: 0.438rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-bund-16px {
    height: 1rem;
  }

  .lg\:w-bund-23px {
    width: 1.453rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-bundGap-27px {
    gap: 1.688rem;
  }

  .lg\:gap-bundGap-15px {
    gap: 0.938rem;
  }

  .lg\:gap-x-bundGap-25px {
    -moz-column-gap: 1.563rem;
         column-gap: 1.563rem;
  }

  .lg\:gap-x-bundGap-15px {
    -moz-column-gap: 0.938rem;
         column-gap: 0.938rem;
  }

  .lg\:gap-y-bundGap-18px {
    row-gap: 1.125rem;
  }

  .lg\:space-y-bundSpace-10px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:\!px-bundPadding-45px {
    padding-left: 2.813rem !important;
    padding-right: 2.813rem !important;
  }

  .lg\:px-bundPadding-7px {
    padding-left: 0.438rem;
    padding-right: 0.438rem;
  }

  .lg\:px-bundPadding-14px {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-bundPadding-45px {
    padding-left: 2.813rem;
    padding-right: 2.813rem;
  }

  .lg\:px-bundPadding-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:pl-bundPadding-45px {
    padding-left: 2.813rem;
  }

  .lg\:pt-bundPadding-7px {
    padding-top: 0.438rem;
  }

  .lg\:pr-bundPadding-45px {
    padding-right: 2.813rem;
  }

  .lg\:pt-bundPadding-15px {
    padding-top: 0.938rem;
  }

  .lg\:pr-bundPadding-201px {
    padding-right: 12.563rem;
  }

  .lg\:pt-bundPadding-10px {
    padding-top: 0.625rem;
  }

  .lg\:pl-bundPadding-23px {
    padding-left: 1.453rem;
  }

  .lg\:pl-bundPadding-30px {
    padding-left: 1.875rem;
  }

  .lg\:pt-bundPadding-3px {
    padding-top: 0.188rem;
  }

  .lg\:pt-bundPadding-6px {
    padding-top: 0.375rem;
  }

  .lg\:pt-bundPadding-20px {
    padding-top: 1.25rem;
  }

  .lg\:pb-bundPadding-20px {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-bundPadding-25px {
    padding-bottom: 1.563rem;
  }

  .lg\:pl-bundPadding-15px {
    padding-left: 0.938rem;
  }

  .lg\:pl-bundPadding-20px {
    padding-left: 1.25rem;
  }

  .lg\:pr-bundPadding-12px {
    padding-right: 0.75rem;
  }

  .lg\:pl-bundPadding-18px {
    padding-left: 1.125rem;
  }

  .lg\:pl-bundPadding-19px {
    padding-left: 1.188rem;
  }

  .lg\:pl-bundSprungNavTabulator-1-Desktop {
    padding-left: 2.188rem;
  }

  .lg\:pl-bundSprungNavTabulator-2-Desktop {
    padding-left: 4.375rem;
  }

  .lg\:pl-bundSprungNavTabulator-3-Desktop {
    padding-left: 6.563rem;
  }

  .lg\:pl-bundSprungNavTabulator-4-Desktop {
    padding-left: 6.563rem;
  }

  .lg\:pl-bundSprungNavTabulator-5-Desktop {
    padding-left: 6.563rem;
  }

  .lg\:pl-bundSprungNavTabulator-6-Desktop {
    padding-left: 6.563rem;
  }

  .lg\:pl-bundPadding-16px {
    padding-left: 1rem;
  }

  .lg\:text-bund-32px {
    font-size: 2rem;
  }

  .lg\:text-bund-16px {
    font-size: 1rem;
  }

  .lg\:text-bund-26px {
    font-size: 1.625rem;
  }

  .lg\:text-bund-18px {
    font-size: 1.125rem;
  }

  .lg\:text-bund-22px {
    font-size: 1.375rem;
  }

  .lg\:text-bund-14px {
    font-size: 0.875rem;
  }

  .lg\:text-bund-34px {
    font-size: 2.125rem;
  }

  .lg\:text-bund-28px {
    font-size: 1.75rem;
  }

  .lg\:text-bund-24px {
    font-size: 1.5rem;
  }

  .lg\:text-bund-20px {
    font-size: 1.25rem;
  }

  .lg\:text-bund-19px {
    font-size: 1.188rem;
  }

  .lg\:text-bund-52px {
    font-size: 3.25rem;
  }

  .lg\:leading-bund-36px {
    line-height: 2.25rem;
  }

  .lg\:leading-bund-24px {
    line-height: 1.5rem;
  }

  .lg\:leading-bund-20px {
    line-height: 1.25rem;
  }

  .lg\:leading-bund-18px {
    line-height: 1.125rem;
  }

  .lg\:leading-bund-22px {
    line-height: 1.375rem;
  }
}
/*# sourceMappingURL=StylesBLE.css.map */