/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/* Keep standalone list elements aligned with mask content blocks in gray containers. */
.bg-gradient-grau-weiss-tl > ul {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -2.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

@media (min-width: 768px) {
	.bg-gradient-grau-weiss-tl > ul {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media (min-width: 1280px) {
	.bg-gradient-grau-weiss-tl > ul {
		padding-right: 5rem;
		padding-left: 5rem;
	}
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: 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"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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-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-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}
.container {
	width: 100%;
}
@media (min-width: 460px) {

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

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

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

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

	.container {
		max-width: 1280px;
	}
}
.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;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.-left-1 {
	left: -0.25rem;
}
.left-0 {
	left: 0px;
}
.top-20 {
	top: 5rem;
}
.top-0 {
	top: 0px;
}
.left-full {
	left: 100%;
}
.top-1 {
	top: 0.25rem;
}
.right-5 {
	right: 1.25rem;
}
.bottom-10 {
	bottom: 2.5rem;
}
.-top-10 {
	top: -2.5rem;
}
.-top-20 {
	top: -5rem;
}
.bottom-0 {
	bottom: 0px;
}
.right-0 {
	right: 0px;
}
.z-10000 {
	z-index: 10000;
}
.z-10050 {
	z-index: 10050;
}
.z-50 {
	z-index: 50;
}
.z-0 {
	z-index: 0;
}
.z-10030 {
	z-index: 10030;
}
.z-10020 {
	z-index: 10020;
}
.z-10040 {
	z-index: 10040;
}
.z-1000 {
	z-index: 1000;
}
.z-40 {
	z-index: 40;
}
.z-20 {
	z-index: 20;
}
.z-10 {
	z-index: 10;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.col-auto {
	grid-column: auto;
}
.m-0 {
	margin: 0px;
}
.m-auto {
	margin: auto;
}
.m-8 {
	margin: 2rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.ml-8 {
	margin-left: 2rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.ml-auto {
	margin-left: auto;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.-mb-1 {
	margin-bottom: -0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-0 {
	margin-top: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.ml-4 {
	margin-left: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.ml-0 {
	margin-left: 0px;
}
.-mt-4 {
	margin-top: -1rem;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-14 {
	height: 3.5rem;
}
.h-8 {
	height: 2rem;
}
.h-6 {
	height: 1.5rem;
}
.h-16 {
	height: 4rem;
}
.h-15 {
	height: 3.75rem;
}
.h-full {
	height: 100%;
}
.h-5 {
	height: 1.25rem;
}
.h-12 {
	height: 3rem;
}
.h-20 {
	height: 5rem;
}
.h-10 {
	height: 2.5rem;
}
.h-7 {
	height: 1.75rem;
}
.h-24 {
	height: 6rem;
}
.h-screen {
	height: 100vh;
}
.h-44 {
	height: 11rem;
}
.h-0 {
	height: 0px;
}
.h-48 {
	height: 12rem;
}
.max-h-0 {
	max-height: 0px;
}
.w-full {
	width: 100%;
}
.w-80 {
	width: 20rem;
}
.w-12 {
	width: 3rem;
}
.w-8 {
	width: 2rem;
}
.w-40 {
	width: 10rem;
}
.w-6 {
	width: 1.5rem;
}
.w-20 {
	width: 5rem;
}
.w-64 {
	width: 16rem;
}
.w-10 {
	width: 2.5rem;
}
.w-5 {
	width: 1.25rem;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-7 {
	width: 1.75rem;
}
.w-96 {
	width: 24rem;
}
.w-32 {
	width: 8rem;
}
.w-10\/16 {
	width: 62.5%;
}
.w-6\/16 {
	width: 37.5%;
}
.w-1\/2 {
	width: 50%;
}
.w-44 {
	width: 11rem;
}
.w-24 {
	width: 6rem;
}
.w-14 {
	width: 3.5rem;
}
.w-48 {
	width: 12rem;
}
.w-16 {
	width: 4rem;
}
.w-56 {
	width: 14rem;
}
.w-3\/4 {
	width: 75%;
}
.w-1\/4 {
	width: 25%;
}
.min-w-280 {
	min-width: 17.5rem;
}
.max-w-1280 {
	max-width: 80rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-lg {
	max-width: 32rem;
}
.flex-none {
	flex: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-shrink {
	flex-shrink: 1;
}
.flex-grow {
	flex-grow: 1;
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.select-all {
	-webkit-user-select: all;
	   -moz-user-select: all;
	        user-select: all;
}
.list-disc {
	list-style-type: disc;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.items-start {
	align-items: flex-start;
}
.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;
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}
.self-start {
	align-self: flex-start;
}
.self-center {
	align-self: center;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-visible {
	overflow: visible;
}
.overflow-ellipsis {
	text-overflow: ellipsis;
}
.break-words {
	overflow-wrap: break-word;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-4 {
	border-width: 4px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-r-2 {
	border-right-width: 2px;
}
.border-t {
	border-top-width: 1px;
}
.border-r-8 {
	border-right-width: 8px;
}
.border-l-8 {
	border-left-width: 8px;
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-drc-gruen-300 {
	--tw-border-opacity: 1;
	border-color: rgba(0, 117, 46, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-drc-grau-400 {
	--tw-border-opacity: 1;
	border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}
.border-drc-grau-500 {
	--tw-border-opacity: 1;
	border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}
.bg-drc-gruen-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(121, 181, 28, var(--tw-bg-opacity));
}
.bg-drc-gruen-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 46, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-drc-grau-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}
.bg-drc-orange-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 177, 0, var(--tw-bg-opacity));
}
.bg-drc-grau-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
}
.bg-drc-gruen-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(178, 201, 2, var(--tw-bg-opacity));
}
.bg-drc-gruen-175 {
	background-color: #023817BF;
}
.bg-drc-gruen-275 {
	background-color: #025A25BF;
}
.bg-drc-gruen-375 {
	background-color: #00752EBF;
}
.bg-drc-gruen-475 {
	background-color: #269D2EBF;
}
.bg-drc-gruen-575 {
	background-color: #79B51CBF;
}
.bg-drc-gruen-675 {
	background-color: #B2C902BF;
}
.bg-drc-orange-375 {
	background-color: #FFB100BF;
}
.bg-drc-gruen-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(2, 56, 23, var(--tw-bg-opacity));
}
.bg-drc-gruen-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(2, 90, 37, var(--tw-bg-opacity));
}
.bg-drc-gruen-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 157, 46, var(--tw-bg-opacity));
}
.bg-red-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-drc-grau-300 {
	--tw-gradient-from: #979797;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 151, 151, 0));
}
.from-drc-gruen-300 {
	--tw-gradient-from: #00752E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 46, 0));
}
.from-drc-grau-500 {
	--tw-gradient-from: #EEEEEE;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 238, 0));
}
.to-drc-grau-600 {
	--tw-gradient-to: #F5F5F5;
}
.to-drc-gruen-500 {
	--tw-gradient-to: #79B51C;
}
.to-white {
	--tw-gradient-to: #fff;
}
.bg-cover {
	background-size: cover;
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-8 {
	padding: 2rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-2 {
	padding: 0.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-7\.25p {
	padding-top: 7.25%;
	padding-bottom: 7.25%;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pl-0 {
	padding-left: 0px;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-96 {
	padding-bottom: 24rem;
}
.pl-12 {
	padding-left: 3rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-62p {
	padding-bottom: 62%;
}
.pb-62\.5p {
	padding-bottom: 62.5%;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-69\.23p {
	padding-bottom: 69.23%;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pl-22 {
	padding-left: 5.5rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pb-75p {
	padding-bottom: 75%;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.font-sans {
	font-family: 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";
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xxs {
	font-size: 0.625rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-loose {
	line-height: 2;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-drc-gruen-300 {
	--tw-text-opacity: 1;
	color: rgba(0, 117, 46, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-drc-gruen-100 {
	--tw-text-opacity: 1;
	color: rgba(2, 56, 23, var(--tw-text-opacity));
}
.text-drc-gruen-200 {
	--tw-text-opacity: 1;
	color: rgba(2, 90, 37, var(--tw-text-opacity));
}
.text-drc-gruen-400 {
	--tw-text-opacity: 1;
	color: rgba(38, 157, 46, var(--tw-text-opacity));
}
.text-drc-gruen-500 {
	--tw-text-opacity: 1;
	color: rgba(121, 181, 28, var(--tw-text-opacity));
}
.text-drc-gruen-600 {
	--tw-text-opacity: 1;
	color: rgba(178, 201, 2, var(--tw-text-opacity));
}
.text-drc-orange-300 {
	--tw-text-opacity: 1;
	color: rgba(255, 177, 0, var(--tw-text-opacity));
}
.text-drc-grau-100 {
	--tw-text-opacity: 1;
	color: rgba(74, 74, 74, var(--tw-text-opacity));
}
.text-drc-grau-200 {
	--tw-text-opacity: 1;
	color: rgba(120, 120, 120, var(--tw-text-opacity));
}
.text-drc-grau-300 {
	--tw-text-opacity: 1;
	color: rgba(151, 151, 151, var(--tw-text-opacity));
}
.text-drc-grau-400 {
	--tw-text-opacity: 1;
	color: rgba(216, 216, 216, var(--tw-text-opacity));
}
.text-drc-grau-500 {
	--tw-text-opacity: 1;
	color: rgba(238, 238, 238, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.placeholder-drc-gruen-300::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 117, 46, var(--tw-placeholder-opacity));
}
.placeholder-drc-gruen-300:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 117, 46, var(--tw-placeholder-opacity));
}
.placeholder-drc-gruen-300::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 117, 46, var(--tw-placeholder-opacity));
}
.placeholder-opacity-50::-moz-placeholder {
	--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50:-ms-input-placeholder {
	--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
	--tw-placeholder-opacity: 0.5;
}
.opacity-0 {
	opacity: 0;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.backdrop-blur {
	--tw-backdrop-blur: blur(8px);
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	        backdrop-filter: var(--tw-backdrop-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.subheadline {
	margin: 0px;
	padding-top: 1rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 117, 46, var(--tw-text-opacity));
}

.subheadline:first-child {
	padding-top: 0px;
}

@media (max-width: 767px) {

	.subheadline {
		padding-top: 0.75rem;
	}

	.subheadline {
		padding-bottom: 0.5rem;
	}
}

svg {
   fill: currentColor !important;
}

.linie-schwarz {
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.linie-gruen {
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 117, 46, var(--tw-border-opacity));
}

.listeeng, .listeweit {
	margin-bottom: 1.25rem;
	list-style-type: disc;
	padding-left: 1rem;
}

.listeeng li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

@media (max-width: 767px) {

	.listeeng li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.listeeng li {
line-height: 1.25rem !important;
}

.listeeng span {
	position: relative;
	left: -0.25rem;
}

.listeweit li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

@media (max-width: 767px) {

	.listeweit li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.listeweit li {
line-height: 1.25rem !important;
}

.listeweit li span {
	position: relative;
	left: -0.25rem;
}

.olisteeng, .olisteweit {
	margin-bottom: 1.25rem;
	list-style-type: decimal;
	padding-left: 1rem;
}

.olisteeng li {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

@media (max-width: 767px) {

	.olisteeng li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.olisteeng li {
line-height: 1.25rem !important;
}

.olisteweit li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

@media (max-width: 767px) {

	.olisteweit li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.olisteweit li {
line-height: 1.25rem !important;
}


.bg-gradient-gruen-dunkel-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
	--tw-gradient-from: #025A25;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 90, 37, 0));
	--tw-gradient-to: #269D2E;
}

.bg-gradient-gruen-dunkel-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #025A25;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 90, 37, 0));
	--tw-gradient-to: #269D2E;
}

.bg-gradient-gruen-dunkel-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
	--tw-gradient-from: #025A25;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 90, 37, 0));
	--tw-gradient-to: #269D2E;
}

.bg-gradient-gruen-dunkel-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	--tw-gradient-from: #025A25;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 90, 37, 0));
	--tw-gradient-to: #269D2E;
}

.bg-gradient-gruen-dunkel-tl {
	background-image: linear-gradient(to top left, var(--tw-gradient-stops));
	--tw-gradient-from: #025A25;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 90, 37, 0));
	--tw-gradient-to: #269D2E;
}

.bg-gradient-gruen-dunkel-bl {
	background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
	--tw-gradient-from: #025A25;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 90, 37, 0));
	--tw-gradient-to: #269D2E;
}


.bg-gradient-gruen-hell-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
	--tw-gradient-from: #00752E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 46, 0));
	--tw-gradient-to: #79B51C;
}

.bg-gradient-gruen-hell-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #00752E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 46, 0));
	--tw-gradient-to: #79B51C;
}

.bg-gradient-gruen-hell-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
	--tw-gradient-from: #00752E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 46, 0));
	--tw-gradient-to: #79B51C;
}

.bg-gradient-gruen-hell-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	--tw-gradient-from: #00752E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 46, 0));
	--tw-gradient-to: #79B51C;
}

.bg-gradient-gruen-hell-tl {
	background-image: linear-gradient(to top left, var(--tw-gradient-stops));
	--tw-gradient-from: #00752E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 46, 0));
	--tw-gradient-to: #79B51C;
}

.bg-gradient-gruen-hell-bl {
	background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
	--tw-gradient-from: #00752E;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 46, 0));
	--tw-gradient-to: #79B51C;
}




.bg-gradient-orange-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
	--tw-gradient-from: #FF8900;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 137, 0, 0));
	--tw-gradient-to: #FFB100;
}

.bg-gradient-orange-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #FF8900;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 137, 0, 0));
	--tw-gradient-to: #FFB100;
}

.bg-gradient-orange-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
	--tw-gradient-from: #FF8900;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 137, 0, 0));
	--tw-gradient-to: #FFB100;
}

.bg-gradient-orange-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	--tw-gradient-from: #FF8900;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 137, 0, 0));
	--tw-gradient-to: #FFB100;
}

.bg-gradient-orange-tl {
	background-image: linear-gradient(to top left, var(--tw-gradient-stops));
	--tw-gradient-from: #FF8900;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 137, 0, 0));
	--tw-gradient-to: #FFB100;
}

.bg-gradient-orange-bl {
	background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
	--tw-gradient-from: #FF8900;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 137, 0, 0));
	--tw-gradient-to: #FFB100;
}


.bg-gradient-grau-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #FAFAFA;
}

.bg-gradient-grau-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #FAFAFA;
}

.bg-gradient-grau-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #FAFAFA;
}

.bg-gradient-grau-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #FAFAFA;
}

.bg-gradient-grau-tl {
	background-image: linear-gradient(to top left, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #FAFAFA;
}

.bg-gradient-grau-bl {
	background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #FAFAFA;
}


.bg-gradient-grau-weiss-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #fff;
}

.bg-gradient-grau-weiss-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #fff;
}

.bg-gradient-grau-weiss-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #fff;
}

.bg-gradient-grau-weiss-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #fff;
}

.bg-gradient-grau-weiss-tl {
	background-image: linear-gradient(to top left, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #fff;
}

.bg-gradient-grau-weiss-bl {
	background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
	--tw-gradient-from: #D8D8D8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
	--tw-gradient-to: #fff;
}

.first\:pt-0:first-child {
	padding-top: 0px;
}

.last\:border-none:last-child {
	border-style: none;
}

.odd\:bg-drc-grau-500:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.even\:bg-drc-grau-600:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-drc-gruen-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 157, 46, var(--tw-bg-opacity));
}

.hover\:bg-drc-gruen-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 117, 46, var(--tw-bg-opacity));
}

.hover\:bg-drc-gruen-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(178, 201, 2, var(--tw-bg-opacity));
}

.hover\:bg-drc-orange-375:hover {
	background-color: #FFB100BF;
}

.hover\:bg-drc-gruen-175:hover {
	background-color: #023817BF;
}

.hover\:bg-drc-gruen-275:hover {
	background-color: #025A25BF;
}

.hover\:bg-drc-gruen-375:hover {
	background-color: #00752EBF;
}

.hover\:bg-drc-gruen-475:hover {
	background-color: #269D2EBF;
}

.hover\:bg-drc-gruen-575:hover {
	background-color: #79B51CBF;
}

.hover\:bg-drc-gruen-675:hover {
	background-color: #B2C902BF;
}

.hover\:bg-drc-gruen-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(2, 56, 23, var(--tw-bg-opacity));
}

.hover\:bg-drc-gruen-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(2, 90, 37, var(--tw-bg-opacity));
}

.hover\:bg-drc-gruen-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(121, 181, 28, var(--tw-bg-opacity));
}

.hover\:bg-drc-orange-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 177, 0, var(--tw-bg-opacity));
}

.hover\:text-drc-gelb:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 177, 0, var(--tw-text-opacity));
}

.hover\:text-drc-gruen-300:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 117, 46, var(--tw-text-opacity));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-drc-grau-500:hover {
	--tw-text-opacity: 1;
	color: rgba(238, 238, 238, var(--tw-text-opacity));
}

.hover\:outline-none:hover {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.hover\:ring-2:hover {
	--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);
}

.hover\:ring-offset-2:hover {
	--tw-ring-offset-width: 2px;
}

.hover\:ring-offset-green-200:hover {
	--tw-ring-offset-color: #a7f3d0;
}

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

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-2: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(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);
}

.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}

.focus\:ring-offset-green-200:focus {
	--tw-ring-offset-color: #a7f3d0;
}

.group:hover .group-hover\:block {
	display: block;
}

.group:hover .group-hover\:bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-drc-gruen-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(121, 181, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:text-drc-gruen-300 {
	--tw-text-opacity: 1;
	color: rgba(0, 117, 46, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 519px) {

	.smarttablet\:h-12 {
		height: 3rem;
	}

	.smarttablet\:h-6 {
		height: 1.5rem;
	}

	.smarttablet\:w-12 {
		width: 3rem;
	}

	.smarttablet\:w-6 {
		width: 1.5rem;
	}
}

@media (min-width: 460px) {

	.mobilemd\:w-20 {
		width: 5rem;
	}
}

@media (max-width: 900px) {

	.mobilemenu\:order-first {
		order: -9999;
	}

	.mobilemenu\:order-last {
		order: 9999;
	}

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

	.mobilemenu\:block {
		display: block;
	}

	.mobilemenu\:hidden {
		display: none;
	}

	.mobilemenu\:h-10 {
		height: 2.5rem;
	}

	.mobilemenu\:h-7 {
		height: 1.75rem;
	}

	.mobilemenu\:w-7 {
		width: 1.75rem;
	}

	.mobilemenu\:w-12 {
		width: 3rem;
	}

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

	.mobilemenu\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 901px) {

	.desktopmenu\:hidden {
		display: none;
	}

	.desktopmenu\:w-40 {
		width: 10rem;
	}

	.desktopmenu\:w-44 {
		width: 11rem;
	}
}

@media (min-width: 1000px) {

	.largemenu\:w-40 {
		width: 10rem;
	}

	.largemenu\:w-32 {
		width: 8rem;
	}

	.largemenu\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

@media (max-width: 767px) {

	.smartphone\:-top-9 {
		top: -2.25rem;
	}

	.smartphone\:left-13p {
		left: 13%;
	}

	.smartphone\:left-30p {
		left: 30%;
	}

	.smartphone\:left-45p {
		left: 45%;
	}

	.smartphone\:left-62p {
		left: 62%;
	}

	.smartphone\:left-77p {
		left: 77%;
	}

	.smartphone\:top-7\.25p {
		top: 7.25%;
	}

	.smartphone\:top-22p {
		top: 22%;
	}

	.smartphone\:top-41p {
		top: 41%;
	}

	.smartphone\:top-68p {
		top: 68%;
	}

	.smartphone\:top-7 {
		top: 1.75rem;
	}

	.smartphone\:-top-14 {
		top: -3.5rem;
	}

	.smartphone\:order-2 {
		order: 2;
	}

	.smartphone\:order-1 {
		order: 1;
	}

	.smartphone\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.smartphone\:my-3 {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}

	.smartphone\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.smartphone\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

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

	.smartphone\:mt-4 {
		margin-top: 1rem;
	}

	.smartphone\:mt-6 {
		margin-top: 1.5rem;
	}

	.smartphone\:mb-4 {
		margin-bottom: 1rem;
	}

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

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

	.smartphone\:mb-6 {
		margin-bottom: 1.5rem;
	}

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

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

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

	.smartphone\:mb-1 {
		margin-bottom: 0.25rem;
	}

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

	.smartphone\:flex {
		display: flex;
	}

	.smartphone\:hidden {
		display: none;
	}

	.smartphone\:h-8 {
		height: 2rem;
	}

	.smartphone\:h-10 {
		height: 2.5rem;
	}

	.smartphone\:h-15 {
		height: 3.75rem;
	}

	.smartphone\:h-6 {
		height: 1.5rem;
	}

	.smartphone\:h-0 {
		height: 0px;
	}

	.smartphone\:h-12 {
		height: 3rem;
	}

	.smartphone\:w-full {
		width: 100%;
	}

	.smartphone\:w-10 {
		width: 2.5rem;
	}

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

	.smartphone\:w-12 {
		width: 3rem;
	}

	.smartphone\:w-14 {
		width: 3.5rem;
	}

	.smartphone\:min-w-120 {
		min-width: 7.5rem;
	}

	.smartphone\:max-w-272 {
		max-width: 17rem;
	}

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

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

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

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

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

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

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

	.smartphone\:border-none {
		border-style: none;
	}

	.smartphone\:p-3 {
		padding: 0.75rem;
	}

	.smartphone\:p-6 {
		padding: 1.5rem;
	}

	.smartphone\:p-2 {
		padding: 0.5rem;
	}

	.smartphone\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.smartphone\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.smartphone\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

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

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

	.smartphone\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.smartphone\:pl-5 {
		padding-left: 1.25rem;
	}

	.smartphone\:pb-4 {
		padding-bottom: 1rem;
	}

	.smartphone\:pb-9 {
		padding-bottom: 2.25rem;
	}

	.smartphone\:pt-6 {
		padding-top: 1.5rem;
	}

	.smartphone\:pb-6 {
		padding-bottom: 1.5rem;
	}

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

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

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

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

	.smartphone\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

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

	.smartphone\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

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

@media (min-width: 768px) {

	.tablet\:left-57p {
		left: 57%;
	}

	.tablet\:top-30p {
		top: 30%;
	}

	.tablet\:top-52p {
		top: 52%;
	}

	.tablet\:top-68p {
		top: 68%;
	}

	.tablet\:top-73p {
		top: 73%;
	}

	.tablet\:-top-16 {
		top: -4rem;
	}

	.tablet\:top-94p {
		top: 94%;
	}

	.tablet\:mx-12 {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.tablet\:mr-12 {
		margin-right: 3rem;
	}

	.tablet\:mr-8 {
		margin-right: 2rem;
	}

	.tablet\:ml-8 {
		margin-left: 2rem;
	}

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

	.tablet\:ml-3 {
		margin-left: 0.75rem;
	}

	.tablet\:hidden {
		display: none;
	}

	.tablet\:w-8\/12 {
		width: 66.666667%;
	}

	.tablet\:w-4\/12 {
		width: 33.333333%;
	}

	.tablet\:w-1\/3 {
		width: 33.333333%;
	}

	.tablet\:w-12 {
		width: 3rem;
	}

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

	.tablet\:w-2\/5 {
		width: 40%;
	}

	.tablet\:w-3\/5 {
		width: 60%;
	}

	.tablet\:w-43p {
		width: 43%;
	}

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

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

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

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

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

	.tablet\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.tablet\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

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

	.tablet\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.tablet\:pt-8 {
		padding-top: 2rem;
	}

	.tablet\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

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

	.tablet\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

@media (min-width: 1280px) {

	.desktop\:top-18p {
		top: 18%;
	}

	.desktop\:top-38p {
		top: 38%;
	}

	.desktop\:top-58p {
		top: 58%;
	}

	.desktop\:top-78p {
		top: 78%;
	}

	.desktop\:left-l {
		left: 0%;
	}

	.desktop\:left-m {
		left: 35.75%;
	}

	.desktop\:left-r {
		left: 71.5%;
	}

	.desktop\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}

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

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

	.desktop\:mr-20 {
		margin-right: 5rem;
	}

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

	.desktop\:mb-10 {
		margin-bottom: 2.5rem;
	}

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

	.desktop\:mr-5 {
		margin-right: 1.25rem;
	}

	.desktop\:hidden {
		display: none;
	}

	.desktop\:w-40 {
		width: 10rem;
	}

	.desktop\:w-20 {
		width: 5rem;
	}

	.desktop\:w-1\/3 {
		width: 33.333333%;
	}

	.desktop\:w-4\/12 {
		width: 33.333333%;
	}

	.desktop\:w-1\/4 {
		width: 25%;
	}

	.desktop\:w-3\/5 {
		width: 60%;
	}

	.desktop\:w-28\.5p {
		width: 28.5%;
	}

	.desktop\:w-28 {
		width: 7rem;
	}

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

	.desktop\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.desktop\:pb-52p {
		padding-bottom: 52%;
	}

	.desktop\:pb-20 {
		padding-bottom: 5rem;
	}

	.desktop\:pt-4 {
		padding-top: 1rem;
	}

	.desktop\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

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

	.desktop\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {

	.tablet_only\:hidden {
		display: none;
	}
}

