@charset "UTF-8";
* {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  outline: 0;
  border: 0;
  color: inherit;
}

img {
  vertical-align: middle;
}

nav, footer, header, section, article {
  display: block;
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("webfont/source-sans-3-v8-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfont/source-sans-3-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfont/source-sans-3-v8-latin-regular.woff2") format("woff2"), url("webfont/source-sans-3-v8-latin-regular.woff") format("woff"), url("webfont/source-sans-3-v8-latin-regular.ttf") format("truetype"), url("webfont/source-sans-3-v8-latin-regular.svg#SourceSans3") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("webfont/source-sans-3-v8-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfont/source-sans-3-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("webfont/source-sans-3-v8-latin-700.woff2") format("woff2"), url("webfont/source-sans-3-v8-latin-700.woff") format("woff"), url("webfont/source-sans-3-v8-latin-700.ttf") format("truetype"), url("webfont/source-sans-3-v8-latin-700.svg#SourceSans3") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("webfont/source-sans-3-v8-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfont/source-sans-3-v8-latin-italic.eot?#iefix") format("embedded-opentype"), url("webfont/source-sans-3-v8-latin-italic.woff2") format("woff2"), url("webfont/source-sans-3-v8-latin-italic.woff") format("woff"), url("webfont/source-sans-3-v8-latin-italic.ttf") format("truetype"), url("webfont/source-sans-3-v8-latin-italic.svg#SourceSans3") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  src: url("webfont/gochi-hand-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("webfont/gochi-hand-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfont/gochi-hand-v16-latin-regular.woff2") format("woff2"), url("webfont/gochi-hand-v16-latin-regular.woff") format("woff"), url("webfont/gochi-hand-v16-latin-regular.ttf") format("truetype"), url("webfont/gochi-hand-v16-latin-regular.svg#GochiHand") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "GT America Extended Black";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("webfont/GT-America-Extended-Black.woff2") format("woff2"), url("webfont/GT-America-Extended-Black.woff") format("woff"), url("webfont/GT-America-Extended-Black.ttf") format("truetype"), url("webfont/GT-America-Extended-Black.otf") format("opentype");
}
.sidr-class-clear,
.clear {
  clear: both;
}

.sidr-class-noheight,
.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

.sidr-class-offscreen,
.offscreen {
  position: absolute;
  left: -9999em;
}

.satellite_map .map_filters .only24 span, .cn_group span {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 3px 0;
}
.satellite_map .map_filters .only24 input, .cn_group input {
  position: absolute;
  height: 1px;
  width: 1px;
  border: transparent;
  display: inline-block;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 3px;
}
.satellite_map .map_filters .only24 input + label, .cn_group input + label {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  padding: 0 10px 0 35px;
  margin-right: 30px;
  font-weight: normal;
}
.satellite_map .map_filters .only24 input + label:before, .cn_group input + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background: #fff;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid #000;
}
.satellite_map .map_filters .only24 input + label:after, .cn_group input + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "✔";
  display: inline-block;
  color: #000;
  line-height: 10px;
  width: 10px;
  margin-right: 10px;
  text-align: center;
  opacity: 0;
}
.satellite_map .map_filters .only24 input:not(:disabled):not(:checked) + label:hover:after, .cn_group input:not(:disabled):not(:checked) + label:hover:after, .satellite_map .map_filters .only24 input:not(:disabled):not(:checked) + label:focus:after, .cn_group input:not(:disabled):not(:checked) + label:focus:after {
  opacity: 0.2;
}
.satellite_map .map_filters .only24 input:disabled + label:before, .cn_group input:disabled + label:before {
  border-color: #888;
}
.satellite_map .map_filters .only24 input:disabled + label:after, .cn_group input:disabled + label:after {
  color: #888;
}
.satellite_map .map_filters .only24 input:checked + label:after, .cn_group input:checked + label:after {
  opacity: 1;
}
.satellite_map .map_filters .only24 input:invalid + label:before, .cn_group input:invalid + label:before {
  box-shadow: 0 0 5px red;
}
.satellite_map .map_filters .only24 input:focus + label:before, .cn_group input:focus + label:before {
  outline: 2px dotted #fff;
}

.satellite_map .leaflet-popup-content-wrapper .weiter, .table_of_contents .toc li a, .page_body_main_content .nested_pagelist a, .tsr.projekt .extra_link a, .list_eventreihe .extra_link a, .form_search_generic .resultlist a, .mfp-content .bio a, .dkjs_quote .extra_link a, .rt_ext_inh.view_number .extra_link a, .rt_ext_inh .richtext a.intern,
.rt_ext_inh .richtext a.extern,
.rt_ext_inh .richtext a.download, #meta_navigation li a,
#foot_navigation li a {
  text-decoration: none;
}
.satellite_map .leaflet-popup-content-wrapper .weiter:focus, .table_of_contents .toc li a:focus, .page_body_main_content .nested_pagelist a:focus, .tsr.projekt .extra_link a:focus, .list_eventreihe .extra_link a:focus, .form_search_generic .resultlist a:focus, .mfp-content .bio a:focus, .dkjs_quote .extra_link a:focus, .rt_ext_inh.view_number .extra_link a:focus, .rt_ext_inh .richtext a.intern:focus,
.rt_ext_inh .richtext a.extern:focus,
.rt_ext_inh .richtext a.download:focus, #meta_navigation li a:focus,
#foot_navigation li a:focus, .satellite_map .leaflet-popup-content-wrapper .weiter:hover, .table_of_contents .toc li a:hover, .page_body_main_content .nested_pagelist a:hover, .tsr.projekt .extra_link a:hover, .list_eventreihe .extra_link a:hover, .form_search_generic .resultlist a:hover, .mfp-content .bio a:hover, .dkjs_quote .extra_link a:hover, .rt_ext_inh.view_number .extra_link a:hover, .rt_ext_inh .richtext a.intern:hover,
.rt_ext_inh .richtext a.extern:hover,
.rt_ext_inh .richtext a.download:hover, #meta_navigation li a:hover,
#foot_navigation li a:hover {
  text-decoration: underline;
}

/*
%blauschleier {
  position: relative;

  img {
    filter: grayscale(100%);
  }

  &:after {
    content: "";
    background: $blue;
    opacity: 1;
    display: block;
    transition: all .15s;
    mix-blend-mode: overlay;

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    pointer-events: none;
  }
}

%blauschleier_hover {
  img {
    filter: none;
  }

  &:after {
    opacity: 0;
  }
}*/
.pagelist .width_wrapper > .extra_link, .pagelist .page_body_main_content .nested_pagelist > .extra_link, .page_body_main_content .pagelist .nested_pagelist > .extra_link, .dkjs_bilderelement .kachel .extra_link, .dkjs_kachelelement .kachel.text .extra_link, .dkjs_stoerer .extra_link, .dkjs_headerslider .extra_link, .rt_youtube .extra_link, .rt_ext_inh:not(.view_number) .extra_link {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.pagelist .width_wrapper > .extra_link a, .pagelist .page_body_main_content .nested_pagelist > .extra_link a, .page_body_main_content .pagelist .nested_pagelist > .extra_link a, .dkjs_bilderelement .kachel .extra_link a, .dkjs_kachelelement .kachel.text .extra_link a, .dkjs_stoerer .extra_link a, .dkjs_headerslider .extra_link a, .rt_youtube .extra_link a, .rt_ext_inh:not(.view_number) .extra_link a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 0 auto;
}
.pagelist .width_wrapper > .extra_link a svg, .pagelist .page_body_main_content .nested_pagelist > .extra_link a svg, .page_body_main_content .pagelist .nested_pagelist > .extra_link a svg, .dkjs_bilderelement .kachel .extra_link a svg, .dkjs_kachelelement .kachel.text .extra_link a svg, .dkjs_stoerer .extra_link a svg, .dkjs_headerslider .extra_link a svg, .rt_youtube .extra_link a svg, .rt_ext_inh:not(.view_number) .extra_link a svg {
  display: block;
  margin: 5px auto;
  --color: #fff;
  --offset: 234px;
}
.pagelist .width_wrapper > .extra_link a svg path, .pagelist .page_body_main_content .nested_pagelist > .extra_link a svg path, .page_body_main_content .pagelist .nested_pagelist > .extra_link a svg path, .dkjs_bilderelement .kachel .extra_link a svg path, .dkjs_kachelelement .kachel.text .extra_link a svg path, .dkjs_stoerer .extra_link a svg path, .dkjs_headerslider .extra_link a svg path, .rt_youtube .extra_link a svg path, .rt_ext_inh:not(.view_number) .extra_link a svg path {
  transition: all 0.5s;
}
.pagelist .width_wrapper > .extra_link a:hover, .pagelist .page_body_main_content .nested_pagelist > .extra_link a:hover, .page_body_main_content .pagelist .nested_pagelist > .extra_link a:hover, .dkjs_bilderelement .kachel .extra_link a:hover, .dkjs_kachelelement .kachel.text .extra_link a:hover, .dkjs_stoerer .extra_link a:hover, .dkjs_headerslider .extra_link a:hover, .rt_youtube .extra_link a:hover, .rt_ext_inh:not(.view_number) .extra_link a:hover, .pagelist .width_wrapper > .extra_link a:focus, .pagelist .page_body_main_content .nested_pagelist > .extra_link a:focus, .page_body_main_content .pagelist .nested_pagelist > .extra_link a:focus, .dkjs_bilderelement .kachel .extra_link a:focus, .dkjs_kachelelement .kachel.text .extra_link a:focus, .dkjs_stoerer .extra_link a:focus, .dkjs_headerslider .extra_link a:focus, .rt_youtube .extra_link a:focus, .rt_ext_inh:not(.view_number) .extra_link a:focus {
  font-weight: bold;
  letter-spacing: 0.075em;
}
.pagelist .width_wrapper > .extra_link a:hover svg, .pagelist .page_body_main_content .nested_pagelist > .extra_link a:hover svg, .page_body_main_content .pagelist .nested_pagelist > .extra_link a:hover svg, .dkjs_bilderelement .kachel .extra_link a:hover svg, .dkjs_kachelelement .kachel.text .extra_link a:hover svg, .dkjs_stoerer .extra_link a:hover svg, .dkjs_headerslider .extra_link a:hover svg, .rt_youtube .extra_link a:hover svg, .rt_ext_inh:not(.view_number) .extra_link a:hover svg, .pagelist .width_wrapper > .extra_link a:focus svg, .pagelist .page_body_main_content .nested_pagelist > .extra_link a:focus svg, .page_body_main_content .pagelist .nested_pagelist > .extra_link a:focus svg, .dkjs_bilderelement .kachel .extra_link a:focus svg, .dkjs_kachelelement .kachel.text .extra_link a:focus svg, .dkjs_stoerer .extra_link a:focus svg, .dkjs_headerslider .extra_link a:focus svg, .rt_youtube .extra_link a:focus svg, .rt_ext_inh:not(.view_number) .extra_link a:focus svg {
  --offset: 0;
}

.table_of_contents .subject, .co_list .subject, .wwe3_mail_form_v2:not(.hinterlegt) .co_head,
.dkjs_kontakt_2024:not(.hinterlegt) .co_head, .pagelist .width_wrapper > .co_head, .pagelist .page_body_main_content .nested_pagelist > .co_head, .page_body_main_content .pagelist .nested_pagelist > .co_head, .rt_ext_inh:not(.view_number) .co_head {
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
}
.table_of_contents .subject svg, .co_list .subject svg, .wwe3_mail_form_v2:not(.hinterlegt) .co_head svg,
.dkjs_kontakt_2024:not(.hinterlegt) .co_head svg, .pagelist .width_wrapper > .co_head svg, .pagelist .page_body_main_content .nested_pagelist > .co_head svg, .page_body_main_content .pagelist .nested_pagelist > .co_head svg, .rt_ext_inh:not(.view_number) .co_head svg {
  display: block;
  margin: 0 auto;
  --offset: 170px;
}

.co.scrolled .subject svg {
  --offset: 0 !important;
}
.co.scrolled .co_body svg,
.co.scrolled .width_wrapper > svg,
.co.scrolled .page_body_main_content .nested_pagelist > svg,
.page_body_main_content .co.scrolled .nested_pagelist > svg {
  --animation: rubbel;
  --duration: .3s;
  --delay1: .1s;
  --delay2: .4s;
}

.slick-arrow:focus, .social_media a:focus, .wwe_form_container .wwe_form_submit:focus, .wwe3tbl .type_check input:focus,
.wwe3tbl .type_confirm_check input:focus,
.wwe3tbl .type_radio input:focus, .wwe3tbl .type_confirm_check input + label a:focus,
.wwe3tbl .type_checkbox input + label a:focus, .wwe3tbl input[type=text]:focus,
.wwe3tbl input[type=search]:focus,
.wwe3tbl input[type=password]:focus,
.wwe3tbl input[type=number]:focus,
.wwe3tbl input[type=email]:focus,
.wwe3tbl input[type=tel]:focus,
.wwe3tbl input[type=date]:focus,
.wwe3tbl select:focus,
.wwe3tbl textarea:focus, #faq_print:focus, .satellite_map .leaflet-interactive:focus,
.satellite_map .leaflet-container a:focus, .satellite_map .leaflet-popup-content-wrapper .weiter:focus, .table_of_contents .toc li a:focus, .page_body_main_content .nested_pagelist a:focus, .pagelist .resultlist > div a:focus, .mfp-content .bio a:focus, .mfp-content .bio .mfp-close:focus, .dkjs_person .person_content a:focus, .dkjs_download .width_wrapper a:focus, .dkjs_quote .extra_link a:focus, .rt_ext_inh.view_accordion .co_head button:focus, .co_list .rt_ext_inh .co_head button:focus, .cn_folder:focus,
.cn_info:focus,
.cookienote_links a:focus, #scroll_to_top:focus, .footer .partners .wide_wrapper .partner a:focus, .header #logo:focus, #menutoggle:focus, #meta_navigation li a:focus,
#foot_navigation li a:focus, .breadcrumb li a:focus, .navigation_pane .nested_pagelist .npl_level_1 > li .fold_children:focus, .navigation_pane .nested_pagelist a:focus, .navigation_pane .buttons .search:focus,
.navigation_pane .buttons .close:focus, .video_container .video_placeholder button:focus, .richtext a:focus, .satellite_map .map_filters .reset_filters:focus, .pagelist .pagelist_filters .reset_filters:focus, .pagelist .width_wrapper > .extra_link a:focus, .dkjs_bilderelement .kachel .extra_link a:focus, .dkjs_kachelelement .kachel.text .extra_link a:focus, .dkjs_stoerer .extra_link a:focus, .dkjs_headerslider .extra_link a:focus, .rt_youtube .extra_link a:focus, .rt_ext_inh:not(.view_number) .extra_link a:focus {
  outline: 3px dotted var(--focus);
}

.satellite_map .map_filters .button_container, .pagelist .pagelist_filters .button_container {
  margin-top: 30px;
  position: relative;
  min-height: 40px;
}
.satellite_map .map_filters label, .pagelist .pagelist_filters label {
  padding: 10px 0 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.satellite_map .map_filters select:disabled, .pagelist .pagelist_filters select:disabled {
  border-color: #888;
  color: #888;
}
.satellite_map .map_filters select option:first-child, .pagelist .pagelist_filters select option:first-child {
  font-weight: bold;
}
.satellite_map .map_filters .reset_filters, .pagelist .pagelist_filters .reset_filters {
  position: relative;
  background: transparent;
  border: 0;
  padding-right: 50px;
  line-height: 35px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
}
.satellite_map .map_filters .reset_filters:after, .pagelist .pagelist_filters .reset_filters:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -241px;
  width: 36px;
  height: 35px;
  top: 0;
  left: auto;
  right: 0;
  transition: all 0.15s;
  transform-origin: center;
  transform: scale(0.7);
}
.satellite_map .map_filters .reset_filters:hover:after, .pagelist .pagelist_filters .reset_filters:hover:after, .satellite_map .map_filters .reset_filters:focus:after, .pagelist .pagelist_filters .reset_filters:focus:after {
  transform: scale(0.9);
}
@media screen and (min-width: 800px) {
  .satellite_map .map_filters .filters, .pagelist .pagelist_filters .filters {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .satellite_map .map_filters .filters.filters_3 > div, .pagelist .pagelist_filters .filters.filters_3 > div {
    width: 32%;
  }
  .satellite_map .map_filters .filters.filters_2 > div, .pagelist .pagelist_filters .filters.filters_2 > div {
    width: 49%;
  }
  .satellite_map .map_filters .button_container .reset_filters, .pagelist .pagelist_filters .button_container .reset_filters {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

input:-moz-placeholder {
  color: #888;
  opacity: 1;
}

@keyframes rubbel {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadein {
  to {
    opacity: 1;
  }
}
symbol path {
  transition: all 0.3s;
}

body.projekt .title_container svg:nth-of-type(1) path, .dkjs_quote.scrolled .icons svg:nth-of-type(1) path, .rt_ext_inh.kommunen.slick-current .width_wrapper > svg:nth-of-type(1) path, .rt_ext_inh.kommunen.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(1) path, .page_body_main_content .rt_ext_inh.kommunen.slick-current .nested_pagelist > svg:nth-of-type(1) path, .rt_ext_inh.traeger.slick-current .width_wrapper > svg:nth-of-type(1) path, .rt_ext_inh.traeger.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(1) path, .page_body_main_content .rt_ext_inh.traeger.slick-current .nested_pagelist > svg:nth-of-type(1) path, .rt_ext_inh.jugendliche.slick-current .width_wrapper > svg:nth-of-type(1) path, .rt_ext_inh.jugendliche.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(1) path, .page_body_main_content .rt_ext_inh.jugendliche.slick-current .nested_pagelist > svg:nth-of-type(1) path {
  animation: rubbel 1.5s 0.5s ease-out forwards;
}
body.projekt .title_container svg:nth-of-type(1) path + path, .dkjs_quote.scrolled .icons svg:nth-of-type(1) path + path, .rt_ext_inh.kommunen.slick-current .width_wrapper > svg:nth-of-type(1) path + path, .rt_ext_inh.kommunen.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(1) path + path, .page_body_main_content .rt_ext_inh.kommunen.slick-current .nested_pagelist > svg:nth-of-type(1) path + path, .rt_ext_inh.traeger.slick-current .width_wrapper > svg:nth-of-type(1) path + path, .rt_ext_inh.traeger.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(1) path + path, .page_body_main_content .rt_ext_inh.traeger.slick-current .nested_pagelist > svg:nth-of-type(1) path + path, .rt_ext_inh.jugendliche.slick-current .width_wrapper > svg:nth-of-type(1) path + path, .rt_ext_inh.jugendliche.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(1) path + path, .page_body_main_content .rt_ext_inh.jugendliche.slick-current .nested_pagelist > svg:nth-of-type(1) path + path {
  animation: rubbel 1.5s 1s ease-out forwards;
}
body.projekt .title_container svg:nth-of-type(2) path, .dkjs_quote.scrolled .icons svg:nth-of-type(2) path, .rt_ext_inh.kommunen.slick-current .width_wrapper > svg:nth-of-type(2) path, .rt_ext_inh.kommunen.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(2) path, .page_body_main_content .rt_ext_inh.kommunen.slick-current .nested_pagelist > svg:nth-of-type(2) path, .rt_ext_inh.traeger.slick-current .width_wrapper > svg:nth-of-type(2) path, .rt_ext_inh.traeger.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(2) path, .page_body_main_content .rt_ext_inh.traeger.slick-current .nested_pagelist > svg:nth-of-type(2) path, .rt_ext_inh.jugendliche.slick-current .width_wrapper > svg:nth-of-type(2) path, .rt_ext_inh.jugendliche.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(2) path, .page_body_main_content .rt_ext_inh.jugendliche.slick-current .nested_pagelist > svg:nth-of-type(2) path {
  animation: rubbel 1.5s 1.5s ease-out forwards;
}
body.projekt .title_container svg:nth-of-type(2) path + path, .dkjs_quote.scrolled .icons svg:nth-of-type(2) path + path, .rt_ext_inh.kommunen.slick-current .width_wrapper > svg:nth-of-type(2) path + path, .rt_ext_inh.kommunen.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(2) path + path, .page_body_main_content .rt_ext_inh.kommunen.slick-current .nested_pagelist > svg:nth-of-type(2) path + path, .rt_ext_inh.traeger.slick-current .width_wrapper > svg:nth-of-type(2) path + path, .rt_ext_inh.traeger.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(2) path + path, .page_body_main_content .rt_ext_inh.traeger.slick-current .nested_pagelist > svg:nth-of-type(2) path + path, .rt_ext_inh.jugendliche.slick-current .width_wrapper > svg:nth-of-type(2) path + path, .rt_ext_inh.jugendliche.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(2) path + path, .page_body_main_content .rt_ext_inh.jugendliche.slick-current .nested_pagelist > svg:nth-of-type(2) path + path {
  animation: rubbel 1.5s 2s ease-out forwards;
}
body.projekt .title_container svg:nth-of-type(3) path, .dkjs_quote.scrolled .icons svg:nth-of-type(3) path, .rt_ext_inh.kommunen.slick-current .width_wrapper > svg:nth-of-type(3) path, .rt_ext_inh.kommunen.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(3) path, .page_body_main_content .rt_ext_inh.kommunen.slick-current .nested_pagelist > svg:nth-of-type(3) path, .rt_ext_inh.traeger.slick-current .width_wrapper > svg:nth-of-type(3) path, .rt_ext_inh.traeger.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(3) path, .page_body_main_content .rt_ext_inh.traeger.slick-current .nested_pagelist > svg:nth-of-type(3) path, .rt_ext_inh.jugendliche.slick-current .width_wrapper > svg:nth-of-type(3) path, .rt_ext_inh.jugendliche.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(3) path, .page_body_main_content .rt_ext_inh.jugendliche.slick-current .nested_pagelist > svg:nth-of-type(3) path {
  animation: rubbel 1.5s 2.5s ease-out forwards;
}
body.projekt .title_container svg:nth-of-type(3) path + path, .dkjs_quote.scrolled .icons svg:nth-of-type(3) path + path, .rt_ext_inh.kommunen.slick-current .width_wrapper > svg:nth-of-type(3) path + path, .rt_ext_inh.kommunen.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(3) path + path, .page_body_main_content .rt_ext_inh.kommunen.slick-current .nested_pagelist > svg:nth-of-type(3) path + path, .rt_ext_inh.traeger.slick-current .width_wrapper > svg:nth-of-type(3) path + path, .rt_ext_inh.traeger.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(3) path + path, .page_body_main_content .rt_ext_inh.traeger.slick-current .nested_pagelist > svg:nth-of-type(3) path + path, .rt_ext_inh.jugendliche.slick-current .width_wrapper > svg:nth-of-type(3) path + path, .rt_ext_inh.jugendliche.slick-current .page_body_main_content .nested_pagelist > svg:nth-of-type(3) path + path, .page_body_main_content .rt_ext_inh.jugendliche.slick-current .nested_pagelist > svg:nth-of-type(3) path + path {
  animation: rubbel 1.5s 3s ease-out forwards;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Source Sans 3", Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  --focus: #fff;
}

h2, .page_body_main_content .nested_pagelist .npl_level_1 > li > a {
  font-size: clamp(2.2rem, 1.7vw + 1.35rem, 3rem);
  letter-spacing: 0.05em;
}

h3 {
  font-size: clamp(2rem, 1.7vw + 1.15rem, 2.8rem);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 500px) {
  h1,
h2,
.page_body_main_content .nested_pagelist .npl_level_1 > li > a,
h3 {
    hyphens: auto;
  }
}
h4, .page_body_main_content .nested_pagelist .npl_level_2 > li > a {
  font-size: clamp(1.8rem, 1.49vw + 1.06rem, 2.5rem);
  letter-spacing: 0.05em;
}

.richtext {
  line-height: 1.5;
}
.richtext a:hover, .richtext a:focus {
  text-decoration: underline;
}
.richtext h2, .richtext .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .richtext .npl_level_1 > li > a {
  text-transform: uppercase;
  margin: 50px 0 25px;
}
.richtext h3 {
  margin: 40px 0 20px;
}
.richtext p {
  margin-bottom: 30px;
}
.richtext p:last-child {
  margin-bottom: 0;
}
.tsr .richtext p {
  margin-bottom: 0;
}
.richtext ul,
.richtext ol {
  margin-bottom: 30px;
}
.richtext ul li + li,
.richtext ul ul,
.richtext ul ol,
.richtext ol li + li,
.richtext ol ul,
.richtext ol ol {
  margin-top: 30px;
}
.richtext ul li {
  display: block;
  padding-left: 30px;
  position: relative;
}
.richtext ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -62px;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 0;
}
.richtext th,
.richtext td {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

.img_container {
  position: relative;
  margin-bottom: 20px;
}
.co.imgpos_top .img_container {
  margin: 50px 0;
}
@media screen and (min-width: 800px) {
  .co.imgpos_right .img_container {
    margin-bottom: 0;
  }
}
.img_container img {
  width: 100%;
  height: auto;
}
.img_container .img_caption {
  padding: 3px 0 15px;
}
.co:not(.imgpos_right) .img_container .img_rights {
  font-size: 1rem;
  position: absolute;
  right: 0;
  line-height: 1.8rem;
  margin-top: -1.8rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 5px;
  color: #fff;
  z-index: 5;
}
@media screen and (min-width: 800px) {
  .co:not(.imgpos_right) .img_container .img_rights {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: -2.2rem;
  }
  .co:not(.imgpos_right) .img_container .img_rights span {
    width: 0;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 2.1rem;
    transition: all 0.15s;
    vertical-align: middle;
  }
  .co:not(.imgpos_right) .img_container .img_rights:hover span, .co:not(.imgpos_right) .img_container .img_rights:focus span {
    width: auto;
    max-width: 300px;
  }
}
.img_container.icon_calendar:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.img_container.icon_calendar:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -142px;
  width: 30px;
  height: 30px;
  bottom: 20px;
  left: 20px;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video_container .video_placeholder,
.video_container video,
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video_container .video_placeholder {
  overflow: hidden;
}
.video_container .video_placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_container .video_placeholder button {
  position: absolute;
  height: 100px;
  width: 121px;
  top: calc(50% - 50px);
  left: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(img/video-play-bg.png) top left no-repeat;
  cursor: pointer;
  z-index: 3;
}
.video_container .video_placeholder button:hover, .video_container .video_placeholder button:focus {
  --fill: #fff;
}
.video_container .video_placeholder button.playing {
  display: none;
}
.sixteen_ten .video_container {
  padding-bottom: 62.5%;
}
.four_three .video_container {
  padding-bottom: 75%;
}

span.hilight_search_result {
  background: #ec5b7f;
}

html {
  scroll-padding-top: 150px;
}
html:before {
  content: "";
  display: block;
  background: #000 url("img/background.jpg") no-repeat top center/cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

body {
  padding-top: 90px;
}
@media screen and (min-width: 500px) {
  body {
    padding-top: 170px;
  }
}

.width_wrapper, .page_body_main_content .nested_pagelist,
.wide_wrapper {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

.wide_wrapper {
  max-width: 1170px;
}

@-ms-viewport {
  width: device-width;
}
.page_body_main_content .co:not(.first) {
  margin-top: 30px;
}
body.faq .page_body_main_content {
  padding-bottom: 50px;
}

.access_navigation {
  position: absolute;
}
.access_navigation a {
  background: #000;
  color: #fff;
  padding: 3px 16px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.access_navigation a:focus {
  position: absolute;
  top: 0;
  left: 9999em;
}

html.menu-open {
  overflow: hidden;
}

.navigation_pane {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  background: #000 url("img/background.jpg") no-repeat fixed top center;
  background-size: cover;
  visibility: hidden;
}
.menu-open .navigation_pane {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.navigation_pane .buttons {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  padding: 10px;
  z-index: 5;
}
.navigation_pane .buttons .search,
.navigation_pane .buttons .close {
  background-color: transparent;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}
.navigation_pane .buttons .search {
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -924px;
  width: 42px;
  height: 43px;
  top: 20px;
  right: 90px;
}
.navigation_pane .buttons .close {
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -241px;
  width: 36px;
  height: 35px;
  top: 23px;
  right: 10px;
}
.navigation_pane .content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 10px;
}
.navigation_pane .content .wide_wrapper {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: space-between;
}
.navigation_pane .nested_pagelist {
  padding-bottom: 50px;
}
@media screen and (min-width: 800px) and (min-height: 900px) {
  .navigation_pane .nested_pagelist {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 140px);
    height: calc(100vh - 180px);
  }
}
.navigation_pane .nested_pagelist a {
  text-decoration: none;
  display: inline-block;
}
.navigation_pane .nested_pagelist li {
  display: block;
}
@media screen and (min-width: 650px) {
  .navigation_pane .nested_pagelist {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .navigation_pane .nested_pagelist .npl_level_1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .navigation_pane .nested_pagelist li {
    display: inline-block;
    position: relative;
    text-align: center;
  }
}
.navigation_pane .nested_pagelist .npl_level_1 > li {
  position: relative;
  margin-top: 30px;
  padding-right: 50px;
}
.navigation_pane .nested_pagelist .npl_level_1 > li:first-child {
  margin-top: 0;
}
.navigation_pane .nested_pagelist .npl_level_1 > li.unfolded > .fold_children:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px 0px;
  width: 30px;
  height: 31px;
}
.navigation_pane .nested_pagelist .npl_level_1 > li > a {
  font-weight: bold;
  font-size: clamp(2.5rem, 1.06vw + 1.97rem, 3rem);
  line-height: 40px;
}
.navigation_pane .nested_pagelist .npl_level_1 > li .fold_children {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: transform 0.5s;
}
.navigation_pane .nested_pagelist .npl_level_1 > li .fold_children:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -31px;
  width: 30px;
  height: 31px;
  transform: scale(1.5);
  position: static !important;
}
@media screen and (min-width: 650px) {
  .navigation_pane .nested_pagelist .npl_level_1 > li .fold_children {
    right: -50px;
  }
}
@media screen and (min-width: 650px) {
  .navigation_pane .nested_pagelist .npl_level_1 > li {
    margin-top: 60px;
    padding-right: 0;
  }
  .navigation_pane .nested_pagelist .npl_level_1 > li > a {
    padding: 0 20px;
  }
  .navigation_pane .nested_pagelist .npl_level_1 > li:before {
    position: absolute;
    top: -35px;
    left: -100px;
    transition: all 0.15s;
    transform-origin: right center;
    transform: scale(var(--base-scale));
  }
  .navigation_pane .nested_pagelist .npl_level_1 > li.id-11:before {
    content: url("img/nav-herz.png");
    --base-scale: .6;
  }
  .navigation_pane .nested_pagelist .npl_level_1 > li.id-12:before {
    content: url("img/nav-haus.png");
    --base-scale: .7;
  }
  .navigation_pane .nested_pagelist .npl_level_1 > li.id-13:before {
    content: url("img/nav-bueroklammer.png");
    --base-scale: .7;
  }
  .navigation_pane .nested_pagelist .npl_level_1 > li.unfolded:before {
    transform: scale(calc(var(--base-scale) * 1.5));
  }
}
.navigation_pane .nested_pagelist .npl_level_2 {
  display: none;
  padding-top: 20px;
}
.navigation_pane .nested_pagelist .npl_level_2 li {
  display: block;
}
.navigation_pane .nested_pagelist .npl_level_2 a {
  font-size: 2.2rem;
  padding: 10px 0;
}
@media screen and (min-width: 650px) {
  .navigation_pane #meta_navigation {
    text-align: center;
  }
}

.breadcrumb {
  margin-bottom: 50px;
}
.breadcrumb ol {
  display: block;
}
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.breadcrumb li.item_1 {
  font-weight: bold;
  padding-left: 0;
}
.breadcrumb li:last-child {
  font-weight: normal;
  color: #fff;
}
.breadcrumb li .separator {
  padding: 0 7px;
}
#meta_navigation li,
#foot_navigation li {
  display: block;
}
#meta_navigation {
  font-size: 2.2rem;
}
#meta_navigation a {
  display: inline-block;
  padding: 10px 0;
}
@media screen and (min-width: 650px) {
  #meta_navigation a {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 800px) {
  #meta_navigation {
    text-align: center;
  }
  #meta_navigation ul {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }
  #meta_navigation li {
    display: inline-block;
  }
}

#foot_navigation {
  font-weight: bold;
  text-align: center;
}
#foot_navigation li {
  display: block;
  margin: 2rem auto;
  text-align: center;
}
@media screen and (min-width: 500px) {
  #foot_navigation li {
    display: inline-block;
    margin: 0.5rem 2.5rem;
  }
}

.menu-open .access_navigation,
.menu-open #logo,
.menu-open #menutoggle,
.menu-open .title_container,
.menu-open .page_body_main_content,
.menu-open #scroll_to_top,
.menu-open footer.footer {
  visibility: hidden;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 4999;
  transition: all 0.2s;
}
.header:before {
  content: "";
  display: block;
  background: url("img/background.jpg") no-repeat top center/cover;
  width: 100vw;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
.header .wide_wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header #logo img {
  width: 120px;
  height: auto;
  transition: all 0.2s;
}
.sticky-header .header {
  padding: 10px 0;
}
.sticky-header .header #logo {
  width: 120px;
}
@media screen and (min-width: 500px) {
  .header {
    padding: 40px 0;
  }
  .header #logo {
    width: 160px;
  }
}

.title_container {
  text-align: center;
}
.home .title_container {
  margin: 50px auto;
}
.home .title_container img {
  max-width: 100%;
  height: auto;
}
.xhtml .title_container {
  max-width: 770px;
}
.default .title_container, .event .title_container, .eventreihe .title_container {
  padding-top: 50px;
}
.title_container .category {
  text-transform: uppercase;
}
.title_container .pubdate {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.title_container .intro {
  margin: 20px 0;
  font-size: clamp(2rem, 0.85vw + 1.57rem, 2.4rem);
}
.title_container > svg {
  max-width: 100%;
  height: auto;
}
.title_container .social_media {
  text-align: center;
  margin: 30px auto;
}
.title_container .social_media li {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .title_container .social_media {
    position: absolute;
    height: 200px;
    left: -100px;
    bottom: -220px;
    margin: 0;
  }
  .title_container .social_media li {
    display: block;
  }
  .title_container .social_media li a {
    margin: 0 0 30px 0;
  }
}
.title_container h1#page_head_title {
  font-family: "GT America Extended Black", "Arial Black", sans-serif;
  letter-spacing: 0.05em;
}
.overview .title_container h1#page_head_title, .faq .title_container h1#page_head_title {
  text-align: center;
  font-size: clamp(3rem, 8.51vw + -1.26rem, 7rem);
  margin: 20px auto 40px;
}
.default .title_container h1#page_head_title, .event .title_container h1#page_head_title, .eventreihe .title_container h1#page_head_title, .projekt .title_container h1#page_head_title {
  font-size: clamp(2.5rem, 2.13vw + 1.44rem, 3.5rem);
  margin: 20px 0;
}
.title_container svg path {
  animation: 1.5s 1s rubbel ease-in forwards;
}

.footer .social_networks .width_wrapper, .footer .social_networks .page_body_main_content .nested_pagelist, .page_body_main_content .footer .social_networks .nested_pagelist {
  padding: 6rem 10px;
  text-align: center;
}
.footer .social_networks .width_wrapper > div, .footer .social_networks .page_body_main_content .nested_pagelist > div, .page_body_main_content .footer .social_networks .nested_pagelist > div {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.footer .social_networks .width_wrapper .zukunftspaket, .footer .social_networks .page_body_main_content .nested_pagelist .zukunftspaket, .page_body_main_content .footer .social_networks .nested_pagelist .zukunftspaket {
  display: none;
}
@media screen and (min-width: 800px) {
  .footer .social_networks .width_wrapper, .footer .social_networks .page_body_main_content .nested_pagelist, .page_body_main_content .footer .social_networks .nested_pagelist {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    text-align: left;
  }
  .footer .social_networks .width_wrapper .zukunftspaket, .footer .social_networks .page_body_main_content .nested_pagelist .zukunftspaket, .page_body_main_content .footer .social_networks .nested_pagelist .zukunftspaket {
    display: block;
    width: calc(100% - 550px);
    margin: 0;
  }
  .footer .social_networks .width_wrapper .social_media, .footer .social_networks .page_body_main_content .nested_pagelist .social_media, .page_body_main_content .footer .social_networks .nested_pagelist .social_media {
    min-width: 500px;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer .social_networks .width_wrapper .social_media, .footer .social_networks .page_body_main_content .nested_pagelist .social_media, .page_body_main_content .footer .social_networks .nested_pagelist .social_media {
    max-width: 200px;
  }
  .footer .social_networks .width_wrapper .social_media a, .footer .social_networks .page_body_main_content .nested_pagelist .social_media a, .page_body_main_content .footer .social_networks .nested_pagelist .social_media a {
    margin-bottom: 20px;
  }
  .footer .social_networks .width_wrapper .social_media a:nth-of-type(2n - 1), .footer .social_networks .page_body_main_content .nested_pagelist .social_media a:nth-of-type(2n - 1), .page_body_main_content .footer .social_networks .nested_pagelist .social_media a:nth-of-type(2n - 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 500px) {
  .footer .social_networks .width_wrapper .social_media, .footer .social_networks .page_body_main_content .nested_pagelist .social_media, .page_body_main_content .footer .social_networks .nested_pagelist .social_media {
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: flex-end;
  }
  .footer .social_networks .width_wrapper .social_media a, .footer .social_networks .page_body_main_content .nested_pagelist .social_media a, .page_body_main_content .footer .social_networks .nested_pagelist .social_media a {
    margin-bottom: 0;
  }
}
.footer .partners {
  background: #fff;
  color: #000;
  --focus: #2c436c;
}
.footer .partners p {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.footer .partners .wide_wrapper {
  padding: 3rem 10px;
}
.footer .partners .wide_wrapper .partner {
  width: 320px;
  max-width: 100%;
  margin: 0 auto 2rem;
}
.footer .partners .wide_wrapper .partner a {
  display: inline-block;
}
.footer .partners .wide_wrapper .partner img {
  max-width: 100%;
  height: auto;
}
.footer .partners .wide_wrapper .partner.bmfsfj {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 800px) {
  .footer .partners .wide_wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer .partners .wide_wrapper .partner {
    margin: 0;
    width: auto;
  }
  .footer .partners .wide_wrapper .partner.bmfsfj {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer .partners .wide_wrapper .partner.bmfsfj img {
    border-right: 1px solid #000;
  }
  .footer .partners .wide_wrapper .partner.bmfsfj + .partner {
    padding-left: 40px;
  }
}
.footer #foot_navigation {
  background: #000;
  padding: 15px 0;
}

#scroll_to_top {
  display: block;
  width: 100px;
  padding-top: 75px;
  position: relative;
  background: transparent;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
  pointer-events: none;
  visibility: hidden;
}
#scroll_to_top.scrolled {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  visibility: visible;
}
#scroll_to_top:before {
  content: url("img/nach-oben.png");
  position: absolute;
  top: 0;
  left: 35px;
  transition: top 0.2s;
}
#scroll_to_top:hover:before, #scroll_to_top:focus:before {
  top: -3px;
}

@media screen {
  .cookienote_banner {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    background-color: #ec5b7f;
    color: #000;
    bottom: 10px;
    left: 10px;
    width: 300px;
    position: fixed;
    font-size: 1.5rem;
    z-index: 100000;
    padding: 10px 0;
    line-height: 1.3em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  }
  .cookienote_banner h2, .cookienote_banner .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .cookienote_banner .npl_level_1 > li > a {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .cookienote_banner .cookienote_button_container button {
    cursor: pointer;
    margin-top: 1rem;
    width: 100%;
  }
  .cookienote_confirm,
.cookienote_deny,
.cookienote_save {
    text-decoration: none;
    color: #fff;
    background: #2c436c;
    border: 2px solid #2c436c;
    border-radius: 20px;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle;
  }
  .cookienote_confirm:hover, .cookienote_confirm:focus, .cookienote_confirm:active,
.cookienote_deny:hover,
.cookienote_deny:focus,
.cookienote_deny:active,
.cookienote_save:hover,
.cookienote_save:focus,
.cookienote_save:active {
    color: #2c436c;
    background: #fff;
  }
  .cookienote_links {
    text-align: center;
  }
  .cookienote_links li {
    display: inline-block;
    margin: 10px 10px 0 10px;
  }
  .cn_groups {
    margin: 10px 0;
  }
  .cn_group > span,
.cn_service > span {
    display: block;
    padding: 5px;
    height: 30px;
  }
  .cn_group > span {
    background: #e9446d;
  }
  .cn_folder,
.cn_info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 54;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 5px;
    width: 30px;
    text-align: center;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .cn_folder {
    transition: all 0.3s;
    font-weight: bold;
    background: #e72d5b;
    font-size: 25px;
  }
  .cn_folder.cn_unfolded {
    transform: scaleY(-1);
  }
  .cn_info {
    height: 30px;
    width: 30px;
    padding: 5px;
  }
  .cn_info:after {
    content: "?";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    border: 1px solid #000;
    border-radius: 100%;
  }
  .cn_service,
.cn_info_text {
    transition: all 0.3s;
    max-height: 500px;
  }
  .cn_service > span,
.cn_info_text > span {
    display: block;
  }
  .cn_service.cn_hidden,
.cn_info_text.cn_hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    visibility: hidden;
  }
  .cn_info_text {
    padding: 10px 0 10px 5px;
  }
}
@media screen and (min-width: 1770px) {
  .cookienote_placeholder {
    display: none;
  }
}
.ia_placeholder .placeholder_text_deactivate input,
.ia_placeholder .placeholder_text input {
  position: absolute;
  left: -9999em;
}
.ia_placeholder .placeholder_text_deactivate input + label,
.ia_placeholder .placeholder_text input + label {
  padding-left: 35px;
  position: relative;
  display: block;
  line-height: 18px;
}
.ia_placeholder .placeholder_text_deactivate input + label:before, .ia_placeholder .placeholder_text_deactivate input + label:after,
.ia_placeholder .placeholder_text input + label:before,
.ia_placeholder .placeholder_text input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  cursor: pointer;
}
.ia_placeholder .placeholder_text_deactivate input + label:after,
.ia_placeholder .placeholder_text input + label:after {
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}
.ia_placeholder .placeholder_text_deactivate input + label:after {
  content: "✓";
  font-weight: bold;
}
.ia_placeholder .placeholder_text,
.ia_placeholder .placeholder_text_deactivate {
  padding: 10px 20px;
  background: #f7b69b;
  color: #000;
}
.ia_placeholder .placeholder_text strong,
.ia_placeholder .placeholder_text_deactivate strong {
  display: block;
  margin-bottom: 3px;
}
.ia_placeholder .placeholder_alternative {
  position: relative;
  container-type: inline-size;
}
.ia_placeholder .placeholder_alternative .placeholder_text {
  margin-bottom: 30px;
}
@container (min-width: 500px) {
  .ia_placeholder .placeholder_alternative .placeholder_text {
    position: absolute;
    top: 30%;
    width: 90%;
    left: 5%;
    margin-bottom: 0;
  }
}
.ia_placeholder .ia_background {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

body.leichtesprache .page_body_main_content {
  background: #fff;
  color: #000;
  padding-bottom: 50px;
}
body.leichtesprache .page_body_main_content a:focus {
  outline-color: #2c436c;
}
body.leichtesprache .page_body_main_content .co_head {
  max-width: 100%;
}
body.leichtesprache .page_body_main_content .richtext ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -67px;
  width: 10px;
  height: 5px;
}
body.leichtesprache .page_body_main_content .co.hinterlegt .width_wrapper, body.leichtesprache .page_body_main_content .co.hinterlegt .nested_pagelist {
  background: #ddd;
  padding: 20px 30px;
}
body.leichtesprache .page_body_main_content .co.hinterlegt .width_wrapper .richtext, body.leichtesprache .page_body_main_content .co.hinterlegt .nested_pagelist .richtext {
  font-size: 16px;
  line-height: 1.3;
}
body.leichtesprache .page_body_main_content .co.hinterlegt .width_wrapper .richtext p, body.leichtesprache .page_body_main_content .co.hinterlegt .nested_pagelist .richtext p {
  margin-bottom: 20px;
}
body.leichtesprache .page_body_main_content .co.hinterlegt .width_wrapper .richtext p:last-child, body.leichtesprache .page_body_main_content .co.hinterlegt .nested_pagelist .richtext p:last-child {
  margin-bottom: 0;
}
body.leichtesprache .page_body_main_content .co.hinterlegt .width_wrapper .richtext a.intern:before, body.leichtesprache .page_body_main_content .co.hinterlegt .nested_pagelist .richtext a.intern:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -546px;
  width: 28px;
  height: 28px;
  top: 0;
}
body.leichtesprache .page_body_main_content .co.hinterlegt .width_wrapper .richtext a.extern:before, body.leichtesprache .page_body_main_content .co.hinterlegt .nested_pagelist .richtext a.extern:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -490px;
  width: 28px;
  height: 28px;
  top: -5px;
}
body.leichtesprache .page_body_main_content .co.hinterlegt .width_wrapper .richtext a.download:before, body.leichtesprache .page_body_main_content .co.hinterlegt .nested_pagelist .richtext a.download:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -437px;
  width: 25px;
  height: 25px;
  top: -3px;
}
body.leichtesprache #scroll_to_top {
  margin-top: 50px;
}

.default .rt_ext_inh .width_wrapper, .default .rt_ext_inh .page_body_main_content .nested_pagelist, .page_body_main_content .default .rt_ext_inh .nested_pagelist, .projekt .rt_ext_inh .width_wrapper, .projekt .rt_ext_inh .page_body_main_content .nested_pagelist, .page_body_main_content .projekt .rt_ext_inh .nested_pagelist, .event .rt_ext_inh .width_wrapper, .event .rt_ext_inh .page_body_main_content .nested_pagelist, .page_body_main_content .event .rt_ext_inh .nested_pagelist, .eventreihe .rt_ext_inh .width_wrapper, .eventreihe .rt_ext_inh .page_body_main_content .nested_pagelist, .page_body_main_content .eventreihe .rt_ext_inh .nested_pagelist {
  max-width: 770px;
}
.rt_ext_inh:not(.view_number) .extra_link a {
  font-size: clamp(1.8rem, 0.85vw + 1.37rem, 2.2rem);
}
body.faq .rt_ext_inh .co_head {
  margin: 80px 0 50px;
  max-width: 1000px;
}
body.faq .rt_ext_inh .co_head .subject {
  text-align: left;
  text-transform: none;
  line-height: 1.3;
  font-size: clamp(2rem, 1.7vw + 1.15rem, 2.8rem);
}
.rt_ext_inh .subject {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 3.19vw + 0.9rem, 4rem);
  letter-spacing: 0.1em;
}
.rt_ext_inh .richtext {
  font-size: clamp(1.8rem, 1.28vw + 1.16rem, 2.4rem);
}
.rt_ext_inh .richtext a.intern,
.rt_ext_inh .richtext a.extern,
.rt_ext_inh .richtext a.download {
  padding-left: 40px;
  position: relative;
  font-weight: bold;
}
.rt_ext_inh .richtext a.intern:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -518px;
  width: 28px;
  height: 28px;
  top: 5px;
  left: 5px;
}
.rt_ext_inh .richtext a.extern:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -462px;
  width: 28px;
  height: 28px;
  top: 0;
  left: 8px;
}
.rt_ext_inh .richtext a.download {
  padding-left: 35px;
}
.rt_ext_inh .richtext a.download:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -412px;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 5px;
}
.rt_ext_inh.view_accordion, .co_list .rt_ext_inh {
  text-align: left;
  margin-top: 100px;
}
.rt_ext_inh.view_accordion + .view_accordion,
.rt_ext_inh.view_accordion + li.rt_ext_inh, .co_list .rt_ext_inh + .view_accordion,
.co_list .rt_ext_inh + li.rt_ext_inh {
  margin-top: 20px;
}
.rt_ext_inh.view_accordion .co_head button, .co_list .rt_ext_inh .co_head button {
  background: transparent;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 31px;
  transition: padding 0.2s;
}
.rt_ext_inh.view_accordion .co_head button:before, .co_list .rt_ext_inh .co_head button:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -31px;
  width: 30px;
  height: 31px;
  top: 0;
  left: 0;
}
.rt_ext_inh.view_accordion .co_head button:after, .co_list .rt_ext_inh .co_head button:after {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 138px);
  content: url("img/headline_underline_wide.png");
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s;
}
.rt_ext_inh.view_accordion .co_head button[aria-expanded=true], .co_list .rt_ext_inh .co_head button[aria-expanded=true] {
  padding-bottom: 50px;
}
.rt_ext_inh.view_accordion .co_head button[aria-expanded=true]:before, .co_list .rt_ext_inh .co_head button[aria-expanded=true]:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px 0px;
  width: 30px;
  height: 31px;
}
.rt_ext_inh.view_accordion .co_head button[aria-expanded=true]:after, .co_list .rt_ext_inh .co_head button[aria-expanded=true]:after {
  opacity: 1;
  transform: scale(1);
}
.rt_ext_inh.view_accordion .co_body, .co_list .rt_ext_inh .co_body {
  padding-bottom: 50px;
}
.rt_ext_inh.view_accordion .richtext ul,
.rt_ext_inh.view_accordion .richtext ol, .co_list .rt_ext_inh .richtext ul,
.co_list .rt_ext_inh .richtext ol {
  text-align: left;
}
@media screen and (max-width: 499px) {
  .rt_ext_inh.view_accordion .co_head, .co_list .rt_ext_inh .co_head {
    margin: 0;
    text-align: left;
  }
  .rt_ext_inh.view_accordion .co_head button, .co_list .rt_ext_inh .co_head button {
    width: 100%;
    text-align: left;
  }
  .rt_ext_inh.view_accordion .co_head button:after, .co_list .rt_ext_inh .co_head button:after {
    left: 30px;
  }
}
@media screen and (min-width: 500px) {
  .rt_ext_inh.view_accordion, .co_list .rt_ext_inh {
    text-align: center;
  }
  .rt_ext_inh.view_accordion .co_head, .co_list .rt_ext_inh .co_head {
    margin: 0 auto;
    text-align: center;
  }
}
.co_list .rt_ext_inh .co_head {
  max-width: 1000px;
  margin: 0;
}
.co_list .rt_ext_inh .co_head button:after {
  left: 0;
}
.co_list .rt_ext_inh .co_head,
.co_list .rt_ext_inh button,
.co_list .rt_ext_inh .richtext {
  text-align: left;
}
.co_list .rt_ext_inh .richtext {
  padding-left: 40px;
}
.rt_ext_inh.view_centered .width_wrapper, .rt_ext_inh.view_centered .page_body_main_content .nested_pagelist, .page_body_main_content .rt_ext_inh.view_centered .nested_pagelist {
  max-width: 770px;
  text-align: center;
}
.rt_ext_inh.view_centered .co_head {
  margin: 100px auto 30px;
}
.rt_ext_inh.view_centered .co_head:after {
  display: block;
  margin: 0 auto;
  content: "";
  background: url("img/headline_underline_wide.png") no-repeat center;
  background-size: 100%;
  height: 25px;
  width: 275px;
  max-width: 50vw;
}
.rt_ext_inh.view_centered .richtext ul,
.rt_ext_inh.view_centered .richtext ol {
  text-align: left;
}
.rt_ext_inh.view_multicol .width_wrapper, .rt_ext_inh.view_multicol .page_body_main_content .nested_pagelist, .page_body_main_content .rt_ext_inh.view_multicol .nested_pagelist {
  max-width: 1170px;
}
.rt_ext_inh.view_multicol .richtext {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .rt_ext_inh.view_multicol .richtext {
    column-count: 2;
    column-gap: 4rem;
    widows: 2;
    orphans: 2;
    text-align: left;
  }
}
.rt_ext_inh .richtext blockquote {
  max-width: 70%;
  position: relative;
  padding: 0 50px;
}
.rt_ext_inh .richtext blockquote:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -763px;
  width: 30px;
  height: 30px;
}
.rt_ext_inh .richtext blockquote:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -793px;
  width: 30px;
  height: 35px;
}
.rt_ext_inh .richtext blockquote:before {
  top: 0;
  left: 0;
}
.rt_ext_inh .richtext blockquote:after {
  bottom: 0;
  left: auto;
  right: 0;
}
.rt_ext_inh .richtext blockquote + blockquote {
  margin-top: 50px;
  margin-left: 30%;
}
.rt_ext_inh.view_number {
  margin: 100px 0;
}
.rt_ext_inh.view_number .extra_link {
  text-align: right;
  margin-top: 20px;
}
.rt_ext_inh.view_number .extra_link a {
  display: inline-block;
  position: relative;
  padding-left: 86px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.28vw + 1.16rem, 2.4rem);
}
.rt_ext_inh.view_number .extra_link a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -350px;
  width: 71px;
  height: 31px;
}
@media screen and (min-width: 500px) {
  .rt_ext_inh.view_number .width_wrapper, .rt_ext_inh.view_number .page_body_main_content .nested_pagelist, .page_body_main_content .rt_ext_inh.view_number .nested_pagelist {
    padding-left: 200px;
    position: relative;
  }
  .rt_ext_inh.view_number .width_wrapper > svg, .rt_ext_inh.view_number .page_body_main_content .nested_pagelist > svg, .page_body_main_content .rt_ext_inh.view_number .nested_pagelist > svg {
    position: absolute;
    top: 0;
    left: 10px;
  }
}
.rt_ext_inh.view_number .subject {
  padding-top: 30px;
  text-align: left;
}
.rt_ext_inh.kommunen, .rt_ext_inh.traeger, .rt_ext_inh.jugendliche {
  text-align: center;
}
.rt_ext_inh.kommunen img, .rt_ext_inh.traeger img, .rt_ext_inh.jugendliche img {
  margin: 10px auto;
}
@media screen and (min-width: 800px) {
  .rt_ext_inh.kommunen img, .rt_ext_inh.traeger img, .rt_ext_inh.jugendliche img {
    width: calc(100% - 270px);
  }
}
@media screen and (min-width: 500px) {
  .rt_ext_inh.kommunen .width_wrapper, .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist, .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist, .rt_ext_inh.traeger .width_wrapper, .rt_ext_inh.traeger .page_body_main_content .nested_pagelist, .page_body_main_content .rt_ext_inh.traeger .nested_pagelist, .rt_ext_inh.jugendliche .width_wrapper, .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist, .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist {
    position: relative;
  }
  .rt_ext_inh.kommunen .width_wrapper img, .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist img, .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist img, .rt_ext_inh.traeger .width_wrapper img, .rt_ext_inh.traeger .page_body_main_content .nested_pagelist img, .page_body_main_content .rt_ext_inh.traeger .nested_pagelist img, .rt_ext_inh.jugendliche .width_wrapper img, .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist img, .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist img {
    margin: 50px auto;
    width: calc(100% - 170px);
  }
  .rt_ext_inh.kommunen .width_wrapper > svg, .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist > svg, .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist > svg, .rt_ext_inh.traeger .width_wrapper > svg, .rt_ext_inh.traeger .page_body_main_content .nested_pagelist > svg, .page_body_main_content .rt_ext_inh.traeger .nested_pagelist > svg, .rt_ext_inh.jugendliche .width_wrapper > svg, .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist > svg, .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist > svg {
    position: absolute;
  }
}
.rt_ext_inh.kommunen.kommunen, .rt_ext_inh.traeger.kommunen, .rt_ext_inh.jugendliche.kommunen {
  --left1: 0;
  --top1: -10%;
  --scale1: 1;
  --rotate1: -4deg;
  --right2: -10px;
  --top2: 20%;
  --scale2: .8;
  --rotate2: 8deg;
  --left3: 10px;
  --top3: 180px;
  --scale3: .6;
  --rotate3: 20deg;
}
.rt_ext_inh.kommunen.jugendliche, .rt_ext_inh.traeger.jugendliche, .rt_ext_inh.jugendliche.jugendliche {
  --left1: 10px;
  --top1: -10%;
  --scale1: 1;
  --rotate1: 13deg;
  --right2: 0;
  --top2: 15%;
  --scale2: .8;
  --rotate2: -10deg;
  --left3: 5px;
  --top3: 160px;
  --scale3: .5;
  --rotate3: -8deg;
}
.rt_ext_inh.kommunen.traeger, .rt_ext_inh.traeger.traeger, .rt_ext_inh.jugendliche.traeger {
  --left1: 30px;
  --top1: -5%;
  --scale1: 1;
  --rotate1: 20deg;
  --right2: 0;
  --top2: 17%;
  --scale2: .9;
  --rotate2: -7deg;
  --left3: 0;
  --top3: 200px;
  --scale3: .7;
  --rotate3: -8deg;
}
.rt_ext_inh.kommunen .width_wrapper > svg:nth-of-type(1), .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist > svg:nth-of-type(1), .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist > svg:nth-of-type(1), .rt_ext_inh.traeger .width_wrapper > svg:nth-of-type(1), .rt_ext_inh.traeger .page_body_main_content .nested_pagelist > svg:nth-of-type(1), .page_body_main_content .rt_ext_inh.traeger .nested_pagelist > svg:nth-of-type(1), .rt_ext_inh.jugendliche .width_wrapper > svg:nth-of-type(1), .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist > svg:nth-of-type(1), .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist > svg:nth-of-type(1) {
  top: var(--top1);
  left: var(--left1);
}
@media screen and (min-width: 500px) {
  .rt_ext_inh.kommunen .width_wrapper > svg:nth-of-type(1), .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist > svg:nth-of-type(1), .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist > svg:nth-of-type(1), .rt_ext_inh.traeger .width_wrapper > svg:nth-of-type(1), .rt_ext_inh.traeger .page_body_main_content .nested_pagelist > svg:nth-of-type(1), .page_body_main_content .rt_ext_inh.traeger .nested_pagelist > svg:nth-of-type(1), .rt_ext_inh.jugendliche .width_wrapper > svg:nth-of-type(1), .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist > svg:nth-of-type(1), .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist > svg:nth-of-type(1) {
    transform: scale(var(--scale1)) rotate(var(--rotate1));
  }
}
.rt_ext_inh.kommunen .width_wrapper > svg:nth-of-type(2), .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist > svg:nth-of-type(2), .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist > svg:nth-of-type(2), .rt_ext_inh.traeger .width_wrapper > svg:nth-of-type(2), .rt_ext_inh.traeger .page_body_main_content .nested_pagelist > svg:nth-of-type(2), .page_body_main_content .rt_ext_inh.traeger .nested_pagelist > svg:nth-of-type(2), .rt_ext_inh.jugendliche .width_wrapper > svg:nth-of-type(2), .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist > svg:nth-of-type(2), .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist > svg:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 800px) {
  .rt_ext_inh.kommunen .width_wrapper > svg:nth-of-type(2), .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist > svg:nth-of-type(2), .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist > svg:nth-of-type(2), .rt_ext_inh.traeger .width_wrapper > svg:nth-of-type(2), .rt_ext_inh.traeger .page_body_main_content .nested_pagelist > svg:nth-of-type(2), .page_body_main_content .rt_ext_inh.traeger .nested_pagelist > svg:nth-of-type(2), .rt_ext_inh.jugendliche .width_wrapper > svg:nth-of-type(2), .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist > svg:nth-of-type(2), .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist > svg:nth-of-type(2) {
    display: inline-block;
    left: auto;
    top: var(--top2);
    right: var(--right2);
    transform-origin: 100% 50%;
    transform: scale(var(--scale2)) rotate(var(--rotate2));
  }
}
.rt_ext_inh.kommunen .width_wrapper > svg:nth-of-type(3), .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist > svg:nth-of-type(3), .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist > svg:nth-of-type(3), .rt_ext_inh.traeger .width_wrapper > svg:nth-of-type(3), .rt_ext_inh.traeger .page_body_main_content .nested_pagelist > svg:nth-of-type(3), .page_body_main_content .rt_ext_inh.traeger .nested_pagelist > svg:nth-of-type(3), .rt_ext_inh.jugendliche .width_wrapper > svg:nth-of-type(3), .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist > svg:nth-of-type(3), .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist > svg:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 1170px) {
  .rt_ext_inh.kommunen .width_wrapper > svg:nth-of-type(3), .rt_ext_inh.kommunen .page_body_main_content .nested_pagelist > svg:nth-of-type(3), .page_body_main_content .rt_ext_inh.kommunen .nested_pagelist > svg:nth-of-type(3), .rt_ext_inh.traeger .width_wrapper > svg:nth-of-type(3), .rt_ext_inh.traeger .page_body_main_content .nested_pagelist > svg:nth-of-type(3), .page_body_main_content .rt_ext_inh.traeger .nested_pagelist > svg:nth-of-type(3), .rt_ext_inh.jugendliche .width_wrapper > svg:nth-of-type(3), .rt_ext_inh.jugendliche .page_body_main_content .nested_pagelist > svg:nth-of-type(3), .page_body_main_content .rt_ext_inh.jugendliche .nested_pagelist > svg:nth-of-type(3) {
    display: inline-block;
    top: var(--top3);
    left: var(--left3);
    transform: scale(var(--scale3)) rotate(var(--rotate3));
  }
}
.rt_ext_inh.imgpos_right .subject,
.rt_ext_inh.imgpos_right .richtext {
  text-align: left;
}
.rt_ext_inh.imgpos_right .media_container {
  max-width: 300px;
}
@media screen and (min-width: 800px) {
  .rt_ext_inh.imgpos_right .inner_wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .rt_ext_inh.imgpos_right .inner_wrap .media_container {
    margin-left: 50px;
    order: 2;
  }
}
.rt_ext_inh.view_programmtabelle .richtext table {
  width: 100%;
}
.rt_ext_inh.view_programmtabelle .richtext table p {
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .rt_ext_inh.view_programmtabelle .richtext table th, .rt_ext_inh.view_programmtabelle .richtext table td {
    display: block;
  }
}
.rt_ext_inh.view_programmtabelle .richtext table td {
  padding-bottom: 50px;
  font-size: clamp(1.5rem, 0.64vw + 1.18rem, 1.8rem);
}
.rt_ext_inh.view_programmtabelle .richtext table td strong,
.rt_ext_inh.view_programmtabelle .richtext table td em {
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.28vw + 1.16rem, 2.4rem);
}
.rt_ext_inh.view_programmtabelle .richtext table td:first-child {
  white-space: nowrap;
  padding-right: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 1.28vw + 1.16rem, 2.4rem);
  padding-bottom: 10px;
}
.rt_ext_inh.view_programmtabelle .richtext table td ul li + li {
  margin-top: 15px;
}
.rt_ext_inh.view_programmtabelle .richtext table td ul li:before {
  top: 10px;
}
.rt_ext_inh.view_programmtabelle .richtext table tr {
  position: relative;
}
.rt_ext_inh.view_programmtabelle .richtext table tr:after {
  content: "";
  display: block;
  margin: 0 auto 10px;
  background: url("img/quote_underline.png") no-repeat center;
  background-size: 100% 12px;
  height: 12px;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 10px;
}
.rt_ext_inh.view_programmtabelle .richtext table tr:last-child:after {
  display: none;
}

.subpage .page_body_main_content .co:not(.dkjs_bilderelement) + .rt_youtube {
  margin-top: 60px;
}
.rt_youtube .subject {
  margin-top: 10px;
  font-size: clamp(2rem, 1.7vw + 1.15rem, 2.8rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .rt_youtube .extra_link {
    padding-top: 10px;
  }
}
.rt_youtube .extra_link a {
  font-size: clamp(1.6rem, 0.85vw + 1.17rem, 2rem);
}

.dkjs_headerslider {
  text-align: center;
}
.dkjs_headerslider.slick-slide {
  padding: 0 50px;
}
@media screen and (min-width: 500px) {
  .dkjs_headerslider.slick-slide {
    padding: 0 110px;
  }
}
@media screen and (min-width: 800px) {
  .dkjs_headerslider.slick-slide {
    padding: 0 210px;
  }
}
.dkjs_headerslider .subject {
  font-family: "GT America Extended Black", "Arial Black", sans-serif;
  text-transform: uppercase;
}
.page_head_title_content {
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  .page_head_title_content {
    margin-bottom: 100px;
  }
}
.home .page_head_title_content .width_wrapper, .home .page_head_title_content .page_body_main_content .nested_pagelist, .page_body_main_content .home .page_head_title_content .nested_pagelist {
  max-width: 1170px;
}
.home .page_head_title_content .slick-arrow {
  top: 10px;
}
.overview .page_head_title_content .img_container {
  margin: 50px auto;
  max-width: 850px;
}
.overview .page_head_title_content .img_container img {
  max-width: 100%;
  height: auto;
}

.dkjs_stoerer {
  text-align: center;
  --background: #fff;
  --color: #000;
}
.page_body_main_content .dkjs_stoerer.co {
  margin: 80px 0;
}
.dkjs_stoerer.bg_white {
  --background: #fff;
}
.dkjs_stoerer.bg_white a svg {
  --color: #000;
}
.dkjs_stoerer.bg_white a:focus {
  outline-color: #2c436c;
}
.dkjs_stoerer.bg_green {
  --background: #47ab92;
}
.dkjs_stoerer.bg_green a svg {
  --color: #000;
}
.dkjs_stoerer.bg_green a:focus {
  outline-color: #2c436c;
}
.dkjs_stoerer.bg_red {
  --background: #ec5b7f;
}
.dkjs_stoerer.bg_red a svg {
  --color: #000;
}
.dkjs_stoerer.bg_red a:focus {
  outline-color: #2c436c;
}
.dkjs_stoerer.bg_orange {
  --background: #f7b69b;
}
.dkjs_stoerer.bg_orange a svg {
  --color: #000;
}
.dkjs_stoerer.bg_orange a:focus {
  outline-color: #2c436c;
}
.dkjs_stoerer.bg_blue {
  --background: #2c436c;
  --color: #fff;
}
.dkjs_stoerer.bg_black {
  --background: transparent;
  --color: #fff;
}
.dkjs_stoerer .icon {
  margin-bottom: 50px;
}
.dkjs_stoerer .icon img {
  object-fit: scale-down;
  height: 200px;
  width: 200px;
  max-width: 350px;
  max-height: 350px;
}
@media screen and (min-width: 700px) {
  .dkjs_stoerer .icon img {
    width: 19vw;
    height: 19vw;
  }
}
@media screen and (min-width: 700px) {
  .dkjs_stoerer .icon {
    position: absolute;
    top: 20px;
    left: -4vw;
  }
}
@media screen and (min-width: 1170px) {
  .dkjs_stoerer .icon {
    top: -10px;
    left: -8vw;
  }
}
.dkjs_stoerer .text_content {
  color: var(--color);
  background-color: var(--background);
}
.dkjs_stoerer h2.subject, .dkjs_stoerer .page_body_main_content .nested_pagelist .npl_level_1 > li > a.subject, .page_body_main_content .nested_pagelist .dkjs_stoerer .npl_level_1 > li > a.subject {
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  font-size: clamp(3rem, 3.19vw + 1.4rem, 4.5rem);
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
}
.dkjs_stoerer .richtext {
  font-size: clamp(1.8rem, 1.28vw + 1.16rem, 2.4rem);
}
.dkjs_stoerer .extra_link a {
  font-size: clamp(1.8rem, 0.85vw + 1.37rem, 2.2rem);
}
.dkjs_stoerer .kachel {
  position: relative;
  padding: 50px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .dkjs_stoerer .kachel {
    min-height: 400px;
    padding: 80px 150px;
  }
}
@media screen and (min-width: 800px) {
  .dkjs_stoerer .kachel {
    padding: 80px 200px;
  }
}
.dkjs_stoerer .kachel:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: var(--background);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .dkjs_stoerer .kachel:before {
    transform: rotate(-2.5deg);
  }
}
@media screen and (max-width: 1169px) {
  .dkjs_stoerer .width_wrapper, .dkjs_stoerer .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_stoerer .nested_pagelist {
    padding: 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 1169px) {
  .dkjs_stoerer .width_wrapper, .dkjs_stoerer .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_stoerer .nested_pagelist {
    max-width: 85%;
  }
}

.dkjs_kachelelement {
  margin: 100px 0 !important;
}
.dkjs_kachelelement .width_wrapper, .dkjs_kachelelement .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_kachelelement .nested_pagelist {
  max-width: 1170px;
}
.dkjs_kachelelement .kachel {
  margin: 30px;
}
.dkjs_kachelelement .kachel.bild .img_container {
  margin-bottom: 0;
}
.dkjs_kachelelement .kachel.text {
  position: relative;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.dkjs_kachelelement .kachel.text:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.dkjs_kachelelement .kachel.text .text_content {
  color: #000;
  background: #fff;
}
.dkjs_kachelelement .kachel.text h3 {
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  text-transform: uppercase;
  font-weight: normal;
  font-size: clamp(3rem, 3.19vw + 1.4rem, 4.5rem);
  margin-bottom: 20px;
}
.dkjs_kachelelement .kachel.text .extra_link {
  padding-bottom: 0;
}
.dkjs_kachelelement .kachel.text .extra_link a {
  font-size: clamp(1.8rem, 0.43vw + 1.59rem, 2rem);
}
.dkjs_kachelelement .kachel.text .extra_link a svg {
  --color: #000;
}
.dkjs_kachelelement .kachel.text .extra_link a:focus {
  outline-color: #2c436c;
}
@media screen and (max-width: 799px) {
  .dkjs_kachelelement .text.klein svg {
    display: none;
  }
  .dkjs_kachelelement + .dkjs_kachelelement {
    margin-top: -70px !important;
  }
}
@media screen and (min-width: 800px) {
  .dkjs_kachelelement .width_wrapper, .dkjs_kachelelement .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_kachelelement .nested_pagelist {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .dkjs_kachelelement .kachel {
    margin: 0;
    min-height: 460px;
  }
  .dkjs_kachelelement .klein {
    width: 35%;
  }
  .dkjs_kachelelement .gross {
    width: 60%;
  }
  .dkjs_kachelelement .text.klein {
    top: 7px;
  }
  .dkjs_kachelelement .text.klein.links:before {
    transform: rotate(-2.5deg);
  }
  .dkjs_kachelelement .text.klein.rechts:before {
    transform: rotate(2.5deg);
  }
  .dkjs_kachelelement .bild .img_container,
.dkjs_kachelelement .bild .img_wrapper,
.dkjs_kachelelement .bild img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .dkjs_kachelelement .text.klein > svg {
    position: absolute;
    top: calc(33% - 30px);
  }
  .dkjs_kachelelement .text.klein > svg + svg {
    top: calc(50% - 30px);
  }
  .dkjs_kachelelement .text.klein > svg + svg + svg {
    top: calc(67% - 30px);
  }
  .dkjs_kachelelement.gross_klein .text.klein > svg {
    left: -80px;
    transform: scaleX(-1);
  }
  .dkjs_kachelelement.klein_gross .text.klein > svg {
    right: -80px;
    z-index: 3;
  }
}
.dkjs_kachelelement.scrolled .kachel > svg {
  --animation: rubbel;
  --duration: .2s;
  --delay1: .1s;
  --delay2: .3s;
}
.dkjs_kachelelement.scrolled .kachel > svg + svg {
  --delay1: .7s;
  --delay2: .9s;
}
.dkjs_kachelelement.scrolled .kachel > svg + svg + svg {
  --delay1: 1.3s;
  --delay2: 1.6s;
}

.dkjs_bilderelement {
  margin: 20px 0;
  /*
    img {
      opacity: 0;
    }

    &.scrolled .kachel {
      img {
        animation: .5s fadein forwards;
      }

      + .kachel img {
        animation: .5s .2s fadein forwards;
      }
    }*/
}
.rt_ext_inh + .dkjs_bilderelement {
  margin-top: 100px;
}
.dkjs_bilderelement + .co:not(.dkjs_bilderelement):not(.rt_youtube):not(.title_img) {
  margin-top: 100px;
}
.dkjs_bilderelement .kachel {
  margin: 30px 0;
}
@media screen and (min-width: 500px) {
  .dkjs_bilderelement .kachel {
    margin: 30px;
  }
}
.dkjs_bilderelement .kachel .img_container {
  margin-bottom: 0;
  position: relative;
}
.dkjs_bilderelement .kachel .img_container img {
  position: relative;
  z-index: 2;
}
.dkjs_bilderelement .kachel .extra_link a {
  font-size: clamp(1.8rem, 0.85vw + 1.37rem, 2.2rem);
}
.dkjs_bilderelement .kachel.klein {
  position: relative;
}
.dkjs_bilderelement .kachel.klein .img_container:before {
  content: "";
  display: block;
  background: url("img/kritzelei.gif") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.dkjs_bilderelement .kachel.gross.links .extra_link {
  padding-bottom: 0;
}
.dkjs_bilderelement .kachel.gross.rechts .extra_link {
  padding-top: 0;
}
@media screen and (min-width: 500px) {
  .dkjs_bilderelement .width_wrapper, .dkjs_bilderelement .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_bilderelement .nested_pagelist {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .dkjs_bilderelement .kachel {
    margin: 0;
    text-align: center;
  }
  .dkjs_bilderelement .klein {
    width: 38%;
  }
  .dkjs_bilderelement .klein .img_container {
    aspect-ratio: 1;
  }
  .dkjs_bilderelement .gross {
    width: 59%;
  }
  .dkjs_bilderelement .gross .img_container {
    aspect-ratio: 57/32;
  }
  .dkjs_bilderelement.gross_klein .klein .img_container {
    margin-top: 70px;
  }
  .dkjs_bilderelement.gross_klein .klein .img_container:before {
    top: -15%;
    left: -15%;
    height: 130%;
    width: 130%;
  }
  .dkjs_bilderelement.klein_gross .klein .img_container:before {
    top: 0;
    right: 0;
    height: 115%;
    width: 115%;
  }
  .dkjs_bilderelement .img_wrapper,
.dkjs_bilderelement img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.dkjs_quote {
  margin: 100px 0;
  text-align: center;
}
.dkjs_quote .width_wrapper, .dkjs_quote .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote .nested_pagelist {
  padding: 0 20px;
}
.dkjs_quote.gross .width_wrapper, .dkjs_quote.gross .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote.gross .nested_pagelist {
  max-width: 1170px;
}
.dkjs_quote blockquote {
  font-size: clamp(2rem, 0.85vw + 1.57rem, 2.4rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 499px) {
  .dkjs_quote blockquote:before {
    content: "„";
  }
  .dkjs_quote blockquote:after {
    content: "“";
  }
}
.dkjs_quote cite {
  display: block;
  font-style: italic;
  margin-top: 10px;
  font-size: clamp(1.6rem, 0.43vw + 1.39rem, 1.8rem);
}
.dkjs_quote .extra_link {
  padding-top: 20px;
}
.dkjs_quote .extra_link a {
  position: relative;
  padding-left: 100px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 1.06vw + 1.27rem, 2.3rem);
  letter-spacing: 0.05em;
}
.dkjs_quote .extra_link a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -350px;
  width: 71px;
  height: 31px;
}
.dkjs_quote.pos_hinterlegt {
  margin-top: 100px !important;
  --focus: #000;
}
@media screen and (max-width: 1169px) {
  .dkjs_quote.pos_hinterlegt .width_wrapper, .dkjs_quote.pos_hinterlegt .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote.pos_hinterlegt .nested_pagelist {
    padding: 0 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1169px) {
  .dkjs_quote.pos_hinterlegt .width_wrapper, .dkjs_quote.pos_hinterlegt .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote.pos_hinterlegt .nested_pagelist {
    max-width: 90%;
  }
}
.dkjs_quote.pos_hinterlegt.zwei .width_wrapper .quote_container:nth-child(2), .dkjs_quote.pos_hinterlegt.zwei .page_body_main_content .nested_pagelist .quote_container:nth-child(2), .page_body_main_content .dkjs_quote.pos_hinterlegt.zwei .nested_pagelist .quote_container:nth-child(2) {
  margin-top: 100px;
}
@media screen and (min-width: 800px) {
  .dkjs_quote.pos_hinterlegt.zwei .width_wrapper, .dkjs_quote.pos_hinterlegt.zwei .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote.pos_hinterlegt.zwei .nested_pagelist {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .dkjs_quote.pos_hinterlegt.zwei .width_wrapper .quote_container, .dkjs_quote.pos_hinterlegt.zwei .page_body_main_content .nested_pagelist .quote_container, .page_body_main_content .dkjs_quote.pos_hinterlegt.zwei .nested_pagelist .quote_container {
    width: 45%;
    padding: 120px 30px 50px;
  }
  .dkjs_quote.pos_hinterlegt.zwei .width_wrapper .quote_container:nth-child(2), .dkjs_quote.pos_hinterlegt.zwei .page_body_main_content .nested_pagelist .quote_container:nth-child(2), .page_body_main_content .dkjs_quote.pos_hinterlegt.zwei .nested_pagelist .quote_container:nth-child(2) {
    margin-top: 0;
  }
  .dkjs_quote.pos_hinterlegt.zwei .width_wrapper .quote_container:nth-child(2):before, .dkjs_quote.pos_hinterlegt.zwei .page_body_main_content .nested_pagelist .quote_container:nth-child(2):before, .page_body_main_content .dkjs_quote.pos_hinterlegt.zwei .nested_pagelist .quote_container:nth-child(2):before {
    transform: rotate(2.5deg);
  }
}
@media screen and (min-width: 800px) {
  .dkjs_quote.pos_hinterlegt.zwei.gross .width_wrapper, .dkjs_quote.pos_hinterlegt.zwei.gross .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote.pos_hinterlegt.zwei.gross .nested_pagelist {
    align-items: stretch;
  }
  .dkjs_quote.pos_hinterlegt.zwei.gross .quote_container {
    width: 35%;
  }
  .dkjs_quote.pos_hinterlegt.zwei.gross .kachel {
    width: 60%;
  }
}
.dkjs_quote.pos_hinterlegt .quote_container {
  position: relative;
  padding: 90px 20px 50px;
  color: #000;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.dkjs_quote.pos_hinterlegt .quote_container img {
  width: 35%;
  min-width: 150px;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .dkjs_quote.pos_hinterlegt .quote_container {
    padding: 120px 100px 80px;
  }
  .dkjs_quote.pos_hinterlegt .quote_container.has_image {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 120px 50px 80px;
  }
  .dkjs_quote.pos_hinterlegt .quote_container.has_image img {
    width: 25%;
    margin-top: -30px;
  }
  .dkjs_quote.pos_hinterlegt .quote_container.has_image .text_content {
    width: 70%;
    text-align: left;
  }
}
.dkjs_quote.pos_hinterlegt .quote_container blockquote {
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  font-size: clamp(2.2rem, 1.7vw + 1.35rem, 3rem);
  letter-spacing: 0.05em;
}
.dkjs_quote.pos_hinterlegt .quote_container cite {
  font-style: normal;
}
.dkjs_quote.pos_hinterlegt .quote_container .extra_link a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -381px;
  width: 71px;
  height: 31px;
}
.dkjs_quote.pos_hinterlegt .quote_container:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .dkjs_quote.pos_hinterlegt .quote_container:before {
    transform: rotate(-2.5deg);
  }
}
.dkjs_quote.pos_hinterlegt .quote_container:after {
  content: "";
  background: url("img/quote.png") no-repeat center;
  background-size: 100%;
  width: 14vw;
  height: 133px;
  max-width: 114px;
  position: absolute;
  top: -50px;
  left: calc(50% - 4vw);
}
.dkjs_quote.pos_hinterlegt .icons {
  margin-top: 30px;
}
.dkjs_quote.pos_hinterlegt .icons svg {
  transform: rotate(-8deg);
}
.dkjs_quote.pos_hinterlegt .icons svg:nth-of-type(2) {
  transform: rotate(8deg);
}
.dkjs_quote.pos_hinterlegt .icons svg:nth-of-type(2).svg_herz {
  transform: scale(0.7) rotate(8deg);
}
@media screen and (min-width: 800px) {
  .dkjs_quote.pos_hinterlegt:not(.zwei) .has_icon {
    padding-bottom: 80px;
  }
  .dkjs_quote.pos_hinterlegt:not(.zwei) .has_icon .icons {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 100%;
    pointer-events: none;
  }
  .dkjs_quote.pos_hinterlegt:not(.zwei) .has_icon .icons svg:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .dkjs_quote.pos_hinterlegt:not(.zwei) .has_icon .icons svg:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .dkjs_quote.pos_hinterlegt.zwei .has_icon cite {
    max-width: 70%;
  }
  .dkjs_quote.pos_hinterlegt.zwei .has_icon .extra_link {
    width: 100%;
    text-align: right;
  }
  .dkjs_quote.pos_hinterlegt.zwei .icons {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 0;
    pointer-events: none;
  }
  .dkjs_quote.pos_hinterlegt.zwei .icons svg:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .dkjs_quote.pos_hinterlegt.zwei .icons svg:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .dkjs_quote.pos_hinterlegt.zwei svg {
    transform: scale(0.7) rotate(-8deg);
  }
}
.dkjs_quote.pos_hinterlegt .kachel {
  min-height: 460px;
  margin-top: 100px;
}
.dkjs_quote.pos_hinterlegt .kachel .img_container {
  margin-bottom: 0;
}
.dkjs_quote.pos_hinterlegt .kachel .img_container,
.dkjs_quote.pos_hinterlegt .kachel .img_wrapper,
.dkjs_quote.pos_hinterlegt .kachel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.dkjs_quote.pos_hinterlegt .kachel.rechts.klein {
  margin-top: 100px;
}
@media screen and (min-width: 800px) {
  .dkjs_quote.pos_hinterlegt .kachel {
    width: 45%;
    margin-top: 0;
  }
  .dkjs_quote.pos_hinterlegt .kachel.klein .img_container:before {
    content: "";
    display: block;
    background: url("img/kritzelei.gif") no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: -1;
  }
  .dkjs_quote.pos_hinterlegt .kachel.rechts.klein {
    margin-top: 0;
  }
  .dkjs_quote.pos_hinterlegt .kachel.rechts.klein .img_container:before {
    top: -15%;
    left: -15%;
    height: 130%;
    width: 130%;
  }
  .dkjs_quote.pos_hinterlegt .kachel.links.klein {
    margin-top: -30px;
  }
  .dkjs_quote.pos_hinterlegt .kachel.links.klein .img_container:before {
    top: 0;
    right: 0;
    height: 115%;
    width: 115%;
  }
  .dkjs_quote.pos_hinterlegt .kachel.links.klein img {
    height: 90%;
    width: 90%;
    margin-top: 10%;
  }
}
.dkjs_quote.pos_links, .dkjs_quote.pos_rechts {
  text-align: left;
}
@media screen and (min-width: 500px) {
  .dkjs_quote.pos_links .quote_container, .dkjs_quote.pos_rechts .quote_container {
    max-width: 70%;
    position: relative;
    padding: 0 50px;
  }
  .dkjs_quote.pos_links .quote_container:before, .dkjs_quote.pos_rechts .quote_container:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    background-image: url(img/svg-sprite.svg?38845);
    background-position: 0px -763px;
    width: 30px;
    height: 30px;
  }
  .dkjs_quote.pos_links .quote_container:after, .dkjs_quote.pos_rechts .quote_container:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    background-image: url(img/svg-sprite.svg?38845);
    background-position: 0px -793px;
    width: 30px;
    height: 35px;
  }
  .dkjs_quote.pos_links .quote_container:before, .dkjs_quote.pos_rechts .quote_container:before {
    top: 0;
    left: 0;
  }
  .dkjs_quote.pos_links .quote_container:after, .dkjs_quote.pos_rechts .quote_container:after {
    bottom: 50px;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 500px) {
  .dkjs_quote.pos_rechts .quote_container {
    margin-left: 30%;
  }
}
.dkjs_quote.pos_zentriert blockquote {
  font-size: clamp(2.2rem, 2.13vw + 1.14rem, 3.2rem);
}
@media screen and (min-width: 500px) {
  .dkjs_quote.pos_zentriert .width_wrapper, .dkjs_quote.pos_zentriert .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote.pos_zentriert .nested_pagelist {
    padding: 30px 14vw;
  }
}
@media screen and (min-width: 800px) {
  .dkjs_quote.pos_zentriert .width_wrapper, .dkjs_quote.pos_zentriert .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_quote.pos_zentriert .nested_pagelist {
    padding: 30px 150px;
  }
}
.dkjs_quote.pos_zentriert cite {
  max-width: 500px;
  margin: 20px auto 0;
  font-style: normal;
}
.dkjs_quote.pos_zentriert cite:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  background: url("img/quote_underline.png") no-repeat center;
  background-size: 100%;
  width: 336px;
  height: 12px;
  max-width: 50vw;
}
@media screen and (min-width: 500px) {
  .dkjs_quote.pos_zentriert .width_wrapper:before, .dkjs_quote.pos_zentriert .page_body_main_content .nested_pagelist:before, .page_body_main_content .dkjs_quote.pos_zentriert .nested_pagelist:before, .dkjs_quote.pos_zentriert .width_wrapper:after, .dkjs_quote.pos_zentriert .page_body_main_content .nested_pagelist:after, .page_body_main_content .dkjs_quote.pos_zentriert .nested_pagelist:after {
    content: "";
    background: url("img/quote.gif") no-repeat center;
    background-size: 100%;
    width: 114px;
    height: 133px;
    max-width: 11vw;
    position: absolute;
  }
  .dkjs_quote.pos_zentriert .width_wrapper:before, .dkjs_quote.pos_zentriert .page_body_main_content .nested_pagelist:before, .page_body_main_content .dkjs_quote.pos_zentriert .nested_pagelist:before {
    top: 0;
    left: 0;
  }
  .dkjs_quote.pos_zentriert .width_wrapper:after, .dkjs_quote.pos_zentriert .page_body_main_content .nested_pagelist:after, .page_body_main_content .dkjs_quote.pos_zentriert .nested_pagelist:after {
    bottom: 0;
    right: 0;
  }
}

.dkjs_download {
  margin-bottom: 100px;
}
.dkjs_download .width_wrapper, .dkjs_download .page_body_main_content .nested_pagelist, .page_body_main_content .dkjs_download .nested_pagelist {
  max-width: 770px;
}
.dkjs_download .width_wrapper a, .dkjs_download .page_body_main_content .nested_pagelist a, .page_body_main_content .dkjs_download .nested_pagelist a {
  display: block;
  padding-top: 80px;
  position: relative;
  text-decoration: none;
}
.dkjs_download .width_wrapper a:before, .dkjs_download .page_body_main_content .nested_pagelist a:before, .page_body_main_content .dkjs_download .nested_pagelist a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -72px;
  width: 69px;
  height: 70px;
  top: 0;
  left: calc(50% - 34.5px);
}
.dkjs_download .width_wrapper a h2, .dkjs_download .width_wrapper a .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .dkjs_download .width_wrapper a .npl_level_1 > li > a, .dkjs_download .page_body_main_content .nested_pagelist a h2, .dkjs_download .page_body_main_content .nested_pagelist a .npl_level_1 > li > a, .page_body_main_content .dkjs_download .nested_pagelist a h2, .page_body_main_content .dkjs_download .nested_pagelist a .npl_level_1 > li > a {
  hyphens: auto;
}
.dkjs_download .width_wrapper a:hover h2, .dkjs_download .width_wrapper a:hover .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .dkjs_download .width_wrapper a:hover .npl_level_1 > li > a, .dkjs_download .page_body_main_content .nested_pagelist a:hover h2, .dkjs_download .page_body_main_content .nested_pagelist a:hover .npl_level_1 > li > a, .page_body_main_content .dkjs_download .nested_pagelist a:hover h2, .page_body_main_content .dkjs_download .nested_pagelist a:hover .npl_level_1 > li > a, .dkjs_download .width_wrapper a:focus h2, .dkjs_download .width_wrapper a:focus .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .dkjs_download .width_wrapper a:focus .npl_level_1 > li > a, .dkjs_download .page_body_main_content .nested_pagelist a:focus h2, .dkjs_download .page_body_main_content .nested_pagelist a:focus .npl_level_1 > li > a, .page_body_main_content .dkjs_download .nested_pagelist a:focus h2, .page_body_main_content .dkjs_download .nested_pagelist a:focus .npl_level_1 > li > a {
  text-decoration: underline;
}
@media screen and (min-width: 500px) {
  .dkjs_download .width_wrapper a, .dkjs_download .page_body_main_content .nested_pagelist a, .page_body_main_content .dkjs_download .nested_pagelist a {
    padding-top: 0;
    padding-left: 100px;
  }
  .dkjs_download .width_wrapper a:before, .dkjs_download .page_body_main_content .nested_pagelist a:before, .page_body_main_content .dkjs_download .nested_pagelist a:before {
    top: 5px;
    left: 0;
  }
  .dkjs_download .width_wrapper a h2, .dkjs_download .width_wrapper a .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .dkjs_download .width_wrapper a .npl_level_1 > li > a, .dkjs_download .page_body_main_content .nested_pagelist a h2, .dkjs_download .page_body_main_content .nested_pagelist a .npl_level_1 > li > a, .page_body_main_content .dkjs_download .nested_pagelist a h2, .page_body_main_content .dkjs_download .nested_pagelist a .npl_level_1 > li > a {
    hyphens: none;
  }
}
.dkjs_download h2, .dkjs_download .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .dkjs_download .npl_level_1 > li > a {
  margin-bottom: 10px;
}
.dkjs_download .download_meta {
  font-weight: bold;
  font-size: clamp(1.4rem, 0.43vw + 1.19rem, 1.6rem);
  margin-bottom: 10px;
}
.dkjs_download + .dkjs_download {
  margin-top: -60px;
}
.rt_ext_inh + .dkjs_download {
  margin-top: 60px;
}

.dkjs_number {
  padding: 50px 0;
}
.dkjs_number .zahl_prefix,
.dkjs_number .zahl_suffix {
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(2.2rem, 1.7vw + 1.35rem, 3rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 20px 0;
}
.dkjs_number .number {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.dkjs_number .number svg {
  height: auto;
}
.dkjs_number.scrolled .number > svg:nth-of-type(1) path {
  --animation: rubbel;
  --duration1: 0.3s;
  --duration2: 0.15s;
  --delay1: 0s;
  --delay2: 0.3s;
}
.dkjs_number.scrolled .number > svg:nth-of-type(2) path {
  --animation: rubbel;
  --duration1: 0.3s;
  --duration2: 0.15s;
  --delay1: 0.61s;
  --delay2: 0.91s;
}
.dkjs_number.scrolled .number > svg:nth-of-type(3) path {
  --animation: rubbel;
  --duration1: 0.3s;
  --duration2: 0.15s;
  --delay1: 1.22s;
  --delay2: 1.52s;
}
.dkjs_number.scrolled .number > svg:nth-of-type(4) path {
  --animation: rubbel;
  --duration1: 0.3s;
  --duration2: 0.15s;
  --delay1: 1.83s;
  --delay2: 2.13s;
}
.dkjs_number.scrolled .number > svg:nth-of-type(5) path {
  --animation: rubbel;
  --duration1: 0.3s;
  --duration2: 0.15s;
  --delay1: 2.44s;
  --delay2: 2.74s;
}

.dkjs_person {
  container-type: inline-size;
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .dkjs_person {
    padding-top: 40px;
  }
}
.dkjs_person .inner_wrap {
  height: 100%;
  max-width: 770px;
  position: static;
}
.dkjs_person .person_content {
  position: relative;
  color: #000;
  padding: 60px 30px 80px;
  height: 100%;
  --focus: #000;
  text-align: center;
}
.dkjs_person .person_content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-2.5deg);
  z-index: -1;
}
.dkjs_person .person_content h3 {
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  font-size: clamp(2.5rem, 2.77vw + 1.12rem, 3.8rem);
  text-align: center;
}
.dkjs_person .person_content p,
.dkjs_person .person_content .funktion {
  hyphens: auto;
}
.dkjs_person .person_content .funktion {
  font-size: clamp(1.8rem, 1.28vw + 1.16rem, 2.4rem);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.dkjs_person .person_content .img_container {
  text-align: center;
  margin: -100px 0 40px;
}
.dkjs_person .person_content .img_container img {
  overflow: hidden;
  border-radius: 100%;
  max-width: 200px;
  border: 1px solid #84969a;
}
.dkjs_person .person_content a {
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  height: 31px;
  width: 71px;
}
.dkjs_person .person_content a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -381px;
  width: 71px;
  height: 31px;
}
@container (min-width: 500px) {
  .dkjs_person .person_content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    min-height: 0;
    margin-top: 0;
  }
  .dkjs_person .person_content h3,
.dkjs_person .person_content .funktion {
    text-align: left;
  }
  .dkjs_person .person_content p,
.dkjs_person .person_content .funktion {
    hyphens: none;
  }
  .dkjs_person .person_content .img_container {
    width: 30%;
    margin: 0 30px 0 0;
    text-align: right;
  }
  .dkjs_person .person_content > div {
    width: 55%;
  }
  .dkjs_person .person_content a {
    bottom: 50px;
  }
}
.dkjs_person .bio {
  display: none;
}

.mfp-content .bio {
  max-width: 500px;
  padding: 30px;
  color: #000;
  --focus: #000;
}
.mfp-content .bio .mfp-close {
  right: 20px;
}
.mfp-content .bio h3 {
  margin: 0;
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  font-size: clamp(2.5rem, 2.77vw + 1.12rem, 3.8rem);
}
.mfp-content .bio .funktion {
  font-size: clamp(1.6rem, 1.28vw + 0.96rem, 2.2rem);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mfp-content .bio a {
  position: relative;
  padding-left: 50px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 1.28vw + 0.96rem, 2.2rem);
  letter-spacing: 0.05em;
}
.mfp-content .bio a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -381px;
  width: 71px;
  height: 31px;
  transform-origin: left center;
  transform: scale(0.5);
}
.mfp-content .bio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #f7b69b;
  transform: rotate(-2deg);
}

.page_body_main_content .co_headline.co {
  margin: 50px 0 0;
}
@media screen and (min-width: 800px) {
  .page_body_main_content .co_headline.co {
    margin: 80px 0 60px;
  }
}
.co_headline .width_wrapper, .co_headline .page_body_main_content .nested_pagelist, .page_body_main_content .co_headline .nested_pagelist {
  max-width: 970px;
  text-align: center;
}
.co_headline .width_wrapper:after, .co_headline .page_body_main_content .nested_pagelist:after, .page_body_main_content .co_headline .nested_pagelist:after {
  content: "";
  display: inline-block;
  background: url("img/title_underline.gif") center top no-repeat;
  background-size: 100%;
  width: calc(100% - 100px);
  max-width: 870px;
  height: 59px;
}
.co_headline h1 {
  font-family: "GT America Extended Black", "Arial Black", sans-serif;
  text-align: center;
  font-size: clamp(3rem, 5.32vw + 0.34rem, 5.5rem);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 500px) {
  .co_headline h1 {
    letter-spacing: 0.1em;
  }
}

.pagelist .width_wrapper, .pagelist .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist .nested_pagelist {
  max-width: 770px;
}
.home .pagelist .width_wrapper, .home .pagelist .page_body_main_content .nested_pagelist, .page_body_main_content .home .pagelist .nested_pagelist {
  max-width: 970px;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.pagelist .width_wrapper > .extra_link a, .pagelist .page_body_main_content .nested_pagelist > .extra_link a, .page_body_main_content .pagelist .nested_pagelist > .extra_link a {
  font-size: clamp(1.8rem, 0.43vw + 1.59rem, 2rem);
}
.pagelist.news .width_wrapper, .pagelist.news .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist.news .nested_pagelist, .pagelist.events .width_wrapper, .pagelist.events .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist.events .nested_pagelist, .pagelist.projekte .width_wrapper, .pagelist.projekte .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist.projekte .nested_pagelist {
  max-width: 1170px;
}
.pagelist.projekte .resultlist {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 10px;
}
.pagelist .resultlist:after {
  display: block;
  content: "";
  clear: both;
}
.pagelist .resultlist > div {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
.pagelist .resultlist > div a {
  text-decoration: none;
}
.pagelist .resultlist > div a:hover h3, .pagelist .resultlist > div a:focus h3 {
  text-decoration: underline;
}
.pagelist .resultlist > div h3 {
  line-height: 1.3;
  margin-bottom: 10px;
}
.pagelist .resultlist > div.list_ext_teaser > a {
  display: block;
  padding-top: 27px;
  position: relative;
}
.pagelist .resultlist > div.list_ext_teaser > a .teaser_pubdate {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 500px) {
  .pagelist.multicol .width_wrapper, .pagelist.multicol .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist.multicol .nested_pagelist, .pagelist.news .width_wrapper, .pagelist.news .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist.news .nested_pagelist, .pagelist.events .width_wrapper, .pagelist.events .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist.events .nested_pagelist {
    max-width: 970px;
  }
  .pagelist.multicol .resultlist > div, .pagelist.news .resultlist > div, .pagelist.events .resultlist > div {
    width: calc(50% - 20px);
    float: left;
    margin-left: 40px;
  }
  .pagelist.multicol .resultlist > div:nth-of-type(2n - 1), .pagelist.news .resultlist > div:nth-of-type(2n - 1), .pagelist.events .resultlist > div:nth-of-type(2n - 1) {
    clear: left;
    margin-left: 0;
  }
  .pagelist.multicol .resultlist > div.first.last, .pagelist.news .resultlist > div.first.last, .pagelist.events .resultlist > div.first.last {
    float: none;
    margin: 0 auto;
  }
}
.pagelist.hilight1 .width_wrapper, .pagelist.hilight1 .page_body_main_content .nested_pagelist, .page_body_main_content .pagelist.hilight1 .nested_pagelist {
  max-width: 1170px;
  margin-bottom: 60px;
}
.pagelist.hilight1 .resultlist .tsr {
  padding: 0 70px;
}
.pagelist.hilight1 .resultlist .tsr a > * {
  max-width: 465px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 765px) {
  .pagelist.hilight1 .resultlist .tsr {
    padding: 0 100px;
  }
  .pagelist.hilight1 .resultlist .tsr a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .pagelist.hilight1 .resultlist .tsr a > * {
    max-width: 1000px;
    width: calc(50% - 20px);
    margin: 0;
  }
}

.form_search_generic,
.smallsearch {
  padding-top: 30px;
}
.form_search_generic .th_label,
.smallsearch .th_label {
  position: absolute;
  left: -999em;
}
.form_search_generic input,
.smallsearch input {
  font-size: 30px;
}

.form_search_generic {
  padding-top: 100px;
}
.form_search_generic .resultlist a.path {
  display: inline-block;
  margin: 10px 0;
  text-decoration: underline;
}

.cogroup > .width_wrapper, .page_body_main_content .cogroup > .nested_pagelist {
  max-width: 1170px;
}
.home .cogroup > .width_wrapper, .home .page_body_main_content .cogroup > .nested_pagelist, .page_body_main_content .home .cogroup > .nested_pagelist {
  padding: 20px 60px;
}
.home .cogroup > .width_wrapper .slick-arrow.slick-prev, .home .page_body_main_content .cogroup > .nested_pagelist .slick-arrow.slick-prev, .page_body_main_content .home .cogroup > .nested_pagelist .slick-arrow.slick-prev {
  left: -50px;
}
.home .cogroup > .width_wrapper .slick-arrow.slick-next, .home .page_body_main_content .cogroup > .nested_pagelist .slick-arrow.slick-next, .page_body_main_content .home .cogroup > .nested_pagelist .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (min-width: 800px) {
  .home .cogroup > .width_wrapper, .home .page_body_main_content .cogroup > .nested_pagelist, .page_body_main_content .home .cogroup > .nested_pagelist {
    padding: 20px 110px;
  }
  .home .cogroup > .width_wrapper .slick-arrow.slick-prev, .home .page_body_main_content .cogroup > .nested_pagelist .slick-arrow.slick-prev, .page_body_main_content .home .cogroup > .nested_pagelist .slick-arrow.slick-prev {
    left: -100px;
  }
  .home .cogroup > .width_wrapper .slick-arrow.slick-next, .home .page_body_main_content .cogroup > .nested_pagelist .slick-arrow.slick-next, .page_body_main_content .home .cogroup > .nested_pagelist .slick-arrow.slick-next {
    right: -100px;
  }
}
.subpage .cogroup .group .co {
  margin-top: 30px !important;
}
.subpage .cogroup .group .inner_wrap {
  padding: 0;
}
@media screen and (min-width: 800px) {
  .subpage .cogroup .group {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .subpage .cogroup .group .co {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 800px) {
  .subpage .cogroup.centered .group {
    justify-content: center;
    align-items: stretch;
  }
  .subpage .cogroup.centered .group .co {
    width: 30%;
    margin-right: 50px;
  }
  .subpage .cogroup.centered .group .co:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 500px) {
  .tsr_event,
.list_event {
    text-align: left !important;
  }
}
.tsr_event .event_date_title,
.list_event .event_date_title {
  margin-bottom: 2rem;
}
.tsr_event .event_date_title:after,
.list_event .event_date_title:after {
  display: block;
  content: "";
  clear: both;
}
.tsr_event .event_date_calendar,
.list_event .event_date_calendar {
  width: 190px;
  height: 125px;
  background: url("img/event_background.png") center no-repeat;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 0 0 10px 10px;
}
@media screen and (min-width: 500px) {
  .tsr_event .event_date_calendar,
.list_event .event_date_calendar {
    margin-right: 2rem;
    float: left;
  }
}
.tsr_event .event_date_calendar span,
.list_event .event_date_calendar span {
  display: block;
  font-weight: bold;
  text-shadow: 0 0 8px #000;
  line-height: 1;
  letter-spacing: 0.1em;
}
.tsr_event .event_date_calendar span.event_date_month,
.list_event .event_date_calendar span.event_date_month {
  font-size: 2.5rem;
}
.tsr_event .event_date_calendar span.event_date_day, .tsr_event .event_date_calendar span.event_date_year,
.list_event .event_date_calendar span.event_date_day,
.list_event .event_date_calendar span.event_date_year {
  font-size: 3.6rem;
}
.tsr_event h2, .tsr_event .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .tsr_event .npl_level_1 > li > a,
.tsr_event h3,
.list_event h2,
.list_event .page_body_main_content .nested_pagelist .npl_level_1 > li > a,
.page_body_main_content .nested_pagelist .list_event .npl_level_1 > li > a,
.list_event h3 {
  font-size: clamp(2rem, 0.85vw + 1.57rem, 2.4rem);
}
.tsr_event h2 a:focus, .tsr_event .page_body_main_content .nested_pagelist .npl_level_1 > li > a a:focus, .page_body_main_content .nested_pagelist .tsr_event .npl_level_1 > li > a a:focus, .tsr_event h2 a:hover, .tsr_event .page_body_main_content .nested_pagelist .npl_level_1 > li > a a:hover, .page_body_main_content .nested_pagelist .tsr_event .npl_level_1 > li > a a:hover,
.tsr_event h3 a:focus,
.tsr_event h3 a:hover,
.list_event h2 a:focus,
.list_event .page_body_main_content .nested_pagelist .npl_level_1 > li > a a:focus,
.page_body_main_content .nested_pagelist .list_event .npl_level_1 > li > a a:focus,
.list_event h2 a:hover,
.list_event .page_body_main_content .nested_pagelist .npl_level_1 > li > a a:hover,
.page_body_main_content .nested_pagelist .list_event .npl_level_1 > li > a a:hover,
.list_event h3 a:focus,
.list_event h3 a:hover {
  text-decoration: underline;
}

.veranstaltungsreihe {
  text-transform: uppercase;
  font-weight: bold;
  font-size: clamp(2.2rem, 1.7vw + 1.35rem, 3rem);
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.veranstaltungsreihe:after {
  content: "";
  display: block;
  margin: 0 auto 10px;
  background: url("img/quote_underline.png") no-repeat center;
  background-size: 100%;
  width: 336px;
  height: 12px;
  max-width: 50vw;
}

.ausgebucht {
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 20px 2px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}

.event_date,
.event_location,
.event_reihe {
  white-space: nowrap;
  font-size: 16px;
  padding: 0 35px;
  position: relative;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 1rem;
}
.title_container .event_date,
.title_container .event_location,
.title_container .event_reihe {
  margin-bottom: 4rem;
}

.event_date:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -218px;
  width: 24px;
  height: 23px;
}

.event_location {
  padding-left: 30px;
}
.event_location:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -172px;
  width: 18px;
  height: 23px;
}

.event_reihe:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -195px;
  width: 23px;
  height: 23px;
}

.list_eventreihe h2 a:focus, .list_eventreihe .page_body_main_content .nested_pagelist .npl_level_1 > li > a a:focus, .page_body_main_content .nested_pagelist .list_eventreihe .npl_level_1 > li > a a:focus, .list_eventreihe h2 a:hover, .list_eventreihe .page_body_main_content .nested_pagelist .npl_level_1 > li > a a:hover, .page_body_main_content .nested_pagelist .list_eventreihe .npl_level_1 > li > a a:hover,
.list_eventreihe h3 a:focus,
.list_eventreihe h3 a:hover {
  text-decoration: underline;
}
.list_eventreihe .extra_link {
  margin-top: 10px;
}
.list_eventreihe .extra_link a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.list_eventreihe .extra_link a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -350px;
  width: 71px;
  height: 31px;
  transform-origin: center left;
  top: -3px;
  transform: scale(0.3);
}

.fachveranstaltung .title_container .eventreihe,
.fachveranstaltung .title_container .subheadline,
.rueckblick .title_container .eventreihe,
.rueckblick .title_container .subheadline {
  font-size: clamp(2.2rem, 2.77vw + 0.82rem, 3.5rem);
  letter-spacing: 0.05em;
  font-weight: bold;
}
.fachveranstaltung .title_container .eventreihe,
.rueckblick .title_container .eventreihe {
  line-height: 1.2em;
  margin: 0 auto 30px;
  max-width: 770px;
}

.fachveranstaltung .title_container {
  max-width: 1170px;
}
.fachveranstaltung .title_container h1#page_head_title {
  text-align: center;
  font-size: clamp(2.6rem, 7.23vw + -1.02rem, 6rem);
  margin: 20px auto 40px;
}
@media screen and (min-width: 1400px) {
  .fachveranstaltung .title_container:before {
    content: url(img/tornado.gif);
    position: absolute;
    left: -200px;
    bottom: 0;
    transform: rotate(20deg);
  }
  .fachveranstaltung .title_container:after {
    content: url(img/konzentrische-kreise.gif);
    position: absolute;
    right: -250px;
    top: 0;
    transform: rotate(-10deg);
  }
}
.fachveranstaltung .title_container svg {
  transform: scale(0.7);
  margin: -20px auto;
}
.fachveranstaltung .title_container svg path {
  --animation: rubbel;
  --duration: .3s;
  --delay1: .2s;
  --delay2: .5s;
  --delay3: .7s;
  --delay4: 1s;
}
@media screen and (min-width: 800px) {
  .fachveranstaltung .title_container svg {
    transform: scale(1);
    margin: 0 auto;
  }
}
.fachveranstaltung .title_container .subheadline {
  display: inline-block;
  margin: 0 auto 50px;
}
@media screen and (min-width: 500px) {
  .fachveranstaltung .title_container .subheadline {
    position: relative;
    padding: 0 55px;
  }
  .fachveranstaltung .title_container .subheadline:before, .fachveranstaltung .title_container .subheadline:after {
    position: absolute;
    top: 0;
    transform: scale(0.5);
  }
  .fachveranstaltung .title_container .subheadline:before {
    content: url(img/pfeil-rechts.gif);
    left: 0;
    transform-origin: left center;
  }
  .fachveranstaltung .title_container .subheadline:after {
    content: url(img/pfeil-links.gif);
    right: 0;
    transform-origin: right center;
  }
}
@media screen and (min-width: 800px) {
  .fachveranstaltung .title_container .subheadline {
    padding: 0 100px;
    margin: 50px auto 80px;
  }
  .fachveranstaltung .title_container .subheadline:before, .fachveranstaltung .title_container .subheadline:after {
    top: 10px;
    transform: scale(1);
  }
}

.rueckblick .title_container {
  max-width: 600px;
}
.rueckblick .title_container h1#page_head_title {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: clamp(2.2rem, 2.77vw + 0.82rem, 3.5rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto 50px;
}
@media screen and (min-width: 500px) {
  .rueckblick .title_container h1#page_head_title {
    position: relative;
    padding: 0 55px;
  }
  .rueckblick .title_container h1#page_head_title:before, .rueckblick .title_container h1#page_head_title:after {
    position: absolute;
    top: calc(50% - 20px);
    transform: scale(0.5);
  }
  .rueckblick .title_container h1#page_head_title:before {
    content: url(img/pfeil-rechts.gif);
    left: 0;
    transform-origin: left center;
  }
  .rueckblick .title_container h1#page_head_title:after {
    content: url(img/pfeil-links.gif);
    right: 0;
    transform-origin: right center;
  }
}
@media screen and (min-width: 800px) {
  .rueckblick .title_container h1#page_head_title {
    padding: 0 100px;
    margin: 50px -180px 80px;
  }
  .rueckblick .title_container h1#page_head_title:before, .rueckblick .title_container h1#page_head_title:after {
    transform: scale(1);
  }
}
.rueckblick .title_container .headline {
  font-family: "GT America Extended Black", "Arial Black", sans-serif;
  text-align: center;
  font-size: clamp(2.6rem, 7.23vw + -1.02rem, 6rem);
  margin: 0 auto 40px;
}
@media screen and (min-width: 1400px) {
  .rueckblick .title_container:before {
    content: url(img/rueckblick-tornado.png);
    position: absolute;
    left: -300px;
    bottom: 150px;
    transform: rotate(20deg);
  }
  .rueckblick .title_container:after {
    content: url(img/rueckblick-stern.png);
    position: absolute;
    right: -300px;
    top: -80px;
    transform: rotate(-10deg);
  }
}
@media screen and (min-width: 800px) {
  .rueckblick .title_container .subheadline {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 800px) {
  body.projekt .title_container {
    max-width: 970px;
    padding: 0 150px;
  }
}
body.projekt .title_container .category {
  font-weight: bold;
  font-size: clamp(2rem, 1.7vw + 1.15rem, 2.8rem);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
body.projekt .title_container .category:after {
  content: "";
  display: block;
  margin: 0 auto 10px;
  background: url("img/quote_underline.png") no-repeat center;
  background-size: 100%;
  width: 336px;
  height: 12px;
  max-width: 50vw;
}
body.projekt .title_container .projektkategorien,
body.projekt .title_container .projektstandort {
  white-space: nowrap;
  font-size: 16px;
  padding: 0 35px;
  position: relative;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 1rem;
}
body.projekt .title_container .projektkategorien:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -195px;
  width: 23px;
  height: 23px;
}
body.projekt .title_container .projektstandort {
  padding-left: 30px;
}
body.projekt .title_container .projektstandort:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -172px;
  width: 18px;
  height: 23px;
}
body.projekt .title_container .icons {
  margin-bottom: 60px;
}
@media screen and (max-width: 799px) {
  body.projekt .title_container .icons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin-top: 20px;
  }
}
@media screen and (min-width: 800px) {
  body.projekt .title_container svg {
    position: absolute;
  }
  body.projekt .title_container svg:nth-of-type(1) {
    top: 27%;
    left: 10px;
    transform: scale(0.7) rotate(-8deg);
  }
  body.projekt .title_container svg:nth-of-type(2) {
    left: auto;
    top: -17%;
    right: 10px;
    transform-origin: 100% 50%;
    transform: rotate(20deg);
  }
}

.tsr.projekt .projekt_kategorie,
.tsr.projekt .projekt_ort,
.tsr.projekt .projekt_contact {
  font-size: 16px;
  padding: 0 35px;
  position: relative;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 1rem;
}
.tsr.projekt .projekt_kategorie:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -195px;
  width: 23px;
  height: 23px;
}
.tsr.projekt .projekt_ort {
  padding-left: 30px;
}
.tsr.projekt .projekt_ort:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -172px;
  width: 18px;
  height: 23px;
}
.tsr.projekt .projekt_contact {
  padding-top: 10px;
  padding-left: 40px;
}
.tsr.projekt .projekt_contact:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -637px;
  width: 29px;
  height: 18px;
  top: 12px;
}
.tsr.projekt .projekt_contact a {
  text-decoration: underline;
}
.tsr.projekt .projekt_contact .separator {
  padding: 0 5px;
}
.tsr.projekt .extra_link {
  margin-top: 10px;
}
.tsr.projekt .extra_link a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.tsr.projekt .extra_link a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -350px;
  width: 71px;
  height: 31px;
  transform-origin: center left;
  top: -3px;
  transform: scale(0.3);
}
@media screen and (min-width: 800px) {
  .tsr.projekt .voll {
    padding-left: 130px;
    position: relative;
  }
  .tsr.projekt .voll img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.title_img.kommunen, .title_img.traeger, .title_img.jugendliche {
  --left1: 20px;
  --top1: -10%;
  --scale1: 1;
  --rotate1: 20deg;
  --right2: 10px;
  --top2: 17%;
  --scale2: .9;
  --rotate2: -7deg;
  --left3: 40px;
  --top3: 80%;
  --scale3: .8;
  --rotate3: -8deg;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .title_img.kommunen svg:nth-of-type(3), .title_img.traeger svg:nth-of-type(3), .title_img.jugendliche svg:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .title_img.kommunen .icons, .title_img.traeger .icons, .title_img.jugendliche .icons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}
.title_img.kommunen svg:nth-of-type(1), .title_img.traeger svg:nth-of-type(1), .title_img.jugendliche svg:nth-of-type(1) {
  transform: scale(var(--scale1)) rotate(var(--rotate1));
}
.title_img.kommunen svg:nth-of-type(1) path, .title_img.traeger svg:nth-of-type(1) path, .title_img.jugendliche svg:nth-of-type(1) path {
  animation: rubbel 1.5s 0.5s ease-out forwards;
}
.title_img.kommunen svg:nth-of-type(1) path + path, .title_img.traeger svg:nth-of-type(1) path + path, .title_img.jugendliche svg:nth-of-type(1) path + path {
  animation: rubbel 1.5s 1s ease-out forwards;
}
.title_img.kommunen svg:nth-of-type(2), .title_img.traeger svg:nth-of-type(2), .title_img.jugendliche svg:nth-of-type(2) {
  transform: scale(var(--scale2)) rotate(var(--rotate2));
}
.title_img.kommunen svg:nth-of-type(2) path, .title_img.traeger svg:nth-of-type(2) path, .title_img.jugendliche svg:nth-of-type(2) path {
  animation: rubbel 1.5s 1.5s ease-out forwards;
}
.title_img.kommunen svg:nth-of-type(2) path + path, .title_img.traeger svg:nth-of-type(2) path + path, .title_img.jugendliche svg:nth-of-type(2) path + path {
  animation: rubbel 1.5s 2s ease-out forwards;
}
.title_img.kommunen svg:nth-of-type(3), .title_img.traeger svg:nth-of-type(3), .title_img.jugendliche svg:nth-of-type(3) {
  transform: scale(var(--scale3)) rotate(var(--rotate3));
}
.title_img.kommunen svg:nth-of-type(3) path, .title_img.traeger svg:nth-of-type(3) path, .title_img.jugendliche svg:nth-of-type(3) path {
  animation: rubbel 1.5s 2.5s ease-out forwards;
}
.title_img.kommunen svg:nth-of-type(3) path + path, .title_img.traeger svg:nth-of-type(3) path + path, .title_img.jugendliche svg:nth-of-type(3) path + path {
  animation: rubbel 1.5s 3s ease-out forwards;
}
@media screen and (min-width: 800px) {
  .title_img.kommunen .inner_wrap, .title_img.traeger .inner_wrap, .title_img.jugendliche .inner_wrap {
    max-width: 1170px;
    padding: 0 150px;
    position: relative;
  }
  .title_img.kommunen svg, .title_img.traeger svg, .title_img.jugendliche svg {
    position: absolute;
  }
  .title_img.kommunen svg:nth-of-type(1), .title_img.traeger svg:nth-of-type(1), .title_img.jugendliche svg:nth-of-type(1) {
    top: var(--top1);
    left: var(--left1);
  }
  .title_img.kommunen svg:nth-of-type(2), .title_img.traeger svg:nth-of-type(2), .title_img.jugendliche svg:nth-of-type(2) {
    left: auto;
    top: var(--top2);
    right: var(--right2);
    transform-origin: 100% 50%;
  }
  .title_img.kommunen svg:nth-of-type(3), .title_img.traeger svg:nth-of-type(3), .title_img.jugendliche svg:nth-of-type(3) {
    top: var(--top3);
    left: var(--left3);
  }
}

.wwe3_mail_form_v2,
.dkjs_kontakt_2024 {
  padding: 50px 0;
}
.wwe3_mail_form_v2.hinterlegt,
.dkjs_kontakt_2024.hinterlegt {
  background: #fff;
  color: #000;
  margin: 100px 0 !important;
  position: relative;
  --focus: #2c436c;
}
.wwe3_mail_form_v2.hinterlegt:before, .wwe3_mail_form_v2.hinterlegt:after,
.dkjs_kontakt_2024.hinterlegt:before,
.dkjs_kontakt_2024.hinterlegt:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.wwe3_mail_form_v2.hinterlegt:before,
.dkjs_kontakt_2024.hinterlegt:before {
  top: -100px;
  left: 0;
  border-width: 0 0 100px 2500px;
  border-color: transparent transparent #fff transparent;
}
.wwe3_mail_form_v2.hinterlegt:after,
.dkjs_kontakt_2024.hinterlegt:after {
  bottom: -100px;
  right: 0;
  border-width: 100px 2500px 0 0;
  border-color: #fff transparent transparent transparent;
}
.wwe3_mail_form_v2.hinterlegt .wwe_form_container,
.dkjs_kontakt_2024.hinterlegt .wwe_form_container {
  margin: 0;
}
.wwe3_mail_form_v2.hinterlegt .wwe3tbl,
.dkjs_kontakt_2024.hinterlegt .wwe3tbl {
  --form-color: #000;
  --form-background: #fff;
}
.wwe3_mail_form_v2.hinterlegt .wwe_form_submit svg,
.dkjs_kontakt_2024.hinterlegt .wwe_form_submit svg {
  --color: #000;
}
.wwe3_mail_form_v2.hinterlegt .co_head h2, .wwe3_mail_form_v2.hinterlegt .co_head .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .wwe3_mail_form_v2.hinterlegt .co_head .npl_level_1 > li > a,
.dkjs_kontakt_2024.hinterlegt .co_head h2,
.dkjs_kontakt_2024.hinterlegt .co_head .page_body_main_content .nested_pagelist .npl_level_1 > li > a,
.page_body_main_content .nested_pagelist .dkjs_kontakt_2024.hinterlegt .co_head .npl_level_1 > li > a {
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  font-size: clamp(3rem, 3.19vw + 1.4rem, 4.5rem);
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  text-align: center;
}
.wwe3_mail_form_v2.hinterlegt .width_wrapper:before, .wwe3_mail_form_v2.hinterlegt .page_body_main_content .nested_pagelist:before, .page_body_main_content .wwe3_mail_form_v2.hinterlegt .nested_pagelist:before,
.dkjs_kontakt_2024.hinterlegt .width_wrapper:before,
.dkjs_kontakt_2024.hinterlegt .page_body_main_content .nested_pagelist:before,
.page_body_main_content .dkjs_kontakt_2024.hinterlegt .nested_pagelist:before {
  height: 200px;
  width: 200px;
  min-width: 170px;
  min-height: 170px;
  max-width: 350px;
  max-height: 350px;
  margin: 0 auto;
  content: "";
  display: block;
  background: url(img/stoerer/flieger.png);
  background-size: contain;
  z-index: 100;
}
@media screen and (min-width: 700px) {
  .wwe3_mail_form_v2.hinterlegt .width_wrapper:before, .wwe3_mail_form_v2.hinterlegt .page_body_main_content .nested_pagelist:before, .page_body_main_content .wwe3_mail_form_v2.hinterlegt .nested_pagelist:before,
.dkjs_kontakt_2024.hinterlegt .width_wrapper:before,
.dkjs_kontakt_2024.hinterlegt .page_body_main_content .nested_pagelist:before,
.page_body_main_content .dkjs_kontakt_2024.hinterlegt .nested_pagelist:before {
    width: 19vw;
    height: 19vw;
    position: absolute;
    top: 20px;
    right: -2vw;
  }
}
@media screen and (min-width: 1170px) {
  .wwe3_mail_form_v2.hinterlegt .width_wrapper:before, .wwe3_mail_form_v2.hinterlegt .page_body_main_content .nested_pagelist:before, .page_body_main_content .wwe3_mail_form_v2.hinterlegt .nested_pagelist:before,
.dkjs_kontakt_2024.hinterlegt .width_wrapper:before,
.dkjs_kontakt_2024.hinterlegt .page_body_main_content .nested_pagelist:before,
.page_body_main_content .dkjs_kontakt_2024.hinterlegt .nested_pagelist:before {
    top: -30px;
    right: -9vw;
  }
}

.page_body_main_content .nested_pagelist {
  max-width: 770px;
}
.page_body_main_content .nested_pagelist button {
  display: none;
}
.page_body_main_content .nested_pagelist li {
  list-style-type: none;
}
.page_body_main_content .nested_pagelist .npl_level_1 > li {
  padding-bottom: 50px;
}
.page_body_main_content .nested_pagelist .npl_level_1 > li > a {
  font-weight: bold;
}
.page_body_main_content .nested_pagelist .npl_level_2 > li {
  padding: 15px 50px;
}
.page_body_main_content .nested_pagelist .npl_level_3 > li {
  padding: 10px 30px;
  position: relative;
}
.page_body_main_content .nested_pagelist .npl_level_3 > li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -62px;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 20px;
  left: 10px;
}

.co_list {
  margin-bottom: 100px;
}
.co_list .inner_wrap {
  max-width: 770px;
}
.co_list .resultlist > li {
  list-style-type: none;
  padding: 0;
}
.co_list .rt_ext_inh {
  margin-top: 0;
}

.table_of_contents {
  margin-bottom: 100px;
}
.table_of_contents .inner_wrap {
  max-width: 770px;
}
.table_of_contents .toc li {
  position: relative;
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 20px;
}
.table_of_contents .toc li:before {
  content: url(img/sprungmarke.png);
  position: absolute;
  top: 0;
  left: 0;
}
.table_of_contents .toc li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.49vw + 1.06rem, 2.5rem);
  letter-spacing: 0.05em;
  position: relative;
}

.satellite_map {
  margin-bottom: 50px;
}
.satellite_map .placeholder_text_deactivate {
  margin: 0;
}
.satellite_map .width_wrapper, .satellite_map .page_body_main_content .nested_pagelist, .page_body_main_content .satellite_map .nested_pagelist {
  max-width: 1170px;
}
.satellite_map .map_filters {
  margin-bottom: 40px;
}
.satellite_map .map_filters .only24 label {
  text-transform: none;
  letter-spacing: normal;
  line-height: 35px !important;
  padding-left: 45px !important;
}
.satellite_map .map_filters .only24 label:before {
  top: 4px !important;
  height: 25px !important;
  width: 25px !important;
}
.satellite_map .map_filters .only24 label:after {
  line-height: 25px !important;
  top: 7px !important;
  left: 7px !important;
  font-size: 1.1em;
}
.satellite_map .legende {
  border: 1px solid #fff;
  background: #000;
  padding: 15px 20px;
  max-width: 310px;
  pointer-events: none;
}
.satellite_map .legende div {
  padding-left: 35px;
  margin-bottom: 10px;
  min-height: 30px;
  position: relative;
}
.satellite_map .legende div:last-child {
  margin-bottom: 0;
}
.satellite_map .legende div img {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: scale(0.6);
}
.satellite_map .map_container {
  width: 100%;
  height: 700px;
}
.satellite_map .map_container .marker-cluster {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.satellite_map .map_container .marker-cluster span {
  font-size: 2.2rem;
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  color: #000;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.satellite_map .map_container .marker-cluster.marker-cluster-voll {
  background: #47ab92;
  z-index: 1600 !important;
}
.satellite_map .map_container .marker-cluster.marker-cluster-voll24 {
  background: #ec5b7f;
  z-index: 1600 !important;
}
.satellite_map .leaflet-popup {
  max-width: 90vw;
}
.satellite_map .leaflet-popup-content-wrapper,
.satellite_map .leaflet-popup-tip {
  position: relative;
}
.satellite_map .leaflet-popup-content-wrapper:before,
.satellite_map .leaflet-popup-tip:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% + 3px);
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform: rotate(-1deg);
}
.satellite_map .leaflet-popup.voll .leaflet-popup-content-wrapper:before,
.satellite_map .leaflet-popup.voll .leaflet-popup-tip:before {
  background: #47ab92;
}
.satellite_map .leaflet-popup.voll a.leaflet-popup-close-button {
  color: #000;
}
.satellite_map .leaflet-popup.voll24 .leaflet-popup-content-wrapper:before,
.satellite_map .leaflet-popup.voll24 .leaflet-popup-tip:before {
  background: #ec5b7f;
}
.satellite_map .leaflet-popup.voll24 a.leaflet-popup-close-button {
  color: #000;
}
.satellite_map .leaflet-popup-content-wrapper {
  color: #000;
  text-align: center;
}
.satellite_map .leaflet-popup-content-wrapper h3 {
  font-size: 1.8rem;
  margin: 1rem 0;
}
.satellite_map .leaflet-popup-content-wrapper p {
  font-size: 1.3rem;
  margin: 10px 0 0;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_meta {
  color: #000;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_meta span {
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_meta span.projekt_kategorie {
  padding-bottom: 5px;
  white-space: nowrap;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_meta span.projekt_kategorie:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -691px;
  width: 18px;
  height: 18px;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_meta span.projekt_ort:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -727px;
  width: 15px;
  height: 18px;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_meta span.projekt_kategorie:before, .satellite_map .leaflet-popup-content-wrapper .projekt_meta span.projekt_ort:before {
  position: relative !important;
  margin-right: 5px;
  top: 4px !important;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_contact .separator {
  padding: 0 5px;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_contact a {
  color: #000;
}
.satellite_map .leaflet-popup-content-wrapper .projekt_contact:before {
  position: relative !important;
  margin-right: 5px;
  top: 4px !important;
  transform: scale(0.8);
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -655px;
  width: 29px;
  height: 18px;
}
.satellite_map .leaflet-popup-content-wrapper .weiter {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  position: relative;
  padding-left: 30px;
  --focus: #000;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}
.satellite_map .leaflet-popup-content-wrapper .weiter:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -381px;
  width: 71px;
  height: 31px;
  transform: scale(0.3);
  transform-origin: top left;
  top: 5px;
}
.satellite_map .leaflet-popup.kurz .leaflet-popup-content-wrapper .projekt_meta span.projekt_kategorie:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -709px;
  width: 18px;
  height: 18px;
}
.satellite_map .leaflet-popup.kurz .leaflet-popup-content-wrapper .projekt_meta span.projekt_ort:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -745px;
  width: 15px;
  height: 18px;
}
.satellite_map .leaflet-popup.kurz .leaflet-popup-content-wrapper p.projekt_contact:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -673px;
  width: 29px;
  height: 18px;
}
#faq_print {
  position: relative;
  background: #ec5b7f;
  display: block;
  margin: 0 auto 50px;
  padding: 65px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
#faq_print:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -72px;
  width: 69px;
  height: 70px;
  top: 0;
  left: calc(50% - 34.5px);
  transition: all 0.15s;
  transform: scale(0.7);
}
@media screen and (min-width: 650px) {
  #faq_print {
    position: fixed;
    right: -5px;
    top: 40%;
    width: auto;
    z-index: 100;
    background: transparent;
  }
  #faq_print:before {
    content: "";
    display: block;
    background: #ec5b7f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.15s;
    transform: rotate(-2deg);
  }
}
@media screen and (min-width: 1170px) {
  #faq_print {
    padding: 65px 50px 10px 50px;
  }
}
#faq_print span {
  font-family: "Gochi Hand", "Comic Sans Serif", fantasy;
  font-size: 35px;
}
#faq_print:hover:before, #faq_print:focus:before {
  transform: rotate(0);
}
#faq_print:hover:after, #faq_print:focus:after {
  transform: scale(0.8);
}

.wwe3tbl {
  --form-color: #fff;
  --form-background: #000;
}
.wwe3tbl input[type=text],
.wwe3tbl input[type=search],
.wwe3tbl input[type=password],
.wwe3tbl input[type=number],
.wwe3tbl input[type=email],
.wwe3tbl input[type=tel],
.wwe3tbl input[type=date],
.wwe3tbl select,
.wwe3tbl textarea {
  border: 1px solid var(--form-color);
  padding: 10px 20px;
  background-color: transparent;
  color: var(--form-color);
  display: block;
  width: 100%;
  outline-offset: -4px;
}
.wwe3tbl .show_error input {
  border-color: #ec5b7f;
}
.wwe3tbl .show_error .type_info {
  background: #ec5b7f;
  color: #fff;
  padding: 10px;
}
.wwe3tbl option {
  padding: 2px 5px;
  background: var(--form-background);
}
.wwe3tbl textarea {
  height: 200px;
  line-height: 1.4;
}
.wwe3tbl .otd_label {
  padding: 10px 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.wwe3tbl .otd_field {
  padding-bottom: 10px;
}
.wwe3tbl .otd_field .limit {
  padding-top: 5px;
}
.wwe3tbl .otd_field .limit.ta_error {
  color: red;
}
.wwe3tbl .form_hidden {
  display: none;
}
.wwe3tbl .otr {
  clear: both;
  padding-bottom: 5px;
}
.wwe3tbl .th_label.th_show_error {
  color: red;
  font-weight: bold;
}
.wwe3tbl input.label.size2 {
  width: 60px;
}
.wwe3tbl input.label.size4 {
  width: 100px;
}
.wwe3tbl .type_confirm_check:after,
.wwe3tbl .type_checkbox:after {
  display: block;
  content: "";
  clear: both;
}
.wwe3tbl .type_confirm_check input,
.wwe3tbl .type_checkbox input {
  float: left;
  margin-top: 3px;
}
.wwe3tbl .type_confirm_check input + label,
.wwe3tbl .type_checkbox input + label {
  float: right;
  width: calc(100% - 30px);
  padding: 0 20px 0 5px;
}
.wwe3tbl .type_confirm_check input + label a:hover,
.wwe3tbl .type_checkbox input + label a:hover {
  text-decoration: underline;
}
.wwe3tbl .form_confirm_check {
  padding: 20px 0;
}
.wwe3tbl .type_check input + label,
.wwe3tbl .type_confirm_check input + label,
.wwe3tbl .type_radio input + label {
  padding: 0 20px 0 5px;
  line-height: 27px;
}
.wwe3tbl .tr_title {
  padding-top: 20px;
  font-size: 20px;
}
.wwe3tbl .label_suffix {
  display: block;
  font-size: 14px;
  padding-top: 3px;
}
.wwe3tbl .label_prefix {
  padding-right: 5px;
}
.wwe3tbl .bottest {
  display: none;
}
.wwe3tbl .otr {
  overflow: hidden;
  opacity: 1;
  background-clip: padding-box;
  transition: all 0.5s;
}
.wwe3tbl .otr.closed1, .wwe3tbl .otr.closed2 {
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.wwe_form_container {
  margin-bottom: 100px;
}
.wwe_form_container .message {
  background: #ec5b7f;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.wwe_form_container .message p {
  margin-bottom: 0;
}
.wwe_form_container .form_prologue {
  padding-bottom: 15px;
}
.wwe_form_container .wwe_form_submit {
  color: var(--form-color);
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.wwe_form_container .wwe_form_submit svg {
  display: block;
  margin: 5px auto;
  --color: #fff;
  --offset: 234px;
}
.wwe_form_container .wwe_form_submit svg path {
  transition: all 0.5s;
}
.wwe_form_container .wwe_form_submit:hover, .wwe_form_container .wwe_form_submit:focus {
  font-weight: bold;
  letter-spacing: 0.075em;
}
.wwe_form_container .wwe_form_submit:hover svg, .wwe_form_container .wwe_form_submit:focus svg {
  --offset: 0;
}
.wwe_form_container .form_required_field_info {
  text-align: center;
}
.wwe_form_container .dkjs_alter {
  text-align: center;
}
.wwe_form_container .dkjs_alter .otd_field {
  display: inline-block;
  text-align: left;
}
.wwe_form_container .dkjs_info_unter16,
.wwe_form_container .dkjs_info_ueber26 {
  max-width: 770px;
  margin: 0 auto;
}
.wwe_form_container .dkjs_alter,
.wwe_form_container .dkjs_info_unter16,
.wwe_form_container .dkjs_info_ueber26 {
  font-size: clamp(1.8rem, 1.28vw + 1.16rem, 2.4rem);
}

/*
.otr.floating_label {
  position: relative;

  label {
    position: absolute;
    top: 12px;
    left: 21px;
    transition: all .15s;
    user-select: none;
    cursor: text;
  }

  // erfordert https://github.com/sesubash/placeholder-shown-polyfill/blob/master/src/placeholder-shown-polyfill.js

  input:focus + label,
  textarea:focus + label,
  input:invalid:not(.placeholder-shown) + label,
  textarea:invalid:not(.placeholder-shown) + label,
  input:valid:not(.placeholder-shown) + label,
  textarea:valid:not(.placeholder-shown) + label { // Polyfill wg. Edge
    top: 0;
    font-size: 1.1rem;
    color: $text_grey;
  }

  // Placeholder verbergen
  ::-webkit-input-placeholder { color: transparent; }
  ::-moz-placeholder { color: transparent; }
  :-ms-input-placeholder { color: transparent; }
  input:-moz-placeholder { color: transparent; }
  textarea:-moz-placeholder { color: transparent; }
}*/
@media screen and (min-width: 800px) {
  .form_1_3 {
    width: calc(33.3% - 5px);
    float: left;
  }
  .form_2_3 {
    width: calc(66.6% - 5px);
    float: left;
  }
  .form_1_2 {
    width: calc(50% - 5px);
    float: left;
  }
  .form_3_4 {
    width: calc(75% - 5px);
    float: left;
  }
  .form_1_4 {
    width: calc(25% - 5px);
    float: left;
  }
  .form_col_middle {
    clear: none !important;
    position: relative;
    left: 10px;
  }
  .form_col_last {
    clear: none !important;
    float: right;
  }
}
.custom_upload {
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.custom_upload input {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.custom_upload span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  background: #ec5b7f;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.15s;
  position: relative;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.custom_upload input + span:after {
  content: "✓";
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
  transform: scale(0);
  transition: transform 0.3s;
}
.custom_upload input:valid + span:after {
  transform: scale(1.5);
}
.custom_upload:hover span {
  background: #e72d5b;
}

.resultlist > div {
  padding: 20px 0;
}

.browse_background {
  padding: 30px 0;
  text-align: center;
}

.browse_list {
  text-align: center;
}
.browse_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
  font-size: 20px;
}
.browse_list li a,
.browse_list li span {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.browse_list li a:hover,
.browse_list li a:focus,
.browse_list li a:active,
.browse_list li span {
  background: #fff;
  color: #000;
}

.social_media a {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  width: 75px;
  height: 58px;
  background: url("img/sm-background.png") no-repeat center;
}
.social_media a:first-child {
  margin-left: 0;
}
.social_media a svg {
  position: absolute;
  top: 8px;
  left: 18px;
  height: 40px;
  width: 40px;
  --fill: #000;
}
.social_media a:hover svg, .social_media a:focus svg {
  --fill: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  pointer-events: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide.slick-current {
  pointer-events: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
}
.slick-dots li button {
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999em;
  background: transparent;
  height: 60px;
  width: 37px;
  transform: scale(0.7);
}
.slick-arrow:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?38845);
  background-position: 0px -967px;
  width: 37px;
  height: 60px;
  top: 0;
}
.slick-arrow.slick-prev {
  left: 10px;
}
.slick-arrow.slick-prev:before {
  transform: scaleX(-1);
}
.slick-arrow.slick-next {
  right: 10px;
}
@media screen and (min-width: 800px) {
  .slick-arrow {
    transform: scale(1);
  }
}

a.glossary {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed var(--focus);
  cursor: help;
}
a.glossary:hover, a.glossary:focus, a.glossary:active {
  text-decoration: none;
  border-bottom-color: transparent;
  outline: 1px dashed var(--focus);
}

.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #000;
  line-height: 18px;
  padding: 10px;
}
.tooltipster-sidetip .tooltipster-content .co_head {
  margin: 0 0 10px !important;
}
.tooltipster-sidetip .tooltipster-content .co_head h2, .tooltipster-sidetip .tooltipster-content .co_head .page_body_main_content .nested_pagelist .npl_level_1 > li > a, .page_body_main_content .nested_pagelist .tooltipster-sidetip .tooltipster-content .co_head .npl_level_1 > li > a {
  font-size: clamp(1.8rem, 1.49vw + 1.06rem, 2.5rem) !important;
  letter-spacing: 0.025em !important;
}
.tooltipster-sidetip .tooltipster-content .richtext {
  font-size: clamp(1.4rem, 0.85vw + 0.97rem, 1.8rem) !important;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
  animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

/* Markercluster */
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  transition: all 1.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  transform: scale(0);
}

.confirm_optin .wwe_form_container {
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.confirm_optin .wwe_form_container form {
  display: block;
  width: 40%;
}
