@import "typography.css";
/* bootstrap */
@media (min-width: 1400px) and (max-width: 1470px) {
  .container {
    max-width: 1265px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .container {
    max-width: 1070px;
  }
}
html, body {
  scroll-padding-top: 120px;
}

.mt-p {
  margin-top: 2em;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.color-grey-light {
  color: #ececeb;
}

.color-grey-dark {
  color: #5f5e55;
}

.color-red {
  color: #e30613;
}

.bg-grey-light {
  background: #ececeb;
}

a, a:hover, a:visited, a:active, a:focus {
  color: #000;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
@media all and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.3em;
  margin-bottom: 1rem;
  margin-top: 1.6rem;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}

p {
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}

.sticky-top {
  top: -1px;
}

.top-header {
  color: #5f5e55;
}
.top-header .container-custom {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 768px) {
  .top-header .container-custom {
    padding-left: unset;
    padding-right: unset;
  }
}
@media all and (min-width: 992px) {
  .top-header {
    background: #d0cfcb;
  }
}
.top-header button {
  border: 0 none;
  border-radius: 0 0 1em 1em;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  font-size: 1em;
  background: #e30613;
  color: #fff;
  width: 100%;
}
.top-header button br {
  display: none;
}
.top-header button a, .top-header button a:visited {
  color: #fff;
  text-decoration: none;
}
@media all and (min-width: 992px) {
  .top-header button {
    width: auto;
    font-size: 0.85em;
  }
  .top-header button br {
    display: inline;
  }
}
@media all and (min-width: 1200px) {
  .top-header button {
    font-size: 1em;
  }
}
.top-header nav {
  display: none;
}
@media all and (min-width: 992px) {
  .top-header nav {
    display: inline-block;
    margin-bottom: 1em;
  }
}
.top-header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5em;
}
@media all and (min-width: 1200px) {
  .top-header nav ul {
    margin: 0;
  }
}
.top-header nav ul li {
  position: relative;
  padding: 0.5em 0.6em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  background: #fff;
  border-radius: 0 0 1em 1em;
  height: 3.9em;
  text-align: center;
  line-height: 1.2em;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 1400px) {
  .top-header nav ul li {
    width: 7.4em;
  }
}
.top-header nav ul li.ms-custom {
  margin-left: 2.5em;
}
.top-header nav ul li .contrast-icon {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1em;
  margin-top: 5px;
}
.top-header nav ul li .contrast-icon span {
  width: 50%;
  height: 0.6em;
  display: inline-block;
  transition: 500ms all;
  vertical-align: top;
}
.top-header nav ul li .contrast-icon .dark {
  background: #000;
  border-radius: 1em 0 0 1em;
}
.top-header nav ul li .contrast-icon .light {
  background: #fff;
  border-radius: 0 1em 1em 0;
  border: 1.3px solid #5f5e55;
}
.top-header nav ul li .toggle-high-contrast.active .contrast-icon span.dark {
  background: #e30613;
}
.top-header nav ul li.bg-red {
  background: #e30613;
  min-width: 7em;
}
.top-header nav ul li.bg-red a {
  color: #fff;
}
.top-header nav ul li.bg-grey-light {
  background: #e8e7e5;
}
.top-header nav ul li:not(:last-child)::after {
  margin: 0;
}
@media all and (min-width: 1200px) {
  .top-header nav ul li:not(:last-child)::after {
    margin: 0 5px;
  }
}
.top-header nav ul li a {
  text-decoration: none;
  color: #000;
}
.top-header .social-links {
  display: none;
}
@media all and (min-width: 992px) {
  .top-header .social-links {
    display: inline-block;
    margin: 1em 0;
  }
}
@media all and (min-width: 1200px) {
  .top-header .social-links {
    margin: 1.5em 0;
  }
}
.top-header .social-links a {
  margin-right: 0.6em;
}
@media all and (min-width: 1200px) {
  .top-header .social-links a {
    margin-right: 0.8em;
  }
}
.top-header .social-links a:last-child {
  margin-right: 0;
  margin-left: 0;
}
@media all and (min-width: 1200px) {
  .top-header .social-links a:last-child {
    margin-left: 1em;
  }
}
@media all and (min-width: 1400px) {
  .top-header .social-links a:last-child {
    margin-left: 4em;
  }
}
.top-header .social-links img {
  width: 1.9em;
  height: auto;
}

.header-main {
  transition: all 300ms;
  margin-bottom: 2em;
}
@media all and (min-width: 768px) {
  .header-main {
    margin-bottom: 5em;
  }
}
.header-main.is-pinned {
  padding-top: 29px;
}
@media all and (min-width: 576px) {
  .header-main.is-pinned .logo {
    width: 13em;
    padding-top: 1em;
  }
}
.header-main .container-fluid.white {
  background: #fff;
}
.header-main .logo {
  display: block;
  width: 13em;
  height: auto;
  margin: 1.5em 0 1em 0;
  transition: all 300ms;
}
@media all and (min-width: 576px) {
  .header-main .logo {
    width: 18.5em;
    margin: 0.6em 0 0 0;
  }
}
@media all and (min-width: 768px) {
  .header-main .logo {
    margin: 0.6em 0 0 -16px;
  }
}
@media all and (min-width: 992px) {
  .header-main .logo {
    margin: 3.2em 0 0 -16px;
  }
}
.header-main .logo img {
  width: 100%;
  height: auto;
  margin-left: -16px;
}
@media all and (min-width: 768px) {
  .header-main .logo img {
    margin-left: 0px;
  }
}
.header-main .find-help {
  display: none;
  margin-top: 3em;
}
@media all and (min-width: 992px) {
  .header-main .find-help {
    display: block;
  }
}
.header-main .find-help ul {
  padding: 0;
}
.header-main .find-help a {
  background: #e30613;
  color: #fff;
  padding: 0.8em 2em;
  border: 0 none;
}
.header-main nav.right {
  display: none;
  margin-top: 4.2em;
}
@media all and (min-width: 992px) {
  .header-main nav.right {
    display: block;
  }
}
.header-main nav.right ul {
  padding-left: 0;
}
.header-main nav.right li {
  margin-left: 1em;
}
@media all and (min-width: 1200px) {
  .header-main nav.right li {
    margin-left: 2em;
  }
}
.header-main nav.right li:last-child {
  margin-right: 0;
}
.header-main .navbar-toggler {
  background: url("../Icons/icon_hamburger.svg") no-repeat;
  background-size: 100% auto;
  width: 2.3em;
  height: 2.3em;
  margin-top: 2.3em;
  margin-right: 0;
}
@media all and (min-width: 992px) {
  .header-main .navbar-toggler {
    display: none;
  }
}
.header-main .navbar-toggler:not(.collapsed) {
  background: url("../Icons/icon_close.svg") no-repeat;
  width: 1.5em;
  margin-top: 2.5em;
}
@media all and (min-width: 768px) {
  .header-main .navbar-toggler {
    margin-right: 20px;
  }
}

nav.sidebar {
  display: none;
  position: fixed;
  z-index: 100;
  right: -2.2em;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  writing-mode: vertical-rl;
  height: 22em;
}
@media all and (min-width: 992px) {
  nav.sidebar {
    display: block;
  }
}
nav.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.sidebar ul li {
  display: inline-block;
  color: #fff;
  float: left;
  margin-bottom: 0.7em;
}
nav.sidebar ul li a {
  display: flex;
  align-items: center;
  padding: 1.5em 0;
  color: #fff;
  text-decoration: none;
  background: #e30613;
  width: 3.5em;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  line-height: 1.1em;
}

main {
  margin-bottom: 3em;
}
main .claim {
  max-width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  main .claim {
    margin-top: 2em;
  }
}
main .claim img {
  max-width: 80%;
}
@media all and (min-width: 768px) {
  main .claim img {
    max-width: 100%;
  }
}
main nav {
  margin: 3em 0 1em 0;
}
@media all and (min-width: 576px) {
  main nav {
    margin-bottom: 8em;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  main nav {
    margin-left: 0;
  }
}
main nav ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0;
  padding: 0;
}
main nav ul li {
  flex: 1;
  min-width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
}
@media all and (min-width: 768px) {
  main nav ul li {
    min-width: calc(50% - 0.5em);
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  main nav ul li {
    min-width: calc(25% - 0.5em);
  }
}
main nav ul li:hover span::after {
  width: 70%;
  max-width: 360px;
}
@media all and (min-width: 576px) {
  main nav ul li:hover span::after {
    max-width: unset;
    width: 100%;
  }
}
main nav ul li img {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  transition: 0.8s all;
}
main nav ul li img:hover {
  transform: scale(1.1);
}
@media all and (min-width: 768px) {
  main nav ul li img {
    display: block;
  }
}
main nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.15em;
}
@media all and (min-width: 768px) {
  main nav ul li a {
    font-size: 1em;
  }
}
main nav ul li span {
  background: #fff;
  line-height: 1.15em;
  font-size: 1em;
  height: auto;
  min-height: 1.6em;
  display: flex;
  align-items: flex-start;
  padding-bottom: 8px;
  width: calc(100% - 2em);
}
@media all and (min-width: 768px) {
  main nav ul li span {
    height: 2.5em;
    font-size: 1em;
    position: absolute;
    bottom: 0;
    margin: 1.7em 1em;
    padding: 0.2em 0.7em;
    align-items: center;
  }
}
@media all and (min-width: 1200px) {
  main nav ul li span {
    font-size: 1.1em;
  }
}
main nav ul li.activities span::after {
  background: #f59c00;
}
main nav ul li.work span::after {
  background: #764984;
}
main nav ul li.therapy span::after {
  background: #c6d92c;
}
main nav ul li.family span::after {
  background: #5593b8;
}
main nav ul li.self-care span::after {
  background: #e30613;
}
main nav ul li.mobile-care span::after {
  background: #38627e;
}
main nav ul li.addiction span::after {
  background: #e1c800;
}
main nav ul li.living span::after {
  background: #79ab2b;
}
main nav ul li span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  width: 6.5em;
  bottom: 0;
  transition: 0.5s all;
}
@media all and (min-width: 768px) {
  main nav ul li span::after {
    bottom: -0.6em;
  }
}

/* MOBILE NAV */
.header-main nav ul, #mobileNav nav ul {
  list-style-type: none;
  margin-bottom: 0;
}
.header-main nav ul li, #mobileNav nav ul li {
  display: inline-block;
  padding: 1em 0;
}
.header-main nav a, #mobileNav nav a {
  color: #e30613;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: 700;
}
.header-main nav a:last-child, #mobileNav nav a:last-child {
  margin: 0;
}
.header-main nav .nav-menu, #mobileNav nav .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.header-main nav .nav-item, #mobileNav nav .nav-item {
  position: relative;
}
.header-main nav .has-dropdown, #mobileNav nav .has-dropdown {
  cursor: pointer;
}
.header-main nav .dropdown, #mobileNav nav .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.5rem 0;
  list-style: none;
  z-index: 1000;
  width: 18em;
  left: -5em;
}
.header-main nav .dropdown li, #mobileNav nav .dropdown li {
  padding: 0.5rem 1rem;
  margin-left: 0 !important;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .header-main nav .dropdown li, #mobileNav nav .dropdown li {
    margin-left: 0;
  }
}
.header-main nav .dropdown li:hover a, #mobileNav nav .dropdown li:hover a {
  text-decoration: none;
  font-weight: 600;
}
.header-main nav .dropdown li a, #mobileNav nav .dropdown li a {
  color: #000;
  text-transform: unset;
  text-decoration: underline;
  text-align: center;
  font-weight: unset;
  font-size: unset;
  letter-spacing: unset;
}
.header-main nav .has-dropdown.active .dropdown, #mobileNav nav .has-dropdown.active .dropdown {
  display: block;
}
@media (max-width: 768px) {
  .header-main nav .nav-menu, #mobileNav nav .nav-menu {
    flex-direction: column;
  }
  .header-main nav .dropdown, #mobileNav nav .dropdown {
    position: static;
    box-shadow: none;
    padding-left: 1rem;
  }
  .header-main nav .nav-item, #mobileNav nav .nav-item {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .top-header .donate-button, #mobileNav .donate-button {
    display: none;
  }
}
.top-header .accessible-tools, #mobileNav .accessible-tools {
  background: #fff;
  border-radius: 0 0 1em 1em;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  display: none;
}
@media all and (min-width: 992px) {
  .top-header .accessible-tools, #mobileNav .accessible-tools {
    display: inline-block;
  }
}
@media all and (min-width: 1200px) {
  .top-header .accessible-tools, #mobileNav .accessible-tools {
    font-size: 1em;
  }
}
.top-header .accessible-tools a, #mobileNav .accessible-tools a {
  display: inline-block;
  color: #5f5e55;
  text-decoration: none;
}
.top-header .accessible-tools a:first-child, #mobileNav .accessible-tools a:first-child {
  border-right: 1px solid #5f5e55;
  margin-right: 0.8em;
  padding-right: 0.8em;
}
.top-header .accessible-tools .contrast-icon span, #mobileNav .accessible-tools .contrast-icon span {
  width: 50%;
  height: 0.8em;
  display: inline-block;
  transition: 500ms all;
}
.top-header .accessible-tools .contrast-icon .dark, #mobileNav .accessible-tools .contrast-icon .dark {
  background: #5f5e55;
  border-radius: 1em 0 0 1em;
}
.top-header .accessible-tools .contrast-icon .light, #mobileNav .accessible-tools .contrast-icon .light {
  background: #fff;
  border-radius: 0 1em 1em 0;
  border: 2px solid #5f5e55;
}
.top-header .accessible-tools .toggle-high-contrast.active .contrast-icon span.dark, #mobileNav .accessible-tools .toggle-high-contrast.active .contrast-icon span.dark {
  background: #e30613;
}
#mobileNav {
  height: 100vh;
  padding-bottom: 9em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#mobileNav ul {
  padding-left: 0;
}
#mobileNav .indexed_search {
  display: block;
  top: unset;
  right: unset;
  position: relative;
  width: 100%;
}
#mobileNav .indexed_search .search-box {
  margin-left: auto;
  margin-right: auto;
}
#mobileNav nav {
  margin-top: 1em;
}
#mobileNav nav ul li {
  text-align: center;
  padding: 0.5em 0;
}
#mobileNav nav .has-dropdown.active .dropdown {
  margin-left: auto;
  margin-right: auto;
}
#mobileNav nav.secondary li {
  display: block;
}
#mobileNav nav.secondary li a {
  text-transform: unset;
  color: #5f5e55;
  font-size: 1em;
}
#mobileNav .accessible-tools {
  display: block;
  margin-top: 1em;
}
#mobileNav .accessible-tools a:first-child {
  padding: unset;
}
#mobileNav .accessible-tools .col-6:first-child a {
  padding-right: 0.8em;
  margin-right: 0;
}
#mobileNav .accessible-tools .col-6:nth-child(2) a {
  padding-left: 0.8em;
  border-right: 0 none;
}
#mobileNav .hotline .button-red-inline {
  padding: 0.5em;
  margin-top: 0.5em;
}
#mobileNav .social-links img {
  width: 1.9em;
  height: auto;
}

.home-news {
  padding: 3.5em 0;
}
.home-news .container {
  position: relative;
}
.home-news a.news-archive {
  margin-top: 2em;
  margin-right: 0.5em;
  display: inline-block;
  background: #e30613;
  color: #fff;
  padding: 0.3em 0.7em;
  text-decoration: none;
  border-radius: 10px;
}
.home-news span.swipe-left, .home-news span.swipe-right {
  display: none;
}
@media all and (min-width: 768px) {
  .home-news span.swipe-left, .home-news span.swipe-right {
    display: unset;
    position: absolute;
    top: 36%;
    bottom: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-news span.swipe-left img, .home-news span.swipe-right img {
  width: 3em;
}
.home-news span.swipe-left {
  left: -3em;
  display: none;
}
.home-news span.swipe-right {
  right: -6em;
  display: none;
}
.home-news .slick-next, .home-news .slick-prev {
  top: 105px;
}
.home-news .slick-next {
  right: -35px;
}
.home-news .slick-next::before {
  font-size: 30px !important;
}
.home-news .article-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.home-news .article-wrapper article {
  width: 100%;
}
@media all and (min-width: 768px) {
  .home-news .article-wrapper article {
    flex: 1;
    width: calc(33.3% - 1.5em);
    padding: 0.7em;
  }
}
.home-news .article-wrapper article .date {
  color: #5f5e55;
  margin: 1em 0 0.6em 0;
}
.home-news .article-wrapper article .image img {
  width: 100%;
  height: auto;
}
.home-news .article-wrapper article .headline a {
  text-decoration: none;
}
.home-news .article-wrapper article a.more {
  background: #e30613;
  border-radius: 0.8em;
  color: #fff;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border: 2px solid #e30613;
  display: inline-block;
}
.home-news .article-wrapper article a.more:hover {
  border: 2px solid #e30613;
  color: #e30613;
  background: #fff;
}

.postlist__post {
  margin-top: 0 !important;
}

.blog-2-columns .col-12.headline .frame:first-child {
  padding-bottom: 0;
}
.blog-2-columns .sidebar .frame:first-child {
  padding-top: 0;
}
.blog-2-columns .sidebar .news-related-articles article:nth-child(n+3) {
  display: none;
}
.blog-2-columns .sidebar .news-related-articles article {
  margin-bottom: 3.5em;
}
.blog-2-columns .sidebar .news-related-articles article a, .blog-2-columns .sidebar .news-related-articles article a:visited {
  text-decoration: none;
}
.blog-2-columns .sidebar .news-related-articles article a.more {
  background: #e30613;
  border-radius: 0.8em;
  color: #fff;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border: 2px solid #e30613;
  display: inline-block;
}

.blogpagination {
  display: none;
}

@media screen and (max-width: 768px) {
  .blog-list-posts .article-wrapper.is-collapsed .postlist__post:nth-child(n+3) {
    display: none;
  }
}

.load-more {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .load-more {
    display: none !important;
  }
}

.home-events .article-wrapper {
  padding: 3.5em 0;
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.home-events .article-wrapper article {
  flex: 0 0 100%;
  background: #ececeb;
}
.home-events .article-wrapper article .collapsed {
  display: none;
}
@media all and (min-width: 576px) {
  .home-events .article-wrapper article .collapsed {
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .home-events .article-wrapper article {
    display: flex;
  }
}
.home-events .article-wrapper article .image {
  width: 100%;
  height: auto;
  max-height: 25em;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .home-events .article-wrapper article .image {
    width: calc(66.7% - 0.75em);
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
}
.home-events .article-wrapper article .image a {
  display: inline;
}
.home-events .article-wrapper article .image img {
  width: 100%;
  height: auto;
  display: block;
}
.home-events .article-wrapper article .text {
  width: 100%;
  padding: 2em;
}
@media all and (min-width: 992px) {
  .home-events .article-wrapper article .text {
    width: calc(33.3% - 0.75em);
  }
}
.home-events .article-wrapper article .text .date {
  color: #5f5e55;
  margin: 1em 0 0 0;
}
.home-events .article-wrapper article .text a {
  text-decoration: none;
}
.home-events .article-wrapper article .text a.more {
  background: #e30613;
  border-radius: 0.8em;
  color: #fff;
  padding: 0.5em;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #e30613;
  margin-top: 0.8em;
}
.home-events .article-wrapper article .text a.more:hover {
  border: 2px solid #e30613;
  color: #e30613;
  background: #fff;
}
.home-events .article-wrapper article.style-2 {
  display: block;
}
@media all and (min-width: 768px) {
  .home-events .article-wrapper article.style-2 {
    flex: 0 0 calc(50% - 1em);
  }
}
.home-events .article-wrapper article.style-2 .image {
  width: 100%;
  max-height: 21em;
}
.home-events .article-wrapper article.style-2 .text {
  width: 100%;
}
.home-events .article-wrapper article.style-3 {
  display: block;
}
@media all and (min-width: 768px) {
  .home-events .article-wrapper article.style-3 {
    flex: 0 0 calc(33.3% - 1.33em);
  }
}
.home-events .article-wrapper article.style-3 .image {
  width: 100%;
}
.home-events .article-wrapper article.style-3 .text {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .home-events .blog-list-posts .article-wrapper.is-collapsed .postlist__post:nth-child(n+3) {
    display: block;
  }
}

.frame-news-archive .blog-list-posts .article-wrapper.is-collapsed .postlist__post:nth-child(n+3) {
  display: block;
}
.frame-news-archive .article-wrapper {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.frame-news-archive .article-wrapper article {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .frame-news-archive .article-wrapper article {
    flex: 0 0 calc(50% - 1em);
  }
}
@media screen and (min-width: 992px) {
  .frame-news-archive .article-wrapper article {
    flex: 0 0 calc(33.333% - 1.333em);
  }
}
.frame-news-archive .article-wrapper article .headline a {
  text-decoration: none;
}
.frame-news-archive .article-wrapper article a.more {
  background: #e30613;
  border-radius: 0.8em;
  color: #fff;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border: 2px solid #e30613;
  display: inline-block;
}

.news-single .article .footer {
  display: none;
}
.news-single .article .teaser-text {
  color: #000 !important;
  font-weight: 600;
}
.news-single .article .news-img-wrap {
  float: unset !important;
  width: 100% !important;
  margin: 1em 0 1em 0 !important;
}
.news-single .article .news-img-wrap a {
  border: 0 none !important;
  float: unset !important;
}
.news-single .article .news-img-wrap a img {
  width: 100% !important;
}

footer {
  color: #5f5e55;
}
footer a, footer a:hover, footer a:visited, footer a:active, footer a:focus {
  color: #5f5e55;
}
footer .main {
  line-height: 1.7em;
}
footer .main .col-12:not(:last-child) {
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media all and (min-width: 768px) {
  footer .main .col-12:not(:last-child) {
    border: unset;
    margin-bottom: unset;
    padding-bottom: unset;
  }
}
footer .newsletter {
  padding: 1.5em 0;
  background: #5f5e55;
  color: #fff;
}
footer .newsletter p {
  font-size: 1.5em;
  margin: 0;
  margin-top: 0.2em;
  word-break: unset;
  hyphens: unset;
  padding-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  footer .newsletter p {
    padding-bottom: 0;
  }
}
footer .newsletter form label {
  display: none;
}
footer .newsletter form .input-wrapper {
  position: relative;
  display: block;
}
@media all and (min-width: 576px) {
  footer .newsletter form .input-wrapper {
    display: inline-block;
  }
}
footer .newsletter form .input-wrapper input {
  padding: 0.5em 3em 0.5em 1.5em;
  background: #fff;
  border-radius: 0.5em;
  border: 0 none;
  line-height: 2em;
  width: 100%;
}
@media all and (min-width: 576px) {
  footer .newsletter form .input-wrapper input {
    width: 26em;
  }
}
footer .newsletter form .input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.8em;
  border: none;
  background: url("../Icons/icon_redarrow-right.svg") no-repeat right 0.8em center;
  background-size: contain;
  cursor: pointer;
}
footer .logo {
  margin: 0 auto 2em auto;
  max-width: 19em;
}
@media all and (min-width: 992px) {
  footer .logo {
    margin: 0 0 3.7em -24px;
  }
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer img.together {
  display: block;
  max-width: 100%;
  margin: 1em auto 0 auto;
}
@media all and (min-width: 768px) {
  footer img.together {
    margin: 1.5em auto 0 auto;
    max-width: 25em;
  }
}
footer a.donate-button {
  background: #e30613;
  border-radius: 0.8em;
  color: #fff;
  font-size: 1.2em;
  padding: 1.2em 2.4em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #e30613;
  margin: 1em 0 0.5em 0;
  cursor: pointer;
  max-width: 12em;
}
@media all and (min-width: 768px) {
  footer a.donate-button {
    margin: 3.7em 0 0.5em 0;
  }
}
footer a.donate-button:hover {
  border: 2px solid #e30613;
  color: #e30613;
  background: #fff;
}
footer .pm-austria {
  margin-top: -0.5em;
  max-width: 13em;
  height: auto;
}
footer .social-links {
  margin: 1.6em 0 4em 0;
}
footer .social-links img {
  width: 2.3em;
  margin-right: 0.8em;
}
footer .partners {
  text-align: center;
}
@media all and (min-width: 992px) {
  footer .partners {
    text-align: unset;
  }
}
footer .partners .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  footer .partners .logos {
    flex-direction: row;
  }
}
footer .partners .logos a {
  display: none;
}
footer .partners .logos img {
  margin-bottom: 1em;
  width: 7em;
  height: auto;
}
footer .partners .ooe {
  width: 11em;
}
footer .partners .sm {
  width: 16em;
}
footer .partners .ams {
  width: 7em;
}
footer .partners .neba {
  width: 7em;
}
footer .partners .pv {
  width: 7em;
}
footer .partners .eu {
  width: 4em;
}
footer .partners #c1801 + .gallery-row img {
  width: 4em;
}
footer .partners #c1796 + .gallery-row img {
  width: 11em;
}
footer .partners #c1797 + .gallery-row img {
  width: 16em;
}
footer .imprint {
  padding: 0.7em 0;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 4em;
}
@media all and (min-width: 768px) {
  footer .imprint {
    margin-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  footer .imprint {
    text-align: unset;
  }
}
footer .imprint nav ul {
  margin: 0;
}
footer .imprint nav ul li {
  display: inline-block;
}
footer .imprint nav ul li:not(:last-child)::after {
  content: "|";
  margin: 0 5px;
}
footer .imprint nav ul li a {
  text-decoration: none;
  position: relative;
}

.footer-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.footer-mobile .row.search-widget {
  background: #fff;
  display: none;
}
.footer-mobile .row.search-widget .indexed_search {
  display: block;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: unset;
  right: unset;
}
.footer-mobile .col-6.find-help {
  background: #e30613;
}
.footer-mobile .col-6.find-help a, .footer-mobile .col-6.find-help a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
  display: inline-block;
}
.footer-mobile .col-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-mobile .col-3.search {
  background: #ececeb;
}
.footer-mobile .col-3.search img {
  width: 2.2em;
  height: auto;
}
.footer-mobile .col-3.nav-icon {
  background: #fff;
}
.footer-mobile .col-3.nav-icon .navbar-toggler {
  background: url("../Icons/icon_hamburger.svg") no-repeat;
  background-size: 100% auto;
  width: 2.3em;
  height: 2.3em;
}
.footer-mobile .col-3.nav-icon .navbar-toggler:not(.collapsed) {
  background: url("../Icons/icon_close.svg") no-repeat;
}

/* CONTENT ELEMENTS */
.accordion-button {
  background: #fff !important;
  color: #000 !important;
  font-size: 1.7rem;
}
.accordion-button:focus, .accordion-button::-moz-focus-inner {
  box-shadow: none;
  border: 0 none #fff !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../Icons/icon_redarrow-down.svg");
}
.accordion-button::after {
  background-image: url("../Icons/icon_redarrow-right.svg");
  transform: rotate(90deg);
}

h2.accordion-header {
  margin-top: 0;
}

.box-bg-grey-light {
  background: #ececeb;
}
.box-bg-grey-light .textpic-item.textpic-text {
  padding: 1em;
}

.location-item {
  padding: 0.5em;
  border: 1px solid #000;
}
.location-item h3 {
  color: #e30613;
}

.frame-contact-person .textpic {
  gap: 1em;
}
.frame-contact-person a, .frame-contact-person a:hover, .frame-contact-person a:visited {
  color: #000 !important;
}
.frame-contact-person figure {
  max-width: 8em;
}
.frame-contact-person img {
  border-radius: 100%;
}

.service-list .service {
  margin-bottom: 1em;
}
.service-list .service h4 {
  font-weight: 600;
  font-size: 1.1rem;
}
.service-list .service hr {
  border-top: 1px solid #999;
}
.service-list .service:last-child {
  border-bottom: 0 none;
}

.form-filter-zip {
  margin-top: 1.8em;
  margin-bottom: 1em;
  margin-right: 0.5em;
}
.form-filter-zip .input-wrapper {
  position: relative;
  display: inline-block;
}
.form-filter-zip .input-wrapper input {
  background: #fff;
  width: 100%;
  padding: 0.4em 1.5em;
  border-radius: 0.8em;
  border: 1px solid #000;
  line-height: 1.5em;
}
.form-filter-zip .input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.3em;
  border: none;
  background: url("../Icons/icon_redarrow-right.svg") no-repeat right 0.3em center;
  background-size: contain;
  cursor: pointer;
}

#input-filter-zip {
  margin-left: 0 !important;
}
@media all and (min-width: 450px) {
  #input-filter-zip {
    margin-left: 0.5rem !important;
  }
}

.facility-list {
  column-count: 3;
}
.facility-list div {
  break-inside: avoid;
}
.facility-list div .facility {
  border: 1px solid #000;
  padding: 1em;
  margin-bottom: 2rem;
}
.facility-list div .facility h4 {
  font-weight: 600;
  font-size: 1.1rem;
  color: #e30613;
}
.facility-list div .facility a {
  color: #000 !important;
}

.frame-self-help-group {
  border: 1px solid #000;
  padding: 1em;
  margin-bottom: 4rem;
}

.frame-no-padding-bottom {
  padding-bottom: 0.5em;
}

.pmapi-find-help ul, .find-help-adjust ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pmapi-find-help ul a, .find-help-adjust ul a {
  color: #000 !important;
  display: inline-block;
  padding-bottom: 0.5em;
}
.pmapi-find-help ul a:hover, .find-help-adjust ul a:hover {
  font-weight: 600;
}
.pmapi-find-help ul a.selected, .find-help-adjust ul a.selected {
  background: #e30613;
  color: #fff !important;
  text-decoration: none;
  border-radius: 1em;
  padding: 0.5em;
  font-weight: 600;
}
.pmapi-find-help .step-no, .find-help-adjust .step-no {
  width: 2em;
  height: 2em;
  background-color: #e30613;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  font-weight: 800;
}
.pmapi-find-help .situation-group, .find-help-adjust .situation-group {
  transition: all 0.3s;
}
.pmapi-find-help input, .find-help-adjust input {
  padding: 0.5em 3em 0.5em 1.5em;
  border-radius: 0.8em;
  border: 1px solid #5f5e55;
  line-height: 2em;
  width: 100%;
  text-align: center;
}
.pmapi-find-help button, .find-help-adjust button {
  margin-top: 2em;
  border-radius: 0.8em;
  background: #e30613;
  color: #fff;
  padding: 0.8em 2em;
  border: 0 none;
  padding: 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.tx-pmapi .find-help-adjust {
  border: 1px solid #000;
  padding: 0.8em 1em;
}
.tx-pmapi .find-help-adjust .headline {
  cursor: pointer;
  position: relative;
}
.tx-pmapi .find-help-adjust .headline h3 {
  margin-bottom: 0;
  font-size: 1.3em;
  padding-left: 2em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.tx-pmapi .find-help-adjust .headline::before {
  content: "";
  background: #fff url("../Icons/icon_search-red.svg") no-repeat right center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s all;
}
.tx-pmapi .find-help-adjust .headline::after {
  content: "";
  background: #fff url("../Icons/icon_redarrow-down.svg") no-repeat right center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s all;
}
.tx-pmapi .find-help-adjust .headline.active::after {
  transform: rotate(180deg);
}
.tx-pmapi .find-help-adjust form {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 1s all ease;
}
.tx-pmapi .find-help-adjust form.active {
  margin-top: 1.5em;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.tx-pmapi .find-help-adjust form .step-no {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 1em;
}
.tx-pmapi .find-help-adjust form h4 {
  color: #5f5e55;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.4em;
}
.tx-pmapi .find-help-adjust form .select-category {
  border: 1px solid black;
  border-radius: 15px;
  position: relative;
  padding: 0.4em 1em 0.5em 1em;
  cursor: pointer;
  pointer-events: all;
}
.tx-pmapi .find-help-adjust form .select-category span {
  display: block;
}
.tx-pmapi .find-help-adjust form .select-category .category-item {
  font-weight: 600;
}
.tx-pmapi .find-help-adjust form .select-category:after {
  content: "";
  background: #fff url("../Icons/icon_redarrow-down.svg") no-repeat right center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0.8em;
  top: 0.6em;
  z-index: -1;
}
.tx-pmapi .find-help-adjust form .select-category .category-list {
  display: none;
  margin-top: 1em;
}
.tx-pmapi .find-help-adjust form .select-category .category-list a {
  text-decoration: none;
}
.tx-pmapi .find-help-adjust form .select-category .category-list.selected a {
  font-weight: 600;
}
.tx-pmapi .find-help-adjust form .category-group {
  display: none;
}
.tx-pmapi .find-help-adjust form .category-group.selected {
  display: block;
}
.tx-pmapi .find-help-adjust form .selected-situation-title {
  font-weight: 600;
  display: block;
  padding-bottom: 0.5em;
  cursor: pointer;
  padding-right: 2.5em;
}
.tx-pmapi .find-help-adjust form .select-situation {
  border: 1px solid black;
  border-radius: 15px;
  position: relative;
  padding: 0.3em 0 0 1em;
}
.tx-pmapi .find-help-adjust form .select-situation:after {
  content: "";
  background: #fff url("../Icons/icon_redarrow-down.svg") no-repeat right center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0.8em;
  top: 0.6em;
  z-index: -1;
}
.tx-pmapi .find-help-adjust form .select-situation .situation-list {
  display: none;
  padding-right: 2.5em;
}
.tx-pmapi .find-help-adjust form .select-situation li a {
  text-decoration: none;
}
.tx-pmapi .find-help-adjust form .select-situation li.selected {
  display: block;
  font-weight: 600;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12000;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.overlay .headline {
  background: #e30613;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  color: #fff;
  position: relative;
}
.overlay .headline::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../Icons/icon_redarrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.overlay .headline .summary {
  text-transform: none;
  font-size: 0.85em;
  margin-top: 1em;
}
.overlay .headline .summary a, .overlay .headline .summary a:visited {
  font-weight: 400;
  color: #fff;
}
.overlay .pmapi-find-help {
  padding-top: 2em;
}
@media all and (min-width: 768px) {
  .overlay .pmapi-find-help {
    padding-top: unset;
  }
}

.dialog {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  position: relative;
  animation: slide-down 0.3s ease-out;
}
@media all and (min-width: 768px) {
  .dialog {
    padding: 20px;
    margin-top: 0;
  }
}

.dialog-close {
  position: absolute;
  top: 0;
  right: 10px;
  background: none;
  border: none;
  font-size: 58px;
  cursor: pointer;
  line-height: 1em;
  color: #fff;
}
@media all and (min-width: 768px) {
  .dialog-close {
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #888;
    line-height: unset;
  }
}
.dialog-close:hover {
  color: #333;
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.overlay.show {
  display: flex;
}
.overlay:not(.dialog) {
  cursor: pointer;
}

/* INDEX SEARCH FORM  */
.indexed_search {
  display: none;
  width: 18em;
}
.indexed_search .search-form {
  display: flex;
  align-items: center;
}
.indexed_search .search-box {
  position: relative;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.indexed_search .search-input {
  padding: 0.5rem 2em 0.5rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.indexed_search .search-button {
  padding: 0;
  background: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: -2.5em;
}
.indexed_search .search-button img {
  width: 1.5em;
  height: 1.5em;
}
/* show map */
.pmapi-show-map .pin-info h4 {
  font-weight: 600;
  color: #e30613;
}
.pmapi-show-map .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.pmapi-show-map .input-wrapper {
  position: relative;
  display: block;
}
.pmapi-show-map .input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.8em;
  border: none;
  background: url("../Icons/icon_redarrow-right.svg") no-repeat right 0.8em center;
  background-size: contain;
  cursor: pointer;
}
.pmapi-show-map .nav-item {
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  width: 100%;
  background-image: url("../Icons/icon_redarrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.3em;
  text-align: left;
  min-height: 4em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .pmapi-show-map .nav-item {
    margin-bottom: 0;
  }
}
.pmapi-show-map .nav-item.zip {
  padding: 1.2rem 2.5rem 1.2rem 1rem;
  background-image: unset;
  font-weight: 600;
  color: #5f5e55;
}
.pmapi-show-map .nav-item.active {
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
}
.pmapi-show-map .nav-item a {
  color: #5f5e55;
  font-weight: 600;
  text-decoration: none;
}
.pmapi-show-map .has-dropdown {
  cursor: pointer;
}
.pmapi-show-map .has-dropdown.disabled {
  filter: grayscale(100%) opacity(70%) brightness(130%);
  cursor: not-allowed;
}
.pmapi-show-map .has-dropdown.disabled a {
  cursor: not-allowed;
}
.pmapi-show-map .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  min-width: 200px;
  background: white;
  border-radius: 0 0 10px 10px;
  border: 1px solid #000;
  border-top: 0 none;
  padding: 0.5rem 0;
  list-style: none;
  z-index: 10000;
  width: calc(100% + 2px);
}
.pmapi-show-map .dropdown ul {
  list-style-type: none;
  padding: 0;
}
.pmapi-show-map .dropdown li {
  padding: 0.5rem 1rem;
  margin-left: 0 !important;
  text-align: left;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .pmapi-show-map .dropdown li {
    margin-left: 0;
  }
}
.pmapi-show-map .dropdown li:hover a {
  text-decoration: none;
  font-weight: 600;
}
.pmapi-show-map .dropdown li a {
  color: #000;
  text-transform: unset;
  text-decoration: underline;
  text-align: center;
  font-weight: unset;
  font-size: unset;
  letter-spacing: unset;
}
.pmapi-show-map .has-dropdown.active .dropdown {
  display: block;
}
@media (max-width: 768px) {
  .pmapi-show-map .nav-menu {
    flex-direction: column;
  }
  .pmapi-show-map .dropdown {
    box-shadow: none;
    padding-left: 1rem;
  }
  .pmapi-show-map .nav-item {
    width: 100%;
  }
}

/* misc */
input.red-arrow {
  padding: 0.4em 1.5em;
  background: #fff url("../Icons/icon_redarrow-right.svg") no-repeat right 0.8em center;
  background-size: 1.6em auto;
  border-radius: 0.8em;
  border: 1px solid #000;
  line-height: 1.5em;
}

/* BARRIEREFREIHEIT */
*:focus-visible {
  --bs-input-focus-ring-color: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.frame a[class=""], .frame a:not([class]) {
  color: unset;
}

.frame a[class=""]:hover,
.frame a:not([class]):hover {
  color: unset;
}

.image > a:focus-visible, .image > a:focus {
  outline: none;
}

/* cookie banner */
.om-cookie-panel .cookie-panel__button--color--green {
  background: #e30613;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  border: 2px solid #e30613;
}
.om-cookie-panel .cookie-panel__attribution {
  display: none;
}
.om-cookie-panel h3 {
  text-align: center;
}

.scroll-top {
  bottom: 70px;
  right: 10px;
  display: none;
}
@media all and (min-width: 768px) {
  .scroll-top {
    display: block;
  }
}

/* DONATION EXTENSION */
.tx-pmdonate label.headline {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}
.tx-pmdonate .custom-amount {
  display: none;
  margin-top: 1rem;
}
.tx-pmdonate .custom-amount.show {
  display: block;
}
.tx-pmdonate input[type=radio], .tx-pmdonate input[type=checkbox] {
  padding: 0.4em;
}
.tx-pmdonate input[type=submit] {
  border: 0 none;
  border-radius: 1em;
  padding: 1.5em 1em;
  margin-right: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  background: #e30613;
  color: #fff;
  width: 100%;
}
@media all and (min-width: 768px) {
  .tx-pmdonate input[type=submit] {
    width: auto;
  }
}
.tx-pmdonate .form-select {
  padding: 0.7rem 2.25rem 0.7rem 0.75rem;
}
.tx-pmdonate .donation-success img {
  width: 100%;
  height: auto;
  display: block;
}
.tx-pmdonate .donation-success button {
  margin-top: 2em;
  border-radius: 0.8em;
  background: #e30613;
  padding: 0.8em 2em;
  border: 0 none;
  position: relative;
  z-index: 10000;
}
.tx-pmdonate .donation-success button a, .tx-pmdonate .donation-success button a:hover, .tx-pmdonate .donation-success button a:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.tx-pmdonate .payment-type {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0.8em;
  text-align: center;
  padding: 1em 0;
}
.tx-pmdonate .payment-type.selected {
  border: 3px solid #000;
}
.tx-pmdonate .payment-type img {
  height: 2.2em;
  width: 100%;
}
.tx-pmdonate .payment-type span {
  display: block;
  padding-bottom: 0.2em;
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .container-2col-3366, .container-2col-3366 .contentcontainer-column:first-child {
    padding-left: 0;
  }
}
ul.typo3-messages {
  list-style-type: none;
  padding-left: 0;
}

form span.required {
  display: none;
}

ol.breadcrumb {
  background: none;
  margin-bottom: -3em;
  position: relative;
  z-index: 10;
}

.back-link {
  text-decoration: none;
  margin-top: -1em;
  margin-bottom: 1em;
  display: block;
}

.frame-image-equal-height .gallery-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.frame-image-equal-height .gallery-item {
  height: 80px;
}
.frame-image-equal-height .gallery-item figure {
  margin: 0;
  height: 100%;
}
.frame-image-equal-height .gallery-item picture {
  display: block;
  height: 100%;
}
.frame-image-equal-height .gallery-item img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: top;
}

figure.table table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
figure.table table td {
  padding: 0.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.carousel-small {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel-small:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.carousel-small .carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-small .carousel-item {
  height: 100% !important;
}
.carousel-small .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-small .item {
  height: 482px;
}
@media (min-width: 576px) {
  .carousel-small .item {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .carousel-small .item {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .carousel-small .item {
    height: 340px;
  }
}
@media (min-width: 1400px) {
  .carousel-small .item {
    height: 400px;
  }
}

.carousel .carousel-content-inner {
  align-items: baseline;
}

.carousel-small .carousel-item {
  padding: 0;
}

.card-group-element {
  width: 100%;
  margin: 0 auto;
}
.card-group-element .card-group-element-item {
  display: block;
}

@media (max-width: 575.98px) {
  .card-group-element .card-group-element-item {
    width: 100%;
  }
  .card-group-element .slick-slide {
    margin: 0;
  }
}
.cards .slick-list {
  padding-left: 0 !important;
}
.cards .slick-list .slick-track a.slick-slide:first-child {
  margin-left: 0;
}

.card {
  border: 0;
  border-radius: unset;
  margin: 0 16px;
  background: none;
}
.card:first-child {
  margin-left: 0;
}
.card .card-img-top {
  border-radius: unset;
}
.card a.button-red-inline {
  color: #fff;
  text-align: center;
  word-break: initial;
  hyphens: initial;
}
.card a.button-red-inline:hover {
  color: #fff;
}

.slick-prev {
  left: -45px !important;
}

.slick-prev::before, .slick-next::before {
  color: #5f5e55 !important;
  font-size: 27px !important;
}

/* Mobile breakpoint fix */
.card-group-element {
  max-width: 100vw;
  width: 100%;
}

.frame-logo-carousel .card-body {
  display: none;
}

.gm-style .gm-style-iw-c {
  flex-direction: column-reverse !important;
  padding-top: 10px !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-ch {
  padding-top: 0 !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d a.button-red-inline {
  margin-bottom: 0 !important;
}
.gm-style .gm-style-iw-c button {
  margin-top: -46px !important;
  right: 0 !important;
  position: absolute !important;
}

.cookie-consent-container .buttons .btn--primary {
  background: #e30613 !important;
  border-color: #e30613 !important;
}
.cookie-consent-container .label input:checked ~ .checkmark {
  background: #e30613 !important;
}
.cookie-consent-container .label:hover .checkmark {
  background: #e30613 !important;
}

.cookie-consent-replacement {
  margin-top: -56.25%;
}
.cookie-consent-replacement button {
  position: absolute;
  top: 35%;
  left: 20%;
  right: 20%;
}

.pmapi-show-map .cookie-consent-replacement {
  margin-top: unset;
}
.pmapi-show-map button {
  position: unset;
  margin-top: 2em;
}

/*# sourceMappingURL=main.css.map */
