/* ----- CSS NORMALIZE (Entfernt alle durch Browser definierten Styles) ----- */

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

/*
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 */
  tab-size: 4;
  /* 3 */
  font-family: theme(
    "fontFamily.sans",
    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. 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 */
  position: relative;
}

/*
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]) {
  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: theme(
    "fontFamily.mono",
    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 */
  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::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: theme("colors.gray.400", #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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

/*
----- CSS NORMALIZE END -----
*/

/*
----- Ab hier kommen wichtige CSS Klassen, die häufig und mehrfach genutzt werden -----
*/

button {
  all: unset;
  cursor: pointer;
}

button:focus {
  outline: 1px solid var(--main-blue);
}

/* Flexbox */

.flex {
  display: flex;
}

.block {
  display: block;
}

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

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

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

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

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

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

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

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

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

.space-even {
  justify-content: space-evenly;
}

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

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

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

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

/* Positions */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

/* Floats */

.left {
  float: left;
}

.right {
  float: right;
}

.no-float {
  float: none;
}

.clearfix {
  overflow: auto;
}

/* Visibility */

.hidden {
  display: none;
}

/* Text-Aligns */

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

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

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

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

/* Margins Reset */

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

/* Paddings Reset */

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

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

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

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

.pb-1 {
  padding-bottom: 1em;
}

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

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

/* Text Transforms */

.text-transform-none {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.quote {
  max-width: 70%;
  font-size: 1.5em;
  letter-spacing: 0.05;
  font-weight: 900;
  position: relative;
  padding-left: 2em;
}

.quote::before {
  content: "»";
  position: absolute;
  left: 0em;
  top: -0.45em;
  font-size: 2em;
  font-weight: 400;
}

/* Flex Basis */

.basis-1-2 {
  flex-basis: 50%;
}

.basis-1-3 {
  flex-basis: 33.333333%;
}

.basis-2-3 {
  flex-basis: 66.666667%;
}

.basis-1-4 {
  flex-basis: 25%;
}

.basis-2-4 {
  flex-basis: 50%;
}

.basis-3-4 {
  flex-basis: 75%;
}

.basis-1-5 {
  flex-basis: 20%;
}

.basis-2-5 {
  flex-basis: 40%;
}

.basis-3-5 {
  flex-basis: 60%;
}

.basis-4-5 {
  flex-basis: 80%;
}

.basis-1-6 {
  flex-basis: 16.666667%;
}

.basis-2-6 {
  flex-basis: 33.333333%;
}

.basis-3-6 {
  flex-basis: 50%;
}

.basis-4-6 {
  flex-basis: 66.666667%;
}

.basis-5-6 {
  flex-basis: 83.333333%;
}

.basis-1-12 {
  flex-basis: 8.333333%;
}

.basis-2-12 {
  flex-basis: 16.666667%;
}

.basis-3-12 {
  flex-basis: 25%;
}

.basis-4-12 {
  flex-basis: 33.333333%;
}

.basis-5-12 {
  flex-basis: 41.666667%;
}

.basis-6-12 {
  flex-basis: 50%;
}

.basis-7-12 {
  flex-basis: 58.333333%;
}

.basis-8-12 {
  flex-basis: 66.666667%;
}

.basis-9-12 {
  flex-basis: 75%;
}

.basis-10-12 {
  flex-basis: 83.333333%;
}

.basis-11-12 {
  flex-basis: 91.666667%;
}

.basis-full {
  flex-basis: 100%;
}

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

/*      Ab hier Custom CSS für das Projekt      */

:root {
  --main-blue: #4665ab;
  --medium-blue: #8b9fca;
  --light-blue: #e8ecf4;
  /*   --highlight-blue: #B3E9FF;
 */
  --highlight-blue: rgb(111, 250, 204);
  --white: #ffffff;
  --xs: 0.5em;
  --s: 1em;
  --m: 2em;
  --l: 3em;
  --xl: 4em;
  --screen-sm: 640px;
  --screen-md: 768px;
  --screen-lg: 1024px;
  --screen-xl: 1280px;
  --screen-2xl: 1400px;
}

@font-face {
  font-family: "Expose";
  src: url("/assets/fonts/Expose-Regular.woff2") format("woff2"),
    url("/assets/fonts/Expose-Regular.woff") format("woff"),
    url("/assets/fonts/Expose-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Expose";
  src: url("/assets/fonts/Expose-Medium.woff2") format("woff2"),
    url("/assets/fonts/Expose-Medium.woff") format("woff"),
    url("/assets/fonts/Expose-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Expose";
  src: url("/assets/fonts/Expose-Bold.woff2") format("woff2"),
    url("/assets/fonts/Expose-Bold.woff") format("woff"),
    url("/assets/fonts/Expose-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Expose";
  src: url("/assets/fonts/Expose-Black.woff2") format("woff2"),
    url("/assets/fonts/Expose-Black.woff") format("woff"),
    url("/assets/fonts/Expose-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

html {
  font-family: "Expose";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--main-blue);
  scroll-behavior: smooth;
}

b,
strong {
  font-weight: 900;
}

h1 {
  font-size: 4em;
  font-weight: 900;
  color: var(--main-blue);
}

h2 {
  font-size: 2.5em;
  color: var(--medium-blue);
}

h3 {
  font-size: 2em;
  font-weight: 900;
  color: var(--main-blue);
  margin-bottom: 1em;
}

h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 900;
}

p,
li {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.6;
}

p {
  margin-bottom: 1.5em;
}

.flex-column p:last-child {
  margin-bottom: 0;
}

p a {
  text-decoration: underline;
}

mark {
  background-color: var(--highlight-blue) !important;
  color: var(--main-blue);
  padding: 0.15em 0;
}

.mark {
  background-color: var(--highlight-blue) !important;
  color: var(--main-blue) !important;
  font-weight: 900;
  display: inline-block;
  padding: 0 0.3em;
  margin: 0 -0.3em;
}

::-moz-selection {
  background-color: var(--highlight-blue);
  color: var(--main-blue);
}

::selection {
  background-color: var(--highlight-blue);
  color: var(--main-blue);
}

ul {
  margin-top: -1em;
  margin-left: 1em;
}

ul ~ p {
  margin-top: 1.5em;
}

li {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 0.5em;
  margin-left: 0.5em;
}

li:not(:last-of-type) {
  padding-bottom: 0.5em;
}

#impressum-datenschutz h2,
#impressum-datenschutz h3,
#impressum-datenschutz h4 {
  margin-top: 1.5em;
  margin-bottom: 0;
}

#impressum-datenschutz p {
  margin: 1em 0;
}

.medium {
  font-family: "Expose";
  font-weight: 500;
}

.bold {
  font-family: "Expose";
  font-weight: 900;
}

.black {
  font-family: "Expose";
  font-weight: 700;
}

.main-bg {
  background-color: var(--main-blue);
}

.light-bg {
  background-color: var(--light-blue);
}

.white-bg {
  background-color: var(--white);
}

.highlight-bg {
  background-color: var(--highlight-blue);
}

.blue {
  color: var(--main-blue);
}

.highlight {
  color: var(--hightlight-blue);
}

/* ----- Padding ----- */

.py-xs {
  padding-top: var(--xs);
  padding-bottom: var(--xs);
}

.py-s {
  padding-top: var(--s);
  padding-bottom: var(--s);
}

.py-m {
  padding-top: var(--m);
  padding-bottom: var(--m);
}

.py-l {
  padding-top: var(--l);
  padding-bottom: var(--l);
}

.py-xl {
  padding-top: var(--xl);
  padding-bottom: var(--xl);
}

.pl-m {
  padding-left: var(--m);
}

.h-screen {
  height: 100vh;
}

/* Center Container */
.mx-auto {
  max-width: 100%;
  margin: 0 auto;
}

section.container {
  padding-top: 6em;
}

.container {
  max-width: 100%;
  padding: 0 0;
}

.footer {
  background-color: var(--highlight-blue);
  display: flex;
  flex-wrap: wrap;
}

.footer p {
  font-size: 1em;
}

.footer > div:not(:last-of-type) {
  border-right: 1px solid var(--main-blue);
  flex-basis: 33.33333%;
}

.footer_section {
  padding: 2em;
}

.main_content__container {
  position: relative;
  background-color: var(--white);
}

.main_content__container img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  fill: var(--main-blue);
}

.image-wrapper {
  display: flex;
  flex: wrap;
  gap: 1rem;
}

.image-wrapper img {
  height: auto;
}

.svg_container > img {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 9em;
}

.main_content__header {
  max-width: 75%;
  padding: 1em 0;
}

.side_menu__container {
  width: 30em;
  padding: 2em;
  padding-right: 1em;
  background-color: var(--white);
}

.side_menu__list {
  width: 16em;
  position: sticky;
  position: -webkit-sticky;
  top: 9em;
}

.side_menu__list a {
  color: var(--medium-blue);
  transition: all 50ms 0s ease-in-out;
  width: fit-content;
  padding: 0 0.3em;
  margin: 0 -0.3em;
}

.side_menu__list > a:not(:last-of-type) {
  margin-bottom: 1em;
}

.row {
  padding: 5em 2em;
  scroll-margin-top: 94px;
}

.row.content {
  display: flex;
  position: relative;
}

.border-b {
  border-bottom: 1px solid var(--main-blue);
}

.border-r {
  border-right: 1px solid var(--main-blue);
}

.main_menu__container {
  position: fixed;
  width: 100%;
  top: 0;
  overflow: hidden;
  background-color: var(--white);
  z-index: 10;
}

.main_menu__container nav {
  padding: 1.55em 2em;
}

.main_menu__navlist > a {
  margin: 0 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#main_menu__blocker {
  height: 200px;
}

.menu_button {
  display: none;
}

.menu_button svg {
  height: 2.5em;
  width: 2.5em;
}

.active {
  color: var(--main-blue) !important;
  font-weight: 900;
  transition: all 50ms 0s ease-in-out;
}

.side_menu__list p {
  font-size: 1em;
}

.button__blue {
  margin-top: 1em;
  padding: 0.75em 1.25em;
  font-size: 1.25em;
  color: var(--white);
  background-color: var(--main-blue);
  display: inline-block;
  transition: background-color 500ms ease-in-out;
}

.button__blue:hover {
  background-color: var(--medium-blue);
  transition: background-color 500ms ease-in-out;
  cursor: pointer;
}

.home_container {
  width: 100vw;
  height: 100svh;
  display: flex;
  position: relative;
}

@supports not (height: 100svh) {
  .home_container {
    height: 100vh;
  }
}

.home_container > *:not(.home_intro) {
  background-color: var(--white);
}

.home_container a:not(.home_imprint_data a) {
  width: 100%;
  border-left: 1px solid var(--main-blue);
  transition: all 250ms ease;
  position: relative;
  overflow: hidden;
}

.home_container a:hover {
  overflow: hidden;
  background-color: var(--highlight-blue);
  transition: all 250ms ease;
}

.home_container a::after {
  content: url(../img/arrow.svg);
  position: absolute;
  bottom: 2.5em;
  right: 2em;
}

.home_card p {
  position: absolute;
  left: 1em;
  bottom: 0.5em;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  color: var(--white);
  transition: color 300ms ease;
  white-space: nowrap;
}

.home_card svg {
  fill: var(--main-blue);
  margin: 0;
}

.home_container a svg {
  width: 25em;
  opacity: 25%;
  transition: all 250ms ease;
}

.home_container a:hover svg {
  opacity: 100%;
  transition: all 300ms ease;
}

.home_container a:hover p {
  color: var(--main-blue);
  transition: color 250ms ease;
}

.home_container h1 {
  font-size: 2.5em;
}

.home_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2em;
}

.home_container p {
  margin-bottom: 0;
}

.home_intro {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_intro > * {
  width: 25em;
  padding: 2em;
}

.home_intro div:first-of-type {
  padding-top: 1.55em;
}

.mobile_wrapper {
  display: none;
}

/* @media screen and (max-width: 1280px) {
  .home_container a::after {
    content: url(../img/arrow.svg);
    position: absolute;
    bottom: 2.5em;
    left: 2em;
  }

  .home_card p {
    font-size: 1.5em;
    position: absolute;
    left: 1em;
    bottom: 3em;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    color: var(--white);
    transition: color 300ms ease;
  }
} */

@media (max-width: 480px) {
  .desktop-times {
    display: none;
  }
}

.mobile-times {
  display: flex;
}

@media (min-width: 480px) {
  .mobile-times {
    display: none;
  }
}

#impressum,
#datenschutz {
  display: none;
}

.home_imprint_data a {
  margin-right: 1rem;
}

.mobile_accordion {
  display: none;
}

.floating-news-bottom,
.floating-news-top {
  position: fixed;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem 0 1rem;
  text-align: center;
  background-color: rgba(111, 250, 204, 0.909);
  /* background-color: var(--main-blue); */
  color: --main-blue;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.floating-news-bottom {
  bottom: 0;
}

.floating-news-top {
  top: 0;
  border-bottom: 1px solid white;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  p,
  li {
    font-size: 1.25em;
  }

  .quote {
    max-width: 60%;
    font-size: 1.25em;
    padding-left: 1.5em;
  }

  .row {
    padding: 2em;
  }

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

  .flex-column:last-child:not(:first-child) {
    padding-top: 2em;
  }

  .main_content__container img {
    width: 40%;
    padding: 2em 0;
    margin-left: auto;
    margin-right: auto;
    fill: var(--main-blue);
  }

  .main_content__header {
    max-width: 100%;
  }

  .side_menu__container {
    display: none;
  }

  .main_content__container {
    padding-right: 0em;
    border-right: 0;
  }

  .side_menu__list {
    top: 9em;
  }

  .main_menu__container {
    position: fixed;
    width: 100%;
    top: 0;
    overflow: hidden;
    background-color: var(--white);
    z-index: 10;
  }

  .main_menu__container nav {
    padding: 1.55em 2em;
  }

  .main_menu__navlist > a {
    margin: 0 1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  #main_menu__blocker {
    height: 200px;
  }

  .main_menu__navlist,
  #emergency {
    display: none;
  }

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

  .menu_button {
    display: flex;
    fill: var(--main-blue);
  }

  .main_menu__mobile {
    z-index: 1000;
    position: fixed;
    background-color: var(--white);
    color: var(--main-blue);
    display: flex;
    flex-direction: column;
    padding: 1em;
    padding-top: 1.75em;
    padding-left: 2em;
    top: 0;
    width: 50%;
    right: -50%;
    height: 100vh;
    transition: right 500ms ease;
    border-left: 1px solid var(--main-blue);
  }

  .main_menu__mobile .active {
    color: var(--main-blue) !important;
  }

  .menu_button__open {
    padding-right: 1em;
    right: 0;
    fill: var(--main-blue);
  }

  .menu_button__open svg {
    padding-top: 0.5em;
    width: 2em;
    height: 2em;
    fill: var(--main-blue);
  }

  .main_menu__mobile a,
  .main_menu__mobile p {
    color: var(--medium-blue);
    width: 85%;
    font-size: 1em;
    padding: 1em 0;
    border-bottom: 1px solid var(--main-blue);
    margin: 0;
  }

  .main_menu__mobile a p {
    font-size: 1.5em;
  }

  .main_menu__mobile p:first-of-type {
    padding-top: 0;
  }

  .mobile_menu__contact {
    padding: 1.5em 0;
    width: 85%;
    border-bottom: 1px solid var(--main-blue);
  }

  .mobile_menu__contact a,
  .mobile_menu__contact p {
    border-bottom: 0;
  }

  #impressum {
    display: flex;
  }

  #datenschutz {
    display: flex;
  }

  #leistungen.main_content__header {
    padding-top: 4rem;
  }

  .mobile_accordion {
    position: relative;
    display: inline-block;
    position: fixed;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid var(--main-blue);
    transform: translateY(-1px);
  }

  .dropbtn {
    width: 100%;
    background-color: white;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  .dropdown-content {
    height: 0;
    position: absolute;
    background-color: white;
    width: 100%;
    overflow: auto;
    z-index: 5;
    text-align: center;
  }

  .dropdown-content a {
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
  }

  .show {
    min-height: 100vh;
    transition: height 200ms ease;
  }
}

.dropdown-button {
  width: 1rem;
}

.usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
  display: none;
}

@media screen and (max-width: 1280px) {
  .home_container h1 {
    font-size: 2em;
  }

  .home_container {
    width: 100vw;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }

  .home_intro {
    height: 52vh;
    justify-content: flex-start;
  }

  .home_intro > * {
    width: 100%;
    padding: 1.25em;
  }

  .home_intro > *:not(:last-child) {
    padding-bottom: 0;
  }

  .home_intro > *:last-child {
    padding-bottom: 4em;
  }

  .home_intro div:first-of-type {
    padding-top: 0.75em;
  }

  .home_container a {
    border-left: 0;
    border-top: 1px solid var(--main-blue);
    padding-top: 0;
    padding-bottom: 0;
    height: 12vh;
    padding: 1.25em;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .home_container a:not(.home_imprint_data a) {
    border-left: 0px solid var(--main-blue);
    transition: all 0ms ease;
  }

  .home_container a:hover {
    overflow: hidden;
    background-color: var(--highlight-blue);
    transition: unset;
  }

  .home_container a:after {
    top: 52%;
    left: unset;
    right: 1em;
    bottom: unset;
    margin: 0;
    transform: translateY(-50%);
  }

  .home_card p {
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    transform: rotate(0deg);
    color: var(--main-blue);
  }

  .home_container a svg {
    position: absolute;
    left: 40%;
    width: 20em;
  }

  .home_imprint_data {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.25em;
  }

  p,
  li {
    font-size: 1em;
  }

  .quote {
    max-width: 100%;
    font-size: 1em;
    padding-left: 2em;
  }

  .quote::before {
    left: 0em;
  }

  .main_content__container.basis-10-12 {
    flex-basis: 100%;
  }

  .main_content__container.border-r {
    border: 0px;
  }

  .side_menu__container {
    display: none;
  }

  .main_menu__mobile {
    width: 75%;
    right: -75%;
    z-index: 1000;
  }

  .footer {
    flex-direction: column;
  }

  .footer > div:not(:last-of-type) {
    border-right: 0px solid var(--main-blue);
    border-bottom: 1px solid var(--main-blue);
  }

  .intro_block {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  .container {
    padding: 0 0;
  }

  .main_content__header {
    max-width: 100%;
    text-align: left;
  }

  .main_menu__mobile {
    z-index: 80;
    position: fixed;
    background-color: var(--white);
    color: var(--main-blue);
    display: flex;
    flex-direction: column;
    padding: 1em;
    padding-top: 1.75em;
    padding-left: 2em;
    top: 0;
    width: 100%;
    right: -100%;
    transition: right 500ms ease;
  }

  .main_menu__mobile a,
  .main_menu__mobile p,
  .mobile_menu__contact {
    width: 90%;
  }

  .button__blue {
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
    padding: 0.75em 1.25em;
    font-size: 1.25em;
    color: var(--white);
    background-color: var(--main-blue);
    display: inline-block;
    transition: background-color 500ms ease-in-out;
  }
}

@media screen and (max-width: 480px) {
  .home_intro {
    height: 65vh;
  }

  .home_intro h1 {
    font-size: 1.5em;
  }

  .home_card p {
    font-size: 1em;
  }

  .main_content__container img {
    width: 80%;
  }

  .row,
  .main_menu__container nav {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .main_menu__container nav,
  .main_menu__mobile {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  section.container {
    padding-top: 4.3em;
  }

  .footer_section {
    padding: 2em 1.25em;
  }

  .image-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 375px) {
  .home_intro h1 {
    font-size: 1.5em;
  }

  .intro_block {
    font-size: 0.85em;
    margin-bottom: 1em;
  }

  .home_container a {
    height: 20vh;
  }

  .home_card p {
    font-size: 1.5em;
  }
}

.image-wrapper img {
  width: 100%;
  width: auto;
}

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

.width-100 {
  width: 100%;
}
