/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  box-sizing: border-box;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*:after,
*:before {
  box-sizing: inherit; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

p {
  margin: 0; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Lists
   ========================================================================== */
ul {
  margin: 0;
  padding: 0; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.bg-color--concrete {
  background-color: #F2F2F2; }

.slide-in-bottom-short {
  -webkit-animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-bottom-short {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-bottom-short {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.slide-in-bottom-long {
  -webkit-animation: slide-in-bottom-long 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom-long 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-bottom-long {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-bottom-long {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.slide-in-top-long {
  -webkit-animation: slide-in-top-long 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top-long 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-top-long {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-top-long {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.slide-out-bottom {
  -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }
.slide-in-right {
  -webkit-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
  animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both; }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.mt0 {
  margin-top: 0rem; }

.pt0 {
  padding-top: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.pb0 {
  padding-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

.pl0 {
  padding-left: 0rem; }

.mr0 {
  margin-right: 0rem; }

.pr0 {
  padding-right: 0rem; }

.m0 {
  margin: 0rem; }

.p0 {
  padding: 0rem; }

.mt1 {
  margin-top: 1rem; }

.pt1 {
  padding-top: 1rem; }

.mb1 {
  margin-bottom: 1rem; }

.pb1 {
  padding-bottom: 1rem; }

.ml1 {
  margin-left: 1rem; }

.pl1 {
  padding-left: 1rem; }

.mr1 {
  margin-right: 1rem; }

.pr1 {
  padding-right: 1rem; }

.m1 {
  margin: 1rem; }

.p1 {
  padding: 1rem; }

.mt3 {
  margin-top: 3rem; }

.pt3 {
  padding-top: 3rem; }

.mb3 {
  margin-bottom: 3rem; }

.pb3 {
  padding-bottom: 3rem; }

.ml3 {
  margin-left: 3rem; }

.pl3 {
  padding-left: 3rem; }

.mr3 {
  margin-right: 3rem; }

.pr3 {
  padding-right: 3rem; }

.m3 {
  margin: 3rem; }

.p3 {
  padding: 3rem; }

.mt2 {
  margin-top: 2rem; }

.pt2 {
  padding-top: 2rem; }

.mb2 {
  margin-bottom: 2rem; }

.pb2 {
  padding-bottom: 2rem; }

.ml2 {
  margin-left: 2rem; }

.pl2 {
  padding-left: 2rem; }

.mr2 {
  margin-right: 2rem; }

.pr2 {
  padding-right: 2rem; }

.m2 {
  margin: 2rem; }

.p2 {
  padding: 2rem; }

.mt4 {
  margin-top: 4rem; }

.pt4 {
  padding-top: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.pl4 {
  padding-left: 4rem; }

.mr4 {
  margin-right: 4rem; }

.pr4 {
  padding-right: 4rem; }

.m4 {
  margin: 4rem; }

.p4 {
  padding: 4rem; }

.mt6 {
  margin-top: 6rem; }

.pt6 {
  padding-top: 6rem; }

.mb6 {
  margin-bottom: 6rem; }

.pb6 {
  padding-bottom: 6rem; }

.ml6 {
  margin-left: 6rem; }

.pl6 {
  padding-left: 6rem; }

.mr6 {
  margin-right: 6rem; }

.pr6 {
  padding-right: 6rem; }

.m6 {
  margin: 6rem; }

.p6 {
  padding: 6rem; }

.mt8 {
  margin-top: 8rem; }

.pt8 {
  padding-top: 8rem; }

.mb8 {
  margin-bottom: 8rem; }

.pb8 {
  padding-bottom: 8rem; }

.ml8 {
  margin-left: 8rem; }

.pl8 {
  padding-left: 8rem; }

.mr8 {
  margin-right: 8rem; }

.pr8 {
  padding-right: 8rem; }

.m8 {
  margin: 8rem; }

.p8 {
  padding: 8rem; }

.mt10 {
  margin-top: 10rem; }

.pt10 {
  padding-top: 10rem; }

.mb10 {
  margin-bottom: 10rem; }

.pb10 {
  padding-bottom: 10rem; }

.ml10 {
  margin-left: 10rem; }

.pl10 {
  padding-left: 10rem; }

.mr10 {
  margin-right: 10rem; }

.pr10 {
  padding-right: 10rem; }

.m10 {
  margin: 10rem; }

.p10 {
  padding: 10rem; }

.preload-transitions * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.container {
  max-width: 80rem;
  margin: 0 auto; }

@media (min-width: 992px) {
  .container--grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem; } }

@media (min-width: 992px) {
  .col--1-13 {
    grid-column: 1 / 13; } }

@media (min-width: 992px) {
  .col--2-12 {
    grid-column: 2 / 12; } }

@media (min-width: 992px) {
  .col--3-11 {
    grid-column: 3 / 11; } }

@media (min-width: 992px) {
  .col--3-8 {
    grid-column: 3 / 8; } }

@media (min-width: 992px) {
  .col--4-10 {
    grid-column: 4 / 10; } }

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  grid-gap: 2rem; }

.multi-column {
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  margin: 0 1rem;
  padding: 0; }

@media (min-width: 992px) {
  .multi-column--count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-width: 20rem; } }

@media only screen and (min-width: 568px) {
  .flex {
    display: flex; } }

.flex--column {
  flex-direction: column; }

.flex--center-x {
  align-items: center; }

.flex--center-y {
  justify-content: center; }

.flex-right {
  margin-left: auto; }

.old-elevation-level-1 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.old-elevation-level-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.old-elevation-level-3 {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

.old-elevation-level-4 {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2); }

.old-elevation-level-2--reflected {
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2); }

.elevation-level-1 {
  box-shadow: 0 2px 4px 0;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1); }

.elevation-level-2 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 18px 0 rgba(0, 0, 0, 0.1); }

.elevation-level-3 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.1), 0 3px 16px 2px rgba(0, 0, 0, 0.1); }

.elevation-level-4 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.1), 0 5px 22px 4px rgba(0, 0, 0, 0.1); }

.elevation-dragndrop {
  box-shadow: 0 8px 24px rgba(17, 17, 26, 0.1), 0 16px 56px rgba(17, 17, 26, 0.1), 0 24px 80px rgba(17, 17, 26, 0.1); }

.copy {
  padding: 1rem;
  display: inline-block; }

.copy--xs {
  font-size: .8rem;
  line-height: 1.4rem; }

.copy--s {
  font-size: .9rem;
  line-height: 1.4rem; }

.copy--sm {
  font-size: 1.1rem;
  line-height: 1.8rem; }

.copy--bold {
  font-weight: bold; }

.copy--white {
  color: white; }

.copy--icon {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  padding-left: 2rem; }

.copy--service-phone {
  background-image: url("../img/icon_phone.svg"); }

.copy--inline {
  padding-top: 0;
  padding-bottom: 0;
  display: block; }

.copy--list-title {
  padding-bottom: 0; }

.title + .copy {
  padding-top: 0; }

.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  margin: 0 1rem; }
  .arrow span {
    top: .5rem;
    position: absolute;
    width: .75rem;
    height: .1rem;
    background-color: black;
    display: inline-block;
    transition: all .2s ease; }
    .arrow span:first-of-type {
      left: 0;
      transform: rotate(45deg); }
    .arrow span:last-of-type {
      right: 0;
      transform: rotate(-45deg); }
    .arrow span.active span:first-of-type {
      transform: rotate(-45deg); }
    .arrow span.active span:last-of-type {
      transform: rotate(45deg); }

.button {
  border: .05rem solid transparent;
  background: transparent;
  padding: 1rem;
  font-size: .8rem;
  letter-spacing: .05rem;
  cursor: pointer;
  white-space: nowrap; }
  .button:hover {
    transition: all .3s ease-out; }

.button--primary {
  background-color: #222222;
  color: white;
  border-radius: .1rem; }
  .button--primary:hover {
    background-color: #111111; }

.button--primary-inverted {
  background-color: white;
  color: #222222;
  border-radius: .1rem; }
  .button--primary-inverted:hover {
    background-color: #F2F2F2; }

.button--secondary {
  color: #222222;
  border: 0.05rem solid #222222;
  border-radius: .1rem; }
  .button--secondary:hover {
    background-color: #606060;
    border: 0.05rem solid #111111;
    color: white; }

.button--secondary-icon {
  background-color: #c6c6c6; }

.button--menu-toggle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  margin-left: auto;
  margin-right: .5rem; }

.button--menu-toggle[aria-expanded="false"] {
  background-image: url("../img/icon_hamburger.svg");
  background-size: 1.5rem; }

.button--menu-toggle[aria-expanded="true"] {
  background-image: url("../img/icon_close-dark.svg");
  background-size: 1rem; }

.button--icon {
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center; }

.button--icon-right {
  background-position: calc(100% - 1rem) center;
  padding-right: 3rem; }

.button--icon-left {
  background-position: 1rem center;
  padding-left: 3rem; }

.button--circle {
  height: 44px;
  width: 44px;
  border-radius: 50%; }

.button--icon-only {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  border-radius: 50%; }

.button--edit {
  background-image: url("../img/icon_edit.svg");
  background-color: #222222; }

.button--delete {
  background-image: url("../img/icon_delete.svg"); }
  .button--delete:hover {
    background-image: url("../img/icon_delete-white.svg"); }

.button--filter {
  background-image: url("../img/icon_zoom.svg"); }

.button--translate {
  background-image: url("../img/icon_translate.svg"); }

.button--print {
  background-image: url("../img/icon_print.svg"); }

.button--share {
  background-image: url("../img/icon_mail.svg"); }

.button--download-document {
  background-image: url("../img/icon_download-document.svg");
  background-size: .85rem; }

.button--deeplink {
  background-image: url("../img/icon_link.svg");
  background-size: 1.1rem; }

.button--close {
  background-image: url("../img/icon_close-dark.svg");
  position: absolute;
  top: 1rem;
  right: 1rem; }

.button--ghost {
  font-size: inherit;
  color: inherit;
  letter-spacing: 0;
  padding: 0;
  text-decoration: underline; }

.button--close-hint {
  background-image: url("../img/icon_close-dark.svg");
  align-self: flex-start; }

.button--dropdown {
  background-image: url("../img/icon_arrow--down.svg");
  width: 100%; }
  .button--dropdown:hover {
    background-image: url("../img/icon_arrow--down-white.svg"); }
  .button--dropdown[aria-expanded="true"] {
    background-color: #606060;
    color: white;
    background-image: url("../img/icon_arrow--down-white.svg"); }

.button--submit {
  border-radius: 0 .1rem .1rem 0;
  width: 3rem;
  background-image: url("../img/icon_zoom.svg"); }

.button--close-white {
  background-image: url("../img/icon_close-white.svg"); }

.button--reset-edittext {
  background-image: url("../img/icon_close-dark.svg");
  background-size: .8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.5rem;
  display: none; }

.button--link {
  position: relative; }
  .button--link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .1rem;
    transform: scaleY(0);
    background-color: #111111;
    transition: transform .2s; }
  .button--link:hover {
    color: #111111; }
    .button--link:hover:after {
      transform: scaleY(1); }

.button--dialog[aria-expanded="true"] {
  background-image: url("../img/icon_outline-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  position: fixed;
  margin: 0;
  top: 1px;
  top: 1rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  transition: none;
  color: #222222; }
  .button--dialog[aria-expanded="true"] span {
    display: none; }

.button--dialog[aria-expanded="false"] {
  background-image: url("../img/icon_outline-arrow-right.svg");
  background-size: 1rem;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  text-align: left;
  padding-left: 0;
  letter-spacing: 0;
  font-size: .9rem;
  font-weight: bold;
  -webkit-animation: none;
  animation: none;
  transition: none; }

.button--toggle-dialog {
  background-image: url("../img/icon_arrow--down.svg");
  border-bottom: 1px solid #222222;
  text-align: left;
  margin-top: 1rem;
  width: 100%; }

.button--pin {
  margin-right: 1rem;
  background-image: url("../img/icon_pin-add.svg"); }
  .button--pin:hover {
    background-color: #222222;
    background-image: url("../img/icon_pin-add-white.svg"); }
  .button--pin[aria-selected="true"] {
    background-color: #222222;
    background-image: url("../img/icon_pin-minus-white.svg"); }

.button__label {
  font-size: .8rem;
  letter-spacing: .05rem; }

.button__icon svg {
  width: 1rem; }

.checkboxgroup {
  padding: 1rem;
  margin: 0; }

.checkboxgroup--contact {
  display: flex;
  flex-direction: column;
  padding-left: 0; }

.checkboxgroup--options {
  display: flex;
  flex-direction: column; }
  @media (min-width: 568px) {
    .checkboxgroup--options {
      flex-direction: row;
      justify-content: space-between; } }

.checkboxgroup__item {
  list-style: none;
  padding: 0; }

.checkbox {
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: .8rem;
  cursor: pointer; }
  .checkbox:before {
    position: relative;
    margin-right: 1rem;
    min-width: 1.25rem;
    content: url("../img/checkbox-border.svg"); }
  .checkbox:focus, .checkbox:hover {
    cursor: pointer; }
  .checkbox[aria-checked="true"]:before {
    position: relative;
    content: url("../img/checkbox-check.svg"); }
  .checkbox[aria-readonly="true"] {
    cursor: not-allowed; }

.checkbox--contact {
  padding-left: 0; }

.icon-dropdown {
  width: .7rem;
  margin-left: .5rem;
  margin-top: -.15rem; }

.icon-dropdown--small {
  width: .6rem; }

.img--link {
  width: 100%; }

.input {
  background-color: white;
  font-size: .8rem;
  padding: 1rem;
  border: 0.05rem solid #222222;
  border-radius: .2rem;
  width: 100%;
  line-height: inherit; }

.input--autocomplete {
  border-radius: .2rem 0 0 .2rem; }

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.label {
  font-size: .8rem; }

.label--input {
  margin-top: 2rem; }
  .label--input:first-child {
    margin-top: 0; }

@media (min-width: 992px) {
  .legend--options {
    text-align: center;
    width: 100%; } }

.menu__link {
  text-decoration: none;
  color: #222222;
  line-height: 1.5rem; }
  .menu__link:hover {
    color: #111111;
    text-decoration: underline; }
  @media (min-width: 992px) {
    .menu__link {
      white-space: nowrap; } }

.menu__link--icon {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left .2rem;
  background-size: 1rem;
  padding-left: 2rem; }

.menu__link--account {
  display: flex;
  align-items: center; }
  .menu__link--account img {
    width: 1rem; }
  .menu__link--account span {
    margin-left: 1rem; }

.menu__link--dropdown {
  display: flex;
  align-items: center;
  position: relative; }
  @media (min-width: 992px) {
    .menu__link--dropdown {
      padding-right: 1.5rem; } }
  .menu__link--dropdown:after {
    content: "";
    background-image: url("../img/icon_arrow--down.svg");
    background-position: center right;
    position: absolute;
    height: .8rem;
    width: .8rem;
    right: 0;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .menu__link--dropdown:after {
        height: .7rem;
        width: .7rem; } }

.menu__link--small {
  font-size: .9rem; }

.menu__link--bold {
  font-weight: bold; }

.link__icon--small {
  width: 1rem;
  margin-right: .5rem; }

.menu__link--sublevel {
  font-size: .95rem; }
  @media (min-width: 992px) {
    .menu__link--sublevel {
      white-space: inherit; } }

.menu__link--breadcrumb {
  font-size: .8rem;
  line-height: 2.5rem;
  text-decoration: underline;
  white-space: inherit;
  display: none; }
  @media (min-width: 992px) {
    .menu__link--breadcrumb {
      display: inline-block; } }
  .menu__link--breadcrumb[aria-current="current-page"] {
    display: block;
    font-weight: bold;
    text-decoration: underline; }
  .menu__link--breadcrumb:after {
    content: "";
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
    transform: rotate(15deg);
    border-right: .05rem solid;
    height: .8em; }

.link {
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #222222;
  text-decoration: underline; }

.link--ghost {
  text-decoration: none; }
  .link--ghost:hover {
    text-decoration: underline; }

.link--inline {
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

.link--lined {
  background: none;
  text-decoration: underline; }

.link--white {
  color: white; }

.link--small {
  font-size: .9rem; }

.radiogroup--options {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  @media (min-width: 568px) {
    .radiogroup--options {
      flex-direction: row; } }
  .radiogroup--options:focus {
    outline: none; }

.radio--option {
  border: 0 solid transparent;
  position: relative;
  cursor: default;
  outline: none;
  color: #222222;
  font-size: .8rem;
  padding: 1rem;
  display: flex;
  align-items: center; }
  .radio--option:before {
    position: relative;
    content: url("../img/radio-border.svg");
    display: inline-block;
    min-width: 1.25rem;
    min-height: 1.25rem;
    margin-right: 1rem; }
  .radio--option.focus, .radio--option:hover {
    cursor: pointer; }

.input--radio[type=radio] {
  opacity: 0; }

.input--radio[type=radio] + label {
  cursor: pointer;
  position: relative;
  padding-left: 2.25rem;
  height: 1.4rem;
  display: flex;
  align-items: center; }

.radio--option[aria-checked="true"]:before {
  position: relative;
  content: url("../img/radio-inner.svg");
  display: inline-block;
  width: 1.25rem;
  margin-right: 1rem; }

.input--radio[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  /* Fixed alignment in some browsers. */
  top: 0;
  border-radius: 50%;
  border: 0.05rem solid #222222;
  width: 1.25rem;
  height: 1.25rem; }

.input--radio[type=radio] + label::after {
  content: "";
  position: absolute;
  left: .19rem;
  top: .19rem;
  border-radius: 50%;
  width: 1rem;
  height: 1rem; }

.input--radio[type=radio]:checked + label::after {
  border-color: #111111;
  background-color: #111111;
  /* The background is removed in Windows high-contrast mode, so we
     need to set it explicitly here. `WindowText` is a system color
     that should work with whatever high contrast mode the user
     has set. */
  transition: all .3s ease-out; }

.radio--option-inverted {
  color: white; }
  .radio--option-inverted:before {
    content: url("../img/radio-border-inverted.svg"); }

.radio--option-inverted[aria-checked="true"]:before {
  content: url("../img/radio-inner-inverted.svg"); }

@media screen and (-ms-high-contrast: active) {
  .input--radio[type=radio]:checked + label::after {
    background: WindowText; } }
.title {
  font-weight: bold;
  margin: 0;
  padding: 1rem; }

.title--xs {
  font-size: 1.2rem;
  line-height: 1.5rem; }

.title--s {
  font-size: 1.1rem;
  line-height: 1.5rem; }
  @media (min-width: 414px) {
    .title--s {
      font-size: calc(17.6px + (24 - 17.6) * ((100vw - 414px) / (1024 - 414))); } }
  @media (min-width: 1024px) {
    .title--s {
      font-size: 1.5rem; } }
  @media (min-width: 414px) {
    .title--s {
      line-height: calc(24px + (36.8 - 24) * ((100vw - 414px) / (1024 - 414))); } }
  @media (min-width: 1024px) {
    .title--s {
      line-height: 2.3rem; } }

.title--m {
  font-size: 1.2rem;
  line-height: 1.6rem; }
  @media (min-width: 414px) {
    .title--m {
      font-size: calc(19.2px + (28.8 - 19.2) * ((100vw - 414px) / (1024 - 414))); } }
  @media (min-width: 1024px) {
    .title--m {
      font-size: 1.8rem; } }
  @media (min-width: 414px) {
    .title--m {
      line-height: calc(25.6px + (43.2 - 25.6) * ((100vw - 414px) / (1024 - 414))); } }
  @media (min-width: 1024px) {
    .title--m {
      line-height: 2.7rem; } }

.title--l {
  font-size: 1.4rem;
  line-height: 2.1rem; }
  @media (min-width: 414px) {
    .title--l {
      font-size: calc(22.4px + (35.2 - 22.4) * ((100vw - 414px) / (1024 - 414))); } }
  @media (min-width: 1024px) {
    .title--l {
      font-size: 2.2rem; } }
  @media (min-width: 414px) {
    .title--l {
      line-height: calc(33.6px + (52.8 - 33.6) * ((100vw - 414px) / (1024 - 414))); } }
  @media (min-width: 1024px) {
    .title--l {
      line-height: 3.3rem; } }

.service-account {
  margin-left: auto; }

.service-account__link {
  color: white; }

.bg--codgray {
  background-color: #111111; }

.brand-serviceportal {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .brand-serviceportal {
      margin-top: 4rem; } }

.brand-serviceportal__image {
  width: 100%;
  max-width: 10rem; }
  @media (min-width: 992px) {
    .brand-serviceportal__image {
      max-width: 12rem; } }

.brand--illu {
  width: 8rem;
  display: flex; }

address {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit; }

.address {
  padding: 1rem; }

.address--inline {
  padding: 1rem 0; }

.cookie {
  max-width: 45rem;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  background-color: white;
  box-shadow: 0 1px 5.5px 1px rgba(17, 17, 17, 0.16);
  z-index: 10000; }

.cookie__link {
  text-decoration: underline;
  color: #222222; }

.cookie__checkboxgroup {
  padding: 0;
  margin: 0; }

.cookie__buttons {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: column; }
  @media (min-width: 414px) {
    .cookie__buttons {
      flex-direction: row; } }

/**
@author Lutz Liebig
 */
.hint {
  padding: 2rem;
  display: flex; }

.hint__content {
  padding: 0;
  margin-right: 2rem;
  color: #606060; }

li {
  padding: 1rem 0; }

.list__item--no-style {
  list-style: none; }

.list-item--narrow {
  padding-left: 0; }

.list__item--filterable {
  display: flex;
  align-items: center;
  align-items: flex-start; }

.list__item--inline {
  padding: 1rem 0; }

.list__item--counted {
  margin: 0 0 .5rem;
  counter-increment: rank;
  position: relative;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: flex; }
  .list__item--counted:before {
    content: counter(rank) ".";
    --size: 2rem;
    left: calc(-1 * var(--size) - .5rem);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    background-color: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0; }
  .list__item--counted .link {
    margin-left: 1rem; }

.vorhabenliste_entry {
  padding-left: 0; }

.link-group {
  display: flex;
  padding: 1rem;
  flex-direction: column; }
  @media (min-width: 568px) {
    .link-group {
      align-items: center;
      flex-direction: row; } }
  .link-group a {
    flex: 1 0 0; }
    .link-group a:nth-child(even) {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      @media (min-width: 568px) {
        .link-group a:nth-child(even) {
          margin-right: 2rem;
          margin-left: 2rem; } }

.location-map {
  margin-top: 1rem; }

.location-map__image {
  width: 100%; }

.zustaendige-stelle__image-container {
  margin-top: 1rem; }

.zustaendige-stelle__image {
  width: 20rem; }

.vorhabenliste {
  list-style-type: none; }

.vorhabenliste__button-container {
  width: 100%;
  text-align: center;
  padding: 1rem; }

#btn-weniger-anzeigen {
  display: none; }

.branding--mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 1rem; }

.brand svg {
  width: 100%; }

.brand--words {
  width: 6rem; }
  @media (min-width: 992px) {
    .brand--words {
      width: 7rem;
      margin-left: 1rem; } }

.brand--footer {
  display: flex; }
  @media (min-width: 768px) {
    .brand--footer {
      margin-left: 0; } }

.brand__link {
  display: block; }

.banner {
  display: flex;
  align-items: center;
  border: 1px solid #CADCE5; }

.banner--vertical {
  flex-direction: column;
  align-items: flex-start; }

.banner__illu {
  width: 1rem;
  margin-top: -3px; }

.button-group {
  display: flex;
  padding: 1rem; }
  .button-group .button {
    margin-left: 1rem; }
    .button-group .button:first-child {
      margin-left: 0; }

.button-group--align-right {
  margin-left: auto; }

.article__functions {
  border-top: 0.05rem solid #CADCE5; }

.search--services {
  position: relative;
  margin: 1rem; }

.search--location {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .search--location {
      margin-bottom: 0; } }
  .search--location .js-last-focus {
    margin-top: auto; }

.search__autocomplete {
  display: flex;
  position: relative; }

.autocomplete-input {
  border: 5rem solid #606060;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  flex: 1; }

.search__results {
  position: absolute;
  width: calc(100% - 3rem);
  z-index: 1;
  list-style: none;
  transition: none;
  background-color: white;
  border: 0.05rem solid #F2F2F2;
  box-shadow: 0 1px 5.5px 1px rgba(17, 17, 17, 0.16);
  margin: 0;
  padding: 0; }

.autocomplete-result {
  cursor: pointer;
  padding: 1rem;
  font-size: .8rem;
  font-weight: bold; }
  .autocomplete-result:hover {
    text-decoration: underline; }

.contact {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center; }
  .contact label {
    font-weight: bold; }
  .contact textarea {
    padding: .5rem;
    border-radius: .05rem;
    outline: none;
    border: 1px solid #222222; }
  @media (min-width: 568px) {
    .contact .button {
      align-self: flex-start; } }

.label {
  font-size: .8rem;
  padding: 1rem 0; }

fieldset {
  padding: 1rem;
  border: 0; }

.page-header {
  width: 100%;
  background-color: white; }

.page-header--fixed {
  -webkit-animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  position: fixed;
  height: 100vh;
  min-height: 100vh;
  overflow: auto;
  top: 0;
  z-index: 501; }
  @media (min-width: 992px) {
    .page-header--fixed {
      -webkit-animation: none;
      animation: none; } }

.navigation--footer {
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .navigation--footer {
      flex-direction: row;
      justify-content: center; } }

.list--narrow {
  padding: 0;
  list-style: none; }

.list--counter {
  counter-reset: rank;
  list-style: none; }

.list--bordered li {
  border-top: 0.03rem solid #CADCE5; }
  .list--bordered li:first-child {
    border-top: 0; }

.list--truncate {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap; }
  .list--truncate li {
    padding: 0;
    margin-left: .3rem; }
    .list--truncate li:first-child {
      margin-left: 0; }
    .list--truncate li:last-child {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .list--truncate li a {
      font-size: .9rem;
      text-decoration: none; }
      .list--truncate li a:hover {
        text-decoration: underline; }

.page-navigation {
  display: none;
  visibility: hidden;
  opacity: 0; }
  @media (min-width: 992px) {
    .page-navigation {
      display: block;
      visibility: visible;
      opacity: 1; } }

.page-navigation--is-visible {
  display: block;
  visibility: visible;
  opacity: 1;
  background-color: white;
  padding: 0; }
  .page-navigation--is-visible .branding {
    display: none; }

.navigation--meta {
  border-bottom: 1px solid #CADCE5; }

@media (min-width: 992px) {
  .navigation--main {
    display: flex;
    justify-content: center;
    margin-top: 1rem; } }

.navigation--mobile {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CADCE5;
  display: flex; }
  @media (min-width: 992px) {
    .navigation--mobile {
      display: none; } }

.navigation__header--mobile {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  align-items: center; }

.navigation__menu {
  flex-direction: column; }
  @media (min-width: 992px) {
    .navigation__menu {
      flex-direction: row; } }

.navigation__menu--main,
.navigation__menu--meta {
  padding-left: 0; }

.navigation__menu--footer {
  grid-column: 2 / 12;
  display: flex;
  justify-content: center; }
  @media (min-width: 1024px) {
    .navigation__menu--footer {
      grid-column: 3 / 11; } }
  @media (min-width: 568px) {
    .navigation__menu--footer {
      flex-direction: row; } }

.navigation__menu--breadcrumb {
  overflow: hidden; }
  .navigation__menu--breadcrumb p {
    margin-right: 1em;
    padding: 0;
    float: left;
    direction: ltr; }

.menu__item {
  list-style: none;
  padding: 1rem; }
  .menu__item:last-child {
    border-bottom: 0; }

.menu__item--breadcrumb {
  padding: 0;
  display: inline; }
  .menu__item--breadcrumb:last-child a:after {
    content: none; }

.menu__item--back {
  display: block;
  width: 100%; }

@media (min-width: 992px) {
  .menu__item--simple-language {
    margin-left: auto;
    align-self: auto; } }

.menu__item--choose-language {
  margin-left: auto; }
  @media (min-width: 992px) {
    .menu__item--choose-language {
      margin-left: 2rem; } }

.menu__item--colored {
  border-radius: .1rem;
  background-color: #F2F2F2; }
  @media (min-width: 992px) {
    .menu__item--colored {
      background-color: white; } }

.navigation__dropdown {
  position: relative; }

.navigation__menu--sublevel {
  position: absolute;
  z-index: 1;
  display: none;
  visibility: hidden;
  opacity: 0;
  padding-left: 0; }
  @media (min-width: 992px) {
    .navigation__menu--sublevel {
      width: 25rem;
      margin-left: 0;
      flex-direction: column;
      background-color: white;
      box-shadow: 0 1px 5.5px 1px rgba(17, 17, 17, 0.16); } }

@media (min-width: 992px) {
  .navigation__menu--main {
    display: flex; } }

.navigation__menu--column {
  flex-direction: column; }
  .navigation__menu--column .menu__item {
    padding-left: 0; }
    .navigation__menu--column .menu__item:first-child {
      padding-top: 0; }

.navigation__dropdown[data-open=true] .navigation__menu--sublevel {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-animation: slide-in-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  position: static; }
  @media (min-width: 992px) {
    .navigation__dropdown[data-open=true] .navigation__menu--sublevel {
      position: absolute;
      padding: 1rem; } }
.navigation__dropdown[data-open=true] .menu__link--dropdown {
  font-weight: bold; }
  @media (min-width: 992px) {
    .navigation__dropdown[data-open=true] .menu__link--dropdown {
      font-weight: normal; } }
.navigation__dropdown[data-open=true] .navigation__menu--languages {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 5.5px 1px rgba(17, 17, 17, 0.16);
  padding: 1rem; }
  @media (min-width: 992px) {
    .navigation__dropdown[data-open=true] .navigation__menu--languages {
      width: 10rem; } }
  .navigation__dropdown[data-open=true] .navigation__menu--languages .menu__link--sublevel {
    font-size: .8rem; }

.content-block {
  margin-top: 2rem; }

.content-cluster {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  padding: 1rem; }

.content-cluster--inline {
  margin: 1rem; }

.content-cluster--row {
  flex-direction: row; }

.faq-accordion__header {
  display: block;
  cursor: pointer;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: .9rem;
  letter-spacing: .05rem;
  line-height: 1.5rem;
  color: white;
  background-color: #222222;
  border: 0.05rem solid #222222; }
  .faq-accordion__header:before {
    transition: all .3s ease-out;
    content: "";
    display: inline-block;
    width: .75rem;
    height: .75rem;
    background-repeat: no-repeat;
    margin-right: 1rem;
    background-image: url("../img/icon_plus.svg"); }
  .faq-accordion__header:hover {
    background-color: #111111; }
  .faq-accordion__header[aria-expanded=true] {
    background-color: #111111; }
    .faq-accordion__header[aria-expanded=true]:before {
      transform: rotate(45deg); }

.location-accordion__header, .ansprechpartner-accordion__header, .datenschutz-accordion__header {
  display: block;
  cursor: pointer;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: .9rem;
  letter-spacing: .05rem;
  line-height: 1.5rem;
  color: white;
  background-color: #222222;
  border: 0.05rem solid #222222; }
  .location-accordion__header:before, .ansprechpartner-accordion__header:before, .datenschutz-accordion__header:before {
    transition: all .3s ease-out;
    content: "";
    display: inline-block;
    width: .75rem;
    height: .75rem;
    background-repeat: no-repeat;
    margin-right: 1rem;
    background-image: url("../img/icon_plus.svg"); }
  .location-accordion__header:hover, .ansprechpartner-accordion__header:hover, .datenschutz-accordion__header:hover {
    background-color: #111111; }
  .location-accordion__header[aria-expanded=true], .ansprechpartner-accordion__header[aria-expanded=true], .datenschutz-accordion__header[aria-expanded=true] {
    background-color: #111111; }
    .location-accordion__header[aria-expanded=true]:before, .ansprechpartner-accordion__header[aria-expanded=true]:before, .datenschutz-accordion__header[aria-expanded=true]:before {
      transform: rotate(45deg); }

.faq-accordion__panel {
  overflow: hidden;
  margin: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .faq-accordion__panel[aria-hidden=true] {
    max-height: 0;
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    opacity: 0; }

.location-accordion__panel, .ansprechpartner-accordion__panel, .datenschutz-accordion__panel {
  overflow: hidden;
  margin: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease-in-out; }
  .location-accordion__panel[aria-hidden=true], .ansprechpartner-accordion__panel[aria-hidden=true], .datenschutz-accordion__panel[aria-hidden=true] {
    max-height: 0;
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    opacity: 0; }

.location-accordion__title, .ansprechpartner-accordion__title, .datenschutz-accordion__title {
  font-size: 1.1rem;
  font-weight: bold; }

.dialog--online-services {
  position: fixed;
  margin-right: auto;
  margin-left: auto;
  top: 70px !important;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: white;
  min-width: 320px;
  width: 40%;
  opacity: 0;
  z-index: 99999;
  border-radius: 4px; }

.show {
  -webkit-animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@media (min-width: 992px) {
  .dialog__header {
    max-width: 80rem; } }

@media (min-width: 992px) {
  .dialog__services {
    margin-top: 1rem;
    max-width: 80rem; } }

[aria-hidden='true']#target {
  display: none; }

[data-a11y-toggle]:not([aria-controls]) {
  display: none; }

.berufliste__filter-button {
  border-bottom: .1rem solid transparent; }
  .berufliste__filter-button:hover {
    border-bottom-color: #222222; }
  .berufliste__filter-button[aria-selected="true"] {
    border-bottom-color: #222222; }

.berufliste__search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem; }
  .berufliste__search-button svg {
    width: 1rem;
    height: 1rem; }

.berufliste__filter-container {
  border-bottom: 0.05rem solid #CADCE5;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap; }

.berufliste__dropdown {
  position: relative; }
  .berufliste__dropdown[aria-expanded="true"] .berufliste__dropdown-overlay {
    height: 2rem; }
    .berufliste__dropdown[aria-expanded="true"] .berufliste__dropdown-overlay input[type="text"] {
      display: block; }

.berufliste__dropdown-overlay {
  background-color: white;
  border: 0.05rem solid #222222;
  border-top: 0;
  width: 100%;
  height: 0;
  position: absolute;
  border-radius: 0 0 .1rem .1rem; }
  .berufliste__dropdown-overlay input[type="text"] {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 .1rem .1rem;
    display: none; }
    .berufliste__dropdown-overlay input[type="text"]:focus {
      outline: none; }

.search__options--unternehmen {
  border-radius: .05rem;
  box-shadow: 0 1px 5.5px 1px rgba(17, 17, 17, 0.16); }

.search__autocomplete-container--unternehmen {
  width: 100%;
  gap: 1rem; }
  .search__autocomplete-container--unternehmen .search__autocomplete {
    flex-grow: 1; }
  .search__autocomplete-container--unternehmen button[aria-label="Erweiterte Suche"] {
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .search__autocomplete-container--unternehmen button[aria-label="Erweiterte Suche"] {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .search__autocomplete-container--unternehmen {
      display: flex; } }

/**
 * Including the at-only style with the dialog CSS as it is required
 * to visually hide a dialog's heading if desired.
 */
.at-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/**
 * Trigger styling
 */
[data-modal-open][hidden] {
  display: none; }

/**
 * When a modal dialog is open, don't allow scrolling of content
 * beneath (on desktop). Also useful in negating instances of
 * double scroll bars.
 * (browser window + dialog if long enough content)
 */
body.modal-open {
  overflow: hidden; }

/**
 * Modal Dialog base styling
 */
.a11y-modal,
.js [data-modal] {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  box-shadow: 0 0 1800px 400px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  margin: auto;
  max-height: 100%;
  width: 100%;
  max-width: 25rem;
  opacity: 1;
  overflow: auto;
  padding: 2rem;
  position: fixed;
  visibility: visible;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom-short 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  @media (min-width: 992px) {
    .a11y-modal,
    .js [data-modal] {
      top: 0;
      -webkit-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
      animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both; } }

/**
 * To allow for CSS animations, hidden modal dialogs are
 * not set to display: none, but rather the following rule
 * set, in combination with the dialog's default
 * position: fixed, will keep dialogs hidden from
 * all users until opened.
 *
 * This also solves an issue with iOS VO + Safari not allowing
 * modal dialogs to be focused, if the dialog is initially
 * set to "display: none".
 */
.a11y-modal[hidden],
.js [data-modal][hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

.explanation {
  background-color: white;
  padding: 5rem 2rem 2rem;
  margin-bottom: 2rem; }

.explanation[aria-hidden="false"] {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0; }

.teaser--rounded {
  border-radius: 4px; }
  .teaser--rounded img {
    border-radius: 4px; }

.teaser--flex {
  display: flex; }

.teaser--situation {
  border: 1px solid #717171;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%; }

.teaser__links {
  list-style: none;
  display: inline-block;
  padding: 0 1rem; }
  .teaser__links li {
    float: left;
    margin-right: .5rem; }

.teaser__illustration img {
  width: 100%; }

.teaser__link {
  position: relative;
  text-decoration: none;
  color: inherit;
  background-color: #f2f2f2;
  padding: .5rem;
  border-radius: 24px; }
  .teaser__link img {
    width: 1rem;
    margin-right: 12px; }

body {
  font-family: 'Arial', sans-serif;
  color: #393939;
  overflow-x: hidden; }

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c; }

.sr-only:not(:focus):not(:active) {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

.z-top {
  z-index: 99999; }

.hidden {
  display: none; }

.mobile-hidden {
  display: none; }
  @media (min-width: 992px) {
    .mobile-hidden {
      display: inline-flex; } }

@media (min-width: 992px) {
  .mobile-only {
    display: none; } }

[aria-hidden=true]#target2 {
  display: none; }