@charset "UTF-8";

/*
! tailwindcss v3.1.4 | 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: 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:  ;
}

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

::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.right-\[50px\]{
  right: 50px;
}

.top-\[200px\]{
  top: 200px;
}

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

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

.mx-\[-12px\]{
  margin-left: -12px;
  margin-right: -12px;
}

.mt-\[100px\]{
  margin-top: 100px;
}

.mb-\[200px\]{
  margin-bottom: 200px;
}

.mt-\[60px\]{
  margin-top: 60px;
}

.mr-\[40px\]{
  margin-right: 40px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.ml-\[20px\]{
  margin-left: 20px;
}

.mt-\[150px\]{
  margin-top: 150px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

.ml-1\/12{
  margin-left: 8.333333%;
}

.mb-\[80px\]{
  margin-bottom: 80px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mt-\[75px\]{
  margin-top: 75px;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-\[120px\]{
  margin-top: 120px;
}

.mt-\[80px\]{
  margin-top: 80px;
}

.mt-\[-4px\]{
  margin-top: -4px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

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

.mr-6\/12{
  margin-right: 50%;
}

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

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mt-\[35px\]{
  margin-top: 35px;
}

.mr-2\/12{
  margin-right: 16.666667%;
}

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.h-full{
  height: 100%;
}

.h-\[28px\]{
  height: 28px;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[250px\]{
  height: 250px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

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

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

.w-3\/12{
  width: 25%;
}

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

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

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

.w-2\/12{
  width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-violett{
  --tw-border-opacity: 1;
  border-color: rgb(123 42 91 / var(--tw-border-opacity));
}

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

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(189 66 108 / var(--tw-bg-opacity));
}

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

.bg-violett{
  --tw-bg-opacity: 1;
  background-color: rgb(123 42 91 / var(--tw-bg-opacity));
}

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

.bg-gruen{
  --tw-bg-opacity: 1;
  background-color: rgb(121 145 19 / var(--tw-bg-opacity));
}

.bg-blau{
  --tw-bg-opacity: 1;
  background-color: rgb(27 136 150 / var(--tw-bg-opacity));
}

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

.p-\[40px\]{
  padding: 40px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[60px\]{
  padding: 60px;
}

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

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

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

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[36px\]{
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-\[35px\]{
  padding-top: 35px;
  padding-bottom: 35px;
}

.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}

.pb-\[70px\]{
  padding-bottom: 70px;
}

.pb-\[100\%\]{
  padding-bottom: 100%;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pb-\[16px\]{
  padding-bottom: 16px;
}

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

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

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

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

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

.font-extrabold{
  font-weight: 800;
}

.uppercase{
  text-transform: uppercase;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

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

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

.\!text-violett{
  --tw-text-opacity: 1 !important;
  color: rgb(123 42 91 / var(--tw-text-opacity)) !important;
}

.text-violett{
  --tw-text-opacity: 1;
  color: rgb(123 42 91 / var(--tw-text-opacity));
}

.text-pink{
  --tw-text-opacity: 1;
  color: rgb(189 66 108 / var(--tw-text-opacity));
}

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

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

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline{
  outline-style: solid;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1200px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 576px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}

/*--------------------------------------------------------------
# RESET CSS
--------------------------------------------------------------*/

html, body {
  width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

main {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}

*, ::before, ::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.no_scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong,
.strong {
  font-weight: 700;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

.img_100 img,
img.img_100 {
  width: 100%;
  height: auto;
}

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

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# TYPOGRAPHIE
--------------------------------------------------------------*/

body {
  color: #000;
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}

h1 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}

h2 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}

h2.klein {
  font-size: 21px;
  line-height: 1.31;
}

h3 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.31;
}

h3.gross {
  font-size: 36px;
  line-height: 1.3;
}

h4 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

p {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
}

p.gross, .gross p {
  font-size: 20px;
  line-height: 1.3;
}

p.klein, .klein p {
  font-size: 15px;
  line-height: 1.38;
}

.tab_button {
  font-size: 18px;
}

strong {
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
}

.light {
  font-family: "adelle-sans", sans-serif;
  font-weight: normal;
}

.bold {
  font-family: "adelle-sans", sans-serif;
  font-weight: 700;
}

.std_text_style p + p, .std_text_style p + ul {
  margin-top: 20px;
}

.std_text_style p + ul {
  margin-top: 20px;
}

.std_text_style p + h2, .std_text_style p + h3, .std_text_style p + h4 {
  margin-top: 40px;
}

.std_text_style h2 + p, .std_text_style h2 + ul, .std_text_style h3 + p, .std_text_style h3 + ul, .std_text_style h4 + ul, .std_text_style h4 + p {
  margin-top: 20px;
}

.std_text_style ul + p {
  margin-top: 20px;
}

.std_text_style ul + h2, .std_text_style ul + h3, .std_text_style ul + h4 {
  margin-top: 40px;
}

.std_text_style ul {
  list-style: none;
  padding-left: 20px;
}

.std_text_style ul li {
  position: relative;
  margin-bottom: 5px;
}

.std_text_style ul li::before {
  content: "–";
  position: absolute;
  left: -20px;
}

.hyphens {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.text_kontakt p {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .text_kontakt p {
    font-size: 35px;
    font-weight: 700;
  }
}

.text_kontakt p + p {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .text_kontakt p + p {
    margin-top: 50px;
  }

  body {
    font-size: 25px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 60px;
    font-weight: 700;
  }

  h2.klein {
    font-size: 35px;
  }

  h3 {
    font-size: 35px;
  }

  h3.gross {
    font-size: 60px;
  }

  p {
    font-size: 25px;
  }

  p.gross, .gross p {
    font-size: 30px;
  }

  p.klein, .klein p {
    font-size: 18px;
  }

  .tab_button {
    font-size: 35px;
  }
}

/* ENDE TYPOGRAPHIE  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/

a, a:hover, a:focus, a:active, a:visited {
  color: #000;
  text-decoration: none;
}

.std_text_style p a,
.std_text_style ul li a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.3s ease-in-out;
}

.std_text_style p a:hover, .std_text_style p a:focus, .std_text_style p a:active, .std_text_style p a:visited,
.std_text_style ul li a:hover,
.std_text_style ul li a:focus,
.std_text_style ul li a:active,
.std_text_style ul li a:visited {
  text-decoration: none;
  border-bottom: 1px solid;
}

/* ENDE LINKS  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

header {
  height: 150px;
  z-index: 9999;
  box-shadow: 0px 0px 14px -1px #000000;
}

header img {
  width: 70%;
  height: 70px;
}

@media screen and (min-width: 768px) {
  header img {
    height: 70px;
    width: auto;
  }
}

header .menu_btn {
  font-size: 30px;
  font-weight: 700;
}

header.header_klein {
  height: 80px;
}

header.header_klein img {
  height: 55px;
}

header .menu_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

header .menu_wrap li {
  display: flex;
  justify-content: center;
}

header .menu_wrap li a {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  header .menu_wrap li a {
    font-size: 7.125vw;
  }
}

@media screen and (min-width: 992px) {
  header .menu_wrap li a {
    font-size: 3.125vw;
  }
}

header .menu_wrap li a:hover {
  text-decoration: underline;
}

header .menu_wrap.open {
  display: flex;
}

header .menu_wrap .wrap_menu_btn_close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

header .menu_wrap .wrap_menu_btn_close .menu_btn_close {
  position: relative;
  height: 45px;
  width: 45px;
  margin-top: 52px;
  margin-right: 20px;
}

header .menu_wrap .wrap_menu_btn_close .menu_btn_close::before, header .menu_wrap .wrap_menu_btn_close .menu_btn_close::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 19px;
  height: 55px;
  width: 8px;
  background-color: #fff;
}

header .menu_wrap .wrap_menu_btn_close .menu_btn_close::before {
  transform: rotate(-45deg);
}

header .menu_wrap .wrap_menu_btn_close .menu_btn_close::after {
  transform: rotate(45deg);
}

.menu_header a {
  font-size: 20px;
}

/* ENDE HEADER  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}

.btn_std {
  position: relative;
  padding: 19px 22px;
  color: #fff;
  border: none;
  font-family: "adelle-sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .btn_std {
    font-size: 20px;
  }
}

.btn_std:hover, .btn_std:focus, .btn_std:active, .btn_std:visited {
  color: #fff;
  text-decoration: none;
}

.btn_violett{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(123 42 91 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(123 42 91 / var(--tw-bg-opacity));
}

.btn_violett:hover,  .btn_violett:focus{
  --tw-border-opacity: 1;
  border-color: rgb(189 66 108 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 66 108 / var(--tw-bg-opacity));
}

.btn_orange{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 137 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 137 0 / var(--tw-bg-opacity));
}

.btn_orange:hover,  .btn_orange:focus{
  --tw-border-opacity: 1;
  border-color: rgb(189 66 108 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 66 108 / var(--tw-bg-opacity));
}

.btn_violett_border{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(123 42 91 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(123 42 91 / var(--tw-text-opacity));
}

.btn_violett_border:hover,  .btn_violett_border:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(189 66 108 / var(--tw-bg-opacity));
}

.btn_violett_border:active,  .btn_violett_border:visited{
  --tw-text-opacity: 1;
  color: rgb(123 42 91 / var(--tw-text-opacity));
}

.btn_pfeil::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 26px;
  width: 26px;
  background-image: url(/wp-content/themes/ost_robotik/img/pfeil_link.svg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.btn_pfeil:hover {
  padding-right: 90px;
}

.btn_pfeil:hover::after {
  opacity: 1;
  right: 30px;
}

.btn_pfeil_zurueck::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 26px;
  width: 26px;
  background-image: url(/wp-content/themes/ost_robotik/img/pfeil_link.svg);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
}

.btn_pfeil_zurueck:hover {
  padding-left: 90px;
}

.btn_pfeil_zurueck:hover::after {
  opacity: 1;
  left: 30px;
}

.btn_externer_link {
  padding-right: 44px;
}

.btn_externer_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 15px;
  margin: auto;
  height: 17px;
  width: 19px;
  background-image: url(/wp-content/themes/ost_robotik/img/pfeil_externer_link.svg);
}

.datei {
  text-underline-offset: 3px;
  border-bottom: 1px solid black;
}

/* ENDE BUTTONS  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/

.header_startseite {
  height: calc(75vh - 150px);
}

.header_startseite .slide {
  height: calc(75vh - 150px);
}

iframe {
  width: 100% !important;
  height: 100% !important;
}

.videobtn::before {
  content: "";
  background: url("/wp-content/themes/ost_robotik/img/play-button-svgrepo-com.svg");
  width: 100%;
  height: 100%;
}

.popup_background {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 10000;
}

.popup_background.open {
  display: block;
}

.popup_arzte {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-width: 80vw;
  border-radius: 20px;
  background-color: #fff;
  display: none;
  z-index: 10001;
  padding: 40px;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .popup_arzte {
    min-width: 60vw;
  }
}

.popup_arzte.open {
  display: block;
}

.popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
}

.popup_close::before, .popup_close::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 12px;
  height: 37px;
  width: 5px;
  background-color: #000;
}

.popup_close::before {
  transform: rotate(-45deg);
}

.popup_close::after {
  transform: rotate(45deg);
}

.tab_button {
  color: #fff;
}

.tab_button_wrap1 .tab_button{
  --tw-border-opacity: 1;
  border-color: rgb(189 66 108 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 66 108 / var(--tw-bg-opacity));
}

.tab_button_wrap2 .tab_button{
  --tw-border-opacity: 1;
  border-color: rgb(121 145 19 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(121 145 19 / var(--tw-bg-opacity));
}

.tab_button_wrap3 .tab_button{
  --tw-border-opacity: 1;
  border-color: rgb(255 137 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 137 0 / var(--tw-bg-opacity));
}

.tab_button_wrap0 .tab_button{
  --tw-border-opacity: 1;
  border-color: rgb(27 136 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 136 150 / var(--tw-bg-opacity));
}

.tab_button.selected {
  background-color: #fff !important;
}

.tab_button_wrap1 .tab_button.selected{
  --tw-text-opacity: 1;
  color: rgb(189 66 108 / var(--tw-text-opacity));
}

.tab_button_wrap2 .tab_button.selected{
  --tw-text-opacity: 1;
  color: rgb(121 145 19 / var(--tw-text-opacity));
}

.tab_button_wrap3 .tab_button.selected{
  --tw-text-opacity: 1;
  color: rgb(255 137 0 / var(--tw-text-opacity));
}

.tab_button_wrap0 .tab_button.selected{
  --tw-text-opacity: 1;
  color: rgb(27 136 150 / var(--tw-text-opacity));
}

.tab_wrap {
  display: none;
}

.tab_wrap.selected {
  display: block;
}

.tab_wrap1{
  --tw-border-opacity: 1;
  border-color: rgb(189 66 108 / var(--tw-border-opacity));
}

.tab_wrap1 h2{
  --tw-text-opacity: 1;
  color: rgb(189 66 108 / var(--tw-text-opacity));
}

.tab_wrap2{
  --tw-border-opacity: 1;
  border-color: rgb(121 145 19 / var(--tw-border-opacity));
}

.tab_wrap2 h2{
  --tw-text-opacity: 1;
  color: rgb(121 145 19 / var(--tw-text-opacity));
}

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

.tab_wrap3 h2{
  --tw-text-opacity: 1;
  color: rgb(255 137 0 / var(--tw-text-opacity));
}

.tab_wrap0{
  --tw-border-opacity: 1;
  border-color: rgb(27 136 150 / var(--tw-border-opacity));
}

.tab_wrap0 h2{
  --tw-text-opacity: 1;
  color: rgb(27 136 150 / var(--tw-text-opacity));
}

/*Accordion */

.acc_title {
  position: relative;
}

.acc_title::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  height: 44px;
  width: 44px;
  background-image: url(/wp-content/themes/ost_robotik/img/pfeil_slider_weiss.svg);
  background-size: cover;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.open .acc_title::after {
  transform: rotate(270deg);
}

.page_prev img,
.page_next img {
  width: 27px;
}

.page_prev img {
  transform: rotate(180deg);
  margin-right: 40px;
}

.page-numbers{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(123 42 91 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: #000 !important;
  padding: 12px 25px;
  margin-right: 15px;
}

.page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(123 42 91 / var(--tw-bg-opacity));
  color: #fff !important;
}

.filter_btn {
  font-size: 15px;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  .filter_btn {
    font-size: 18px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  .filter_btn {
    padding-left: 0;
  }
}

.filter_btn.active {
  color: #fff;
  --tw-bg-opacity: 1;
  background-color: rgb(123 42 91 / var(--tw-bg-opacity));
  font-weight: bold;
}

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

.kategorie_namen li {
  position: relative;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .kategorie_namen li::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #000;
    right: -10px;
    top: 0;
  }
}

.kategorie_namen li:last-child::after {
  display: none;
}

/* ENDE CONTENT  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer p {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  color: #fff;
  text-decoration: underline;
}

footer p a:visited, footer p a:focus, footer p a:active {
  color: #fff;
}

/* ENDE FOOTER  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# 404 SEITE
--------------------------------------------------------------*/

/* ENDE 404 SEITE  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# KEYFRAMES
--------------------------------------------------------------*/

/* ENDE KEYFRAMES ---------------------------------------------------------- */

.flickity-prev-next-button {
  width: 27px;
  height: 27px;
  bottom: 0;
  top: auto;
}

.flickity-prev-next-button.previous {
  left: 12px;
  transform: rotate(180deg) translate(0);
}

.flickity-prev-next-button.next {
  left: 83px;
  transform: translate(0);
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.flickity-prev-next-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-image: url(/wp-content/themes/ost_robotik/img/pfeil_slider.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}

.flickity-prev-next-button:hover {
  background: none;
}

.header_startseite .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  bottom: auto;
  top: 80%;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .header_startseite .flickity-prev-next-button {
    width: 50px;
    height: 50px;
  }
}

.header_startseite .flickity-prev-next-button.previous {
  left: 20px;
  transform: rotate(180deg) translate(0);
}

.header_startseite .flickity-prev-next-button.next {
  right: 20px;
  left: auto;
  transform: translate(0);
}

.header_startseite .flickity-prev-next-button::after {
  background-image: url(/wp-content/themes/ost_robotik/img/pfeil_slider_weiss.svg);
}

.flickity-page-dots {
  bottom: 20px;
}

.flickity-page-dots .dot {
  opacity: 1;
  height: 30px;
  width: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(123 42 91 / var(--tw-border-opacity));
  background-color: transparent;
  position: relative;
}

.flickity-page-dots .dot.is-selected::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 2px;
  left: 2px;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(123 42 91 / var(--tw-bg-opacity));
  border-radius: 50%;
}

.flickity-page-dots li:only-child {
  display: none;
}

/* Ninja Forms */

/* -------------------------------------------------------> Formulartitel */

.nf-form-title {
  display: none;
}

/* -------------------------------------------------------> Formularlabel */

.nf-form-content label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* -------------------------------------------------------> Formularfelder */

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
  color: #000 !important;
  font-size: 18px !important;
  background-color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}

/* -------------------------------------------------------> Button */

.nf-form-content input[type=button]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 42 91 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 42 91 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  padding: 19px 22px !important;
  height: auto !important;
  border: 1px solid;
  border-radius: 0;
  outline: none;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.nf-form-content input[type=button]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 66 108 / var(--tw-bg-opacity)) !important;
}

/* -------------------------------------------------------> erforderlich */

.nf-form-fields-required {
  display: none !important;
}

/* -------------------------------------------------------> Warnmeldung */

.nf-error .nf-error-msg {
  color: #e80000;
  font-size: 13px;
}

.ninja-forms-req-symbol {
  color: #000 !important;
}

/* -------------------------------------------------------> Warnsymbol */

.nf-error.field-wrap .nf-field-element::after {
  background: #e80000;
  color: #fff;
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f12a";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: 48px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
}

.ninja-forms-req-symbol {
  color: #000;
}

.nf-response-msg {
  color: #000;
}

@media screen and (min-width: 768px) {
  .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
    font-size: 20px !important;
  }

  .nf-error .nf-error-msg {
    font-size: 15px !important;
  }

  .nf-form-content label {
    font-size: 20px !important;
  }
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 137 0 / var(--tw-bg-opacity));
}

.hover\:\!text-pink:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(189 66 108 / var(--tw-text-opacity)) !important;
}

.hover\:text-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(189 66 108 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .md\:mt-\[120px\]{
    margin-top: 120px;
  }

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

  .md\:ml-1\/12{
    margin-left: 8.333333%;
  }

  .md\:mb-\[80px\]{
    margin-bottom: 80px;
  }

  .md\:mt-\[75px\]{
    margin-top: 75px;
  }

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

  .md\:ml-6\/12{
    margin-left: 50%;
  }

  .md\:mt-\[60px\]{
    margin-top: 60px;
  }

  .md\:mt-\[80px\]{
    margin-top: 80px;
  }

  .md\:mt-\[-75px\]{
    margin-top: -75px;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:h-\[100px\]{
    height: 100px;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

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

  .md\:w-5\/12{
    width: 41.666667%;
  }

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

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

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

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

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

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

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

  .md\:p-\[80px\]{
    padding: 80px;
  }

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

  .md\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-\[48px\]{
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

@media (min-width: 992px){
  .lg\:mx-\[-12px\]{
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:ml-1\/12{
    margin-left: 8.333333%;
  }

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

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

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

  .lg\:mt-\[75px\]{
    margin-top: 75px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

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

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

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

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1200px){
  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:flex{
    display: flex;
  }

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

/* Links Farbe in Akkordions anpassen */
.bg-pink a,
.bg-pink a span,
.bg-violett a,
.bg-violett a span {
  color: #fff !important;
}
.bg-pink a:hover,
.bg-pink a:hover span,
.bg-violett a:hover,
.bg-violett a:hover span {
  color: #000 !important;
}

/*# sourceMappingURL=app.css.map */