:root {
  --pink: #C71089;
  --gruen: #5CAA44;
  --schwarz: #1d1d1b;
  --hellblau: lightcyan;
  --hellgrau: #f5f5f5;
  --color-text: var(--schwarz);
  --color-default: var(--pink);
  --color-1: var(--pink);
  --color-2: var(--gruen);
  --color-error: #c00;
  --color-border: var(grau-169);
  --width-content-max: 60rem;
  --pad: 4.5vw;
  --header-height: calc(28px + 1em + 2.5em);
  --btn-width: 14rem;
}

@media (min-width: 960px) {
  :root {
    --pad: 2.5rem;
  }
}
@media (min-width: calc(60rem + 2.5rem * 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, .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-1);
  -webkit-text-decoration: underline var(--color-1) dashed 0.075em;
  text-decoration: underline var(--color-1) dashed 0.075em;
  text-underline-offset: 0.2em;
  transition: 0.2s;
}
[id=main] a:hover {
  color: inherit;
  text-decoration-style: solid;
}

.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%;
  }
}
.btn, .ce_hyperlink.button a, button.submit, a.toplink, .content-hyperlink a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-1);
  color: #fff;
  font-family: Raleway, Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.2em 1.1111111111rem;
  border: 0;
}
.btn:hover, .ce_hyperlink.button a:hover, button.submit:hover, a.toplink:hover, .content-hyperlink a:hover {
  background-color: var(--color-2);
  color: #fff;
}
.btn.btn-primary, .ce_hyperlink.button a.btn-primary, button.btn-primary.submit, a.btn-primary.toplink, .content-hyperlink a.btn-primary, .content-hyperlink.primary a {
  border: 2px solid #000;
  box-shadow: 0.3em 0.2em #000;
}

.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-size: 1.0625rem;
  font-weight: 400;
}
@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,
.h1, .h2 {
  font-family: Raleway, Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;
  text-transform: uppercase;
  color: var(--color-1);
}

h1, h2, h3, h4, .toggler, h5, h6,
.h1, .h2, .h3, .h4, .h5 {
  margin-top: 1.5em;
  margin-bottom: 1rem;
}
h1 + *, h2 + *, h3 + *, h4 + *, .toggler + *, h5 + *, h6 + *,
.h1 + *, .h2 + *, .h3 + *, .h4 + *, .h5 + * {
  margin-top: 0;
}

h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.2;
}

.h0 {
  font-size: 4em;
  font-weight: 700;
}

h1, .h1 {
  font-size: 2.5em;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.6666666667em;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.3888888889em;
  font-weight: 700;
}

h4, .toggler, .h4 {
  font-size: 1.1111111111em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  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;
}

[id=header] {
  position: sticky;
  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;
}

a#logo {
  display: inline-block;
  color: inherit;
  font-family: Raleway, Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;
  font-size: 1.3333333333rem;
  text-decoration: none;
  text-shadow: 0 0 rgba(0, 0, 0, 0);
  padding-block: 0.6em;
  transition: 0.25s;
}
a#logo:hover {
  text-shadow: 2px 2px #000;
  transform: translate(-1px, -1px);
}

[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 > * {
  padding-inline: var(--pad);
}

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

.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 {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav a, nav strong {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
nav a.nav-disabled {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .nav-main .level_1 {
    display: flex;
  }
  .nav-main .level_1 > li {
    position: relative;
  }
  .nav-main .level_2 {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
  }
  .nav-main li:hover > .level_2 {
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    position: unset;
    overflow: visible;
    display: block;
    position: absolute;
    left: 0;
    z-index: 100;
    min-width: 100%;
  }
}
/*# sourceMappingURL=../maps/theme.css.map */
