@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-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/nunito-v32-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: italic;
  font-weight: normal;
  src: url("webfonts/nunito-v32-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: bold;
  src: url("webfonts/nunito-v32-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("webfonts/nunito-v32-latin-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: bold;
  src: url("webfonts/rubik-v31-latin-800.woff2") format("woff2");
}
::-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;
}

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

.wwe3tbl .type_confirm_check span,
.wwe3tbl .type_check span,
.wwe3tbl .type_checkbox span, .cn_group span, .wwe3tbl .type_radio span {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 5px 0 10px;
}
.wwe3tbl .type_confirm_check input,
.wwe3tbl .type_check input,
.wwe3tbl .type_checkbox input, .cn_group input, .wwe3tbl .type_radio input {
  position: absolute;
  height: 1px;
  width: 1px;
  border: transparent;
  display: inline-block;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 3px;
}
.wwe3tbl .type_confirm_check input + label,
.wwe3tbl .type_check input + label,
.wwe3tbl .type_checkbox input + label, .cn_group input + label, .wwe3tbl .type_radio input + label {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  padding: 2px 10px 0 40px;
  margin-right: 30px;
  font-weight: normal;
}
.wwe3tbl .type_confirm_check input + label:before,
.wwe3tbl .type_check input + label:before,
.wwe3tbl .type_checkbox input + label:before, .cn_group input + label:before, .wwe3tbl .type_radio input + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background: #fff;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  border: 2px solid #666;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.wwe3tbl .type_confirm_check input + label:after,
.wwe3tbl .type_check input + label:after,
.wwe3tbl .type_checkbox input + label:after, .cn_group input + label:after, .wwe3tbl .type_radio input + label:after {
  position: absolute;
  top: 7px;
  left: 6px;
  content: "✔";
  display: inline-block;
  color: #666;
  line-height: 10px;
  width: 10px;
  margin-right: 10px;
  text-align: center;
  opacity: 0;
}
.wwe3tbl .type_confirm_check input:not(:disabled):not(:checked) + label:hover:after,
.wwe3tbl .type_check input:not(:disabled):not(:checked) + label:hover:after,
.wwe3tbl .type_checkbox input:not(:disabled):not(:checked) + label:hover:after, .cn_group input:not(:disabled):not(:checked) + label:hover:after, .wwe3tbl .type_radio input:not(:disabled):not(:checked) + label:hover:after, .wwe3tbl .type_confirm_check input:not(:disabled):not(:checked) + label:focus:after,
.wwe3tbl .type_check input:not(:disabled):not(:checked) + label:focus:after,
.wwe3tbl .type_checkbox input:not(:disabled):not(:checked) + label:focus:after, .cn_group input:not(:disabled):not(:checked) + label:focus:after, .wwe3tbl .type_radio input:not(:disabled):not(:checked) + label:focus:after {
  opacity: 0.2;
}
.wwe3tbl .type_confirm_check input:disabled + label,
.wwe3tbl .type_check input:disabled + label,
.wwe3tbl .type_checkbox input:disabled + label, .cn_group input:disabled + label, .wwe3tbl .type_radio input:disabled + label {
  color: #194047;
}
.wwe3tbl .type_confirm_check input:disabled + label:before,
.wwe3tbl .type_check input:disabled + label:before,
.wwe3tbl .type_checkbox input:disabled + label:before, .cn_group input:disabled + label:before, .wwe3tbl .type_radio input:disabled + label:before {
  border-color: #888;
}
.wwe3tbl .type_confirm_check input:disabled + label:after,
.wwe3tbl .type_check input:disabled + label:after,
.wwe3tbl .type_checkbox input:disabled + label:after, .cn_group input:disabled + label:after, .wwe3tbl .type_radio input:disabled + label:after {
  color: #888;
}
.wwe3tbl .type_confirm_check input:checked + label:after,
.wwe3tbl .type_check input:checked + label:after,
.wwe3tbl .type_checkbox input:checked + label:after, .cn_group input:checked + label:after, .wwe3tbl .type_radio input:checked + label:after {
  opacity: 1;
}
.wwe3tbl .type_confirm_check input:invalid + label:before,
.wwe3tbl .type_check input:invalid + label:before,
.wwe3tbl .type_checkbox input:invalid + label:before, .cn_group input:invalid + label:before, .wwe3tbl .type_radio input:invalid + label:before {
  box-shadow: 0 0 5px red;
}

.wwe3tbl .type_radio input + label:before, .wwe3tbl .type_radio input + label:after {
  border-radius: 20px;
}

#meta_navigation li a, .breadcrumb a {
  text-decoration: none;
}
#meta_navigation li a:focus, .breadcrumb a:focus, #meta_navigation li a:hover, .breadcrumb a:hover {
  text-decoration: underline;
}

.meilensteine .subject, .ver_countdown .subject, .cogroup:not(.view_faq) .group_heading .subject, .pagelist .pl_head h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(1.8rem, 0.33vw + 1.65rem, 2rem);
  position: relative;
}
.meilensteine .subject:before, .ver_countdown .subject:before, .cogroup:not(.view_faq) .group_heading .subject:before, .pagelist .pl_head h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 75px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: -95px;
}
@media screen and (max-width: 1256px) {
  .meilensteine .subject, .ver_countdown .subject, .cogroup:not(.view_faq) .group_heading .subject, .pagelist .pl_head h2 {
    margin-left: 100px;
  }
}

.wwe_form_container .wwe_form_submit, .pagelist:not(.tarifrunden) .browselist_lower a, .extra_link a {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 5px 15px;
  text-decoration: none;
  background: var(--bg);
  border: 2px solid var(--button-border);
  border-radius: 2px;
}
.wwe_form_container .wwe_form_submit:hover, .pagelist:not(.tarifrunden) .browselist_lower a:hover, .extra_link a:hover, .wwe_form_container .wwe_form_submit:focus, .pagelist:not(.tarifrunden) .browselist_lower a:focus, .extra_link a:focus {
  background: var(--button-border);
  color: var(--bg);
}

.video_container .video_placeholder {
  background: #fff !important;
}
.video_container .video_placeholder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #194047;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
.video_container .video_placeholder img {
  opacity: 0.6;
  filter: grayscale(1);
}

@keyframes draw-stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pop {
  90% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pop_ms {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(calc(var(--scale) * 1.1));
  }
  80%, 100% {
    transform: scale(var(--scale));
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@view-transition {
  navigation: auto;
}
body {
  font-family: "Nunito", Arial, sans-serif;
  color: #194047;
  background: #fff;
  font-size: clamp(1.6rem, 0.33vw + 1.45rem, 1.8rem);
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  font-family: "Rubik", "Arial Black", Arial, sans-serif;
  font-weight: bold;
  hyphens: auto;
}
@media screen and (min-width: 450px) {
  h1, h2, h3, h4, h5, h6 {
    hyphens: none;
  }
}

h1 {
  font-size: clamp(4rem, 1.65vw + 3.26rem, 5rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(3rem, 1.65vw + 2.26rem, 4rem);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.3;
}
.co_head h2, .tsr h2 {
  margin-top: 0;
}

h3 {
  font-size: clamp(2.4rem, 0.99vw + 1.95rem, 3rem);
  margin: 20px 0 10px;
  line-height: 1.3;
}
.tsr h3 {
  margin-top: 0;
}

h4 {
  font-size: clamp(2.2rem, 0.66vw + 1.9rem, 2.6rem);
  margin: 20px 0 5px;
}

.richtext {
  line-height: 1.5;
}
.richtext a {
  color: #e50046;
  text-decoration: underline;
}
.richtext a:hover, .richtext a:focus {
  text-decoration-style: double;
}
.richtext p {
  margin-bottom: 20px;
}
.tsr .richtext p {
  margin-bottom: 0;
}
.richtext ul,
.richtext ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.richtext ul li + li,
.richtext ul ul,
.richtext ul ol,
.richtext ol li + li,
.richtext ol ul,
.richtext ol ol {
  margin-top: 10px;
}
.richtext table {
  display: block;
  border-collapse: collapse;
  min-width: 500px;
  width: 100%;
}
.richtext table td,
.richtext table th {
  border: 1px solid currentColor;
  padding: 2px 5px;
  vertical-align: top;
}
.richtext table th {
  text-align: left;
  background: var(--sectionbg);
}

.extra_link {
  margin-top: 30px;
}
.extra_link a {
  background: var(--button-bg);
  color: #194047;
  border-color: var(--button-border);
}

strong {
  font-weight: bold;
}

.img_container {
  margin-bottom: 20px;
  position: relative;
}
.img_container img {
  width: 100%;
  height: auto;
}
.img_container .img_caption {
  padding: 3px 0 15px;
}
.img_container .img_wrapper {
  position: relative;
  overflow: hidden;
}
.img_container .img_wrapper .img_rights {
  font-size: 15px;
  padding: 3px 5px;
}
.img_container .img_wrapper .img_rights span {
  padding-left: 3px;
}
@media screen and (min-width: 800px) {
  .img_container .img_wrapper .img_rights {
    position: absolute;
    left: calc(100% - 20px);
    top: calc(100% - 20px);
    width: 280px;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 5px;
    line-height: 1.4;
    color: #194047;
    cursor: help;
    transition: all 0.14s;
  }
  .img_container .img_wrapper .img_rights span {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 1.4;
    transition: all 0.15s;
    vertical-align: top;
  }
  .img_container .img_wrapper .img_rights:hover, .img_container .img_wrapper .img_rights:focus {
    transform: translate(calc(-100% + 20px), calc(-100% + 20px));
  }
}

.video_container {
  position: relative;
  aspect-ratio: 16/9;
}
.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;
  top: calc(50% - 38.5px);
  left: calc(50% - 38.5px);
  z-index: 3;
  background: transparent;
  outline: 8px solid #fff;
  cursor: pointer;
  border-radius: 100%;
  transition: background 0.15s;
  height: 77px;
  width: 77px;
  overflow: hidden;
  text-indent: -999em;
}
.video_container .video_placeholder button:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?27251);
  background-position: 0px -81px;
  width: 77px;
  height: 77px;
  top: 0;
  left: 0;
  transition: transform 0.15s;
}
.video_container .video_placeholder button.playing {
  display: none;
}
.video_container .video_placeholder button:hover, .video_container .video_placeholder button:focus {
  background: #194047;
}
.video_container .video_placeholder button:hover:before, .video_container .video_placeholder button:focus:before {
  transform: scale(1.1);
}
.sixteen_ten .video_container {
  aspect-ratio: 16/10;
}
.four_three .video_container {
  aspect-ratio: 4/3;
}
.nine_sixteen .video_container .video_placeholder,
.nine_sixteen .video_container video,
.nine_sixteen .video_container iframe {
  aspect-ratio: 9/16;
  margin: 0 auto;
}

span.hilight_search_result {
  background: yellow;
}

:root {
  --bg: #fff;
  --sectionbg: #f4ff89;
  --sectionbg-light: #fbffd0;
  --button-border: #194047;
  --button-bg: #fff;
  --co-space: 30px;
}
@media screen and (min-width: 800px) {
  :root {
    --co-space: 60px;
  }
}

body.color_rose,
.tsr .content_container.color_rose,
.list_tarifrunde > *.color_rose {
  --sectionbg: #ffa6a0;
  --sectionbg-light: #ffdbd9;
}
body.color_blue,
.tsr .content_container.color_blue,
.list_tarifrunde > *.color_blue {
  --sectionbg: #66dae3;
  --sectionbg-light: #c2f0f4;
}
body.color_green,
.tsr .content_container.color_green,
.list_tarifrunde > *.color_green {
  --sectionbg: #96e6b3;
  --sectionbg-light: #d5f5e1;
}
body.color_lilac,
.tsr .content_container.color_lilac,
.list_tarifrunde > *.color_lilac {
  --sectionbg: #c6c0ee;
  --sectionbg-light: #e8e6f8;
}
body.color_pink,
.tsr .content_container.color_pink,
.list_tarifrunde > *.color_pink {
  --sectionbg: #d667d8;
  --sectionbg-light: #efc2ef;
}

.width_wrapper {
  width: calc(100% - 20px);
  max-width: 1056px;
  margin: 0 auto;
  position: relative;
}

.wdb_db_edit .width_wrapper,
.wwe3_mail_form_v2 .width_wrapper, .cogroup.view_faq > .width_wrapper, .testimonial .width_wrapper, .ver_stoerer:not(.ver_stoerer__mitgliedwerden) .width_wrapper, .rt_youtube .width_wrapper, .page_head_stage .width_wrapper {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .wdb_db_edit .width_wrapper,
.wwe3_mail_form_v2 .width_wrapper, .cogroup.view_faq > .width_wrapper, .testimonial .width_wrapper, .ver_stoerer:not(.ver_stoerer__mitgliedwerden) .width_wrapper, .rt_youtube .width_wrapper, .page_head_stage .width_wrapper {
    width: calc(100% - 20px);
  }
}

.page_title {
  margin: 30px auto;
  max-width: 620px;
}
.page_title .section_info {
  font-size: 14px;
  margin-bottom: 12px;
}
.page_title .section_info strong {
  text-transform: uppercase;
}
.page_title .pubdate {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 450px) {
  .page_title {
    text-align: center;
  }
}

.page_body_main_content .co:not(.first) {
  margin: var(--co-space) 0;
}
body.home .page_body_main_content .co:not(.first) {
  margin: 100px 0;
}

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

.page_head_navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  background: var(--sectionbg);
  z-index: 9999;
}
@media screen and (min-width: 600px) {
  .page_head_navigation {
    width: calc(75% - 5px);
  }
}
@media screen and (min-width: 800px) {
  .page_head_navigation {
    width: 50%;
  }
}
body.menu-open .page_head_navigation {
  opacity: 1;
  pointer-events: auto;
}

.breadcrumb {
  color: #5e797e;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    position: relative;
    top: -20px;
  }
}
.breadcrumb .separator {
  padding-inline: 7px;
}
.breadcrumb ol {
  display: block;
}
.breadcrumb li {
  list-style-type: none;
  display: block;
}
.breadcrumb li.item_1 {
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 0;
}
.breadcrumb li:last-child {
  font-weight: normal;
  color: #194047;
}
@media screen and (min-width: 450px) {
  .breadcrumb li {
    display: inline-block;
  }
}

#meta_navigation {
  text-align: center;
}
#meta_navigation li {
  display: block;
  padding: 10px 0;
}
#meta_navigation li a {
  font-weight: 900;
}
@media screen and (min-width: 450px) {
  #meta_navigation li {
    display: inline-block;
    padding: 0 15px;
  }
}

:root {
  --navheight: 100px;
}
@media screen and (min-width: 800px) {
  :root {
    --navheight: 170px;
  }
}

body {
  padding-top: var(--navheight);
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  transition: all 0.3s;
  background: #fff;
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(75% - 5px);
  height: 100%;
  background: var(--sectionbg);
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .header:before {
    width: 50%;
  }
}
body.hide-nav:not(.menu-open) .header {
  top: calc(var(--navheight) * -1);
}
.header .width_wrapper {
  height: var(--navheight);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.header .width_wrapper img {
  transform: scale(0.8);
}
@media screen and (min-width: 800px) {
  .header .width_wrapper {
    height: var(--navheight);
  }
  .header .width_wrapper img {
    transform: scale(1);
  }
}

.page_head_stage {
  margin-bottom: 60px;
}
.page_head_stage .img_container {
  margin-bottom: 0;
}
.page_head_stage .img_container .img_rights {
  position: absolute;
  z-index: 4;
  bottom: 0;
  text-shadow: 0 0 3px #fff;
}
.page_head_stage .img_container:before {
  content: "";
  display: block;
  background: var(--sectionbg);
  position: absolute;
  bottom: 0;
  right: 25%;
  height: 200vh;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .page_head_stage .img_container:before {
    right: 50%;
  }
}
.page_head_stage .content_container {
  padding: 30px;
  background: #194047;
  color: #fff;
  border-radius: 0 0 2px 2px;
}
.page_head_stage .content_container .subject {
  color: var(--sectionbg);
}
@media screen and (min-width: 600px) {
  .page_head_stage .content_container {
    padding: 60px;
  }
}
@media screen and (min-width: 800px) {
  .page_head_stage .content_container {
    padding: 60px 220px;
  }
}
body.tarifrunde .page_head_stage .subject {
  text-align: center;
}

.footer {
  border-top: 2px solid #194047;
  padding: 30px 0;
}
@media screen and (min-width: 450px) {
  .footer {
    padding: 50px 0;
  }
}

@media screen {
  .cookienote_banner {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    background-color: #f4f5f6;
    color: #194047;
    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 {
    font-size: 2.2rem;
    margin: 0 0 5px;
  }
  .cookienote_banner .cookienote_button_container button {
    cursor: pointer;
    margin-top: 1rem;
    width: 100%;
  }
  .cookienote_confirm,
.cookienote_deny,
.cookienote_save {
    text-decoration: none;
    background: #fff;
    border: 2px solid #194047;
    border-radius: 2px;
    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: #fff;
    background: #194047;
  }
  .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: #e6e8eb;
  }
  .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: #d8dcdf;
    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: #194047;
    border: 1px solid #194047;
    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 input {
  position: absolute;
  left: -9999em;
}
.ia_placeholder input + label {
  padding-left: 35px;
  position: relative;
  display: block;
  line-height: 18px;
}
.ia_placeholder input + label:before, .ia_placeholder input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #666;
  cursor: pointer;
}
.ia_placeholder input + label:after {
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}
.ia_placeholder .placeholder_text_deactivate {
  background: var(--sectionbg);
}
.ia_placeholder .placeholder_text_deactivate input + label:after {
  content: "✓";
  font-weight: bold;
}
.ia_placeholder .placeholder_text,
.ia_placeholder .placeholder_text_deactivate {
  padding: 10px 20px;
}
.ia_placeholder .placeholder_text strong,
.ia_placeholder .placeholder_text_deactivate strong {
  display: block;
  margin-bottom: 3px;
}
.ia_placeholder .placeholder_alternative {
  position: relative;
}
.ia_placeholder .placeholder_alternative .placeholder_text {
  background: var(--sectionbg);
}
@media screen and (min-width: 600px) {
  .ia_placeholder .placeholder_alternative .placeholder_text {
    position: absolute;
    top: 30%;
    width: 90%;
    left: 5%;
    background: transparent;
  }
  .ia_placeholder .placeholder_alternative .placeholder_text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--sectionbg);
    opacity: 0.9;
    border-radius: 2px;
  }
}
.ia_placeholder .placeholder_alternative .placeholder_text br {
  display: none;
}
.ia_placeholder .placeholder_alternative .placeholder_text > * {
  position: relative;
  z-index: 2;
}
.ia_placeholder .ia_background {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

#menutoggle {
  position: relative;
  z-index: 10000;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Rubik", "Arial Black", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  transition: font-size 0.15s;
  transform-origin: left center;
  transform: scale(0.75);
}
@media screen and (min-width: 450px) {
  #menutoggle {
    transform: scale(1);
  }
}
#menutoggle svg {
  vertical-align: middle;
}
#menutoggle span {
  padding-left: 15px;
  transition: all 0.15s;
  transform-origin: left center;
}
#menutoggle .hamburger_close,
#menutoggle .hamburger_open {
  transform-origin: 50% 50%;
  opacity: 1;
  transition: all 0.15s;
  fill: currentColor;
}
.menu-open #menutoggle .hamburger_open {
  opacity: 0;
}
.menu-open #menutoggle .hamburger_close {
  transform: rotate(45deg);
  visibility: visible;
}
.menu-open #menutoggle .hamburger_close + .hamburger_close {
  transform: rotate(-45deg);
}
#menutoggle:hover span {
  padding-left: 20px;
}

.nested_pagelist {
  position: absolute;
  top: var(--navheight);
  left: 0;
  width: 100%;
  height: calc(100vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
}
.nested_pagelist a {
  text-decoration: none;
}
.nested_pagelist li {
  display: block;
  position: relative;
}
.nested_pagelist .npl_level_0 {
  position: absolute;
  top: 0;
  width: 100%;
}
.nested_pagelist .npl_level_0 > li {
  margin-bottom: 15px;
  padding-left: 50px;
  padding-right: 10px;
}
@media screen and (min-width: 800px) {
  .nested_pagelist .npl_level_0 > li {
    margin-bottom: 25px;
  }
}
.nested_pagelist .npl_level_0 > li:first-child {
  position: relative;
}
.nested_pagelist .npl_level_0 > li:first-child:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?27251);
  background-position: 0px -33px;
  width: 26px;
  height: 23px;
  top: 9px;
  left: 10px;
}
.nested_pagelist .npl_level_0 > li:last-child {
  margin-bottom: 0;
}
.nested_pagelist .npl_level_0 > li > a {
  font-size: clamp(2.2rem, 2.97vw + 0.86rem, 4rem);
  line-height: 40px;
  font-weight: bold;
  font-family: "Rubik", "Arial Black", Arial, sans-serif;
}
.nested_pagelist .npl_level_0 > li > button {
  display: block;
  height: 40px;
  width: 40px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.nested_pagelist .npl_level_0 > li > button:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?27251);
  background-position: 0px -56px;
  width: 25px;
  height: 25px;
}
.nested_pagelist .npl_level_0 > li > button:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?27251);
  background-position: 0px -8px;
  width: 25px;
  height: 25px;
}
.nested_pagelist .npl_level_0 > li > button:before, .nested_pagelist .npl_level_0 > li > button:after {
  top: 7.5px;
  left: 7.5px;
  transition: all 0.3s;
}
.nested_pagelist .npl_level_0 > li.unfolded > button:before {
  transform: scaleY(0);
}
.nested_pagelist .npl_level_1 {
  padding-top: 10px;
  display: none;
}
.nested_pagelist .npl_level_1 > li {
  padding-left: 3px;
}
.nested_pagelist .npl_level_1 > li > a {
  font-size: clamp(2.2rem, 0.5vw + 1.98rem, 2.5rem);
}
@media screen and (min-width: 1096px) {
  .nested_pagelist .npl_level_0 {
    left: calc((100vw - 1056px) / 2 - 20px);
    width: calc(50vw - (100vw - 1056px) / 2 - 20px);
  }
}

.pagelist .pl_head {
  margin-bottom: 60px;
}
.pagelist .resultlist li {
  display: block;
}
.pagelist:not(.tarifrunden) .resultlist {
  max-width: 350px;
  margin-inline: auto;
}
.pagelist:not(.tarifrunden) .resultlist li {
  margin-bottom: 24px;
}
@media screen {
  .pagelist:not(.tarifrunden) .resultlist li {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.5s;
  }
  .pagelist:not(.tarifrunden) .resultlist li.scrolled:not(.tarifrunden) {
    opacity: 1;
    transform: translateY(0);
  }
  .pagelist:not(.tarifrunden) .resultlist li:nth-child(3n-1) {
    transition-delay: 0.2s;
  }
  .pagelist:not(.tarifrunden) .resultlist li:nth-child(3n) {
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 800px) {
  .pagelist:not(.tarifrunden) .resultlist {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 948px;
  }
  .pagelist:not(.tarifrunden) .resultlist li {
    width: calc(33.3333333333% - 16px);
    margin-right: 24px;
  }
  .pagelist:not(.tarifrunden) .resultlist li:nth-child(3n) {
    margin-right: 0;
  }
}
.pagelist:not(.tarifrunden) .browselist_lower {
  text-align: center;
}
.pagelist:not(.tarifrunden) .browselist_lower a {
  --button-border: #194047;
  --bg: #fff;
}

.list_ext_teaser {
  display: flex !important;
  flex-flow: column;
  justify-content: stretch;
  align-items: flex-start;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.list_ext_teaser .img_container {
  margin-bottom: 0;
  aspect-ratio: 1;
}
.list_ext_teaser .content_container {
  background: var(--sectionbg);
  padding: 20px;
  flex-grow: 2;
  width: 100%;
}
.list_ext_teaser .content_container .topic {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.list_ext_teaser .content_container h2,
.list_ext_teaser .content_container h3 {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 10px;
  text-wrap: auto;
  hyphens: auto;
}
.list_ext_teaser .content_container .richtext {
  font-size: 16px;
  line-height: 1.3;
}
.list_ext_teaser .content_container a {
  text-decoration: none;
}
.list_ext_teaser .content_container a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.list_ext_teaser .content_container:has(a:hover), .list_ext_teaser .content_container:has(a:focus) {
  background: #194047;
  color: var(--sectionbg);
}
.list_ext_teaser .extra_link .download {
  font-weight: bold;
}

.list_tarifrunde div a {
  height: 150px;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-family: "Nunito", Arial, sans-serif;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: var(--sectionbg);
  color: #194047;
  font-size: clamp(3.6rem, 0.99vw + 3.15rem, 4.2rem);
  font-weight: 900;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}
.list_tarifrunde div a:hover, .list_tarifrunde div a:focus {
  background: #194047;
  color: var(--sectionbg);
}

.pagelist.tarifrunden .resultlist li {
  margin-bottom: 10px;
}
.pagelist.tarifrunden .resultlist li h3 {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .pagelist.tarifrunden .resultlist {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 24px;
  }
  .pagelist.tarifrunden .resultlist li {
    width: calc(50% - 12px);
    margin: 0;
  }
}

.page_body_main_content .rt_ext_inh.view_intro .width_wrapper {
  max-width: 600px;
}
.page_body_main_content .rt_ext_inh.view_intro .width_wrapper .richtext {
  font-weight: bold;
  font-size: clamp(1.8rem, 0.5vw + 1.58rem, 2.1rem);
  line-height: 1.3;
}
.page_body_main_content .rt_ext_inh .img_container {
  position: relative;
}
.page_body_main_content .rt_ext_inh .img_container .img_info_container {
  position: relative;
}
.page_body_main_content .rt_ext_inh .img_container .img_info_container,
.page_body_main_content .rt_ext_inh .img_container .img_wrapper {
  max-width: 840px;
  margin-inline: auto;
}
.page_body_main_content .rt_ext_inh .img_container:before {
  content: "";
  display: block;
  background: var(--sectionbg);
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  aspect-ratio: 3;
  z-index: -1;
}
.page_body_main_content .rt_ext_inh .content_container {
  max-width: 840px;
  margin-inline: auto;
}
.page_body_main_content .rt_ext_inh blockquote {
  background: var(--sectionbg-light);
  padding: 30px;
  margin: 30px auto;
  font-family: "Rubik", "Arial Black", Arial, sans-serif;
  font-size: clamp(2.8rem, 1.32vw + 2.21rem, 3.6rem);
  line-height: 1.2;
  text-align: center;
  quotes: "„" "“";
}
.page_body_main_content .rt_ext_inh blockquote p:before {
  content: open-quote;
}
.page_body_main_content .rt_ext_inh blockquote p:after {
  content: close-quote;
}
@media screen and (min-width: 800px) {
  .page_body_main_content .rt_ext_inh blockquote {
    padding: var(--co-space);
    margin: var(--co-space) auto;
  }
}
.page_body_main_content .rt_ext_inh blockquote:last-child {
  margin-bottom: 0;
}

.rt_youtube .width_wrapper {
  max-width: 840px;
}
.rt_youtube .subject {
  text-align: center;
  padding: 0 10px;
}
.rt_youtube .richtext {
  background: #194047;
  color: #fff;
  padding: 30px;
}
.rt_youtube .richtext > * {
  max-width: 600px;
  margin-inline: auto;
}

.ver_stoerer,
.ver_stoerer__mitgliedwerden {
  margin: 60px 0;
}
.ver_stoerer .width_wrapper,
.ver_stoerer__mitgliedwerden .width_wrapper {
  padding: 30px;
  border-radius: 2px;
  background: var(--bg);
  color: var(--text);
}
@media screen and (min-width: 450px) {
  .ver_stoerer .width_wrapper,
.ver_stoerer__mitgliedwerden .width_wrapper {
    padding: 60px;
  }
}
.ver_stoerer .width_wrapper .content_container,
.ver_stoerer__mitgliedwerden .width_wrapper .content_container {
  max-width: 600px;
  margin-inline: auto;
}
.ver_stoerer .subject,
.ver_stoerer__mitgliedwerden .subject {
  margin-bottom: 20px;
}
.ver_stoerer .width_wrapper:has(.img_container) .img_container,
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) .img_container {
  margin-bottom: 30px;
}
.ver_stoerer .width_wrapper:has(.img_container) .img_container .img_wrapper,
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) .img_container .img_wrapper {
  max-width: 300px;
}
@media screen and (min-width: 450px) {
  .ver_stoerer .width_wrapper:has(.img_container),
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) {
    padding: 60px;
  }
}
@media screen and (min-width: 600px) {
  .ver_stoerer .width_wrapper:has(.img_container),
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) {
    padding: 60px 80px;
  }
}
@media screen and (min-width: 800px) {
  .ver_stoerer .width_wrapper:has(.img_container),
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .ver_stoerer .width_wrapper:has(.img_container) .img_container,
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) .img_container {
    order: 2;
    margin-bottom: 0;
  }
  .ver_stoerer .width_wrapper:has(.img_container) .content_container,
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) .content_container {
    width: calc(100% - 350px);
  }
}
.ver_stoerer .width_wrapper:has(.img_container) .subject,
.ver_stoerer .width_wrapper:has(.img_container) .extra_link,
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) .subject,
.ver_stoerer__mitgliedwerden .width_wrapper:has(.img_container) .extra_link {
  text-align: left;
}
.ver_stoerer .subject,
.ver_stoerer .extra_link,
.ver_stoerer__mitgliedwerden .subject,
.ver_stoerer__mitgliedwerden .extra_link {
  text-align: center;
}
.ver_stoerer svg .lines,
.ver_stoerer svg .check,
.ver_stoerer__mitgliedwerden svg .lines,
.ver_stoerer__mitgliedwerden svg .check {
  --delay: 0;
}
.ver_stoerer svg .lines path,
.ver_stoerer svg .check path,
.ver_stoerer__mitgliedwerden svg .lines path,
.ver_stoerer__mitgliedwerden svg .check path {
  stroke-dasharray: var(--length);
  stroke-dashoffset: var(--length);
}
.ver_stoerer.scrolled svg .lines path,
.ver_stoerer.scrolled svg .check path,
.ver_stoerer__mitgliedwerden.scrolled svg .lines path,
.ver_stoerer__mitgliedwerden.scrolled svg .check path {
  animation: 0.2s var(--delay) draw-stroke ease-in forwards;
}

.ver_stoerer:not(.ver_stoerer__mitgliedwerden) {
  --bg: #f4ff89;
  --text: #194047;
  --button-border: #194047;
  --button-bg: var(--bg);
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_blue {
  --bg: #66dae3;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_blue:has(.img_container) {
  --bg: #c2f0f4;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_green {
  --bg: #96e6b3;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_green:has(.img_container) {
  --bg: #d5f5e1;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_lilac {
  --bg: #c6c0ee;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_lilac:has(.img_container) {
  --bg: #e8e6f8;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_rose {
  --bg: #ffa6a0;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_rose:has(.img_container) {
  --bg: #ffdbd9;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_pink {
  --bg: #d667d8;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).bg_pink:has(.img_container) {
  --bg: #efc2ef;
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden):has(.img_container) {
  --bg: #fbffd0;
}
@media screen and (min-width: 800px) {
  .ver_stoerer:not(.ver_stoerer__mitgliedwerden).icon_befragung .img_container,
.ver_stoerer:not(.ver_stoerer__mitgliedwerden).icon_befragung .content_container {
    width: 50% !important;
  }
  .ver_stoerer:not(.ver_stoerer__mitgliedwerden).icon_befragung .img_wrapper {
    max-width: 348px !important;
    padding-inline: 24px;
    margin-inline: auto;
  }
}
.ver_stoerer:not(.ver_stoerer__mitgliedwerden) .subject {
  text-transform: none;
}
.ver_stoerer__mitgliedwerden {
  --bg: #e50046;
  --text: #fff;
  --button-border: #fff;
  --button-bg: #fff;
}
.ver_stoerer__mitgliedwerden .subject,
.ver_stoerer__mitgliedwerden .richtext {
  text-wrap: balance;
}
.ver_stoerer__mitgliedwerden .richtext {
  font-size: clamp(2.2rem, 0.66vw + 1.9rem, 2.6rem);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .ver_stoerer__mitgliedwerden .img_container,
.ver_stoerer__mitgliedwerden .content_container {
    width: 50% !important;
  }
}
.ver_stoerer__mitgliedwerden .extra_link a:hover, .ver_stoerer__mitgliedwerden .extra_link a:focus {
  background: #194047;
  color: #fff;
}
.ver_stoerer__mitgliedwerden svg .bubble {
  opacity: 0;
  transform-box: content-box;
  transform-origin: center;
  transform: scale(0);
}
.ver_stoerer__mitgliedwerden svg .line {
  stroke-dasharray: var(--length);
  stroke-dashoffset: var(--length);
}
.ver_stoerer__mitgliedwerden.scrolled svg .bubble {
  animation: 0.4s var(--delay) pop ease-in forwards;
}
.ver_stoerer__mitgliedwerden.scrolled svg .line {
  animation: 0.5s draw-stroke ease-in forwards;
}

.testimonial {
  margin-top: 100px;
  --quotecolor: var(--sectionbg);
}
body.home .testimonial, body.color_ .testimonial {
  --quotecolor: #194047;
}
.testimonial .width_wrapper {
  max-width: 500px;
}
@media screen and (min-width: 800px) {
  .testimonial .width_wrapper {
    text-align: center;
  }
}
.testimonial blockquote {
  font-family: "Rubik", "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-size: clamp(2.4rem, 1.32vw + 1.81rem, 3.2rem);
}
.testimonial p {
  margin-top: 10px;
  font-size: 16px;
}
.testimonial .img_container {
  position: relative;
  width: calc(100% - 140px);
  margin: 0 auto;
  text-align: center;
}
.testimonial .img_container .img_wrapper {
  display: inline-block;
  max-width: 300px;
}
@media screen and (min-width: 800px) {
  .testimonial .img_container .img_wrapper {
    display: block;
    max-width: 300px;
  }
}
.testimonial .text_container {
  padding: 10px 12px;
  border-bottom: 24px solid var(--quotecolor);
  position: relative;
}
.testimonial .text_container svg {
  position: absolute;
  color: var(--quotecolor);
}
.testimonial .text_container svg:first-child {
  top: -40px;
  left: 10px;
}
.testimonial .text_container svg:last-child {
  right: 10px;
  bottom: 10px;
  transform: rotate(180deg);
}
.testimonial .text_container p {
  max-width: calc(100% - 70px);
}
@media screen and (min-width: 800px) {
  .testimonial .text_container svg:first-child {
    top: 0;
    left: -15px;
  }
  .testimonial .text_container svg:last-child {
    right: 15px;
    bottom: 0;
  }
}
.testimonial .width_wrapper:has(.img_container) {
  padding: 0;
}
@media screen and (min-width: 800px) {
  .testimonial .width_wrapper:has(.img_container) {
    text-align: left;
    max-width: 900px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .testimonial .width_wrapper:has(.img_container) .img_container {
    width: 33.3333333333%;
    order: 2;
  }
  .testimonial .width_wrapper:has(.img_container) .img_container:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: calc(200% - 60px);
    height: 24px;
    background: var(--quotecolor);
  }
  .testimonial .width_wrapper:has(.img_container) .text_container {
    width: 66.6666666667%;
    background: #fff;
    padding-inline: 60px;
    position: relative;
    z-index: 3;
    order: 1;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.cogroup.view_faq > .width_wrapper {
  background: #f4f5f6;
  border-bottom: 24px solid var(--sectionbg);
  padding: var(--co-space) 10px;
}
.cogroup.view_faq .group_heading {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cogroup.view_faq .group_heading .subject {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .cogroup.view_faq .group_heading .h2_label {
    padding-right: 30px;
  }
  .cogroup.view_faq .group_heading .h2_topic,
.cogroup.view_faq .group_heading .h2_subject {
    text-align: left;
  }
}
.cogroup.view_faq .group_heading .subject .h2_label,
.cogroup.view_faq .group_heading .subject .h2_topic,
.cogroup.view_faq .group_heading .subject .h2_subject {
  vertical-align: middle;
  line-height: 1.1;
}
.cogroup.view_faq .group_heading .subject .h2_label {
  font-family: "Rubik", "Arial Black", Arial, sans-serif;
  font-size: clamp(10rem, 3.3vw + 8.51rem, 12rem);
  line-height: 1;
}
.cogroup.view_faq .group_heading .subject .h2_topic,
.cogroup.view_faq .group_heading .subject .h2_subject {
  text-transform: none;
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(3.2rem, 0.99vw + 2.75rem, 3.8rem);
  font-weight: 900;
  display: block;
}
.cogroup.view_faq .group_heading .subject .h2_subject {
  font-size: clamp(3.4rem, 0.99vw + 2.95rem, 4rem);
  font-weight: normal;
}
.cogroup .group .co {
  margin: 0 !important;
}
.cogroup .group .co .inner_wrap {
  margin: 0;
  width: 100%;
}
.cogroup.view_multicol_3 .group {
  margin-inline: auto;
  max-width: 350px;
}
.cogroup.view_multicol_3 .group:not(.slick-initialized) > * {
  margin-bottom: 24px !important;
}
@media screen and (min-width: 800px) {
  .cogroup.view_multicol_3 .group {
    max-width: 948px;
  }
  .cogroup.view_multicol_3 .slick-slide {
    margin-inline: 12px !important;
  }
  .cogroup.view_multicol_3 .group:not(.slick-initialized) {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .cogroup.view_multicol_3 .group:not(.slick-initialized) > * {
    width: calc(33.3333333333% - 16px);
    margin-right: 24px !important;
  }
  .cogroup.view_multicol_3 .group:not(.slick-initialized) > *:nth-child(3n) {
    margin-right: 0 !important;
  }
}

.ver_countdown {
  background: #194047;
  margin: var(--co-space) 0;
}
.ver_countdown .width_wrapper {
  padding: var(--co-space) 0;
}
.ver_countdown .subject {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .ver_countdown .subject {
    margin-left: 0;
  }
}
.ver_countdown table {
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.ver_countdown th {
  font-size: clamp(1.2rem, 1.32vw + 0.61rem, 2rem);
  font-weight: 900;
  text-align: right;
}
.ver_countdown td {
  font-family: "Rubik", "Arial Black", Arial, sans-serif;
  font-size: clamp(4.5rem, 15.68vw + -2.55rem, 14rem);
  transform: scale(0);
  transition: transform 0.4s;
  color: var(--sectionbg);
  width: 20.5%;
  text-align: center;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.ver_countdown td.sep {
  width: 6%;
  transform: scale(1);
}
.ver_countdown td.d {
  transition-delay: 0.1s;
}
.ver_countdown td.h {
  transition-delay: 0.2s;
}
.ver_countdown td.m {
  transition-delay: 0.3s;
}
.ver_countdown td.s {
  transition-delay: 0.4s;
}
.ver_countdown.scrolled td {
  transform: scale(1);
}

.ver_aktive {
  background: #194047;
  color: #fff;
  max-width: 350px;
  margin-inline: auto !important;
}
.ver_aktive .width_wrapper {
  width: 100%;
}
.ver_aktive .img_container {
  margin-bottom: 0;
}
.ver_aktive .text_container {
  padding: 24px;
}
.ver_aktive .text_container h3 {
  margin: 0;
  color: var(--sectionbg);
  font-size: clamp(1.8rem, 0.66vw + 1.5rem, 2.2rem);
}
.ver_aktive .text_container .unternehmen {
  font-weight: bold;
}
.ver_aktive .text_container p:not(:first-child) {
  margin-top: 10px;
}

.wdb_db_edit .width_wrapper,
.wwe3_mail_form_v2 .width_wrapper {
  background: #f4f5f6;
  max-width: 840px;
  margin-inline: auto;
  padding: 20px;
}

.meilensteine .co_body:after {
  display: block;
  content: "";
  clear: both;
}
.meilensteine .co_body .meilenstein {
  position: relative;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.meilensteine .co_body .meilenstein figure {
  transform: scale(0);
}
.meilensteine .co_body .meilenstein figcaption {
  padding-top: 10px;
  height: 70px;
  font-size: clamp(1.6rem, 0.33vw + 1.45rem, 1.8rem);
  text-wrap: balance;
}
.meilensteine .co_body .meilenstein svg {
  display: block;
  margin-inline: auto;
}
.meilensteine .co_body .meilenstein .pfeil {
  position: absolute;
}
.meilensteine .co_body .meilenstein .pfeil path:nth-child(1) {
  stroke-dasharray: 45px;
  stroke-dashoffset: 45px;
}
.meilensteine .co_body .meilenstein .pfeil path:nth-child(2) {
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
}
.meilensteine .co_body .meilenstein:last-child .pfeil {
  display: none;
}
.meilensteine .co_body .meilenstein.past figure {
  opacity: 0.5;
}
.meilensteine .co_body .meilenstein.present figcaption {
  font-weight: bold;
}
.meilensteine .co_body .meilenstein.present .icon .hilight {
  fill: var(--sectionbg);
}
.meilensteine .co_body .meilenstein.past figure, .meilensteine .co_body .meilenstein.future figure {
  --scale: .7;
}
@media screen and (max-width: 399px) {
  .meilensteine .co_body .meilenstein.past + .past, .meilensteine .co_body .meilenstein.future + .future {
    margin-top: -30px;
  }
  .meilensteine .co_body .meilenstein .pfeil {
    transform: rotate(90deg);
    right: auto;
    bottom: 25px;
    zoom: 0.7;
  }
  .meilensteine .co_body .meilenstein.present .pfeil {
    bottom: -5px;
  }
}
@media screen and (min-width: 400px) {
  .meilensteine .co_body .meilenstein {
    float: left;
  }
  .meilensteine .co_body .meilenstein .pfeil {
    margin-top: -60px;
    right: -25px;
  }
}
@media screen and (min-width: 400px) and (max-width: 649px) {
  .meilensteine .co_body .meilenstein {
    width: 50%;
  }
  .meilensteine .co_body .meilenstein .pfeil {
    zoom: 0.7;
  }
  .meilensteine .co_body .meilenstein:nth-child(2n) .pfeil {
    transform: rotate(90deg);
    right: auto;
    bottom: -5px;
  }
  .meilensteine .co_body .meilenstein:nth-child(3), .meilensteine .co_body .meilenstein:nth-child(4), .meilensteine .co_body .meilenstein:nth-child(7), .meilensteine .co_body .meilenstein:nth-child(8) {
    float: right;
  }
  .meilensteine .co_body .meilenstein:nth-child(3) .pfeil, .meilensteine .co_body .meilenstein:nth-child(7) .pfeil {
    right: auto;
    left: -25px;
    transform: scaleX(-1);
  }
  .meilensteine .co_body .meilenstein.present:nth-child(3), .meilensteine .co_body .meilenstein.present:nth-child(3) + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(5), .meilensteine .co_body .meilenstein.present:nth-child(5) + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(7), .meilensteine .co_body .meilenstein.present:nth-child(7) + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(9) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 650px) and (max-width: 859px) {
  .meilensteine .co_body .meilenstein {
    width: 33.33%;
  }
  .meilensteine .co_body .meilenstein:nth-child(3) .pfeil, .meilensteine .co_body .meilenstein:nth-child(6) .pfeil {
    transform: rotate(90deg);
    right: auto;
    bottom: -5px;
  }
  .meilensteine .co_body .meilenstein:nth-child(4), .meilensteine .co_body .meilenstein:nth-child(5), .meilensteine .co_body .meilenstein:nth-child(6) {
    float: right;
  }
  .meilensteine .co_body .meilenstein:nth-child(4) .pfeil, .meilensteine .co_body .meilenstein:nth-child(5) .pfeil {
    right: auto;
    left: -25px;
    transform: scaleX(-1);
  }
  .meilensteine .co_body .meilenstein.present:nth-child(4), .meilensteine .co_body .meilenstein.present:nth-child(4) + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(4) + .meilenstein + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(7), .meilensteine .co_body .meilenstein.present:nth-child(7) + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(7) + .meilenstein + .meilenstein {
    margin-top: 30px;
  }
}
@media screen and (min-width: 860px) {
  .meilensteine .co_body .meilenstein {
    width: 25%;
  }
  .meilensteine .co_body .meilenstein:nth-child(4) .pfeil, .meilensteine .co_body .meilenstein:nth-child(8) .pfeil {
    transform: rotate(90deg);
    right: auto;
    bottom: -5px;
  }
  .meilensteine .co_body .meilenstein:nth-child(5), .meilensteine .co_body .meilenstein:nth-child(6), .meilensteine .co_body .meilenstein:nth-child(7), .meilensteine .co_body .meilenstein:nth-child(8) {
    float: right;
  }
  .meilensteine .co_body .meilenstein:nth-child(5) .pfeil, .meilensteine .co_body .meilenstein:nth-child(6) .pfeil, .meilensteine .co_body .meilenstein:nth-child(7) .pfeil {
    right: auto;
    left: -25px;
    transform: scaleX(-1);
  }
  .meilensteine .co_body .meilenstein.present:nth-child(5), .meilensteine .co_body .meilenstein.present:nth-child(5) + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(5) + .meilenstein + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(5) + .meilenstein + .meilenstein + .meilenstein, .meilensteine .co_body .meilenstein.present:nth-child(9) {
    margin-top: 30px;
  }
}
.meilensteine.scrolled .meilenstein:nth-child(1) figure {
  animation: 0.4s 0.15s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(1) .pfeil path:nth-child(1) {
  animation: 0.3s 0.45s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(1) .pfeil path:nth-child(2) {
  animation: 0.15s 0.75s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(2) figure {
  animation: 0.4s 0.3s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(2) .pfeil path:nth-child(1) {
  animation: 0.3s 0.6s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(2) .pfeil path:nth-child(2) {
  animation: 0.15s 0.9s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(3) figure {
  animation: 0.4s 0.45s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(3) .pfeil path:nth-child(1) {
  animation: 0.3s 0.75s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(3) .pfeil path:nth-child(2) {
  animation: 0.15s 1.05s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(4) figure {
  animation: 0.4s 0.6s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(4) .pfeil path:nth-child(1) {
  animation: 0.3s 0.9s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(4) .pfeil path:nth-child(2) {
  animation: 0.15s 1.2s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(5) figure {
  animation: 0.4s 0.75s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(5) .pfeil path:nth-child(1) {
  animation: 0.3s 1.05s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(5) .pfeil path:nth-child(2) {
  animation: 0.15s 1.35s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(6) figure {
  animation: 0.4s 0.9s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(6) .pfeil path:nth-child(1) {
  animation: 0.3s 1.2s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(6) .pfeil path:nth-child(2) {
  animation: 0.15s 1.5s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(7) figure {
  animation: 0.4s 1.05s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(7) .pfeil path:nth-child(1) {
  animation: 0.3s 1.35s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(7) .pfeil path:nth-child(2) {
  animation: 0.15s 1.65s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(8) figure {
  animation: 0.4s 1.2s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(8) .pfeil path:nth-child(1) {
  animation: 0.3s 1.5s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(8) .pfeil path:nth-child(2) {
  animation: 0.15s 1.8s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(9) figure {
  animation: 0.4s 1.35s pop_ms linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(9) .pfeil path:nth-child(1) {
  animation: 0.3s 1.65s draw-stroke linear forwards;
}
.meilensteine.scrolled .meilenstein:nth-child(9) .pfeil path:nth-child(2) {
  animation: 0.15s 1.95s draw-stroke linear forwards;
}

.wwe3tbl,
.button_container {
  max-width: 600px;
  margin-inline: auto;
  padding: 24px 0;
}

.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: 2px solid #666;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 5px 20px;
  background-color: #fff;
  color: #194047;
  display: block;
  width: 100%;
}
form.submitted .wwe3tbl input[type=text]:invalid, .wwe3tbl input[type=text].visited:invalid,
form.submitted .wwe3tbl input[type=search]:invalid,
.wwe3tbl input[type=search].visited:invalid,
form.submitted .wwe3tbl input[type=password]:invalid,
.wwe3tbl input[type=password].visited:invalid,
form.submitted .wwe3tbl input[type=number]:invalid,
.wwe3tbl input[type=number].visited:invalid,
form.submitted .wwe3tbl input[type=email]:invalid,
.wwe3tbl input[type=email].visited:invalid,
form.submitted .wwe3tbl input[type=tel]:invalid,
.wwe3tbl input[type=tel].visited:invalid,
form.submitted .wwe3tbl input[type=date]:invalid,
.wwe3tbl input[type=date].visited:invalid,
form.submitted .wwe3tbl select:invalid,
.wwe3tbl select.visited:invalid,
form.submitted .wwe3tbl textarea:invalid,
.wwe3tbl textarea.visited:invalid {
  border-color: #e50046;
  box-shadow: 0 0 5px rgba(229, 0, 70, 0.5) inset;
}
.wwe3tbl input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: right;
}
.wwe3tbl input[type=number]::-webkit-outer-spin-button, .wwe3tbl input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wwe3tbl option {
  padding: 2px 5px;
}
.wwe3tbl textarea {
  height: 200px;
  line-height: 1.4;
}
.wwe3tbl .otd_label {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}
.wwe3tbl .otd_field {
  padding: 10px 5px;
}
@media screen and (min-width: 450px) {
  .wwe3tbl .otd_field {
    padding-inline: 24px;
  }
}
.wwe3tbl .otd_field .limit {
  padding: 5px 0 0 0;
}
.wwe3tbl .otd_field .limit.ta_error {
  color: #e50046;
}
.wwe3tbl .form_hidden {
  display: none;
}
.wwe3tbl .otr {
  clear: both;
  padding-bottom: 5px;
}
.wwe3tbl .th_label.th_show_error {
  color: #e50046;
  font-weight: bold;
}
.wwe3tbl input.label.size2 {
  width: 60px;
}
.wwe3tbl input.label.size4 {
  width: 100px;
}
.wwe3tbl .type_confirm_check:after,
.wwe3tbl .type_check:after,
.wwe3tbl .type_checkbox:after {
  display: block;
  content: "";
  clear: both;
}
.wwe3tbl .type_confirm_check label {
  line-height: 1.3 !important;
}
.wwe3tbl .tr_title {
  padding-top: 20px;
  font-size: 20px;
}
.wwe3tbl .label_suffix {
  padding-left: 5px;
}
.wwe3tbl .label_prefix {
  padding-right: 5px;
}
.wwe3tbl .bottest {
  display: none;
}
.wwe3tbl .prog_status:after {
  content: attr(data-status);
}
.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;
}
.wwe3tbl .type_captcha {
  /*
      .pariah_words {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        border-top: 1px solid $border_color;
        padding: 20px 0;

        button {
          padding: 3px 10px;
          background: $gray;
          transition: all .15s;
          width: 24%;
          font-size: 14px;
          cursor: pointer;

          &:hover,
          &:focus {
            background: $red;
            color: $text_white;
          }

          &.pariah_active {
            background: $red;
            color: $text_white;
          }
        }
      }*/
}
@media screen and (min-width: 800px) {
  .wwe3tbl .type_captcha img {
    float: left;
    margin-right: 20px;
  }
}
.wwe3tbl .type_captcha .label {
  margin-top: 5px;
  max-width: 150px;
}
.wwe3tbl .type_captcha .captcha_question,
.wwe3tbl .type_captcha .captcha_alternative {
  padding: 5px 0;
}

.wwe_form_container .message {
  padding: 15px;
  margin-bottom: 20px;
  background: #e50046;
  color: #fff;
  font-weight: bold;
}
.wwe_form_container .message p {
  margin-bottom: 0;
}
.wwe_form_container .form_prologue {
  padding-bottom: 15px;
}
.wwe_form_container .button_container {
  padding-top: 24px;
  text-align: center;
}
.wwe_form_container .wwe_form_submit {
  -webkit-appearance: none;
}

@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;
  text-align: center;
  display: block;
  cursor: pointer;
}
.custom_upload input {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.custom_upload span {
  display: inline-block;
  border: 1px solid #666;
  padding: 10px 20px;
  font-size: 13px;
  background: #fff;
  margin: 0 auto;
  max-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.custom_upload:hover span {
  background: #f4f5f6;
}

.browse_background {
  padding: 30px 0;
}

a.path {
  color: #e50046;
  display: block;
  margin: 10px 0;
}

.browse_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
.browse_list li a,
.browse_list li span {
  display: inline-block;
  width: 35px;
  line-height: 30px;
  color: #e50046;
  text-align: center;
  border: 1px solid #e50046;
}
.browse_list li a:hover,
.browse_list li a:focus,
.browse_list li a:active,
.browse_list li span {
  background: #e50046;
  color: #fff;
}
@media screen and (max-width: 449px) {
  .browse_list li {
    display: none;
  }
  .browse_list li.wwe3_browsebutt_prev, .browse_list li.wwe3_browsebutt_next, .browse_list li.wwe3_browsebutt_active {
    display: inline-block;
  }
}

.rt_ext_inh.view_accordion {
  margin: 0 !important;
}
.rt_ext_inh.view_accordion .co_head {
  padding: 15px 0;
}
.rt_ext_inh.view_accordion .co_head h2 {
  font-family: "Nunito", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .rt_ext_inh.view_accordion .co_head h2 {
    padding-left: 100px;
    position: relative;
  }
  .rt_ext_inh.view_accordion .co_head h2:before {
    content: "";
    display: block;
    height: 1px;
    width: 75px;
    background: #194047;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.rt_ext_inh.view_accordion .co_head button {
  display: block;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  padding: 0 40px 0 0;
  line-height: 25px;
  transition: color 0.3s;
  width: 100%;
  text-align: left;
  font-size: clamp(2rem, 0.66vw + 1.7rem, 2.4rem);
}
@media screen and (min-width: 800px) {
  .rt_ext_inh.view_accordion .co_head button {
    padding: 0 calc(100% - 600px) 0 0;
  }
}
.rt_ext_inh.view_accordion .co_head button:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?27251);
  background-position: 0px -56px;
  width: 25px;
  height: 25px;
  transition: all 0.3s;
}
.rt_ext_inh.view_accordion .co_head button:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?27251);
  background-position: 0px -8px;
  width: 25px;
  height: 25px;
}
.rt_ext_inh.view_accordion .co_head button:before, .rt_ext_inh.view_accordion .co_head button:after {
  top: 0;
  left: auto;
  right: 0;
}
.rt_ext_inh.view_accordion .co_head button[aria-expanded=true]:before {
  transform: scaleY(0);
}
.rt_ext_inh.view_accordion .co_body {
  display: none;
}
@media screen and (min-width: 600px) {
  .rt_ext_inh.view_accordion .co_body {
    padding: 0 100px;
  }
}
.rt_ext_inh.view_accordion .co_body .richtext {
  max-width: 600px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  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;
}

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

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  width: 100%;
  height: 10px;
  background: #f4f5f6;
  border-radius: 2px;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  height: 100%;
  width: 50%;
  overflow: hidden;
  border-radius: 2px;
  white-space: nowrap;
  margin: 0;
}
.slick-dots li button {
  overflow: hidden;
  text-indent: -999em;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #f4f5f6;
  cursor: pointer;
  transition: background 0.5s;
}
.slick-dots li.slick-active button {
  background: #194047;
}

.slick-arrow {
  z-index: 5;
  margin-inline: 10px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  text-indent: -999em;
  height: 24px;
  width: 24px;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?27251);
  background-position: 0px 0px;
  width: 9px;
  height: 8px;
  top: calc(12px - 4px);
  left: calc(12px - 4.5px);
}
.slick-arrow.slick-prev:before {
  transform: scaleX(-1);
}

.slick-nav {
  position: relative;
  text-align: center;
  max-width: 420px;
  margin: 30px auto;
  font-size: 14px;
}
.slick-nav .slick-pager {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-variant-numeric: tabular-nums;
}
