@charset "UTF-8";
/* line 1, ../scss/base/_reset.scss */
* {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  outline: 0;
  border: 0;
  color: inherit;
}

/* line 12, ../scss/base/_reset.scss */
img {
  vertical-align: middle;
}

/* line 16, ../scss/base/_reset.scss */
nav, footer, header, section, article {
  display: block;
}

@font-face {
  font-family: 'Barlow';
  src: url("webfonts/Barlow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Barlow';
  src: url("webfonts/Barlow-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: 'Barlow';
  src: url("webfonts/Barlow-Italic.ttf") format("truetype");
  font-style: italic;
}
/* line 44, ../scss/base/_mixins.scss */
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

/* line 47, ../scss/base/_mixins.scss */
::-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* line 50, ../scss/base/_mixins.scss */
:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

/* line 53, ../scss/base/_mixins.scss */
input:-moz-placeholder {
  color: #888;
  opacity: 1;
}

/* line 2, ../scss/base/_extends.scss */
.sidr-class-clear,
.clear {
  clear: both;
}

/* line 7, ../scss/base/_extends.scss */
.sidr-class-noheight,
.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
}

/* line 16, ../scss/base/_extends.scss */
.invisible {
  visibility: hidden;
}

/* line 20, ../scss/base/_extends.scss */
.sidr-class-offscreen,
.offscreen {
  position: absolute;
  left: -9999em;
}

/* line 27, ../scss/base/_extends.scss */
.wwe3tbl .type_check span,
.wwe3tbl .type_checkbox span,
.wwe3tbl .type_confirm_check span, .wwe3tbl .type_radio span {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 3px 0;
}
/* line 35, ../scss/base/_extends.scss */
.wwe3tbl .type_check input,
.wwe3tbl .type_checkbox input,
.wwe3tbl .type_confirm_check input, .wwe3tbl .type_radio input {
  position: absolute;
  height: 1px;
  width: 1px;
  display: inline-block;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 3px;
}
/* line 45, ../scss/base/_extends.scss */
.wwe3tbl .type_check input + label,
.wwe3tbl .type_checkbox input + label,
.wwe3tbl .type_confirm_check input + label, .wwe3tbl .type_radio input + label {
  display: inline-block;
  height: 20px;
  cursor: pointer;
  position: relative;
  padding: 0 10px 0 35px;
  margin-right: 30px;
  font-weight: normal;
  line-height: 2.4rem;
}
/* line 55, ../scss/base/_extends.scss */
.wwe3tbl .type_check input + label:before,
.wwe3tbl .type_checkbox input + label:before,
.wwe3tbl .type_confirm_check input + label:before, .wwe3tbl .type_radio input + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background: #e9e9e9;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 70, ../scss/base/_extends.scss */
.wwe3tbl .type_check input + label:hover:after,
.wwe3tbl .type_checkbox input + label:hover:after,
.wwe3tbl .type_confirm_check input + label:hover:after, .wwe3tbl .type_radio input + label:hover:after, .wwe3tbl .type_check input + label:focus:after,
.wwe3tbl .type_checkbox input + label:focus:after,
.wwe3tbl .type_confirm_check input + label:focus:after, .wwe3tbl .type_radio input + label:focus:after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 10px;
  vertical-align: middle;
  opacity: .3;
}
/* line 85, ../scss/base/_extends.scss */
.wwe3tbl .type_check input:checked + label:after,
.wwe3tbl .type_checkbox input:checked + label:after,
.wwe3tbl .type_confirm_check input:checked + label:after, .wwe3tbl .type_radio input:checked + label:after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1 !important;
}
/* line 98, ../scss/base/_extends.scss */
.wwe3tbl .type_check input:disabled,
.wwe3tbl .type_checkbox input:disabled,
.wwe3tbl .type_confirm_check input:disabled, .wwe3tbl .type_radio input:disabled {
  display: none;
}
/* line 101, ../scss/base/_extends.scss */
.wwe3tbl .type_check input:disabled + label,
.wwe3tbl .type_checkbox input:disabled + label,
.wwe3tbl .type_confirm_check input:disabled + label, .wwe3tbl .type_radio input:disabled + label {
  padding: 0;
}
/* line 104, ../scss/base/_extends.scss */
.wwe3tbl .type_check input:disabled + label:before,
.wwe3tbl .type_checkbox input:disabled + label:before,
.wwe3tbl .type_confirm_check input:disabled + label:before, .wwe3tbl .type_radio input:disabled + label:before, .wwe3tbl .type_check input:disabled + label:after,
.wwe3tbl .type_checkbox input:disabled + label:after,
.wwe3tbl .type_confirm_check input:disabled + label:after, .wwe3tbl .type_radio input:disabled + label:after {
  display: none;
}

/* line 118, ../scss/base/_extends.scss */
.wwe3tbl .type_check input + label:hover:after,
.wwe3tbl .type_checkbox input + label:hover:after,
.wwe3tbl .type_confirm_check input + label:hover:after, .wwe3tbl .type_check input + label:focus:after,
.wwe3tbl .type_checkbox input + label:focus:after,
.wwe3tbl .type_confirm_check input + label:focus:after {
  top: 6px;
  left: 4px;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -19px;
  width: 17px;
  height: 12px;
}
/* line 127, ../scss/base/_extends.scss */
.wwe3tbl .type_check input:checked + label:after,
.wwe3tbl .type_checkbox input:checked + label:after,
.wwe3tbl .type_confirm_check input:checked + label:after {
  top: 6px;
  left: 4px;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -19px;
  width: 17px;
  height: 12px;
}

/* line 141, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input + label:hover:after, .wwe3tbl .type_radio input + label:focus:after {
  background: #000;
  opacity: .3;
}
/* line 147, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input + label:before, .wwe3tbl .type_radio input + label:after {
  border-radius: 50%;
}
/* line 153, ../scss/base/_extends.scss */
.wwe3tbl .type_radio input:checked + label:after {
  background: #000;
}

/* line 158, ../scss/base/_extends.scss */
.page_body_main_content .extra_link a, .breadcrumb a, .font_size_changer a, #meta_navigation li a {
  text-decoration: none;
}
/* line 161, ../scss/base/_extends.scss */
.page_body_main_content .extra_link a:focus, .breadcrumb a:focus, .font_size_changer a:focus, #meta_navigation li a:focus, .page_body_main_content .extra_link a:hover, .breadcrumb a:hover, .font_size_changer a:hover, #meta_navigation li a:hover {
  text-decoration: underline;
}

/* line 1, ../scss/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../scss/_global.scss */
html {
  font-size: 62.5%;
}

/* line 9, ../scss/_global.scss */
body {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 1.7rem;
  line-height: 1.6em;
}
/* line 15, ../scss/_global.scss */
body[data-fontsize="1"] {
  font-size: 1.9rem;
}
/* line 19, ../scss/_global.scss */
body[data-fontsize="2"] {
  font-size: 2.1rem;
}
/* line 23, ../scss/_global.scss */
body[data-fontsize="-1"] {
  font-size: 1.5rem;
}

/* line 28, ../scss/_global.scss */
h1 {
  font-size: 2.05882em;
  line-height: 4.0rem;
  padding-bottom: 4.0rem;
  font-weight: bold;
}

/* line 35, ../scss/_global.scss */
h2 {
  font-size: 1.17647em;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

/* line 41, ../scss/_global.scss */
h3, .wwe3tbl .title_container {
  font-size: 1.05882em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* line 52, ../scss/_global.scss */
a[name] {
  position: absolute;
  margin-top: -30px;
}

/* line 58, ../scss/_global.scss */
.page_body_main_content .richtext a {
  color: #2c80bb;
}
/* line 61, ../scss/_global.scss */
.page_body_main_content .richtext a:hover, .page_body_main_content .richtext a:focus {
  color: #1c547c;
}
/* line 67, ../scss/_global.scss */
.page_body_main_content .richtext p {
  margin-bottom: 0.7em;
}
/* line 70, ../scss/_global.scss */
.tsr .page_body_main_content .richtext p {
  margin-bottom: 0;
}
/* line 75, ../scss/_global.scss */
.page_body_main_content .richtext ul,
.page_body_main_content .richtext ol {
  padding: 0 40px;
  margin-bottom: 0.7em;
  counter-reset: item;
}
/* line 81, ../scss/_global.scss */
.page_body_main_content .richtext ul li + li,
.page_body_main_content .richtext ul ul,
.page_body_main_content .richtext ul ol,
.page_body_main_content .richtext ol li + li,
.page_body_main_content .richtext ol ul,
.page_body_main_content .richtext ol ol {
  margin-top: 10px;
}
/* line 89, ../scss/_global.scss */
.page_body_main_content .richtext ol li {
  list-style-type: none;
  counter-increment: item;
  position: relative;
}
/* line 94, ../scss/_global.scss */
.page_body_main_content .richtext ol li:before {
  content: "(" counter(item) ")";
  display: inline-block;
  font-weight: bold;
  text-align: right;
  position: absolute;
  margin-left: -30px;
}
/* line 104, ../scss/_global.scss */
.page_body_main_content .richtext ol li li:before {
  content: counter(item,lower-latin) ")";
}

/* line 114, ../scss/_global.scss */
.subject a,
.extra_link a {
  transition: all .15s;
}
/* line 117, ../scss/_global.scss */
.subject a:hover, .subject a:focus,
.extra_link a:hover,
.extra_link a:focus {
  color: #2c80bb;
}

/* line 124, ../scss/_global.scss */
.page_body_main_content .extra_link {
  padding: 10px 0;
}
/* line 127, ../scss/_global.scss */
.page_body_main_content .extra_link a {
  font-weight: bold;
  font-size: 2rem;
  color: #2c80bb;
}
/* line 135, ../scss/_global.scss */
.page_body_main_content .extra_link .link_suffix {
  display: block;
}

/* line 140, ../scss/_global.scss */
strong {
  font-weight: bold;
}

/* line 145, ../scss/_global.scss */
.img_container img {
  max-width: 100%;
}

/* line 150, ../scss/_global.scss */
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 156, ../scss/_global.scss */
.video_container video,
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* line 166, ../scss/_global.scss */
.sixteen_ten .video_container {
  padding-bottom: 62.5%;
}
/* line 170, ../scss/_global.scss */
.four_three .video_container {
  padding-bottom: 75%;
}

/* line 175, ../scss/_global.scss */
span.hilight_search_result {
  background: yellow;
}

/* line 179, ../scss/_global.scss */
blockquote {
  font-size: 1.17647em;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  /* line 179, ../scss/_global.scss */
  blockquote {
    font-size: 1.35294em;
    line-height: 1.6em;
  }
}
/* line 190, ../scss/_global.scss */
blockquote:before {
  content: "„";
}
/* line 194, ../scss/_global.scss */
blockquote:after {
  content: "“";
}

/* line 199, ../scss/_global.scss */
cite {
  font-weight: bold;
  font-style: normal;
}

/* line 205, ../scss/_global.scss */
a:focus {
  outline: 2px solid #2c80bb;
}
/* line 209, ../scss/_global.scss */
a:active {
  outline: none;
}

/* line 1, ../scss/_structure.scss */
.width_wrapper {
  width: 100%;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

@-ms-viewport {
  width: device-width;
}
/* line 13, ../scss/_structure.scss */
.subpage .page_body_main_content {
  padding: 50px 0;
}
/* line 16, ../scss/_structure.scss */
.subpage .page_body_main_content .width_wrapper {
  max-width: 780px;
}
/* line 19, ../scss/_structure.scss */
.subpage .page_body_main_content .width_wrapper .co + .co {
  margin-top: 2.5rem;
}

/* line 26, ../scss/_structure.scss */
.main_logo:focus {
  outline: 2px solid #2c80bb;
}

/* line 31, ../scss/_structure.scss */
.page_head_title_content {
  display: none;
}
@media screen and (min-width: 1040px) {
  /* line 31, ../scss/_structure.scss */
  .page_head_title_content {
    display: block;
  }
}

/* line 39, ../scss/_structure.scss */
.page_head_stage {
  background: #f4f4f4;
}

/* line 3, ../scss/_navigation.scss */
.access_navigation a:focus {
  position: absolute;
  left: 9999em;
  top: 0;
  display: block;
  white-space: nowrap;
  background: #2c80bb;
  padding: 5px 15px;
  color: #fff;
}

/* line 18, ../scss/_navigation.scss */
.breadcrumb {
  max-width: 1180px;
  margin: 30px auto;
}
/* line 22, ../scss/_navigation.scss */
.breadcrumb ol {
  display: block;
}
/* line 26, ../scss/_navigation.scss */
.breadcrumb a,
.breadcrumb span {
  color: #666;
  font-size: 0.82353em;
}
/* line 35, ../scss/_navigation.scss */
.breadcrumb a:after {
  content: "";
  display: inline-block;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -11px;
  width: 5px;
  height: 8px;
  margin-left: 10px;
}
/* line 43, ../scss/_navigation.scss */
.breadcrumb span {
  font-weight: bold;
}
/* line 47, ../scss/_navigation.scss */
.breadcrumb li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}
/* line 52, ../scss/_navigation.scss */
.breadcrumb li.last {
  padding-right: 0;
}

/* line 59, ../scss/_navigation.scss */
.font_size_changer a {
  vertical-align: baseline;
  padding: 0 8px;
}
/* line 65, ../scss/_navigation.scss */
.font_size_changer .font-size-smaller {
  font-size: 1.3rem;
}
/* line 69, ../scss/_navigation.scss */
.font_size_changer .font-size-default {
  font-size: 1.7rem;
}
/* line 73, ../scss/_navigation.scss */
.font_size_changer .font-size-larger {
  font-size: 2rem;
}

/* line 1, ../scss/_header.scss */
.header {
  background: #f4f4f4;
}
/* line 4, ../scss/_header.scss */
.header .width_wrapper {
  height: 100px;
}
/* line 8, ../scss/_header.scss */
.header .page_head_title_content {
  position: absolute;
  top: 10px;
  right: 0;
  width: calc(100% - 300px);
  height: 80px;
  text-align: right;
}
/* line 17, ../scss/_header.scss */
.header .page_head_title_content .co {
  display: inline-block;
  vertical-align: middle;
}

/* line 1, ../scss/_footer.scss */
.footer {
  text-align: center;
}
/* line 4, ../scss/_footer.scss */
.footer .page_foot_content {
  background: #a4c43d;
  padding: 30px 10px;
}
/* line 8, ../scss/_footer.scss */
.footer .page_foot_content .subject {
  text-transform: uppercase;
}

/* line 15, ../scss/_footer.scss */
#meta_navigation li {
  display: inline-block;
  padding: 15px 5px;
}
/* line 19, ../scss/_footer.scss */
#meta_navigation li a {
  display: block;
  padding: 5px 10px;
  color: #666;
  font-size: 0.88235em;
}

/* line 3, ../scss/_home.scss */
.home .page_body_main_content h2 {
  text-align: center;
  text-transform: uppercase;
}
/* line 8, ../scss/_home.scss */
.home .page_body_main_content .width_wrapper {
  max-width: 790px;
}
/* line 12, ../scss/_home.scss */
.home .page_body_main_content .wwe3_form_bloatmail {
  padding: 8rem 0;
}

@media print {
  /* line 2, ../scss/_print.scss */
  body {
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  /* line 7, ../scss/_print.scss */
  body,
  h1,
  h2,
  h3,
  .wwe3tbl .title_container,
  ol,
  ul,
  div,
  fieldset {
    width: auto;
    float: none;
    position: static;
    overflow: visible;
  }

  /* line 21, ../scss/_print.scss */
  .width_wrapper {
    position: static;
  }

  /* line 25, ../scss/_print.scss */
  h1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 60%;
    text-align: right;
  }

  /* line 33, ../scss/_print.scss */
  .page_head_title_content,
  .stepnav,
  #breadcrumb,
  #meta_navigation,
  .button_container,
  #menubutton,
  .sidr {
    display: none !important;
  }

  /* line 43, ../scss/_print.scss */
  .footer {
    border-top: 1px solid #000;
  }

  /* line 47, ../scss/_print.scss */
  .form_intermediate,
  section,
  form,
  .wwe3tbl {
    break-before: auto;
    break-after: auto;
    overflow: visible;
  }

  /* line 56, ../scss/_print.scss */
  .otr {
    break-inside: avoid;
  }

  /* line 60, ../scss/_print.scss */
  .width_wrapper {
    max-width: 100% !important;
  }
}
/* line 1, ../scss/co/_nested_pagelist.scss */
.nested_pagelist {
  text-align: left;
  font-size: 1.05882em;
}
/* line 5, ../scss/co/_nested_pagelist.scss */
.nested_pagelist a {
  text-decoration: none;
}
/* line 8, ../scss/co/_nested_pagelist.scss */
.nested_pagelist a:hover, .nested_pagelist a:focus {
  color: #2c80bb;
}
/* line 16, ../scss/co/_nested_pagelist.scss */
.nested_pagelist .npl_level_1 > li > a {
  font-weight: bold;
  line-height: 25px;
}
/* line 23, ../scss/co/_nested_pagelist.scss */
.nested_pagelist .npl_level_2,
.nested_pagelist .npl_level_3 {
  display: none;
}
/* line 28, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist {
  position: absolute;
  width: 100%;
  max-width: 820px;
  bottom: 0;
  right: 0;
}
/* line 35, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
/* line 40, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 > li {
  display: inline-block;
  position: relative;
}
/* line 44, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 > li > a {
  padding-bottom: 15px;
}
/* line 48, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 > li > .fold_children {
  display: inline-block;
  margin-left: 10px;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -253px;
  width: 14px;
  height: 8px;
}
/* line 55, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 > li:hover > a {
  color: #2c80bb;
}
/* line 59, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 > li:hover .npl_level_2 {
  display: block;
}
/* line 65, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 > li > a:focus ~ .npl_level_2 {
  display: block;
}
/* line 72, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_1 > li:focus-within .npl_level_2 {
  display: block;
}
/* line 79, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_2 {
  background: #fff;
  padding: 5px 15px;
  width: 260px;
  z-index: 100;
  position: absolute;
  top: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/* line 90, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_2 li {
  display: block;
  border-bottom: 1px solid #cccccc;
}
/* line 94, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_2 li.last {
  border-bottom: 0;
}
/* line 98, ../scss/co/_nested_pagelist.scss */
.page_head_title_content .nested_pagelist .npl_level_2 li a {
  display: block;
  padding: 15px 0;
}

/* line 2, ../scss/co/_stepnav.scss */
.stepnav .richtext ol {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  /* line 11, ../scss/co/_stepnav.scss */
  .stepnav .richtext ol li {
    font-size: 0;
    text-align: center;
  }
  /* line 15, ../scss/co/_stepnav.scss */
  .stepnav .richtext ol li:before {
    font-size: 1.7rem;
    margin-right: 0 !important;
  }
}
/* line 22, ../scss/co/_stepnav.scss */
.stepnav .richtext ol li {
  position: relative;
  display: block;
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f4f4f4;
  vertical-align: middle;
  margin: 0 !important;
}
/* line 34, ../scss/co/_stepnav.scss */
.stepnav .richtext ol li:before {
  content: counter(item);
  font-weight: normal;
  position: static;
  margin-left: 0;
  margin-right: 10px;
}
/* line 42, ../scss/co/_stepnav.scss */
.stepnav .richtext ol li.active {
  background: #2c80bb;
  color: #fff;
}
/* line 46, ../scss/co/_stepnav.scss */
.stepnav .richtext ol li.active:not(:last-child):after {
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  transform: rotate(45deg);
  position: absolute;
  right: -18px;
  top: 7px;
  background: #2c80bb;
  z-index: 2;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

/* line 2, ../scss/co/_rt_ext.scss */
.rt_ext_inh.hilight {
  background: #a4c43d;
  padding: 4rem 0;
  line-height: 1.4em;
  font-size: 1.23529em;
}
/* line 8, ../scss/co/_rt_ext.scss */
.rt_ext_inh.hilight .extra_link {
  padding: 3rem 0 1.5rem;
}
/* line 11, ../scss/co/_rt_ext.scss */
.rt_ext_inh.hilight .extra_link a {
  display: inline-block;
  background: #2c80bb;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all .15s;
}
/* line 21, ../scss/co/_rt_ext.scss */
.rt_ext_inh.hilight .extra_link a:hover, .rt_ext_inh.hilight .extra_link a:focus {
  background: #1c547c;
}
/* line 28, ../scss/co/_rt_ext.scss */
.rt_ext_inh.hilight .width_wrapper {
  text-align: center;
}
/* line 33, ../scss/co/_rt_ext.scss */
.rt_ext_inh.infotext {
  margin-top: 8rem;
  margin-bottom: -4rem;
}
/* line 37, ../scss/co/_rt_ext.scss */
.rt_ext_inh.infotext .richtext {
  background: #2c80bb;
  color: #fff;
  padding: 1rem 2rem;
}
/* line 42, ../scss/co/_rt_ext.scss */
.rt_ext_inh.infotext .richtext p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  /* line 49, ../scss/co/_rt_ext.scss */
  .page_head_stage .rt_ext_inh .width_wrapper {
    min-height: 250px;
  }
}
@media screen and (min-width: 700px) {
  /* line 49, ../scss/co/_rt_ext.scss */
  .page_head_stage .rt_ext_inh .width_wrapper {
    min-height: 400px;
  }
}
/* line 59, ../scss/co/_rt_ext.scss */
.page_head_stage .rt_ext_inh .img_container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  text-align: right;
}
@media screen and (min-width: 600px) {
  /* line 59, ../scss/co/_rt_ext.scss */
  .page_head_stage .rt_ext_inh .img_container {
    width: 50%;
  }
}
/* line 70, ../scss/co/_rt_ext.scss */
.page_head_stage .rt_ext_inh .img_container img {
  max-width: 100%;
}
/* line 75, ../scss/co/_rt_ext.scss */
.page_head_stage .rt_ext_inh .richtext {
  position: relative;
  z-index: 2;
  padding: 8rem 0 40vw;
  max-width: 640px;
}
@media screen and (min-width: 600px) {
  /* line 75, ../scss/co/_rt_ext.scss */
  .page_head_stage .rt_ext_inh .richtext {
    width: 55%;
    padding: 8rem 0;
  }
}

/* line 1, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh {
  padding: 7rem 0;
  background: #f4f4f4;
}
/* line 5, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh .width_wrapper {
  max-width: 1010px;
}
/* line 10, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh .rt_dbl_cols > a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 20, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh .rt_dbl_cols > a:hover h3, .rt_dbl_inh .rt_dbl_cols > a:hover .wwe3tbl .title_container, .wwe3tbl .rt_dbl_inh .rt_dbl_cols > a:hover .title_container, .rt_dbl_inh .rt_dbl_cols > a:focus h3, .rt_dbl_inh .rt_dbl_cols > a:focus .wwe3tbl .title_container, .wwe3tbl .rt_dbl_inh .rt_dbl_cols > a:focus .title_container {
  text-decoration: underline;
}
@media screen and (min-width: 700px) {
  /* line 9, ../scss/co/_rt_dbl.scss */
  .rt_dbl_inh .rt_dbl_cols {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  /* line 32, ../scss/co/_rt_dbl.scss */
  .rt_dbl_inh .rt_dbl_cols > a {
    width: 440px;
    margin-bottom: 0;
    padding-left: 120px;
    padding-top: 0;
    text-align: left;
  }
}
/* line 41, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh .rt_dbl_cols h3, .rt_dbl_inh .rt_dbl_cols .wwe3tbl .title_container, .wwe3tbl .rt_dbl_inh .rt_dbl_cols .title_container {
  color: #2c80bb;
}
/* line 46, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh .rt_dbl_cols .rt_dbl_left:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -31px;
  width: 86px;
  height: 86px;
}
/* line 52, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh .rt_dbl_cols .rt_dbl_right:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -117px;
  width: 86px;
  height: 86px;
}
/* line 59, ../scss/co/_rt_dbl.scss */
.rt_dbl_inh .rt_dbl_cols .rt_dbl_left:before,
.rt_dbl_inh .rt_dbl_cols .rt_dbl_right:before {
  top: 10px;
  left: calc(50% - 43px);
}
@media screen and (min-width: 700px) {
  /* line 59, ../scss/co/_rt_dbl.scss */
  .rt_dbl_inh .rt_dbl_cols .rt_dbl_left:before,
  .rt_dbl_inh .rt_dbl_cols .rt_dbl_right:before {
    top: 20px;
    left: 10px;
  }
}

/* line 2, ../scss/co/_smallsearch.scss */
.smallsearch .co_head {
  display: none;
}
/* line 6, ../scss/co/_smallsearch.scss */
.page_head_title_content .smallsearch {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #a4c43d;
}
/* line 11, ../scss/co/_smallsearch.scss */
.page_head_title_content .smallsearch .search_text {
  width: 100px;
  font-size: 0.82353em;
}
/* line 15, ../scss/co/_smallsearch.scss */
.page_head_title_content .smallsearch .search_text:focus {
  width: 200px;
}
/* line 21, ../scss/co/_smallsearch.scss */
.smallsearch .search_text {
  background: transparent;
  transition: all .15s;
  padding: 2px 5px;
  margin-right: 10px;
  width: calc(100% - 30px);
}
/* line 28, ../scss/co/_smallsearch.scss */
.smallsearch .search_text:hover, .smallsearch .search_text:focus {
  background: #fff;
}
/* line 34, ../scss/co/_smallsearch.scss */
.smallsearch .wwe_form_submit {
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -287px;
  width: 12px;
  height: 13px;
  font-size: 0;
  text-indent: -99em;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}

/* line 58, ../scss/base/_mixins.scss */
.flipwall:after {
  display: block;
  content: "";
  clear: both;
}
/* line 4, ../scss/co/_flipcard.scss */
.flipwall + .rt_ext_inh {
  margin-top: 5rem;
}

/* line 9, ../scss/co/_flipcard.scss */
.flipwall_item {
  position: relative;
  z-index: 1;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: 25px 0;
  vertical-align: middle;
  height: 100px;
  float: left;
  /*
  // 5 in a row
  @media screen and (min-width: $breakpoint_columns) {
    width: 18%;
    margin: 25px calc(10% / 11);

    &:nth-of-type(5n) {
      .flipped .backside {
        left: calc(-100% - 20px);
      }
    }
  }
*/
}
@media screen and (min-width: 450px) and (max-width: 599px) {
  /* line 9, ../scss/co/_flipcard.scss */
  .flipwall_item {
    width: 31%;
    margin: 25px calc(6% / 7);
  }
  /* line 29, ../scss/co/_flipcard.scss */
  .flipwall_item:nth-of-type(3n) .flipped .backside {
    left: calc(-100% - 20px);
  }
}
@media screen and (min-width: 600px) {
  /* line 9, ../scss/co/_flipcard.scss */
  .flipwall_item {
    width: 23%;
    margin: 25px calc(8% / 9);
  }
  /* line 41, ../scss/co/_flipcard.scss */
  .flipwall_item:nth-of-type(4n) .flipped .backside {
    left: calc(-100% - 20px);
  }
}
/* line 60, ../scss/co/_flipcard.scss */
.flipwall_item img {
  max-width: 100%;
}
/* line 64, ../scss/co/_flipcard.scss */
.flipwall_item.flippable .frontside {
  cursor: pointer;
}
/* line 68, ../scss/co/_flipcard.scss */
.flipwall_item .card {
  text-align: left;
}
/* line 71, ../scss/co/_flipcard.scss */
.flipwall_item .card .card_inner {
  position: relative;
}
/* line 76, ../scss/co/_flipcard.scss */
.flipwall_item .frontside {
  position: relative;
  overflow: hidden;
  z-index: 20;
  text-align: center;
  transition: all .3s .3s;
}
/* line 84, ../scss/co/_flipcard.scss */
.flipwall_item .backside {
  background: #fff;
  position: absolute;
  z-index: 1;
  transform: rotateY(-90deg);
  transition: all .3s;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  text-align: left;
}
/* line 95, ../scss/co/_flipcard.scss */
.flipwall_item .backside img {
  max-height: 100px;
  margin-bottom: 10px;
}
/* line 100, ../scss/co/_flipcard.scss */
.flipwall_item .backside h2,
.flipwall_item .backside .richtext {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.4em;
}
/* line 108, ../scss/co/_flipcard.scss */
.flipwall_item .backside .closetop {
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -203px;
  width: 30px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
/* line 121, ../scss/co/_flipcard.scss */
.flipwall_item .backside .closebottom {
  display: none;
}
/* line 126, ../scss/co/_flipcard.scss */
.flipwall_item .frontside,
.flipwall_item .backside {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 134, ../scss/co/_flipcard.scss */
.flipwall_item.flipping, .flipwall_item.flipped {
  z-index: 100;
}
/* line 138, ../scss/co/_flipcard.scss */
.flipwall_item.flipping .backside, .flipwall_item.flipped .backside {
  z-index: 100;
  height: auto;
}
@media screen and (min-width: 450px) {
  /* line 138, ../scss/co/_flipcard.scss */
  .flipwall_item.flipping .backside, .flipwall_item.flipped .backside {
    width: calc(200% + 20px);
  }
}
/* line 149, ../scss/co/_flipcard.scss */
.flipwall_item.flipped .frontside {
  transition: all .3s;
  transform: rotateY(90deg);
}
/* line 154, ../scss/co/_flipcard.scss */
.flipwall_item.flipped .backside {
  transition: all .3s .3s;
  transform: rotateY(0deg);
}
/* line 160, ../scss/co/_flipcard.scss */
.flipwall_item.unflipping {
  z-index: 90;
}

/* line 1, ../scss/functions/_accordion.scss */
.co_effect_accordion {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
/* line 8, ../scss/functions/_accordion.scss */
.co_effect_accordion + .co_effect_accordion,
.co_effect_accordion + a[name] + .co_effect_accordion {
  margin-top: -3.1rem !important;
}
/* line 13, ../scss/functions/_accordion.scss */
.co_effect_accordion .co_head {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
/* line 19, ../scss/functions/_accordion.scss */
.co_effect_accordion .co_head .topic {
  display: none;
}
/* line 23, ../scss/functions/_accordion.scss */
.co_effect_accordion .co_head h2 {
  margin: 0;
  color: #2c80bb;
}
/* line 28, ../scss/functions/_accordion.scss */
.co_effect_accordion .co_head:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px 0px;
  width: 11px;
  height: 11px;
  left: auto;
  right: 0;
  transform: rotate(180deg);
  transition: transform .15s;
  border: 10px solid #fff;
  border-radius: 50%;
}
/* line 39, ../scss/functions/_accordion.scss */
.co_effect_accordion .co_head:hover:before {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
/* line 45, ../scss/functions/_accordion.scss */
.co_effect_accordion.accordion_unfold .co_head:before {
  transform: rotate(0deg);
}
/* line 49, ../scss/functions/_accordion.scss */
.co_effect_accordion .co_body {
  padding-top: 20px;
}

/* line 2, ../scss/functions/_forms.scss */
.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 #cccccc;
  padding: 1em 20px 3px;
  background-color: #fff;
  color: #000;
  display: block;
  width: 100%;
}
/* line 18, ../scss/functions/_forms.scss */
.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 {
  border-color: #2c80bb;
}
/* line 23, ../scss/functions/_forms.scss */
.wwe3tbl select {
  padding: 10px 20px;
}
/* line 28, ../scss/functions/_forms.scss */
.wwe3tbl .show_error input[type="text"],
.wwe3tbl .show_error input[type="search"],
.wwe3tbl .show_error input[type="password"],
.wwe3tbl .show_error input[type="number"],
.wwe3tbl .show_error input[type="email"],
.wwe3tbl .show_error input[type="tel"],
.wwe3tbl .show_error input[type="date"],
.wwe3tbl .show_error select,
.wwe3tbl .show_error textarea {
  border-color: #c00;
  box-shadow: 0 0 5px rgba(220, 0, 0, 0.5);
}
/* line 42, ../scss/functions/_forms.scss */
.wwe3tbl option {
  padding: 2px 5px;
}
/* line 46, ../scss/functions/_forms.scss */
.wwe3tbl textarea {
  height: 200px;
  line-height: 25px;
}
/* line 51, ../scss/functions/_forms.scss */
.wwe3tbl .otd_field {
  padding-bottom: 10px;
}
/* line 54, ../scss/functions/_forms.scss */
.wwe3tbl .otd_field .limit {
  padding: 5px 0 0 220px;
}
/* line 59, ../scss/functions/_forms.scss */
.wwe3tbl .form_hidden {
  display: none;
}
/* line 63, ../scss/functions/_forms.scss */
.wwe3tbl .otr {
  clear: both;
  padding-bottom: 5px;
}
/* line 69, ../scss/functions/_forms.scss */
.wwe3tbl .th_label.th_show_error {
  color: red;
  font-weight: bold;
}
/* line 58, ../scss/base/_mixins.scss */
.wwe3tbl .type_confirm_check:after,
.wwe3tbl .type_checkbox:after {
  display: block;
  content: "";
  clear: both;
}
/* line 81, ../scss/functions/_forms.scss */
.wwe3tbl .type_confirm_check input + label a:hover,
.wwe3tbl .type_checkbox input + label a:hover {
  text-decoration: underline;
}
/* line 93, ../scss/functions/_forms.scss */
.wwe3tbl .type_check a,
.wwe3tbl .type_checkbox a,
.wwe3tbl .type_confirm_check a {
  color: #2c80bb;
}
/* line 96, ../scss/functions/_forms.scss */
.wwe3tbl .type_check a + .link_suffix,
.wwe3tbl .type_checkbox a + .link_suffix,
.wwe3tbl .type_confirm_check a + .link_suffix {
  padding-left: 5px;
}
/* line 106, ../scss/functions/_forms.scss */
.wwe3tbl .tr_title {
  padding-top: 20px;
  font-size: 1.17647em;
}
/* line 111, ../scss/functions/_forms.scss */
.wwe3tbl .label_suffix {
  padding-left: 5px;
}
/* line 115, ../scss/functions/_forms.scss */
.wwe3tbl .label_prefix {
  padding-right: 5px;
}
/* line 119, ../scss/functions/_forms.scss */
.wwe3tbl .bottest {
  display: none;
}
/* line 127, ../scss/functions/_forms.scss */
.wwe3tbl .type_info {
  padding-bottom: 20px;
}
/* line 128, ../scss/functions/_forms.scss */
.wwe3tbl .type_info a {
  white-space: nowrap;
  color: #2c80bb;
}

/* line 139, ../scss/functions/_forms.scss */
.wwe_form_container .message {
  padding: 15px;
  margin-bottom: 20px;
}
/* line 143, ../scss/functions/_forms.scss */
.wwe_form_container .message p {
  margin-bottom: 0;
}
/* line 148, ../scss/functions/_forms.scss */
.wwe_form_container .form_prologue {
  padding-bottom: 15px;
}
/* line 152, ../scss/functions/_forms.scss */
.wwe_form_container .button_container {
  padding-top: 3rem;
  text-align: center;
}
/* line 157, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit {
  color: #fff;
  background: #2c80bb;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  min-width: 260px;
  border-radius: 25px;
  font-weight: bold;
  transition: all .15s;
  margin: 1.5rem;
  -webkit-appearance: none;
}
/* line 173, ../scss/functions/_forms.scss */
.wwe_form_container .wwe_form_submit:hover, .wwe_form_container .wwe_form_submit:focus {
  background: #1c547c;
  outline: none;
}
@media screen and (min-width: 700px) {
  /* line 183, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .wwe_form_container .mail_dobirth .otd_label, .wwe3_form_bloatmail
  .wwe_form_container .pkvo_beschwerdestelle_date .otd_label {
    width: 150px;
    float: left;
    line-height: 50px;
    padding-bottom: 0;
  }
}
/* line 191, ../scss/functions/_forms.scss */
.wwe_form_container .mail_dobirth .otd_label,
.wwe_form_container .pkvo_beschwerdestelle_date .otd_label {
  padding-bottom: 5px;
}
/* line 195, ../scss/functions/_forms.scss */
.wwe_form_container .mail_dobirth .date_sep,
.wwe_form_container .pkvo_beschwerdestelle_date .date_sep {
  padding: 1em 5px 3px 1px;
}

/* line 204, ../scss/functions/_forms.scss */
.otr.floating_label {
  position: relative;
}
/* line 207, ../scss/functions/_forms.scss */
.otr.floating_label input[type="date"] {
  color: #fff;
}
/* line 210, ../scss/functions/_forms.scss */
.otr.floating_label input[type="date"]:focus, .otr.floating_label input[type="date"]:valid {
  color: #000;
}
/* line 216, ../scss/functions/_forms.scss */
.otr.floating_label label {
  position: absolute;
  top: 12px;
  left: 21px;
  transition: all .15s;
  user-select: none;
  cursor: text;
}
/* line 227, ../scss/functions/_forms.scss */
.otr.floating_label input:focus + label,
.otr.floating_label textarea:focus + label,
.otr.floating_label input:invalid:not(.placeholder-shown) + label,
.otr.floating_label textarea:invalid:not(.placeholder-shown) + label,
.otr.floating_label input:valid:not(.placeholder-shown) + label,
.otr.floating_label textarea:valid:not(.placeholder-shown) + label {
  top: 0;
  font-size: 0.64706em;
  color: #666;
}
/* line 239, ../scss/functions/_forms.scss */
.otr.floating_label.show_error input,
.otr.floating_label.show_error textarea,
.otr.floating_label.show_error select {
  border-color: #c00;
}
/* line 245, ../scss/functions/_forms.scss */
.otr.floating_label.show_error input:focus + label,
.otr.floating_label.show_error textarea:focus + label,
.otr.floating_label.show_error input:invalid:not(.placeholder-shown) + label,
.otr.floating_label.show_error textarea:invalid:not(.placeholder-shown) + label,
.otr.floating_label.show_error input:valid:not(.placeholder-shown) + label,
.otr.floating_label.show_error textarea:valid:not(.placeholder-shown) + label {
  color: #c00;
}
/* line 256, ../scss/functions/_forms.scss */
.otr.floating_label ::-webkit-input-placeholder {
  color: transparent;
}
/* line 260, ../scss/functions/_forms.scss */
.otr.floating_label ::-moz-placeholder {
  color: transparent;
}
/* line 264, ../scss/functions/_forms.scss */
.otr.floating_label :-ms-input-placeholder {
  color: transparent;
}
/* line 268, ../scss/functions/_forms.scss */
.otr.floating_label input:-moz-placeholder {
  color: transparent;
}
/* line 272, ../scss/functions/_forms.scss */
.otr.floating_label textarea:-moz-placeholder {
  color: transparent;
}

@media screen and (min-width: 700px) {
  /* line 279, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_1_3 {
    width: calc(33.3% - 7px);
    float: left;
  }
  /* line 284, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_1_3_middle {
    clear: none !important;
    position: relative;
    left: 10px;
  }
  /* line 290, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_1_3_last {
    clear: none !important;
    float: right;
  }
  /* line 295, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_1_2 {
    width: calc(50% - 5px);
    float: left;
  }
  /* line 300, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_1_2_last {
    clear: none !important;
    float: right;
  }
  /* line 305, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_3_4 {
    width: calc(75% - 5px);
    float: left;
  }
  /* line 310, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_1_4 {
    width: calc(25% - 5px);
    float: left;
  }
  /* line 315, ../scss/functions/_forms.scss */
  .wwe3_form_bloatmail .form_1_4_last,
  .wwe3_form_bloatmail .form_3_4_last {
    float: right;
    clear: none !important;
  }
}

/* line 324, ../scss/functions/_forms.scss */
.form_intermediate .otd_field {
  padding-bottom: 0;
}
/* line 328, ../scss/functions/_forms.scss */
.form_intermediate .itm_float {
  float: left;
  clear: none;
  padding-right: 7px;
}
/* line 333, ../scss/functions/_forms.scss */
.form_intermediate .itm_float .otd_label {
  display: none;
}
/* line 337, ../scss/functions/_forms.scss */
.form_intermediate .itm_float.form_1_2_last, .form_intermediate .itm_float.form_1_3_last, .form_intermediate .itm_float.form_1_4_last, .form_intermediate .itm_float.form_3_4_last {
  float: none;
}
/* line 343, ../scss/functions/_forms.scss */
.form_intermediate .itm_float.form_1_2_last + .otr, .form_intermediate .itm_float.form_1_3_last + .otr, .form_intermediate .itm_float.form_1_4_last + .otr, .form_intermediate .itm_float.form_3_4_last + .otr {
  clear: both !important;
}
/* line 349, ../scss/functions/_forms.scss */
.form_intermediate .mail_tel,
.form_intermediate .pkvo_broker_tel,
.form_intermediate .pkvo_geltend,
.form_intermediate .pkvo_beschwerdestelle,
.form_intermediate .pkvo_gerichtsverfahren,
.form_intermediate .pkvo_prozesskostenhilfe {
  padding-top: 15px;
}
/* line 359, ../scss/functions/_forms.scss */
.form_intermediate .itm_labelled .otd_label {
  float: left;
  padding-right: 20px;
  width: 250px;
  font-style: italic;
  text-align: right;
}
/* line 369, ../scss/functions/_forms.scss */
.form_intermediate .itm_unlabelled .otd_label {
  display: none;
}
/* line 374, ../scss/functions/_forms.scss */
.form_intermediate .type_file_upload {
  background: #f4f4f4;
  margin-top: 1.5rem;
  padding: 10px 20px;
  text-align: center;
}
/* line 380, ../scss/functions/_forms.scss */
.form_intermediate .type_file_upload .prog_status {
  max-width: 100%;
}

/* line 386, ../scss/functions/_forms.scss */
.custom_upload {
  overflow: hidden;
  display: block;
  cursor: pointer;
  clear: both;
  text-align: center;
}
@media screen and (min-width: 700px) {
  /* line 386, ../scss/functions/_forms.scss */
  .custom_upload {
    float: left;
    margin-right: 50px;
    text-align: left;
  }
}
/* line 399, ../scss/functions/_forms.scss */
.custom_upload input {
  position: absolute;
  left: -1000em;
}
/* line 404, ../scss/functions/_forms.scss */
.custom_upload span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: #2c80bb;
  border: 1px solid #2c80bb;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  min-width: 260px;
  border-radius: 25px;
  font-weight: bold;
  transition: all .15s;
}
/* line 420, ../scss/functions/_forms.scss */
.custom_upload input:focus + span,
.custom_upload span:hover {
  background: #2c80bb;
  color: #fff;
}

/* line 427, ../scss/functions/_forms.scss */
.prog_status {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}
/* line 434, ../scss/functions/_forms.scss */
.prog_status[data-status="-"] {
  display: none;
}
/* line 438, ../scss/functions/_forms.scss */
.prog_status:after {
  content: attr(data-status);
  font-weight: normal;
}

/* line 446, ../scss/functions/_forms.scss */
.form_search_generic .message {
  margin: 3rem 0 0;
  color: #c00;
}

/* line 452, ../scss/functions/_forms.scss */
.msg_misc {
  background: #c00;
  color: #fff;
}

/* line 3, ../scss/functions/_pagelist.scss */
.pagelist li,
.resultlist li {
  list-style-type: none;
  padding: 20px 0;
}

/* line 58, ../scss/base/_mixins.scss */
.pagelist li:after {
  display: block;
  content: "";
  clear: both;
}
/* line 13, ../scss/functions/_pagelist.scss */
.pagelist li > div {
  float: left;
  width: 50%;
}

/* line 20, ../scss/functions/_pagelist.scss */
.browse_background {
  padding: 30px 0;
}

/* line 24, ../scss/functions/_pagelist.scss */
a.path {
  color: #2c80bb;
  display: block;
  margin: 10px 0;
}

/* line 31, ../scss/functions/_pagelist.scss */
.browse_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
/* line 35, ../scss/functions/_pagelist.scss */
.browse_list li a,
.browse_list li span {
  display: inline-block;
  width: 35px;
  line-height: 30px;
  color: #2c80bb;
  text-align: center;
  border: 1px solid #2c80bb;
}
/* line 45, ../scss/functions/_pagelist.scss */
.browse_list li a:hover,
.browse_list li a:focus,
.browse_list li a:active,
.browse_list li span {
  background: #2c80bb;
  color: #fff;
}

/* line 4, ../scss/functions/_sidr.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 120px;
  background: #fff;
  float: left;
}
/* line 15, ../scss/functions/_sidr.scss */
.sidr-open .sidr, .sidr-animation .sidr {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 23, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 {
  display: block;
  margin: 15px;
}
/* line 27, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li {
  display: block;
  margin: 0;
}
/* line 31, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li a,
.sidr ul.npl_level_1 li span {
  display: inline-block;
  padding: 12px 0;
}
/* line 37, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li .fold_children {
  float: right;
  right: 10px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  width: 20px;
  display: inline-block;
}
/* line 46, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li .fold_children:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -253px;
  width: 14px;
  height: 8px;
  transition: all .15s;
}
/* line 51, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li .fold_children.unfolded:before {
  transform: rotate(180deg);
}
/* line 56, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 li ul {
  display: none;
}
/* line 61, ../scss/functions/_sidr.scss */
.sidr ul.npl_level_1 > li {
  border-bottom: 1px solid #cccccc;
}
/* line 66, ../scss/functions/_sidr.scss */
.sidr.left {
  left: -280px;
  right: auto;
}
/* line 71, ../scss/functions/_sidr.scss */
.sidr.right {
  left: auto;
  right: -280px;
}
/* line 78, ../scss/functions/_sidr.scss */
.sidr .smallsearch {
  position: absolute;
  top: 65px;
  left: 15px;
  right: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
/* line 87, ../scss/functions/_sidr.scss */
.sidr .font_size_changer {
  display: none;
}

/* line 92, ../scss/functions/_sidr.scss */
#menubutton {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 25px;
  z-index: 1000000;
  display: block;
  text-indent: -999rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 1040px) {
  /* line 92, ../scss/functions/_sidr.scss */
  #menubutton {
    display: none;
  }
}
/* line 108, ../scss/functions/_sidr.scss */
#menubutton:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -228px;
  width: 30px;
  height: 25px;
}
/* line 112, ../scss/functions/_sidr.scss */
#menubutton:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  background-image: url(img/svg-sprite.svg?1646389161);
  background-position: 0px -203px;
  width: 30px;
  height: 25px;
  display: none;
}
/* line 117, ../scss/functions/_sidr.scss */
.sidr-open #menubutton {
  position: fixed;
}
/* line 120, ../scss/functions/_sidr.scss */
.sidr-open #menubutton:before {
  display: none;
}
/* line 124, ../scss/functions/_sidr.scss */
.sidr-open #menubutton:after {
  display: inline-block;
}
