:root {
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-navigation-top-offset: calc(100% - var(--swiper-navigation-size));
  --swiper-navigation-size: 32px;
  --dunkelviolett: #0c1e38;
  --altrosa: #bd8c8c;
  --rosa: #ddc1b8;
  --elfenbein: #f3eee4;
  --orange: #f39200;
  --schwarz: #111;
  --color-text: var(--schwarz);
  --color-default: var(--altrosa);
  --color-1: var(--altrosa);
  --color-2: var(--dunkelviolett);
  --color-error: var(--orange);
  --color-border: var(--altrosa);
  --hell: var(--elfenbein);
  --dunkel: var(--dunkelviolett);
  --width-content-max: 68rem;
  --pad: 6vw;
  --header-height: calc(28px + 1em + 2.5em);
  --btn-width: 14rem;
}

@media (min-width: 960px) {
  :root {
    --pad: 3.2rem;
  }
}
@media (min-width: calc(68rem * 20 / 18 + 3.2rem * 2)) {
  :root {
    --pad: calc(50vw - var(--width-content-max) / 2);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
* {
  line-height: calc(1em + 8px);
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, .toggler, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, .toggler, h5, h6 {
  text-wrap: balance;
}

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

.invisible, .hl-invisible > h1:first-child,
.hl-invisible > h2:first-child,
.hl-invisible > h3:first-child,
.hl-invisible > h4:first-child,
.hl-invisible > .toggler:first-child, .fe-unsichtbar {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

.video_container video, .video_container audio {
  width: 100%;
  height: auto;
}

.responsive {
  position: relative;
  height: 0;
  box-sizing: content-box;
}
.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive.ratio-169 {
  padding-bottom: 56.25%;
}
.responsive.ratio-1610 {
  padding-bottom: 62.5%;
}
.responsive.ratio-219 {
  padding-bottom: 42.8571%;
}
.responsive.ratio-43 {
  padding-bottom: 75%;
}
.responsive.ratio-32 {
  padding-bottom: 66.6666%;
}

/* HTML-Tags und Klassen */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: var(--color-text);
  margin: 0;
}

::-moz-selection {
  background-color: var(--color-default);
  color: #fff;
}

::selection {
  background-color: var(--color-default);
  color: #fff;
}

[id=main] a {
  color: var(--color-2);
  -webkit-text-decoration: underline var(--color-1) solid 1px;
  text-decoration: underline var(--color-1) solid 1px;
  text-underline-offset: 0.2em;
  transition: 0.2s;
}
[id=main] a:hover {
  color: inherit;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}

.ce_text p:first-child,
.ce_text figure:first-child {
  margin-top: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  display: block;
  border: 0;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid var(--color-text);
  margin: 1rem 0;
}

.blocklink, .download-element a {
  display: block;
}

.float_left,
.float_right {
  margin-bottom: 0.5555555556rem;
}

.float_above,
.float_below {
  text-align: center;
}

@media (min-width: 750px) {
  .float_left {
    float: left;
    margin-right: 1.1111111111rem;
    max-width: 40%;
  }
  .float_right {
    float: right;
    margin-left: 1.1111111111rem;
    max-width: 40%;
  }
}
#main .btn, #main .ce_hyperlink.button a, .ce_hyperlink.button #main a, #main button.submit, #main a.toplink, #main .content-hyperlink.button a, .content-hyperlink.button #main a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8em;
  color: inherit;
  text-decoration: none;
  padding: 0.4em 1.1111111111rem;
  border: 2px solid;
  border-radius: 2em;
  transition: 0.25s;
}
#main .btn:hover, #main .ce_hyperlink.button a:hover, .ce_hyperlink.button #main a:hover, #main button.submit:hover, #main a.toplink:hover, #main .content-hyperlink.button a:hover, .content-hyperlink.button #main a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.visible {
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  position: unset;
  overflow: visible;
  display: block;
}

.crisp {
  image-rendering: -webkit-pixelated;
  image-rendering: pixelated;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

table {
  border-collapse: collapse;
}

td, th {
  text-align: left;
  vertical-align: top;
  padding: 0.4em 1.1111111111rem;
  border-top: 1px solid var(--color-border);
}
td.col_first, td:first-child, th.col_first, th:first-child {
  padding-left: 0;
}
td.col_last, td:last-child, th.col_last, th:last-child {
  padding-right: 0;
}
.row_0 td, .row_0 th {
  border-top: 0;
}
thead td, thead th {
  border-top: 0;
  border-bottom: 1px solid var(--color-border);
}
td p, th p {
  margin: 0;
}

/* raleway-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway-v37-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/raleway-v37-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v37-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway-v37-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v37-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-family: Raleway, Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;
  font-weight: 400;
}
@media (min-width: 500px) {
  html {
    font-size: 1.0625rem;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 1.125rem;
  }
}
@media (min-width: 1320px) {
  html {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 1.25rem;
  }
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, .toggler, h5, h6,
.h1, .h2, [id=Spektrum] .psychotherapie .content-text > h3, .h3, [id=Spektrum] .content-image:first-child h2, .h4, .h5 {
  margin-top: 1.5em;
  margin-bottom: 1rem;
}
h1 + *, h2 + *, h3 + *, h4 + *, .toggler + *, h5 + *, h6 + *,
.h1 + *, .h2 + *, [id=Spektrum] .psychotherapie .content-text > h3 + *, .h3 + *, [id=Spektrum] .content-image:first-child h2 + *, .h4 + *, .h5 + * {
  margin-top: 0;
}

h1, h2, h3, h4, .toggler,
.h1, .h2, [id=Spektrum] .psychotherapie .content-text > h3, .h3, [id=Spektrum] .content-image:first-child h2, .h4 {
  letter-spacing: 0.04em;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}

h2, .h2, [id=Spektrum] .psychotherapie .content-text > h3 {
  font-size: 1.9em;
  font-weight: 400;
  text-transform: uppercase;
}

h3, .h3, [id=Spektrum] .content-image:first-child h2 {
  font-size: 1.6em;
  font-weight: 600;
  text-transform: none;
}

h4, .toggler, .h4 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: none;
}

h5 {
  font-size: 1em;
  font-weight: 6700;
  margin-bottom: 0;
}

ul, ol {
  padding-left: 1.1111111111rem;
}

/* Layout */
[id=footer] .inside {
  max-width: var(--width-content-max);
  margin-left: auto;
  margin-right: auto;
}

[id=footer], [id=header] {
  padding-inline: var(--pad);
  width: 100%;
}

[id=wrapper] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body:not(.page-start) [id=wrapper] {
  padding-top: 8em;
}

[id=header] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  background: var(--color-2);
  color: #fff;
}
[id=header] .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-block: 0.3em;
}
@media (max-width: 859px) {
  [id=header] .inside {
    flex-wrap: wrap;
  }
}
body.page-start:not(.gescrollt):not(.mobilenav-active) [id=header] {
  background-color: transparent;
}
body.page-start:not(.gescrollt) [id=header] .inside {
  padding-top: 1.5em;
}
body.gescrollt [id=header] {
  position: fixed;
}

#logo {
  position: relative;
  width: 20%;
  min-width: 7em;
}

#logo img {
  width: 100%;
}
body.gescrollt #logo img {
  display: none;
}
body.page-start #logo img {
  position: absolute;
}

[id=footer] {
  background: var(--color-2);
  color: #fff;
  width: 100%;
}
[id=footer] a {
  color: inherit;
}
[id=footer] .inside {
  padding-block: 1.1111111111rem;
}

[id=container] {
  flex: 1;
  width: 100%;
}
[id=container] > * {
  box-sizing: border-box;
}

[id=main] > .inside {
  padding-bottom: 3rem;
}
[id=main] .mod_article.bg-light {
  background-color: var(--hell);
}
[id=main] .mod_article.bg-rosa {
  background-color: var(--rosa);
}
[id=main] .mod_article.bg-altrosa {
  background-color: var(--altrosa);
}
[id=main] .mod_article.bg-dark {
  background-color: var(--dunkel);
  color: #fff;
}
[id=main] .mod_article > * {
  padding-inline: var(--pad);
}
[id=main] .mod_article .breit {
  padding-inline: 0;
}
[id=main] .mod_article .breit.content-image img {
  width: 100%;
}

.ce_form {
  margin: 1.1111111111rem 0;
}

[id=main] .widget {
  margin: 1em 0;
}

label {
  display: block;
}

.textfeld, textarea, input.text,
input.captcha {
  width: 100%;
  border: 1px solid var(--color-1);
  border-radius: 0;
  padding: 0.5555555556rem 1.1111111111rem;
}

button.submit {
  cursor: pointer;
}

span.mandatory {
  color: var(--color-1);
  margin-left: 0.25em;
}

p.error {
  color: var(--color-error);
  margin-bottom: 0.25em;
}

input.error {
  border-color: var(--color-error) !important;
}

.checkbox_container,
.radio_container {
  padding: 0;
  border: 0;
}
.checkbox_container span,
.radio_container span {
  display: flex;
}
.checkbox_container span input,
.radio_container span input {
  width: 1em;
  height: 1.3333em;
  margin-right: 1em;
}

.hero {
  position: relative;
}
.hero .content-image {
  margin-inline: calc(-1 * var(--pad));
}
.hero .content-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 55% 50%;
  object-position: 55% 50%;
  min-height: 33em;
}
.hero .content-headline {
  position: absolute;
  top: 45%;
  max-width: calc(100vw - 2 * var(--pad));
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  .hero .content-headline {
    top: 39%;
    width: 14.6em;
  }
}
.hero .content-hyperlink {
  position: absolute;
  bottom: 8%;
  padding: 0.6em;
  background-color: rgba(243, 146, 0, 0.5019607843);
  border-radius: 50%;
}
@media (min-width: 960px) {
  .hero .content-hyperlink {
    right: var(--pad);
  }
}
.hero .content-hyperlink a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: var(--orange);
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  box-sizing: content-box;
  width: 3.3em;
  height: 3.3em;
  padding-inline: 0.8em;
  padding-top: 1.4em;
  padding-bottom: 0.2em;
  border-radius: 50%;
}
.hero .content-hyperlink a:first-line {
  font-weight: normal;
}

.shortfacts {
  background-color: var(--rosa);
  font-size: 0.9em;
  text-align: center;
  padding-bottom: 3.5em;
}
.shortfacts .content-text {
  --length: 3.5em;
  padding-top: var(--length);
  position: relative;
}
.shortfacts .content-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: var(--length);
  border-right: 1px solid var(--color-text);
}
.shortfacts h3, .shortfacts p {
  margin: 0;
}
.shortfacts h3 {
  font-size: 1.5em;
}
.shortfacts p {
  margin-top: 0.5em;
}
@media (min-width: 960px) {
  .shortfacts {
    display: flex;
    justify-content: space-between;
  }
  .shortfacts .content-text:nth-child(odd) {
    --length: 8em;
  }
}

[id=Praxis] .content-text {
  padding-inline: 0;
}
[id=Praxis] .content-text img {
  padding-block: clamp(1em, 20%, 7em);
  width: 100%;
}
[id=Praxis] .content-text.bg-light figure {
  background-color: var(--hell);
}
[id=Praxis] .content-text.bg-rosa figure {
  background-color: var(--rosa);
}
[id=Praxis] .content-text.bg-altrosa figure {
  background-color: var(--altrosa);
}
[id=Praxis] .content-text.bg-dark figure {
  background-color: var(--dunkel);
}
[id=Praxis] .content-text:nth-child(even) img {
  padding-right: 6vw;
  background-image: linear-gradient(90deg, white 26%, transparent 0%);
}
[id=Praxis] .content-text:nth-child(odd) img {
  padding-left: 6vw;
  background-image: linear-gradient(90deg, transparent 74%, white 0%);
}
[id=Praxis] .content-text .rte {
  padding-inline: var(--pad);
}
@media (min-width: 750px) {
  [id=Praxis] .content-text {
    display: flex;
    align-items: center;
  }
  [id=Praxis] .content-text figure {
    width: 50vw;
    flex-shrink: 0;
  }
  [id=Praxis] .content-text:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: var(--pad);
  }
  [id=Praxis] .content-text:nth-child(even) .rte {
    padding-left: 0;
    padding-right: 5%;
  }
  [id=Praxis] .content-text:nth-child(odd) {
    flex-direction: row;
    padding-right: var(--pad);
  }
  [id=Praxis] .content-text:nth-child(odd) .rte {
    padding-right: 0;
    padding-left: 5%;
  }
}

[id=Spektrum] {
  margin-bottom: 4em;
}
[id=Spektrum] .content-image:first-child {
  padding-inline: 0;
  display: flex;
  flex-direction: column-reverse;
}
[id=Spektrum] .content-image:first-child h2 {
  background-color: var(--altrosa);
  text-align: center;
  padding: 0.4em;
  margin-top: 0 !important;
}
@media (min-width: 750px) {
  [id=Spektrum] .content-image:first-child h2 {
    position: relative;
    padding: 1em;
    width: 15em;
    margin-inline: auto;
    margin-top: -2em !important;
  }
}
[id=Spektrum] .content-accordion {
  border-bottom: 0;
  margin-block: 4em;
}
[id=Spektrum] .content-accordion .handorgel__header {
  background: #fff;
  margin-top: 12px;
  font-size: 0.9em;
  font-weight: 600;
  text-wrap-style: auto;
  border: 1px solid var(--color-border);
}
[id=Spektrum] .content-accordion .handorgel__header button {
  background-color: transparent;
  padding: 12px 1rem;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
[id=Spektrum] .content-accordion .handorgel__header button::after {
  content: "+";
  font-weight: 300;
  font-size: 30px;
  line-height: 18px;
}
[id=Spektrum] .content-accordion .handorgel__content .handorgel__content__inner {
  padding: 0 1rem 1rem;
}
[id=Spektrum] .content-accordion .handorgel__content p {
  margin: 0;
}
[id=Spektrum] .content-accordion .handorgel__header--open {
  background: var(--hell);
  border-color: var(--hell);
}
[id=Spektrum] .content-accordion .handorgel__header--open button::after {
  content: "-";
}
[id=Spektrum] .content-accordion .handorgel__content--open {
  background: var(--hell);
}
@media (min-width: 960px) {
  [id=Spektrum] .content-accordion {
    --half-gap: 1.25em;
  }
  [id=Spektrum] .content-accordion .accordion-wrap {
    position: relative;
    padding-left: calc(50% + var(--half-gap));
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background: url("../img/bg-accordion-1500.jpg") no-repeat left;
    background-size: calc(50% - var(--half-gap));
  }
  [id=Spektrum] .content-accordion .accordion-wrap .handorgel__header {
    width: calc(33.3333333333% - 8px);
    font-size: 0.8em;
    hyphens: auto;
    margin-top: 0;
  }
  [id=Spektrum] .content-accordion .accordion-wrap .handorgel__header button::after {
    content: normal;
  }
  [id=Spektrum] .content-accordion .accordion-wrap .handorgel__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: calc(50% + var(--half-gap));
  }
  [id=Spektrum] .content-accordion .accordion-wrap .handorgel__content .handorgel__content__inner {
    padding: 1rem;
  }
  [id=Spektrum] .content-accordion .accordion-wrap .handorgel__content--open {
    background-color: rgba(243, 238, 228, 0.8980392157);
  }
}
[id=Spektrum] .psychotherapie {
  padding-inline: 0;
  text-align: center;
}
[id=Spektrum] .psychotherapie video {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 20% 50%;
  object-position: 20% 50%;
}
[id=Spektrum] .psychotherapie .content-text > h3 {
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  padding-inline: 1em;
  margin: 0;
  transform: translateY(-110%);
}
[id=Spektrum] .psychotherapie .content-text .rte {
  background-color: var(--rosa);
  padding: 1.5em;
}
[id=Spektrum] .psychotherapie .content-text .rte > :first-child {
  margin-top: 0;
}
[id=Spektrum] .psychotherapie .content-text .rte > :last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  [id=Spektrum] .psychotherapie .content-text {
    width: 26em;
    margin-inline: auto;
  }
  [id=Spektrum] .psychotherapie .content-text > h3 {
    transform: translateY(-18vw);
  }
  [id=Spektrum] .psychotherapie .content-text .rte {
    position: relative;
    margin-top: -5em;
  }
}

[id=UeberMich] {
  padding-top: 1px;
}
[id=UeberMich] .content-element-group {
  padding-inline: 0;
}
[id=UeberMich] .content-element-group .content-swiper {
  padding-inline: var(--pad);
}
[id=UeberMich] .swiper {
  padding-bottom: calc(var(--swiper-navigation-size) + 1.5em);
  margin-bottom: 1.5em;
}
[id=UeberMich] .swiper-pagination {
  display: none;
}
@media (min-width: 960px) {
  [id=UeberMich] .content-headline {
    position: absolute;
  }
  [id=UeberMich] .content-element-group {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
  [id=UeberMich] .content-element-group > * {
    margin-right: auto;
  }
  [id=UeberMich] .content-element-group .content-player {
    max-width: 44em;
  }
  [id=UeberMich] .content-element-group .content-swiper {
    padding-right: 0;
    margin-top: 4em;
  }
  [id=UeberMich] .content-element-group .content-swiper .swiper {
    width: 25em;
  }
}

[id=Wissenswert] {
  --swiper-theme-color: var(--color-text);
  --swiper-pagination-bullet-inactive-color: var(--color-text);
}
[id=Wissenswert] .swiper {
  max-width: 44em;
  padding-bottom: calc(var(--swiper-navigation-size) + 2em);
}
[id=Wissenswert] .swiper-pagination {
  display: none;
}
[id=Wissenswert] {
  padding-block: 2em;
}
[id=Wissenswert] .content-swiper {
  padding-inline: 0;
}
[id=Wissenswert] .content-swiper .swiper-wrapper {
  align-items: center;
}
[id=Wissenswert] .content-swiper .swiper-slide {
  width: 20em;
  max-width: 70vw;
}
[id=Wissenswert] .content-swiper .content-text {
  display: flex;
  flex-direction: column;
  hyphens: auto;
  height: 100%;
  min-height: 23em;
  padding: 10%;
}
[id=Wissenswert] .content-swiper .content-text.bg-rosa {
  background-color: var(--rosa);
}
[id=Wissenswert] .content-swiper .content-text.bg-altrosa {
  background-color: var(--altrosa);
}
[id=Wissenswert] .content-swiper .content-text.bg-dark {
  background-color: var(--dunkel);
  color: #fff;
}
[id=Wissenswert] .content-swiper .content-text h3 {
  margin-top: 0;
}
[id=Wissenswert] .content-swiper .content-text p {
  flex-grow: 1;
}
@media (max-width: 750px) {
  [id=Wissenswert] h3 {
    font-size: 1.3em;
  }
}

[id=Kontakt] .address {
  padding-bottom: 4em;
}
[id=Kontakt] .address .rte :last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  [id=Kontakt] .address {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
[id=Kontakt] .nav-legal {
  margin-top: 2em;
}
[id=Kontakt] .nav-legal ul {
  display: flex;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
[id=Kontakt] .nav-legal ul a {
  text-decoration: none;
}
[id=Kontakt] .map img {
  min-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.infobox .rte {
  background-color: var(--color-2);
  color: #fff;
  padding: 1.5em 2em;
  border: dashed var(--color-2);
  border-width: 3px 0 0 3px;
  box-shadow: 0.3em 0.2em #000;
  background-clip: padding-box;
}
.infobox .rte > * {
  color: inherit;
}
.infobox .rte > :first-child {
  margin-top: 0;
}
.infobox .rte > :last-child {
  margin-bottom: 0;
}

.v-space {
  width: 100%;
  margin: 0;
}

.ce_downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download-element {
  padding: 0;
  background-color: var(--hellgrau);
  background-image: url(../img/icn-download-blue.svg);
  background-position: 0.5555555556rem center;
  background-size: 1.5em;
}
.download-element a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  padding-left: 3rem;
}
.download-element .size {
  font-size: 0.8888888889rem;
  padding-left: 0.5em;
  border-left: 1px solid var(--colorcolor-1);
  margin-left: 0.5em;
}

.ce_hyperlink {
  margin: 1.1111111111rem 0;
}
.ce_hyperlink a {
  display: block;
}
.ce_hyperlink a[href*=http]:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/icn-externer-link.svg) no-repeat left;
  margin-right: 0.2em;
}
.spalte-rechts .ce_hyperlink.button {
  text-align: center;
}

/* Akkordeon */
.toggler {
  padding-left: 1.6em;
  cursor: pointer;
  transition: 0.4s;
  outline: 0;
}
.toggler .ui-icon {
  position: absolute;
  margin-left: -1.6em;
  margin-top: 0.2em;
  width: 1.0588235294em;
  height: 1.0588235294em;
  background: url(../img/icn-toggle-oben.svg) no-repeat left/contain;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: 0.3s;
}
.toggler.ui-state-active .ui-icon {
  transform: none;
}

.accordion {
  padding-bottom: 2em;
}

.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.1111111111rem -0.5555555556rem 1.1111111111rem 0;
}
@media (max-width: 960px) {
  .ce_gallery ul {
    justify-content: space-around;
  }
}
.ce_gallery li {
  list-style: none;
  margin-right: 0.5555555556rem;
}
.ce_gallery li:not(:last-child) {
  margin-bottom: 0.5555555556rem;
}
.ce_gallery img {
  width: 100%;
}

.pagination {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8888888889rem;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.pagination a, .pagination strong {
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  text-decoration: none;
  background: var(--colorcolor-2);
  color: var(--colorcolor-1);
  padding: 0 0.75em;
  margin-right: 5px;
}
.pagination a:hover {
  background-color: black;
}
.pagination strong {
  background-color: var(--colorcolor-1);
  color: #fff;
}

/* Druckversion */
@media print {
  #header,
  #footer,
  .mobile_menu {
    display: none !important;
  }
}
/* Ende Druckversion */
nav ul,
nav li,
.mod_articlelist ul,
.mod_articlelist li {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav a, nav strong,
.mod_articlelist a,
.mod_articlelist strong {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
nav a.nav-disabled,
.mod_articlelist a.nav-disabled {
  pointer-events: none;
}

button#mbtn {
  background-color: transparent;
  font: inherit;
  width: 3rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}
button#mbtn img {
  width: 200%;
  max-width: none;
  transition: 0.2s;
}
.mobilenav-active button#mbtn img {
  margin-left: -100%;
}
@media (min-width: 860px) {
  button#mbtn {
    display: none;
  }
}

.nav-main ul li a {
  padding-block: 0.5em;
}
.nav-main ul li.active a {
  font-weight: bold;
  color: var(--altrosa);
}
@media (max-width: 859px) {
  .nav-main {
    order: 3;
    width: 100%;
    overflow: hidden;
    transition: height 0.25s;
    transition-behavior: allow-discrete;
  }
  body:not(.mobilenav-active) .nav-main {
    height: 0;
  }
  .nav-main ul {
    position: relative;
    background-color: var(--dunkel);
    padding-inline: 2em;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (min-width: 860px) {
  .nav-main {
    font-size: 0.8rem;
  }
  .nav-main ul {
    display: flex;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
  .nav-main ul > li a {
    padding-inline: 1em;
    padding-block: 0.3em;
  }
  .nav-main ul > li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    margin-inline: auto;
    transition: 0.25s;
  }
  .nav-main ul > li a:hover::after, .nav-main ul > li a:focus::after {
    width: 70%;
  }
}
@media (min-width: 1320px) {
  .nav-main {
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=../maps/theme.css.map */
