/*
! tailwindcss v3.4.1 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: noto-sans, ui-sans-serif, system-ui;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root {
  --color-primary-100: #FFFFFF;
  --color-primary-90: #FFDADA;
  --color-primary-84: #ffc3c4;
  --color-primary-40: #BD0636;
  --color-primary-10: #40000C;
  --color-secondary-100: #FFFFFF;
  --color-secondary-90: #6DFCBF;
  --color-secondary-40: #006C4A;
  --color-secondary-10: #002114;
  --color-neutral-100: #FFFFFF;
  --color-neutral-98: #F9F9F9;
  --color-neutral-96: #F3F3F3;
  --color-neutral-94: #EEEEEE;
  --color-neutral-92: #E8E8E8;
  --color-neutral-90: #E2E2E2;
  --color-neutral-87: #DADADA;
  --color-neutral-10: #1B1B1B;
  --size-max-section-width: 120rem;
  --size-max-content-width: 64rem;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

/* Utils */

h1, h2, h3, h4, h5, h6, p {
  color: var(--color-secondary-10);
}

/* Components */

.button--primary {
  min-width: 9rem;
  border-radius: 9999px;
  background-color: var(--color-primary-40);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  color: var(--color-primary-100);
}

.button--primary:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(163 0 44 / var(--tw-bg-opacity));
}

.input {
  width: 100%;
}

.input .input__req {
  display: none;
}

.input--required .input__req {
  display: inline;
}

.input__label {
  margin-left: 0.5rem;
  font-weight: 500;
}

.input__text {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-primary-40);
  background-color: var(--color-primary-90);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: noto-serif, ui-serif, Georgia;
  color: var(--color-primary-10);
}

.input__text:focus-visible {
  outline-color: var(--color-primary-40);
}

.input__req {
  color: var(--color-primary-40);
}

.textarea {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-primary-40);
  background-color: var(--color-primary-90);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: noto-serif, ui-serif, Georgia;
  color: var(--color-primary-10);
}

.textarea:focus-visible {
  outline-color: var(--color-primary-40);
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
}

.checkbox__text {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.checkbox .icon {
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.checkbox:hover .icon {
  background-color: var(--color-primary-90);
}

/* Header */

header {
  display: flex;
  width: 100%;
  max-width: var(--size-max-section-width);
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.header__content {
  width: 100%;
  max-width: var(--size-max-section-width);
}

.header__logo {
  width: 9rem;
}

.header__logo__img {
  height: 4rem;
  max-width: 24rem;
}

.header__nav {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.header__nav__content {
  display: none;
  width: 100%;
  max-width: 64rem;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 9999px;
  background-color: var(--color-primary-90);
}

@media (min-width: 1024px) {
  .header__nav__content {
    display: flex;
  }
}

.header__nav__link {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 500;
  color: var(--color-primary-10);
}

.header__nav__link:hover {
  background-color: rgb(248 113 113 / .10);
}

.header__nav__link--active {
  background-color: var(--color-primary-84);
}

.header__action {
  display: flex;
  align-items: center;
}

/* body */

body {
  display: flex;
  flex-direction: column;
}

main {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  min-height: 10rem;
  flex-direction: column;
}

@media (min-width: 1024px) {
  main {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.main__section {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: var(--size-max-section-width);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .main__section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .main__section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .main__section {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

.section__header {
  margin-bottom: 2.5rem;
}

.section__content {
  width: 100%;
  max-width: var(--size-max-content-width);
  align-items: center;
}

.section__title {
  text-align: center;
  font-size: 1.953rem;
  font-weight: 700;
  color: var(--color-primary-40);
}

.section__subtitle {
  text-align: center;
  font-weight: 300;
  color: var(--color-secondary-10);
}

.section__subtitle--sm {
  font-size: 0.8rem;
  font-weight: 500;
}

/* Footer */

footer {
  margin-top: 2rem;
  width: 100%;
  background-color: var(--color-primary-90);
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  footer {
    margin-top: 4rem;
  }
}

.footer__content {
  display: flex;
  width: 100%;
  max-width: var(--size-max-section-width);
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .footer__content {
    flex-direction: row;
  }
}

.footer__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: var(--color-primary-10);
}

@media (min-width: 1024px) {
  .footer__main {
    flex-direction: row;
    justify-content: flex-end;
    gap: 8rem;
  }
}

@media (min-width: 1536px) {
  .footer__main {
    gap: 16rem;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .footer__info {
    align-items: flex-start;
  }
}

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

/* footer nav */

/* .footer__nav {
        @apply 
            lg:hidden
            sticky bottom-0
            w-full h-full flex justify-center items-center p-2
    }
    .footer__nav__content {
        @apply 
            bg-primaryContainer flex flex-row justify-between w-full max-w-5xl rounded-full
            drop-shadow-md shadow-2xl border border-primary
    }
    .footer__nav__link__title {
        @apply font-bold text-onPrimaryContainer
    }
    .footer__nav__link {
        @apply  
            flex items-center justify-center h-12 w-full 
            rounded-full text-onPrimaryContainer font-medium hover:bg-red-400/[.10];
    }
    .footer__nav__link--active {
        @apply bg-primaryContainerActive;
    } */

.footer__nav {
  position: sticky;
  bottom: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav__content {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.25rem;
  border-top-width: 1px;
  border-color: var(--color-primary-40);
  background-color: var(--color-primary-90);
}

.footer__nav__link__title {
  font-weight: 700;
  color: var(--color-primary-10);
}

.footer__nav__link {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  font-weight: 500;
  color: var(--color-primary-10);
}

.footer__nav__link:hover {
  background-color: rgb(248 113 113 / .10);
}

.footer__nav__link__img {
  fill: var(--color-primary-10);
}

.footer__nav__link__text {
  font-weight: 500;
  color: var(--color-primary-10);
}

.footer__nav__link--active {
  background-color: var(--color-primary-84);
}

/* Kandidaten */

.kanditaten__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 768px) {
  .kanditaten__list {
    gap: 2rem;
  }
}

.kanditaten__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .kanditaten__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}

.kanditaten__img {
  aspect-ratio: 10 / 12;
  height: 100%;
  width: 16rem;
  border-radius: 0.5rem;
}

.kanditaten__info {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.kanditaten__name {
  text-align: center;
  font-size: 1.563rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .kanditaten__name {
    text-align: left;
  }
}

.kanditaten__links {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .kanditaten__links {
    flex-direction: row;
    gap: 1rem;
  }
}

.kanditaten__link__item {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.kanditaten__link {
  color: var(--color-primary-40);
}

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

.kanditaten__text {
  font-family: noto-serif, ui-serif, Georgia;
  line-height: 1.625;
}

/* Erreicht */

.erreicht__topic {
  /* @apply my-8 */
}

.erreicht__topic__title {
  margin-bottom: 0.25rem;
  font-size: 1.563rem;
  font-weight: 700;
}

.erreicht__topic_text {
  margin-bottom: 1rem;
  font-family: noto-serif, ui-serif, Georgia;
}

.erreicht__topic__images {
  display: grid;
  grid-auto-flow: row;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .erreicht__topic__images {
    grid-auto-flow: column;
  }
}

@media (min-width: 1024px) {
  .erreicht__topic__images {
    gap: 2rem;
  }
}

.erreicht__topic__image {
  aspect-ratio: 3 / 2;
  width: 24rem;
}

@media (min-width: 1280px) {
  .erreicht__topic__image {
    width: 20rem;
  }
}

/* Kontakt */

.kontakt__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form__topic {
}

.form__topic__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.form__topic__content {
}

.form__topic__content__row {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .form__topic__content__row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .form__topic__content__row {
    gap: 4rem;
  }
}

.form__submit {
}

/* Datenschutz */

.dsg_H3 {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.dsg__link {
  color: var(--color-primary-40);
}

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

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

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

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

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

.mb-16 {
  margin-bottom: 4rem;
}

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

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

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-\[640px\] {
  width: 640px;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

.grid-cols-header {
  grid-template-columns: 144px 1fr 144px;
}

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

.bg-primaryContainer {
  background-color: var(--color-primary-90);
}

.bg-surfaceDefault {
  background-color: var(--color-secondary-98);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.fill-primary {
  fill: var(--color-primary-40);
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

.font-sans {
  font-family: noto-sans, ui-sans-serif, system-ui;
}

.font-serif {
  font-family: noto-serif, ui-serif, Georgia;
}

.text-2xl {
  font-size: 1.563rem;
}

.text-sm {
  font-size: 0.8rem;
}

.text-xl {
  font-size: 1.25rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-onPrimaryContainer {
  color: var(--color-primary-10);
}

.text-primary {
  color: var(--color-primary-40);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  -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);
}

@font-face {
  font-family: noto-sans;

  src: url(../../font/NotoSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
  font-family: noto-serif;

  src: url(../../font/NotoSerif-VariableFont_wdth\,wght.ttf);
}

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

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:w-3\/4 {
    width: 75%;
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:bg-\[\#FFDADA\]\/40 {
    background-color: rgb(255 218 218 / 0.4);
  }

  .lg\:text-2xl {
    font-size: 1.563rem;
  }

  .lg\:text-4xl {
    font-size: 2.441rem;
  }
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

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