/*
 * This file has been created by Ergosign GmbH - All rights reserved - http://www.ergosign.de
 * v 1.0.1
 *
 *
 * This file and the code contained in it are subject to the agreed contractual terms and conditions,
 * in particular with regard to resale and publication.
 */
/********** COLORS **********/
.text-black {
  color: black !important;
}
/********** ICONS **********/
/*
 * This file has been created by Ergosign GmbH - All rights reserved - http://www.ergosign.de
 *
 * v 1.0.1
 *
 * This file and the code contained in it are subject to the agreed contractual terms and conditions,
 * in particular with regard to resale and publication.
 */
/********** FONTS **********/
/* Font: Overpass Light */
@font-face {
  font-family: "Overpasslight";
  src: url("../../wohnungslosenhilfe-bayern/fonts/Overpass-Light.woff2") format("woff2");
  src: url("../../wohnungslosenhilfe-bayern/fonts/Overpass-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
/* Font: Overpass Regular */
@font-face {
  font-family: "Overpass";
  src: url("../../wohnungslosenhilfe-bayern/fonts/Overpass-Regular.woff2") format("woff2");
  src: url("../../wohnungslosenhilfe-bayern/fonts/Overpass-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/* Font: Overpass Bold */
@font-face {
  font-family: "Overpassbold";
  src: url("../../wohnungslosenhilfe-bayern/fonts/Overpass-Bold.woff2") format("woff2");
  src: url("../../wohnungslosenhilfe-bayern/fonts/Overpass-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/********** LAYOUT **********/
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  background-color: #f5f5f5;
}
.site {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
}
.site .header {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site .content {
  flex-basis: 100%;
  padding-top: 40%;
  background: white;
  padding-bottom: 4em;
}
@media (max-width: 640px) {
  .site .content {
    margin-top: 0 !important;
    padding-top: 108px;
  }
}
@media (min-width: 960px) {
  .site .content {
    padding-top: 311px;
  }
}
.site .footer {
  flex-basis: 100%;
}
body.logged-in .site .headerimg__container.headerimg__container--mask {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.logged-in .site .headerimg__container.headerimg__container--mask {
    top: 32px;
  }
}
.wp-block-image figcaption {
  font-size: 12px;
  font-family: none;
}
/********** FORMS **********/
/********** HEADER-LAYOUT **********/
/********** Variables **********/
/* z-index */
/* position */
/* flexbox */
.header-overlay-image {
  position: absolute;
  width: 70%;
  right: 0;
  height: auto;
  pointer-events: none;
  display: none\0;
}
.header-overlay-mask {
  position: absolute;
  width: 70%;
  height: 70%;
  right: 0;
  background: rgba(0, 115, 170, 0.3);
  -webkit-mask-size: contain;
  mask-mode: alpha;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}
/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-overlay-image.header-overlay-mask {
    display: none;
  }
}
@media (min-width: 640px) {
  .header-overlay-image {
    z-index: 999;
  }
  .header-overlay-mask {
    z-index: 1000;
  }
}
@media (max-width: 640px) {
  .header-overlay-image {
    z-index: 200;
    display: none;
  }
  .header-overlay-mask {
    z-index: 201;
    display: none;
  }
}
.headerimg {
  flex-basis: 100%;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}
.headerimg__container--img {
  position: fixed;
}
.headerimg__container--mask {
  position: absolute;
  top: 0;
}
.headerimg__image {
  width: 100%;
  height: auto;
}
.headerimg__container {
  line-height: 0;
}
@media (max-width: 640px) {
  .headerimg__image {
    width: 85%;
  }
}
.headercontent {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0 !important;
  right: 0 !important;
  background: white;
  z-index: 99;
  max-width: 1920px;
  padding: 10px;
}
@media (min-width: 1260px) {
  .headercontent {
    justify-content: center;
  }
}
@media (min-width: 961px) {
  .headercontent {
    justify-content: center;
  }
}
.headercontent__branding {
  flex-basis: 53%;
  order: 1;
}
@media (min-width: 960px) {
  .headercontent__branding {
    flex-basis: 100%;
    order: 1;
    max-width: 1320px;
  }
}
.headercontent__branding--desktop {
  display: none;
}
@media (min-width: 641px) {
  .headercontent__branding--desktop {
    display: block;
  }
  .headercontent__branding--desktop a {
    width: 276px;
  }
  .headercontent__branding--mobile {
    display: none;
  }
}
@media (min-width: 960px) {
  .headercontent__branding--desktop a {
    width: 376px;
  }
}
.headercontent__navigation {
  align-self: flex-start;
  flex-basis: 0;
  z-index: 5;
  order: 1;
}
@media (min-width: 960px) {
  .headercontent__navigation {
    flex-basis: 100%;
    z-index: 5;
    order: 2;
  }
}
.headercontent__navigation--desktop {
  display: none;
}
@media (min-width: 960px) {
  .headercontent__navigation--desktop {
    display: flex;
    max-width: 1320px;
  }
  .headercontent__navigation--desktop .menu-main-menu-container {
    flex-basis: 100%;
    display: flex;
  }
  .headercontent__navigation--desktop ul {
    flex-basis: 80%;
    max-width: 745px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .headercontent__navigation--mobile {
    display: none;
  }
}
.headercontent__menu {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 12px;
}
@media (min-width: 641px) {
  .headercontent__menu {
    height: 40px;
    padding-left: 1.5em;
  }
}
.headercontent__input {
  flex-basis: 100%;
  align-self: center;
  position: absolute;
  height: 60px;
  width: 24px;
  z-index: 2;
}
@media (min-width: 641px) {
  .headercontent__input {
    height: 40px;
  }
}
.headercontent__input:checked ~ .headercontent__input--checked {
  position: fixed;
  height: 56px;
  width: 56px;
  z-index: 5;
}
.headercontent__input:checked ~ .headercontent__inputlabel--checked {
  position: fixed;
  height: 56px;
  width: 56px;
  z-index: 5;
}
.headercontent__inputlabel {
  flex-basis: 100%;
  align-self: center;
  position: absolute;
  z-index: 1;
}
.headercontent__inputlabel--checked {
  z-index: 1;
}
#main.reduce-index {
  z-index: 0;
}
/********** SIDEBAR-LAYOUT **********/
/********** MAIN-LAYOUT **********/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #fff;
}
.site-content {
  background: #fff;
}
.page-wrapper {
  transition-property: all;
  transition-property: transform;
  transition-duration: 0.1s;
  backface-visibility: hidden;
}
@media (min-width: 960px) {
  .page-wrapper {
    min-height: 460px;
  }
}
.page__content {
  flex-basis: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.page__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 16px;
  margin-top: 10%;
}
@media (max-width: 640px) {
  .page__wrapper {
    margin-top: 0;
  }
}
@media (min-width: 641px) {
  .page__wrapper {
    max-width: 960px;
    margin-top: -3.5%;
  }
}
@media (min-width: 750px) {
  .page__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 850px) {
  .page__wrapper {
    max-width: 960px;
  }
}
@media (max-width: 960px) {
  .page__wrapper {
    max-width: 688px;
  }
}
@media (min-width: 961px) {
  .page__wrapper {
    max-width: 1160px;
    margin-top: 0%;
    flex-wrap: nowrap;
  }
  .page__wrapper--hilfseinrichtungen {
    max-width: 1160px;
  }
}
.sidebar {
  flex-basis: 100%;
  display: none;
}
.sidebar__title {
  margin-bottom: 0;
}
.sidebar--hilfseinrichtungen {
  display: block;
  margin-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .sidebar--hilfseinrichtungen {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 961px) {
  .sidebar {
    display: block;
    width: 240px;
    flex: 0 0 auto;
    padding: 0.5rem 0 5em 0;
    margin: 0;
  }
}
.content__page {
  flex-basis: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 961px) {
  .content__page {
    margin-left: 32px;
  }
  .content__page--hilfseinrichtungen {
    margin-top: 6%;
  }
}
/********** FOOTER-LAYOUT **********/
/********** Variables **********/
/********** Style **********/
.footer {
  display: flex;
  justify-content: center;
}
@media (min-width: 961px) {
  .footer__space {
    flex-basis: 100%;
    max-width: 300px;
  }
}
.footer__container {
  flex-basis: 100%;
  display: flex;
}
.footer__wrapper {
  flex-basis: 100%;
  max-width: 1320px;
}
.footer__content {
  flex-basis: 100%;
  max-width: 960px;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}
.footer__logo {
  flex-basis: 50%;
}
@media (min-width: 641px) {
  .footer__logo {
    flex-basis: 35%;
  }
}
@media (min-width: 961px) {
  .footer__logo {
    flex-basis: 27%;
  }
}
.footer__widgets {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
  max-width: 760px;
}
.footer__widgetbar {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
}
.footer__widgetbar div {
  flex-basis: 100%;
  display: flex;
}
.footer__widgetbar div ul {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.footer__widgettitle {
  flex-basis: 100%;
}
/********** HEADER **********/
/********** Variables **********/
/* margins */
/* paddings */
/********** Styles **********/
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.header {
  margin: 0 auto;
}
.sticky-header {
  background-color: white;
  z-index: 5;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  left: auto !important;
  right: auto !important;
}
@-moz-document url-prefix() {
  .headercontent__input:checked ~ .headercontent__inputlabel--checked {
    margin: 0 0 0 28.75em !important;
  }
}
.headercontent__branding {
  margin: 1em 0 3em 2.25em;
}
@media (min-width: 640px) {
  .headercontent__branding {
    margin: 10px 0px 0% 0;
  }
}
@media (min-width: 960px) {
  .headercontent__branding {
    margin: 1em 0 3em 0em;
    z-index: 9;
  }
}
.headercontent__buttoncontainer {
  margin: 1.5em 0;
}
.headercontent__menu {
  cursor: pointer;
}
.headercontent__input {
  opacity: 0;
}
.headercontent__input:focus {
  outline: none !important;
}
.headercontent__input:checked ~ .headercontent__input--checked {
  margin: 0 0 0 14.375em;
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.headercontent__input:checked ~ .headercontent__inputlabel--checked {
  margin: 0 0 0 14.375em;
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.headercontent__input:checked ~ .headercontent__inputlabel--unchecked {
  display: none;
}
.headercontent__input:checked ~ .headercontent__inputlabel--checked {
  opacity: 1;
}
.headercontent__input:checked ~ .headercontent__inputlabel--checked > .header__icon--close {
  width: 56px;
}
.headercontent__input:checked ~ .headercontent__menu {
  width: 0;
}
.headercontent__inputlabel--checked {
  opacity: 0;
  width: 0;
  height: 0;
}
.headercontent__inputlabel--checked {
  opacity: 0;
  width: 0;
  height: 0;
}
.headercontent__inputlabel {
  line-height: 0;
}
.headercontent__navigation--desktop {
  margin: 0;
}
.headercontent__navigation--desktop .menu-item {
  margin-right: 80px;
}
.headercontent__navigation--desktop .menu-item a {
  line-height: 40px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 22px;
  color: #1e74a6;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.headercontent__navigation--desktop .menu-item a:hover, .headercontent__navigation--desktop .menu-item a:active, .headercontent__navigation--desktop .menu-item a:focus {
  border-bottom-color: #1e74a6;
}
.headercontent__navigation--desktop .menu-item.current_page_item a {
  color: #3b3b3b;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  border-bottom-color: #3b3b3b;
}
.headercontent__navigation--desktop .menu-item.current_page_item a:hover, .headercontent__navigation--desktop .menu-item.current_page_item a:active, .headercontent__navigation--desktop .menu-item.current_page_item a:focus {
  border-bottom-color: #3b3b3b;
}
.header__icon {
  width: 56px;
  height: 56px;
  display: inline-block;
  color: #1e74a6;
  margin: 0;
  background-position: center center;
  background-size: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.header__icon--open {
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/020_burgermenu.svg');
}
.header__icon--close {
  width: 0;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/041_delete.svg');
}
@media (max-width: 640px) {
  .headerimg {
    display: none;
  }
  .headercontent {
    background: #fff;
    position: fixed;
    top: 0;
    height: 108px;
    flex-wrap: nowrap;
  }
  .headercontent__branding--mobile {
    margin: 1em 0 1em 2.25em !important;
  }
  .headercontent__navigation--mobile {
    flex: 0 0 auto;
    padding-left: 1em;
  }
}
body.mobile-menu--open .headercontent {
  z-index: 99999;
  background: transparent;
}
/********** Variables **********/
/* margins */
/* paddings */
/********** Style **********/
.page-template .current-menu-ancestor .sub-menu, .archive .current-menu-ancestor .sub-menu {
  display: block;
}
.headercontent__input:checked ~ div.menu-mobile-menu-container {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  transform: translate(0, 0);
}
.headercontent__navigation--desktop a {
  font-family: 'Overpasslight', sans-serif;
  text-decoration: none;
  line-height: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: #1e74a6;
}
.headercontent__navigation--desktop .current-menu-item a, .headercontent__navigation--desktop .current-menu-parent a {
  font-family: 'Overpass', sans-serif;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  color: #3b3b3b;
  border-bottom-color: #3b3b3b;
}
.headercontent__mobilemenu {
  width: 300px;
  margin: 4em 0 0 0;
  padding: 0 1em 1em 1em;
  list-style-type: none;
  overflow-y: scroll;
}
.headercontent__mobilemenu a {
  font-family: 'Overpasslight', sans-serif;
  text-decoration: none;
  line-height: normal;
  font-size: 18px;
  color: #1e74a6;
}
.headercontent__mobilemenu .current-menu-ancestor a, .headercontent__mobilemenu .current-menu-item a {
  font-family: 'Overpass', sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #3b3b3b;
}
.headercontent__mobilemenu .menu-item {
  padding: 1em 0 1em 0;
}
.headercontent__mobilemenu .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.headercontent__mobilemenu .sub-menu .menu-item {
  padding: 1.5em 0;
}
.headercontent__mobilemenu .sub-menu .menu-item a {
  font-family: 'Overpasslight', sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #1e74a6;
}
.headercontent__mobilemenu .sub-menu .current-menu-item a {
  font-family: 'Overpass', sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #3b3b3b;
}
.menu-mobile-menu-container {
  display: flex;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
/********** FOOTER **********/
/********** Variables **********/
/* margins */
/* paddings */
/********** Style **********/
.footer {
  background-color: #1e74a6;
  padding: 0 1em;
}
.footer__logo {
  margin: 3em 0 3em 1em;
}
.footer__widgets {
  margin: 0 0 2.5em 0.625em;
}
@media (min-width: 961px) {
  .footer__widgets {
    margin: 0 0 2.5em 5.8em;
  }
}
.footer__widgetbar div ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style-type: none;
}
.footer__widgetbar div li:not(:last-child):after {
  content: " - ";
  color: #fff;
  margin: 0 0.188em 0 0;
}
.footer__widgetbar div li {
  margin: 0 0 0.5em 0;
}
.footer__widgetbar div a {
  font-family: 'Overpasslight', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.footer__widgetbar div a:hover, .footer__widgetbar div a:active, .footer__widgetbar div a:focus {
  border-bottom-color: #fff;
}
.footer__widgettitle {
  margin: 0 0 0.5em 0;
  font-family: 'Overpasslight', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: normal;
}
/****** Sidebar ******/
.sidebar .sidebar__nav a {
  line-height: 24px;
  font-family: 'Overpasslight', sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 18px;
  color: #1e74a6;
  display: inline-block;
}
.sidebar .sidebar__nav a:hover, .sidebar .sidebar__nav a:active, .sidebar .sidebar__nav a:focus {
  text-decoration: underline;
}
.sidebar .sidebar__nav li {
  float: none;
  margin: 0 32px 24px 0;
}
.sidebar .sidebar__nav li.current-menu-item a, .sidebar .sidebar__nav li.current-menu-parent a {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  color: #3b3b3b;
}
.sidebar .sidebar__nav li.current-menu-item a:hover, .sidebar .sidebar__nav li.current-menu-parent a:hover, .sidebar .sidebar__nav li.current-menu-item a:active, .sidebar .sidebar__nav li.current-menu-parent a:active, .sidebar .sidebar__nav li.current-menu-item a:focus, .sidebar .sidebar__nav li.current-menu-parent a:focus {
  text-decoration: none;
}
/****** Sidebar ******/
/*** Mobilfilter Toggle Functionality ***/
.sidebar__filtersection {
  display: flex;
}
@media (min-width: 961px) {
  .sidebar__filtersection {
    display: block;
  }
}
.sidebar__dropdown {
  display: flex;
  margin-left: -14px;
}
@media (min-width: 961px) {
  .sidebar__dropdown {
    position: none;
    display: block;
    text-align: left;
    margin-left: 0;
  }
}
.sidebar__mobilefilter {
  position: relative;
  left: -100vw;
}
.sidebar__mobilefilter--one:checked ~ .sidebar__filter--one {
  height: auto;
  overflow: visible;
  padding: 1em;
  background-color: #fff;
  position: absolute;
  min-width: 220px;
  z-index: 11;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px;
  margin: 2.75em 0 0 0.85em;
}
@media (min-width: 961px) {
  .sidebar__mobilefilter--one:checked ~ .sidebar__filter--one {
    margin: 1.3em 0 0 0;
  }
}
@media (min-width: 641px) {
  .sidebar__mobilefilter--one:checked ~ .sidebar__filter--one {
    margin: 2.75em 0 0 -7.55em;
  }
}
.sidebar__mobilefilter--two:checked ~ .sidebar__filter--two {
  height: auto;
  overflow: visible;
  padding: 1em;
  background-color: #fff;
  position: absolute;
  min-width: 240px;
  z-index: 12;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px;
  margin: 2.75em 0 0 -6.85em;
}
@media (min-width: 961px) {
  .sidebar__mobilefilter--two:checked ~ .sidebar__filter--two {
    margin: 0.15em 0 0 1.1em;
  }
}
@media (min-width: 641px) {
  .sidebar__mobilefilter--two:checked ~ .sidebar__filter--two {
    margin: 2.75em 0 0 -9.5em;
  }
}
.sidebar__dropdowncount {
  display: none;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  width: 20px;
  text-align: center;
  margin: 0 4px 0 0;
}
.sidebar .filter__checkedbox {
  background: #1e74a6;
  margin-right: -24px;
}
@media (min-width: 641px) {
  .sidebar .filter__checkedbox {
    margin-left: -24px;
    margin-right: 0px;
  }
}
.sidebar .filter__checkedcount {
  display: inherit;
}
.sidebar .filter__checkedtext, .sidebar .filter__checkedcount {
  color: #fff;
}
.sidebar__filter {
  overflow-y: hidden;
  height: 0;
  transition: height 0.5s ease;
  position: absolute;
}
@media (min-width: 961px) {
  .sidebar__filter {
    height: auto;
    overflow: visible;
    position: unset;
  }
}
.sidebar__mobilefilterlabel--one {
  float: left;
  margin: 0 2.25em 0 0;
}
.sidebar__mobilefilterlabel--one .filter__checkedlabel {
  margin: 0 1.5em 0 0;
}
.sidebar__mobilefilterlabel:hover {
  cursor: pointer;
}
.sidebar__title {
  font-family: 'Overpasslight', sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 22px;
  color: #3b3b3b;
  display: inline-block;
}
.sidebar__postcount {
  font-family: 'Overpasslight', sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
  color: #3b3b3b;
  display: inline-block;
}
.sidebar__termtitle {
  font-family: 'Overpasslight', sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 20px;
  color: #1e74a6;
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.5em;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
.sidebar__termtitle--desktop {
  display: none;
  padding: 0 0 1em 0;
}
@media (min-width: 961px) {
  .sidebar__termtitle--desktop {
    display: block;
    border: none;
    color: #3b3b3b;
    background-color: transparent;
  }
}
@media (min-width: 961px) {
  .sidebar__termtitle--mobile {
    display: none;
  }
}
.sidebar .filter {
  display: flex;
  align-items: center;
  padding: 0 0 1.5em 0;
}
.sidebar .filter:last-of-type {
  padding: 0;
}
.sidebar .filter__input {
  opacity: 0;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
}
.sidebar .filter__input:focus {
  outline: none;
}
.sidebar .filter__checkboxvisual {
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 0;
  background: #fff;
  border: 1px solid #b9b9b9;
  position: relative;
  margin-right: 8px;
}
.sidebar .filter__input:checked ~ .filter__label > .filter__checkboxvisual {
  background: #1e74a6;
  border-color: #1e74a6;
}
.sidebar .filter__input:checked ~ .filter__label > .filter__checkboxvisual:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: " ";
  background: url('../../../themes/wohnungslosenhilfe-bayern/icons/101_ok.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.sidebar .filter__label {
  display: flex;
  align-items: center;
  position: absolute;
}
.sidebar .filter__labeltext {
  line-height: 16px;
  font-family: 'Overpasslight', sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 16px;
  color: #1e74a6;
  display: inline-block;
  cursor: pointer;
  margin: 0 0.25em 0 0;
}
.sidebar .filter__labeltext:hover, .sidebar .filter__labeltext:active, .sidebar .filter__labeltext:focus {
  text-decoration: underline;
}
.sidebar .filter__count {
  line-height: 16px;
  font-family: 'Overpasslight', sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 16px;
  color: #3b3b3b;
  display: inline-block;
  margin: 0;
}
.sidebar .filter__count:hover, .sidebar .filter__count:active, .sidebar .filter__count:focus {
  text-decoration: underline;
}
.sidebar .filter li {
  float: none;
  margin: 0 32px 24px 0;
}
.sidebar .filter li.current_page_item a {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  color: #3b3b3b;
}
.sidebar .filter li.current_page_item a:hover, .sidebar .filter li.current_page_item a:active, .sidebar .filter li.current_page_item a:focus {
  text-decoration: none;
}
/********** ARTICLE TEASER **********/
.article {
  margin: 0 0 56px 0;
}
.article__meta {
  padding-top: 0.125rem;
  padding-bottom: 0.5rem;
}
.article__date {
  line-height: 32px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #767676;
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
}
.article__meta-separator {
  line-height: 32px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #767676;
  display: inline-block;
  font-size: 11px;
  margin-left: 16px;
  overflow: hidden;
}
.article__archive {
  line-height: 32px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #767676;
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article__archive:not(:first-child) {
  margin-left: 16px;
}
.article__title h2 {
  margin: 0;
  display: block;
  padding: 0 0 0.75rem 0;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #1e74a6;
  font-size: 20px;
  display: inline-block;
}
.article__title a {
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #1e74a6;
  font-size: 20px;
  margin: 0 0 16px 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: super;
  line-height: 24px;
}
.article__title a:hover, .article__title a:active, .article__title a:focus {
  text-decoration: underline;
}
.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
  margin: 1em 0 0.5em 0;
  display: block;
  padding: 0 0 0.75rem 0;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #1e74a6;
  display: inline-block;
}
.article__content h1 {
  font-size: 22px;
}
.article__content h2 {
  font-size: 20px;
}
.article__content h3 {
  font-size: 18px;
}
.article__content h4 {
  font-size: 16px;
}
.article__content h5 {
  font-size: 14px;
}
.article__content h6 {
  font-size: 12px;
}
.article__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.article__inner.article__inner--image-portrait, .article__inner.article__inner--image-klein {
  flex-direction: row;
}
.article__thumbnail {
  line-height: 0;
  margin: 0 0 24px 0;
  flex: 0 0 auto;
  float: left;
}
.article__thumbnail--groß {
  flex: 0 0 auto;
  float: none;
}
.article__thumbnail--klein {
  margin: 0 24px 24px 0;
  max-width: 200px;
}
.article__thumbnail--portrait {
  margin: 0 24px 24px 0;
  max-width: 200px;
}
.article__content p {
  line-height: 24px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  display: block;
  font-size: 15px;
  margin: -5px 0 0 0;
}
.article__content p a {
  display: block;
  color: #1e74a6;
  line-height: normal;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  margin: 8px 0 0 0;
}
.article__content p a:hover, .article__content p a:active, .article__content p a:focus {
  text-decoration: underline;
}
.article__back_link {
  margin-top: 4px;
}
.article__back_link a {
  display: block;
  color: #1e74a6;
  line-height: normal;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  margin: 8px 0 0 0;
}
.article__back_link a:hover, .article__back_link a:active, .article__back_link a:focus {
  text-decoration: underline;
}
/****** Liste Hilfseinrichtungen ******/
.page__wrapper--hilfseinrichtungen .content__page {
  margin-bottom: 2em;
}
.table {
  margin: 0 0 4em 0;
}
.table__header {
  display: none;
  cursor: pointer;
}
@media (min-width: 641px) {
  .table__header {
    display: flex;
    flex-direction: row;
    padding: 0rem 1rem;
  }
}
.table__label {
  display: flex;
  flex-direction: row;
}
@media (min-width: 641px) {
  .table__label {
    font-family: "Overpasslight", sans-serif;
    font-weight: 300;
    color: #1e74a6;
    font-size: 20px;
    padding: 0 0 0.5em 1em;
  }
  .table__label--name {
    flex-basis: 38%;
    padding: 0 0 0.5em 0em;
  }
  .table__label--gemeinde {
    flex-basis: 29.5%;
  }
  .table__label--arrow {
    font-size: 10px;
    align-self: center;
    margin-left: 4px;
  }
  .table__label--typ {
    flex-basis: 28%;
  }
}
/*
 ** Code for initalize accordion-list
 */
.accordion {
  margin-bottom: 0.5em;
}
.accordion__radio {
  position: absolute;
  left: -100vw;
}
.accordion__header {
  display: block;
}
.accordion__content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.5s ease;
}
.accordion__radio:checked ~ label > .accordionheader {
  background: #dfebf2;
}
.accordion__radio:checked ~ label > .accordionheader:nth-child(2n+1) {
  background: #dfebf2;
}
.accordion__radio:checked ~ label > .accordionheader:nth-child(2n+1):hover {
  background-color: #d3dfe5;
}
.accordion__radio:checked ~ label > .accordionheader > .accordionheader__headercontainer > .accordionheader__ort {
  display: block;
}
.accordion__radio:checked ~ label > .accordionheader > .accordionheader__headercontainer > .accordionheader__typ {
  display: block;
}
.accordion__radio:checked ~ label > .accordionheader > .accordionheader__headercontainer ~ .accordionheader__iconcontainer > .accordionheader__icon--open {
  display: none;
}
.accordion__radio:checked ~ label > .accordionheader > .accordionheader__headercontainer ~ .accordionheader__iconcontainer > .accordionheader__icon--close {
  display: block;
}
.accordion__radio:checked ~ .accordioncontent {
  height: auto;
  overflow: visible;
  padding: 2em;
}
/*
 ** Styling
 */
.accordion:nth-child(2n+1) .accordionheader {
  cursor: pointer;
  font-weight: normal;
  padding: 1em;
  background: #f5f5f5;
}
.accordion:nth-child(2n+1) .accordionheader:active, .accordion:nth-child(2n+1) .accordionheader:focus {
  background: #e8e8e8;
}
.accordion:nth-child(2n+1) .accordionheader:hover {
  background-color: #d3dfe5;
}
.accordion__radio:checked .accordioncontent {
  padding: 1em 0 1em 1em;
}
.accordion__flexcontainer {
  display: flex;
}
.accordionheader {
  display: flex;
  flex-direction: row;
  padding: 1em;
  cursor: pointer;
  font-weight: normal;
  background: #fff;
}
.accordionheader:active, .accordionheader:focus {
  background: #e8e8e8;
}
.accordionheader:hover {
  background-color: #d3dfe5;
}
.accordionheader__headercontainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}
.accordionheader__title {
  flex-basis: 100%;
  line-height: normal;
  font-family: "Overpassbold", sans-serif;
  font-weight: 700;
  color: #3b3b3b;
  font-size: 16px;
}
@media (min-width: 641px) {
  .accordionheader__title {
    flex-basis: 41.5%;
    order: 1;
    padding: 0 1em 0 0;
  }
}
.accordionheader__discription {
  flex-basis: 100%;
  line-height: 18px;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  font-size: 14px;
}
@media (min-width: 641px) {
  .accordionheader__discription {
    flex-basis: 41.5%;
    order: 4;
    padding: 0 1em 0 0;
  }
}
.accordionheader__gemeinde {
  line-height: normal;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  font-size: 14px;
  margin: 0 0.375em 0 0;
}
.accordionheader__gemeinde::after {
  content: " / ";
  color: #3b3b3b;
}
@media (min-width: 641px) {
  .accordionheader__gemeinde {
    display: block;
    flex-basis: 28%;
    order: 2;
    margin: 0;
    font-family: "Overpass", sans-serif;
    font-size: 16px;
  }
  .accordionheader__gemeinde::after {
    display: none;
  }
}
.accordionheader__ort {
  line-height: 18px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  font-size: 14px;
}
@media (min-width: 641px) {
  .accordionheader__ort {
    flex-basis: 28%;
    order: 5;
    font-family: "Overpass", sans-serif;
  }
}
.accordionheader__ort::after {
  content: " / ";
  color: #3b3b3b;
  margin: 0 0.375em 0 0;
}
@media (min-width: 641px) {
  .accordionheader__ort::after {
    display: none;
  }
}
.accordionheader__typ {
  line-height: normal;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  font-size: 14px;
}
@media (min-width: 641px) {
  .accordionheader__typ {
    flex-basis: 28%;
    order: 3;
    padding: 0 0 0 1em;
    font-family: "Overpass", sans-serif;
    font-size: 16px;
  }
}
.accordionheader__iconcontainer {
  align-self: center;
}
.accordionheader__icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #1e74a6;
  margin: 0;
  background-position: center center;
  background-size: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.accordionheader__icon--open {
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/043_disclosuredown.svg');
}
.accordionheader__icon--close {
  display: none;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/046_disclosureup.svg');
}
__radio:enabled + .accordionheader {
  background: #dfebf2;
}
__radio:enabled + .accordionheader__ort {
  display: none;
}
__radio:enabled + .accordionheader__ort::after {
  display: none;
}
__radio:enabled + .accordionheader__typ {
  display: none;
}
__radio:enabled + .accordionheader__iconcontainer {
  align-self: center;
}
__radio:enabled + .accordionheader__icon--open {
  display: none;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/043_disclosuredown.svg');
}
__radio:enabled + .accordionheader__icon--close {
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/046_disclosureup.svg');
}
.accordioncontent {
  background: #f3f7fa;
}
@media (min-width: 641px) {
  .accordioncontent {
    display: flex;
    flex-flow: row wrap;
  }
}
.accordioncontent__section {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.accordioncontent__section--print {
  color: #1e74a6;
}
@media (min-width: 641px) {
  .accordioncontent__section--one {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 60%;
  }
}
@media (min-width: 961px) {
  .accordioncontent__section--one .accordioncontent__iconsection {
    min-width: 88px;
  }
}
@media (min-width: 641px) {
  .accordioncontent__section--two {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 40%;
  }
}
@media (min-width: 641px) {
  .accordioncontent__section--full {
    flex-basis: 100%;
    padding: 0.5em 0 0 0;
  }
}
.accordioncontent__section--full .accordioncontent__iconsection {
  flex-basis: unset;
  /** ICON **/
}
.accordioncontent__iconsection {
  display: flex;
  margin-right: 1em;
}
@media (min-width: 961px) {
  .accordioncontent__iconsection {
    margin-right: 0em;
    flex-basis: 20%;
    width: 100%;
  }
}
.accordioncontent__iconsection--fullwidth {
  width: 100%;
}
.accordioncontent__iconcontainer--printicon {
  display: flex;
  align-self: center;
}
.accordioncontent__icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.accordioncontent__icon--h20 {
  height: 20px;
}
.accordioncontent__icon--location {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/109_position.svg');
}
.accordioncontent__icon--phone {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/023_call.svg');
}
.accordioncontent__icon--mail {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/050_email.svg');
}
.accordioncontent__icon--clock {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/027_clock.svg');
}
.accordioncontent__icon--people {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/244_user-neutral.svg');
}
.accordioncontent__icon--place {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/073_home.svg');
}
.accordioncontent__icon--list {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/086_list.svg');
}
.accordioncontent__icon--print {
  margin-right: 0.5em;
  color: #1e74a6;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/110_print.svg');
}
.accordioncontent__icon--download {
  margin-right: 0.5em;
  color: #1e74a6;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/076_import.svg');
}
.accordioncontent__icon--internet {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/078_internet.svg');
}
.accordioncontent__icon--traeger {
  color: #3b3b3b;
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/245_usergroup.svg');
  /** CONTENT **/
}
.accordioncontent__info {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  min-height: 60px;
}
@media (min-width: 961px) {
  .accordioncontent__info {
    flex-flow: row nowrap;
  }
  .accordioncontent__info--divers {
    flex-flow: row wrap;
  }
  .accordioncontent__info--traeger {
    margin-top: 5px;
  }
}
.accordioncontent__printlink {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  border-bottom: 1px solid transparent;
  line-height: normal;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #1e74a6;
  font-size: 16px;
}
.accordioncontent__printlink:hover, .accordioncontent__printlink:active, .accordioncontent__printlink:focus {
  color: #1e74a6;
  border-bottom-color: #1e74a6;
}
.accordioncontent__printlink p {
  word-wrap: break-word;
}
.accordioncontent__printlink.pdf-link {
  margin-left: 20px;
}
.accordioncontent__contact {
  display: flex;
  flex-basis: 100%;
}
.accordioncontent__datacontainer {
  flex-basis: 75%;
}
@media (min-width: 961px) {
  .accordioncontent__datacontainer {
    flex-basis: 60%;
  }
}
.accordioncontent__datacontainer--contact {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
}
.accordioncontent__data {
  display: flex;
  flex-direction: column;
}
.accordioncontent__title {
  font-family: "Overpass", sans-serif;
}
.accordioncontent__title a:hover {
  text-decoration: underline;
  color: #1e74a6;
}
.accordioncontent__title--mail {
  flex-basis: 75%;
}
.accordioncontent__label {
  display: none;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin-left: 0.5em;
}
@media (min-width: 961px) {
  .accordioncontent__label {
    display: block;
    margin-right: 1em;
  }
  .accordioncontent__label--right {
    min-width: 122px;
  }
}
.accordioncontent__label--sonstige {
  display: block;
}
.accordioncontent__content {
  flex-basis: 100%;
  line-height: 22px;
  font-size: 16px;
}
.accordioncontent__content--regular {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
}
.accordioncontent__content--bold {
  font-family: "Overpassbold", sans-serif;
  font-weight: 700;
}
@media (min-width: 641px) {
  .accordioncontent__content--bold {
    font-family: "Overpass", sans-serif;
    font-weight: 400;
  }
}
.accordioncontent__content--black {
  color: #3b3b3b;
}
.accordioncontent__content--blue {
  color: #1e74a6;
}
.ajax__content .empty-message {
  font-size: 1.2rem;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
}
@media (min-width: 641px) {
  .ajax__content .empty-message {
    padding: 1rem;
  }
}
/**** FACHTHEMEN *****/
@media (min-width: 641px) and (max-width: 960px) {
  .fachthemen__filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 32px 0;
  }
}
.fachthemen__filter h2 {
  line-height: 32px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  font-size: 22px;
  margin: 0 0 32px 0;
  text-decoration: none;
  display: block;
  padding: 0;
}
@media (max-width: 640px) {
  .fachthemen__filter h2 {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .fachthemen__filter h2 {
    margin-bottom: 0;
  }
}
.fachthemen__filter__count {
  font-size: 14px;
  margin: 0 0 0 4px;
  line-height: 32px;
}
.fachthemen__filter .filter {
  white-space: nowrap;
  margin: 0 40px 16px 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.fachthemen__filter .filter__name {
  line-height: 24px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #1e74a6;
  font-size: 16px;
  margin: 0 4px 0 0;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 0 0;
  white-space: nowrap;
}
.fachthemen__filter .filter__count {
  line-height: 24px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  font-size: 14px;
  margin: 0 4px 0 0;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 0 0;
}
.fachthemen__filter .filter__container {
  display: inline-block;
  position: absolute;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 260px;
  top: 35px;
  background: #fff;
  padding: 16px;
  opacity: 0;
  transition: 350ms ease-in-out opacity;
  z-index: -2;
}
@media (min-width: 641px) {
  .fachthemen__filter .filter__container {
    left: auto;
    right: 0;
  }
}
@media (min-width: 961px) {
  .fachthemen__filter .filter__container {
    margin: 0 0 24px 0;
    position: static;
    opacity: 1;
    background: transparent;
    padding: 0;
    transition: none;
    z-index: auto;
    max-width: none;
  }
}
.fachthemen__filter .filter__checkbox {
  opacity: 0;
  -webkit-appearance: none;
}
.fachthemen__filter .filter__checkbox__visual {
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 0;
  background: #fff;
  border: 1px solid #b9b9b9;
  position: relative;
  margin-right: 8px;
}
.fachthemen__filter .filter__checkbox:checked ~ .filter__checkbox__visual {
  background: #1e74a6;
  border-color: #1e74a6;
}
.fachthemen__filter .filter__checkbox:checked ~ .filter__checkbox__visual:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: " ";
  background: url('../../../themes/wohnungslosenhilfe-bayern/icons/101_ok.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.fachthemen__filter .filter__checkbox:focus ~ .filter__name {
  text-decoration: underline;
}
.fachthemen__filter .filter:hover .filter__name, .fachthemen__filter .filter:active .filter__name, .fachthemen__filter .filter:focus .filter__name {
  text-decoration: underline;
}
.fachthemen__filter .filter__dropdown {
  display: inline-block;
  position: relative;
}
@media (min-width: 961px) {
  .fachthemen__filter .filter__dropdown {
    position: static;
  }
  .fachthemen__filter .filter__dropdown > label {
    display: none;
  }
}
.fachthemen__filter .filter__dropdown__button {
  background: #fff;
  padding: 4px 8px;
  user-select: none;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  white-space: nowrap;
  display: inline-block;
  margin-left: -6px;
}
@media (min-width: 961px) {
  .fachthemen__filter .filter__dropdown__button {
    position: static;
  }
}
.fachthemen__filter .filter__dropdown .filter__dropdowncount, .fachthemen__filter .filter__dropdown .filter__text {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  color: #1e74a6;
}
.fachthemen__filter .filter__dropdown .filter__dropdowncount {
  display: none;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  width: 20px;
  text-align: center;
  margin: 0 4px 0 0;
}
.fachthemen__filter .filter__dropdown .filter__text {
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  margin: 0;
}
.fachthemen__filter .filter__dropdown .filter__checkedbox {
  background: #1e74a6;
}
.fachthemen__filter .filter__dropdown .filter__checkedtext, .fachthemen__filter .filter__dropdown .filter__checkedcount {
  display: inline-block;
  color: #fff;
}
.fachthemen__filter .filter__dropdown .checkedfilter h2 {
  background-color: #1e74a6;
}
.fachthemen__filter .filter__dropdown .checkedfilter .filter__dropdowncount, .fachthemen__filter .filter__dropdown .checkedfilter .filter__text {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  color: #1e74a6;
}
.fachthemen__filter .filter__dropdown__checkbox {
  opacity: 0;
  -webkit-appearance: none;
}
@media (min-width: 961px) {
  .fachthemen__filter .filter__dropdown__checkbox {
    display: none;
  }
}
.fachthemen__filter .filter__dropdown__checkbox:checked ~ .filter__container {
  opacity: 1;
  z-index: 2;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 961px) {
  .fachthemen__filter .filter__dropdown__checkbox:checked ~ .filter__container {
    box-shadow: none;
  }
}
.fachthemen__filter .filter__wrapper {
  margin: 0 0 32px 0;
}
@media (min-width: 641px) {
  .fachthemen__filter .filter__wrapper {
    margin: 0;
  }
}
@media (min-width: 961px) {
  .fachthemen__filter .filter__wrapper {
    margin: 0 0 24px 0;
  }
}
/**** MAIN *****/
.site-main {
  width: 100%;
}
.site-main .page-title, .site-main .article__title--datenschutz {
  line-height: 32px;
  font-family: "Overpasslight", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  font-size: 22px;
  margin: 0 0 32px 0;
  text-decoration: none;
  display: block;
  padding: 0.3rem 0 0 0;
}
@media (max-width: 640px) {
  .site-main .page-title, .site-main .article__title--datenschutz {
    margin: 1em 0 1.5em 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .site-main .page-title, .site-main .article__title--datenschutz {
    margin-bottom: 0;
    padding: 0.3rem 0 1em 0;
  }
}
.site-main a {
  color: #1e74a6;
  text-decoration: none;
}
.site-main a:visited {
  color: #1e74a6;
}
.site-main a:hover, .site-main a:active, .site-main a:focus {
  text-decoration: underline;
}
.site-main .margintop--small {
  margin-top: 2px;
}
.site-main ul, .site-main ol {
  margin-left: 24px;
  padding-left: 0;
  font-family: "Overpasslight", sans-serif;
  line-height: 24px;
  font-size: 15px;
}
.site-main ul li {
  list-style-type: none;
  position: relative;
}
/****** Sidebar ******/
.pagination {
  display: flex;
  align-self: flex-end;
}
.pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 0.5em 0 0;
  width: 40px;
  height: 40px;
}
.pagination span {
  line-height: 40px;
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  color: #1e74a6;
  font-size: 16px;
  height: 40px;
  width: 40px;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.pagination span:hover:not(.dots) {
  border-bottom: 2px solid #1e74a6;
}
.pagination span.current:hover {
  border-bottom: 2px solid transparent;
}
.pagination span.page-numbers.dots, .pagination span.page-numbers.current {
  cursor: default;
}
.pagination a {
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  color: #1e74a6;
  font-size: 16px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.pagination a:hover {
  border-bottom: 2px solid #1e74a6;
}
.pagination .current {
  color: #3b3b3b;
}
.pagination__icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #1e74a6;
  margin: 0;
  background-position: center center;
  background-size: 14px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.pagination__icon--left {
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/044_disclosureleft.svg');
}
.pagination__icon--right {
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/045_disclosureright.svg');
}
.pagination .disabled .pagination__icon {
  cursor: default;
}
.pagination .disabled .pagination__icon--left {
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/044_disclosureleft_disabled.svg');
}
.pagination .disabled .pagination__icon--right {
  background-image: url('../../../themes/wohnungslosenhilfe-bayern/icons/045_disclosureright_disabled.svg');
}
.pagination .disabled span:hover {
  border-bottom: 2px solid transparent;
}
.pagination .disabled:hover {
  border-bottom: 2px solid transparent;
}
/********** COOKIEBAR **********/
.cn-bottom {
  background-color: #1e74a6 !important;
  display: flex !important;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.cn-bottom #cn-notice-text {
  font-size: 15px !important;
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  padding: 1em;
  margin: 1em;
  display: block;
}
.cn-bottom .button {
  border-radius: 0 !important;
  line-height: 40px;
  font-family: "Overpass", sans-serif !important;
  font-weight: 300;
  text-decoration: none;
  font-size: 16px !important;
  padding: 0.5em 1em !important;
  margin: 0.5em;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-height: 100%;
  }
  body .header-overlay-mask {
    display: none;
  }
  body footer {
    display: none !important;
  }
  body.print-item header {
    display: none !important;
  }
  body.print-item .sidebar {
    display: none;
  }
  body.print-item .site-content {
    padding-top: unset !important;
    height: 100%;
  }
  body.print-item .site-content .content-area {
    margin: 2em;
  }
  body.print-item .site-content .content-area .accordion {
    display: none;
  }
  body.print-item .site-content .content-area .accordion__open {
    display: block;
  }
  body.print-item .site-content .content-area .accordioncontent__section--print {
    display: none;
  }
  body.print-item .site .content {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */