@charset "UTF-8";
/*
Theme Name: PosterSelect
Text Domain: ONM
Version: 1.0
Author: Jamal Harris
Author URI: https://onm.de/

*/
.flex-row {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

img {
  height: 100%;
  width: auto;
}

.primary {
  color: #c70063;
}

.secondary {
  color: #141414;
}

.container {
  position: relative;
}

.text-align-center {
  text-align: center;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100%;
}

.no-display {
  display: none;
}

.anchor {
  visibility: hidden;
  position: relative;
  top: -50px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  top: -200px;
}
.anchor--ps-online {
  top: 0px;
}

.relative {
  position: relative;
}

.white-background {
  background-color: #ffffff;
}

.primary-background {
  background-color: #c70063;
}

.off-white-bg {
  background-color: #f6f6f6;
}

.content-spacer {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 575.98px) {
  .content-spacer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.content-spacer--double-bot {
  padding-bottom: 7rem;
}
@media (max-width: 575.98px) {
  .content-spacer--double-bot {
    padding-bottom: 3rem;
  }
}

.no-display {
  display: none !important;
}

@media (min-width: 991.98px) {
  .mr-1-md {
    margin-right: 1.5rem;
  }
}

@media (min-width: 991.98px) {
  .ml-1-md {
    margin-left: 1.5rem;
  }
}

.subpage-header-spacer {
  height: 7rem;
}

.mt-0 {
  margin-top: 0;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1rem {
  padding-top: 1rem;
}

body {
  background-color: #f6f6f6;
  font-family: Arial, Helvetica, sans-serif;
}
body .sub-page__svg-wave-div {
  background-color: #141414;
  padding-top: 100px;
}

body.white-background {
  background-color: #fff;
}

.header {
  color: #ffffff;
  transition: ease 0.2s;
}
.header__overlay {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  transition: ease 0.2s;
}
.header__overlay .flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__overlay__toggle {
  display: none;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 0);
  color: #ffffff;
}
.header__overlay__toggle:hover {
  color: #c70063;
}
@media (max-width: 991.98px) {
  .header__overlay__toggle {
    display: block;
  }
}
.header__overlay__figure {
  margin: 0;
}
.header__overlay__figure__logo {
  height: 80px;
  width: auto;
  margin: 0.5rem 0;
  margin-left: 0.5rem;
}
.header__overlay__figure__logo .smaller-logo {
  height: 50px;
}
@media (max-width: 1199.98px) {
  .header__overlay__figure__logo {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .header__overlay__figure__logo {
    height: 40px;
  }
}
.header__overlay__figure__logo--onscroll {
  display: none;
}
.header__overlay__nav {
  transition: ease 0.2s;
  flex-grow: 1;
}
.header__overlay__nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  padding-left: 0;
  padding: 0.5rem 0;
}
.header__overlay__nav ul li {
  transition: ease 0.2s;
}
.header__overlay__nav ul li::before {
  display: none;
}
@media (min-width: 1199.98px) {
  .header__overlay__nav ul li:hover {
    transform: scale(1.1);
  }
}
.header__overlay__nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 1199.98px) {
  .header__overlay__nav ul li a {
    font-size: 1.19rem;
  }
}
.header__overlay__nav ul li a:hover {
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .header__overlay__nav {
    display: none;
  }
}
.header__overlay--toggle-expanded {
  top: -200%;
  height: fit-content;
}
.header__overlay--toggle-expanded__toggle__navigation {
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
}
.header__overlay--toggle-expanded__content-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 21;
  transition: ease 0.2s;
  transition-delay: 0.1s;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: all;
}
.header__overlay--toggle-expanded ul {
  border-top: 1px solid #e3e4e4;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.header__overlay--toggle-expanded ul li {
  padding: 1rem;
  max-width: 500px;
  margin: 1.2rem;
  border: 2px solid #c70063;
  border-radius: 10px;
  flex-grow: 1;
  transition: ease 0.2s;
  transition: ease 0.2s;
}
.header__overlay--toggle-expanded ul li:last-child {
  padding-bottom: 1rem;
}
.header__overlay--toggle-expanded ul li::before {
  display: none;
}
.header__overlay--toggle-expanded ul li a {
  color: #c70063;
  font-size: 1.25rem;
  padding: 1rem;
  text-decoration: none;
}
.header__overlay--toggle-expanded ul li:hover {
  transform: scale(1.05);
  background-color: #c70063;
}
.header__overlay--toggle-expanded ul li:hover a {
  color: #ffffff;
}
.header__overlay--subpage .header__overlay__toggletoggle {
  color: #58585a;
}
.header__overlay--subpage .header__overlay__toggletoggle:hover {
  color: #c70063;
}
.header__overlay--subpage .header__overlay__nav {
  transition: ease 0.2s;
  flex-grow: 1;
}
.header__overlay--subpage .header__overlay__nav ul li a {
  color: #58585a;
}
.header__overlay--subpage .header__overlay--toggle-expanded ul li:hover a {
  color: #58585a;
}
.header .solid-navigation {
  transition: ease 0.2s;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 0;
  box-shadow: 0px 2px 2px #e3e4e4;
}
.header .solid-navigation .header__overlay__figure__logo {
  display: none;
}
.header .solid-navigation .header__overlay__figure__logo--onscroll {
  height: 40px;
  width: auto;
  display: block;
  margin: 0.5rem 0;
  margin-left: 0.5rem;
}
.header .solid-navigation .header__overlay__nav ul {
  margin: 0;
}
.header .solid-navigation .header__overlay__nav ul li {
  padding-bottom: 0;
}
.header .solid-navigation .header__overlay__nav ul li::before {
  display: none;
}
.header .solid-navigation .header__overlay__nav ul li a {
  color: #58585a;
  transition: ease 0.1s;
}
@media (min-width: 1199.98px) {
  .header .solid-navigation .header__overlay__nav ul li a {
    font-weight: 600;
  }
}
.header .solid-navigation .header__overlay__nav ul li a:hover {
  color: #c70063;
}
.header .solid-navigation .header__overlay__nav ul li a:active {
  color: #c70063;
  border-radius: 0;
  border-bottom: 6px solid #c70063;
}
.header .visibility-hidden {
  visibility: hidden;
}
.header .top-0 {
  top: 0;
}
.header .flex-row.flex-row--toggle-expanded {
  position: relative;
}
.header .header-page-overlay-visible {
  background-color: rgba(0, 0, 0, 0.6);
}
.header .color-white {
  color: #ffffff;
}
.header .color-white:hover {
  color: #c70063;
}
.header .primary:hover {
  color: #c70063;
}

.fa-xmark--header {
  font-size: 2.5rem;
  padding-top: 0.3rem;
}

.footer {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
  color: #e3e4e4;
  background-color: #141414;
}
@media (min-width: 767.98px) {
  .footer {
    padding-top: 150px;
  }
}
@media (min-width: 991.98px) {
  .footer {
    padding-top: 120px;
  }
}
@media (min-width: 1199.98px) {
  .footer {
    padding-top: 250px;
  }
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li::before {
  display: none;
}
.footer a {
  text-decoration: none;
  color: #e3e4e4;
}
@media (max-width: 991.98px) {
  .footer__content {
    text-align: center;
  }
}
.footer__content__main__cookies a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer__content__main__cookies a i {
  color: #c70063;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.footer__content__main__services {
  padding-bottom: 3.5rem;
}
.footer__content__main__services__single {
  flex-grow: 1;
}
.footer__content__main__services__single p {
  font-size: 1.25rem;
  color: #c70063;
}
.footer__content__main__services__single li {
  padding-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .footer__content__main__services__single li {
    font-size: 1rem;
  }
}
.footer__content__main__company {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer__content__main__company {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .footer__content__main__company {
    margin-left: auto;
  }
}
.footer__content__main__company img {
  height: 60px;
  margin-bottom: 1.5rem;
}
@media (min-width: 991.98px) {
  .footer__content__main__company img {
    margin-bottom: 1.5rem;
  }
}
.footer__content__main__company ul {
  font-size: 1.15rem;
  color: #818180;
}
.footer__content__main__company--display-md {
  display: none;
}
@media (max-width: 991.98px) {
  .footer__content__main__company--display-md {
    display: flex;
    flex-direction: column;
    padding-bottom: 2.5rem;
  }
}
.footer__content__main__company i {
  padding: 1rem;
  font-size: 2rem;
  color: #c70063;
}
.footer__content__main__company p {
  margin-bottom: 0;
  color: #e3e4e4;
}
.footer__content__main__company__phone {
  padding-right: 16px;
}
.footer__content__main__company__phone p {
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__content__main__company__mail a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__menu {
  padding-top: 7rem;
}
@media (max-width: 575.98px) {
  .footer__menu {
    padding-top: 3.5rem;
  }
}
.footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
@media (min-width: 991.98px) {
  .footer__menu ul {
    width: 50%;
    margin: 0 auto;
  }
}
.footer__menu ul li {
  font-size: 1.15rem;
}

.lead-media-container {
  position: relative;
  min-height: 500px;
}
.lead-media-container__sticker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 400px;
  height: 250px;
  max-width: 90%;
  background-color: rgba(199, 0, 99, 0.85);
  border-radius: 10px;
  text-transform: uppercase;
  z-index: 1;
}
.lead-media-container__sticker p {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 100;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .lead-media-container__sticker p {
    font-size: 2.2rem;
  }
}
.lead-media-container__backup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.lead-media-container__video {
  width: 100%;
  height: 1000px;
  position: absolute;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .lead-media-container__video {
    height: 700px;
  }
}
.lead-media-container__svg-div svg {
  position: absolute;
  bottom: -2px;
}
.lead-media-container__headline {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.lead-media-container__headline__single {
  color: #ffffff;
  text-decoration: underline #c70063;
  font-size: 5rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 1.7rem;
  text-transform: uppercase;
  text-align: center;
  transform: scale(0);
  left: -100%;
  transition: ease 1s;
  opacity: 0;
}
.lead-media-container__headline__single--show {
  opacity: 1;
  transform: scale(1);
  max-width: 90%;
}
@media (max-width: 767.98px) {
  .lead-media-container__headline h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 767.98px) {
  .lead-media-container {
    height: 1000px;
    overflow: hidden;
    background-image: unset !important;
  }
}
@media (max-width: 1199.98px) {
  .lead-media-container {
    height: 700px;
  }
}
@media (max-width: 767.98px) {
  .lead-media-container {
    background-position: center;
    position: relative;
    background-size: cover;
    height: 500px;
  }
  .lead-media-container video {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .lead-media-container {
    height: 400px;
    min-height: 400px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 200px;
  margin: 0.5rem 1.2rem;
  padding: 1.7rem 2.5rem;
  border-radius: 10px;
  border: 2px solid #c70063;
  transition: ease 0.2s;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 1.15rem;
    min-width: fit-content;
  }
}
.btn:active, .btn:focus, .btn:hover {
  transform: scale(1.1);
  color: #ffffff;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #ffffff;
  color: #c70063;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #c70063;
  border: 2px solid #c70063;
}

.btn-secondary {
  border: 2px solid #818180;
  color: #58585a;
  background-color: #ffffff;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #58585a;
}

.sub-page-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.5rem;
  padding-bottom: 3.5rem;
}
.sub-page-buttons--no-pad-bot {
  padding-bottom: 0;
}
.sub-page-buttons--extra-pad-bot {
  padding-bottom: 7rem;
}

.seperator-hero {
  position: relative;
}
.seperator-hero .seperator-hero__content__image-div.set-height {
  background-attachment: fixed;
  height: 800px;
}
@media (max-width: 1199.98px) {
  .seperator-hero .seperator-hero__content__image-div.set-height {
    height: 600px;
  }
}
@media (max-width: 991.98px) {
  .seperator-hero .seperator-hero__content__image-div.set-height {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .seperator-hero .seperator-hero__content__image-div.set-height {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .seperator-hero .seperator-hero__content__image-div.set-height {
    height: 300px;
  }
}
.seperator-hero__content__text {
  width: 50%;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  align-items: center;
  color: #f6f6f6;
  background-color: #141414;
}
.seperator-hero__content__text p {
  width: 75%;
  margin-bottom: 0;
  color: #f6f6f6;
}
.seperator-hero__content__text__header {
  width: 75%;
  padding-bottom: 1.2rem;
  text-decoration: underline #c70063;
}
@media (max-width: 991.98px) {
  .seperator-hero__content__text {
    width: 100%;
    background-color: unset;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .seperator-hero__content__text {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.seperator-hero__content__image-div {
  position: relative;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.seperator-hero__content__image-div__image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 991.98px) {
  .seperator-hero__content__image-div__image-overlay {
    background-color: rgba(1, 1, 1, 0.7);
  }
}
@media (max-width: 991.98px) {
  .seperator-hero__content__image-div {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media (max-width: 1199.98px) {
  .seperator-hero__content__image-div {
    background-attachment: scroll;
  }
}
.seperator-hero__content__image-div--scroll {
  background-attachment: scroll;
}
.seperator-hero--video .seperator-hero__content__image-div__image-overlay__play-button {
  font-size: 6rem;
  color: #ffffff;
  opacity: 0.7;
  z-index: 3;
}
.seperator-hero--video .seperator-hero__content__image-div__image-overlay__play-button:hover {
  color: #ffffff;
  transform: scale(1.2);
  transition: ease 0.2s;
}
@media (max-width: 991.98px) {
  .seperator-hero--video .seperator-hero__content__image-div__image-overlay__play-button {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .seperator-hero--video .seperator-hero__content__image-div__image-overlay__play-button {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .seperator-hero--video .seperator-hero__content__image-div__image-overlay__play-button {
    padding-bottom: 20px;
  }
}
.seperator-hero--image-right--xl .seperator-hero__content__text {
  background-color: #c70063;
}
@media (max-width: 575.98px) {
  .seperator-hero--image-right--xl .seperator-hero__content__text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.seperator-hero--image-right--xl .seperator-hero__content__text__header {
  text-align: center;
  font-size: 5rem;
  padding: 200px 0 350px 0;
}
@media (max-width: 1199.98px) {
  .seperator-hero--image-right--xl .seperator-hero__content__text__header {
    padding-top: 100px;
    padding-bottom: 230px;
  }
}
@media (max-width: 991.98px) {
  .seperator-hero--image-right--xl .seperator-hero__content__text__header {
    padding-top: 100px;
    padding-bottom: 230px;
  }
}
@media (max-width: 767.98px) {
  .seperator-hero--image-right--xl .seperator-hero__content__text__header {
    padding-top: 70px;
    padding-bottom: 180px;
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .seperator-hero--image-right--xl .seperator-hero__content__text__header {
    padding-top: 50px;
    padding-bottom: 120px;
    font-size: 3.5rem;
    width: 100%;
  }
}
.seperator-hero--image-right--xl--regular-text .seperator-hero__content__text {
  padding: 140px 0px 300px 0px;
}
@media (max-width: 1199.98px) {
  .seperator-hero--image-right--xl--regular-text .seperator-hero__content__text {
    padding-top: 100px;
    padding-bottom: 230px;
  }
}
@media (max-width: 991.98px) {
  .seperator-hero--image-right--xl--regular-text .seperator-hero__content__text {
    padding-top: 100px;
    padding-bottom: 230px;
  }
}
@media (max-width: 767.98px) {
  .seperator-hero--image-right--xl--regular-text .seperator-hero__content__text {
    padding-top: 70px;
    padding-bottom: 180px;
  }
}
@media (max-width: 575.98px) {
  .seperator-hero--image-right--xl--regular-text .seperator-hero__content__text {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
.seperator-hero--image-right--xl--regular-text .seperator-hero__content__text a {
  color: #fff;
  text-decoration: underline;
  transition: ease 0.2s;
}
.seperator-hero--image-right--xl--regular-text .seperator-hero__content__text a:hover {
  color: #58585a;
}
.seperator-hero--image-right--xl--regular-text .seperator-hero__content__text__header {
  padding: 0;
  padding-bottom: 1.2rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  .seperator-hero--image-right--xl--regular-text .seperator-hero__content__text__header {
    width: 75%;
  }
}

.ps-image-gallery {
  text-align: center;
}
.ps-image-gallery__gallery img {
  width: 100%;
  object-fit: cover;
  transition: ease 0.2s;
}
.ps-image-gallery__gallery img:hover {
  transform: scale(1.1);
}
.ps-image-gallery__gallery__container {
  height: 300px;
  padding: 0.5rem;
}
.ps-image-gallery__gallery__container__single {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ps-image-gallery__gallery__container__single:hover .ps-image-gallery__gallery__container__single__overlay {
  visibility: visible;
}
.ps-image-gallery__gallery__container__single__overlay {
  background-image: linear-gradient(to top, #c70063, rgba(199, 0, 99, 0.6), rgba(199, 0, 99, 0.3), rgba(199, 0, 99, 0.3));
  visibility: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ps-image-gallery__gallery__container__single__overlay__title {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 1.6rem;
}

.contacts__cards__single {
  width: 350px;
  color: #141414;
  margin: 1rem;
  border: 1px solid #e3e4e4;
  border-radius: 10px;
  overflow: hidden;
  transition: ease 0.2s;
}
.contacts__cards__single:hover {
  box-shadow: 0px 0px 20px #e3e4e4;
}
.contacts__cards__single:hover .contacts__cards__single__front__name {
  text-decoration: underline 3px #c70063;
}
.contacts__cards__single:hover .contacts__cards__single__front__social i {
  color: #c70063;
}
.contacts__cards__single:hover .contacts__cards__single__image {
  filter: none;
}
@media (max-width: 575.98px) {
  .contacts__cards__single {
    width: 300px;
  }
}
.contacts__cards__single__image {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin-bottom: 0;
  /* Safari 6.0 - 9.0 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: ease 0.2s;
}
@media (max-width: 575.98px) {
  .contacts__cards__single__image {
    width: 300px;
    height: 300px;
  }
}
.contacts__cards__single__front {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  min-height: 251px;
}
.contacts__cards__single__front__name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
  transition: ease 0.2s;
  text-decoration: underline 2px solid #ffffff;
}
.contacts__cards__single__front__position {
  font-size: 1.15rem;
  font-weight: 400;
  text-transform: uppercase;
}
.contacts__cards__single__front__info {
  padding-bottom: 20px;
}
.contacts__cards__single__front__info p {
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: lighter;
}
.contacts__cards__single__front__social {
  display: flex;
  flex-direction: row;
}
.contacts__cards__single__front__social i {
  font-size: 2rem;
  transition: ease 0.2s;
  padding-right: 1.2rem;
}
.contacts__cards__single__front__social a {
  color: #e3e4e4;
  transition: ease 0.2s;
}
.contacts__cards__single__front__social a:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .contacts .flickity-enabled .flickity-button .flickity-prev-next-button.next {
    right: 50px;
  }
}
@media (max-width: 767.98px) {
  .contacts .flickity-enabled .flickity-button .flickity-prev-next-button.previous {
    left: 50px;
  }
}

.contacts-container {
  margin: 0 auto;
  max-width: 100%;
}

#kontakt-slider {
  top: 0px;
}

.ps-logo-gallery__logos__single {
  flex-grow: 1;
  padding: 0;
  margin: 1.2rem;
  min-width: 150px;
}
.ps-logo-gallery__logos__single__container {
  border: 1px solid gray;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: 100px;
  transition: ease 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps-logo-gallery__logos__single__container a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps-logo-gallery__logos__single__container:hover {
  transform: scale(1.1);
  border: 1px solid #c70063;
}
@media (max-width: 575.98px) {
  .ps-logo-gallery__logos__single__container:hover {
    transform: none;
  }
}
.ps-logo-gallery__logos__single__container.js-hover-style {
  border: 1px solid #c70063;
  transform: scale(1.02);
}
.ps-logo-gallery__logos__single__logo {
  height: auto;
  width: 150px;
  transition: ease 0.2s;
  padding: 0.5rem;
}
@media (max-width: 575.98px) {
  .ps-logo-gallery__logos__single__logo {
    width: 125px;
  }
}

.text-blocks {
  text-align: center;
}
.text-blocks > .container > .row > .col-lg-3 {
  min-width: 300px;
}
.text-blocks i {
  font-size: 3.2rem;
  padding: 1rem;
  border-radius: 10px;
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-blocks__single {
  padding: 0 1.2rem;
}
.text-blocks__single__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .text-blocks__single__head {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .text-blocks__single__head {
    padding-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .text-blocks__single__head {
    padding-bottom: 0.5rem;
  }
}
.text-blocks__single__title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.7rem;
  color: #c70063;
}
.text-blocks__single__text {
  color: #141414;
  padding-bottom: 1.7rem;
}
@media (max-width: 767.98px) {
  .text-blocks__single__text {
    font-size: 1.4rem;
  }
}
.text-blocks__single .secondary {
  padding-bottom: 0;
  color: #c70063;
}
.text-blocks .row {
  justify-content: center;
}

.introduction__header.content-header-container {
  padding-bottom: 1.2rem;
}
.introduction__text {
  color: #141414;
  font-size: 1.4rem;
}
.introduction__text__header p {
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .introduction__text__header p {
    font-size: 1.25rem;
    padding-bottom: 0;
  }
}
.introduction__image-container {
  width: 100%;
  display: flex;
}
.introduction img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 991.98px) {
  .introduction img {
    padding-right: 1.7rem;
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 991.98px) {
  .half-width--sm {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .half-width--sm {
    justify-content: center;
    padding-bottom: 1.5rem;
  }
}

.clear {
  clear: both;
}

.introduction.content-spacer {
  padding-top: 0;
}

.ps-list-card-bg-img__col {
  margin-bottom: 1.2rem;
  min-width: 300px;
}
.ps-list-card-bg-img .row {
  justify-content: center;
}
.ps-list-card-bg-img__single {
  position: relative;
  min-height: fit-content;
  height: 100%;
  border: 2px solid #c70063;
  border-radius: 10px;
  transition: ease 0.2s;
  background-size: cover;
  overflow: hidden;
  min-height: 302px;
}
.ps-list-card-bg-img__single:hover {
  transform: scale(1.05);
}
.ps-list-card-bg-img__single__overlay {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(92, 0, 50, 0.5);
  transition: ease 0.2s;
}
.ps-list-card-bg-img__single__overlay:hover {
  background-color: #c70063;
}
.ps-list-card-bg-img__single__overlay:hover .ps-list-card-bg-img__single__full {
  visibility: visible;
}
.ps-list-card-bg-img__single__overlay:hover .ps-list-card-bg-img__single__front {
  visibility: hidden;
}
.ps-list-card-bg-img__single__full {
  visibility: hidden;
  text-align: center;
  padding: 1.5rem;
  padding-top: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ps-list-card-bg-img__single__full hr {
  border-top: 1px solid #ffffff;
}
.ps-list-card-bg-img__single__full p {
  margin-bottom: 0;
  color: #f6f6f6;
}
.ps-list-card-bg-img__single__full h2 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #d80e73;
  font-size: 1.904rem;
  padding: 1rem;
}
.ps-list-card-bg-img__single__front {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ps-list-card-bg-img__single__front p,
.ps-list-card-bg-img__single__front i {
  font-size: 2rem;
  color: #f6f6f6;
}

.seperator-slider {
  margin-top: -4rem;
}
@media (min-width: 1199.98px) {
  .seperator-slider {
    padding-bottom: 2.5rem;
  }
}
.seperator-slider--custom-element {
  padding-bottom: 0;
}
.seperator-slider .content-header-container h2.secondary {
  text-align: center;
  text-transform: none;
}
.seperator-slider__carousel {
  margin: 0 auto;
  max-width: 100%;
  background-color: #f6f6f6;
}
.seperator-slider__carousel .main-carousel--has-news .flickity-viewport {
  min-height: 100px;
}
.seperator-slider__slider__slide {
  margin: 1rem;
  max-width: 600px;
  min-width: 600px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .seperator-slider__slider__slide {
    max-width: 300px;
    min-width: 300px;
  }
}
.seperator-slider__slider__slide__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #141414;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  border: 1px solid #e3e4e4;
  border-radius: 10px;
}
.seperator-slider__slider__slide__content--has-news {
  min-height: 100px;
  padding: 0;
}
.seperator-slider__slider__slide__content__news {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.seperator-slider__slider__slide__content__link {
  text-decoration: none;
}
.seperator-slider__slider__slide__content__link p,
.seperator-slider__slider__slide__content__link li {
  transition: ease 0.2s;
}
.seperator-slider__slider__slide__content__link:hover p,
.seperator-slider__slider__slide__content__link:hover li {
  color: #c70063;
  transform: scale(1.05);
}
.seperator-slider__slider__slide__content__link--has-news {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  border-radius: 10px;
  transition: ease 0.2s;
  border: 1px solid #c70063;
}
.seperator-slider__slider__slide__content p {
  text-align: center;
  color: #58585a;
}
@media (max-width: 767.98px) {
  .seperator-slider__slider__slide__content p {
    font-size: 1.15rem;
  }
}
.seperator-slider__slider__slide__content i {
  color: #c70063;
  width: 100%;
  text-align: center;
}
.seperator-slider__slider__slide__content ul {
  font-size: 1.25rem;
  list-style: none;
  color: #58585a;
}
@media (max-width: 767.98px) {
  .seperator-slider__slider__slide__content ul {
    font-size: 1.15rem;
  }
}
.seperator-slider__slider__slide__content ul li {
  padding-right: 1.7rem;
}
.seperator-slider__slider__slide__content ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c70063;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  transform: scale(1.5);
}
.seperator-slider .flickity-button,
.seperator-slider .flickity-page-dots {
  visibility: hidden;
}

.full-cover-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}

.ps-image-list-slider a:hover {
  z-index: 2;
}
.ps-image-list-slider__outer-container {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.ps-image-list-slider .ps-image-list-slider-carousel {
  margin: 0 auto;
  max-width: 100%;
}
.ps-image-list-slider .ps-image-list-slider-carousel .flickity-viewport {
  overflow: visible;
}
@media (max-width: 575.98px) {
  .ps-image-list-slider .ps-image-list-slider-carousel .flickity-viewport {
    overflow: hidden;
  }
}
.ps-image-list-slider .ps-image-list-slider-carousel .flickity-page-dots {
  bottom: -50px;
  pointer-events: none;
}
@media (min-width: 767.98px) {
  .ps-image-list-slider .ps-image-list-slider-carousel .flickity-page-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ps-image-list-slider .ps-image-list-slider-carousel .flickity-button {
    top: 100%;
    margin-top: 42px;
  }
}
.ps-image-list-slider .ps-image-list-slider-carousel__single {
  width: 500px;
  height: 500px;
  max-width: 100%;
  transition: transform ease 0.2s;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single:hover {
  transform: scale(1.1);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .ps-image-list-slider .ps-image-list-slider-carousel__single:hover {
    transform: none;
  }
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__container {
  position: relative;
  width: 498px;
  height: 498px;
  max-width: 100%;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay h3 {
  font-size: 3.2rem;
  max-width: 99vw;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .ps-image-list-slider .ps-image-list-slider-carousel__single__overlay h3 {
    font-size: 2.4rem;
  }
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay i {
  font-size: 3.3rem;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay:hover {
  background-image: linear-gradient(to top, #58585a, #58585a, rgba(0, 0, 0, 0));
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay:hover i {
  display: none;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay:hover .ps-image-list-slider-carousel__single__overlay__full {
  display: flex;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay__full {
  display: none;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay__full .tag-list {
  padding: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 100vw;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay__full .tag-list p {
  padding-bottom: 0;
}
.ps-image-list-slider .ps-image-list-slider-carousel__single__overlay__full .tag-list span {
  color: #f6f6f6;
  background-color: rgb(168, 11, 97);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  border-radius: 10px;
  font-size: 1.15rem;
}
@media (max-width: 575.98px) {
  .ps-image-list-slider .ps-image-list-slider-carousel__single__overlay__full .tag-list span {
    font-size: 1rem;
  }
}
.ps-image-list-slider .ps-image-list-slider-carousel__single .overlay-hover-no-bg:hover {
  background-image: none;
}

@media (max-width: 767.98px) {
  .ps-image-list-slider.content-spacer {
    padding-bottom: 84px;
  }
}

.flickity-page-dots .dot.is-selected {
  background: #c70063;
}

.svg-seperator {
  position: absolute;
  left: 0px;
  width: 100%;
  pointer-events: none;
  z-index: 4;
}
.svg-seperator--up {
  bottom: -1px;
}
.svg-seperator--down {
  top: -1px;
}

.svg-padding-top {
  padding-top: 150px;
}
@media (max-width: 1199.98px) {
  .svg-padding-top {
    padding-top: 120px;
  }
}
@media (max-width: 991.98px) {
  .svg-padding-top {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .svg-padding-top {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .svg-padding-top {
    padding-top: 50px;
  }
}
.svg-padding-top--section {
  padding-top: 150px;
}
@media (max-width: 1199.98px) {
  .svg-padding-top--section {
    padding-top: 70px;
  }
}

.svg-padding-bot {
  padding-bottom: 200px;
}
@media (max-width: 1199.98px) {
  .svg-padding-bot {
    padding-bottom: 160px;
  }
}
@media (max-width: 991.98px) {
  .svg-padding-bot {
    padding-bottom: 130px;
  }
}
@media (max-width: 767.98px) {
  .svg-padding-bot {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .svg-padding-bot {
    padding-bottom: 80px;
  }
}
.svg-padding-bot--xl {
  padding-bottom: 250px;
}
@media (max-width: 1199.98px) {
  .svg-padding-bot--xl {
    padding-bottom: 170px;
  }
}
@media (max-width: 991.98px) {
  .svg-padding-bot--xl {
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .svg-padding-bot--xl {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .svg-padding-bot--xl {
    padding-bottom: 80px;
  }
}

@media (max-width: 1199.98px) {
  .facts .facts__sub-page-buttons {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .facts .facts__sub-page-buttons {
    padding-bottom: 50px;
  }
}
.facts__content .row {
  align-items: stretch;
}
.facts__content__stats, .facts__content__stats--hidden {
  text-align: center;
  transition: ease 1.5s;
  max-height: 1000px;
  height: fit-content;
  overflow: hidden;
  flex-grow: 1;
}
.facts__content__stats__expand, .facts__content__stats--hidden__expand {
  font-size: 2rem;
  padding-top: 1.7rem;
  width: 50px;
  margin: 0 auto;
}
.facts__content__stats__expand a, .facts__content__stats--hidden__expand a {
  text-decoration: none;
  color: #ffffff;
  width: 50px;
  height: 50px;
  background-color: #c70063;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.2s;
}
.facts__content__stats__expand a:hover, .facts__content__stats--hidden__expand a:hover {
  transform: scale(1.1);
}
.facts__content__stats__value, .facts__content__stats__value--hidden, .facts__content__stats__value__placeholder, .facts__content__stats--hidden__value, .facts__content__stats--hidden__value--hidden, .facts__content__stats--hidden__value__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 400;
  font-weight: bold;
}
.facts__content__stats__value__container, .facts__content__stats__value--hidden__container, .facts__content__stats__value__placeholder__container, .facts__content__stats--hidden__value__container, .facts__content__stats--hidden__value--hidden__container, .facts__content__stats--hidden__value__placeholder__container {
  background-color: #c70063;
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: auto;
}
.facts__content__stats__value__container__full, .facts__content__stats__value--hidden__container__full, .facts__content__stats__value__placeholder__container__full, .facts__content__stats--hidden__value__container__full, .facts__content__stats--hidden__value--hidden__container__full, .facts__content__stats--hidden__value__placeholder__container__full {
  display: flex;
  align-items: end;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  background-color: #141414;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575.98px) {
  .facts__content__stats, .facts__content__stats--hidden {
    width: 100%;
  }
}
.facts__source {
  max-width: 100%;
  padding-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .facts__source {
    padding-bottom: 1.5rem;
  }
}
.facts__source__text {
  text-align: center;
  font-style: italic;
  font-weight: 100;
  font-size: 1rem;
}

.invisible-display {
  max-height: 0px;
}

.content-header-container {
  padding-bottom: 2.5rem;
  padding-top: 1.7rem;
  text-align: center;
}
.content-header-container--first {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .content-header-container--first {
    padding-top: 2.5rem;
  }
}
.content-header-container--nopad {
  padding: 0;
}

.content-header-container h2.secondary {
  font-weight: 300;
  color: #58585a;
}
.content-header-container h2.primary,
.content-header,
.seperator-hero--image-right--xl--regular-text .seperator-hero__content__text__header {
  font-weight: 300;
}

.section-header,
.content-header-container h2,
.content-header,
.seperator-hero--image-right--xl--regular-text .seperator-hero__content__text__header {
  font-size: 2.4rem;
}
@media (max-width: 575.98px) {
  .section-header,
.content-header-container h2,
.content-header,
.seperator-hero--image-right--xl--regular-text .seperator-hero__content__text__header {
    font-size: 2.4rem;
  }
}

.section-header,
.content-header-container h2.primary {
  font-size: 3.2rem;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .section-header,
.content-header-container h2.primary {
    font-size: 2.4rem;
  }
}

.section-header {
  text-transform: uppercase;
  font-size: 3.5rem;
  text-align: center;
  padding-bottom: 1.5rem;
  padding-top: 1.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .section-header {
    margin-bottom: 0;
  }
}

p {
  color: #58585a;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  p {
    font-size: 1.25rem;
  }
}

p.small-paragraph, p, .seperator-hero__content__text p, .introduction__text > p,
.small-paragraph,
li {
  line-height: 1.7;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  p.small-paragraph, p, .seperator-hero__content__text p, .introduction__text > p,
.small-paragraph,
li {
    font-size: 1.15rem;
  }
}

p.light-paragraph {
  line-height: 1.7;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  p.light-paragraph {
    font-size: 1.15rem;
  }
}

.flickity-enabled .flickity-button {
  padding: 2rem;
  border-radius: 10px;
  background-color: rgba(199, 0, 99, 0.6);
  transition: ease 0.2s;
}
.flickity-enabled .flickity-button:hover, .flickity-enabled .flickity-button:active, .flickity-enabled .flickity-button:focus {
  background-color: rgba(199, 0, 99, 0.8);
  box-shadow: none;
}
.flickity-enabled .flickity-button:hover .flickity-button-icon, .flickity-enabled .flickity-button:active .flickity-button-icon, .flickity-enabled .flickity-button:focus .flickity-button-icon {
  transform: scale(1.2);
  color: #ffffff;
}
.flickity-enabled .flickity-button-icon {
  color: rgba(255, 255, 255, 0.6);
  transition: ease 0.2s;
  pointer-events: none;
}
.flickity-enabled .flickity-prev-next-button.previous {
  left: 120px;
}
@media (max-width: 767.98px) {
  .flickity-enabled .flickity-prev-next-button.previous {
    left: 5px;
  }
}
@media (max-width: 575.98px) {
  .flickity-enabled .flickity-prev-next-button.previous {
    left: 5px;
  }
}
.flickity-enabled .flickity-prev-next-button.next {
  right: 120px;
}
@media (max-width: 767.98px) {
  .flickity-enabled .flickity-prev-next-button.next {
    right: 5px;
  }
}
@media (max-width: 575.98px) {
  .flickity-enabled .flickity-prev-next-button.next {
    right: 5px;
  }
}
.flickity-enabled .flickity-viewport .flickity-slider .flickity-page-dots .dot.is-selected {
  background: #c70063;
}

.cta-icons {
  position: fixed;
  right: 1.5rem;
  bottom: 0px;
  margin-bottom: 220px;
  color: #ffffff;
  z-index: 20;
  pointer-events: none;
}
.cta-icons > div {
  pointer-events: all;
}
@media (max-width: 767.98px) {
  .cta-icons {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: unset;
  }
  .cta-icons a {
    margin: 1.5rem;
  }
}
.cta-icons i {
  font-size: 2rem;
  border-radius: 100%;
  padding: 1.2rem;
  background-color: #c70063;
  margin-bottom: 1.5rem;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .cta-icons i {
    font-size: 1.5rem;
  }
}
.cta-icons i:hover {
  transform: scale(1.1);
  opacity: 1;
}
.cta-icons a {
  color: #ffffff;
  text-decoration: none;
}
.cta-icons .cta-contact .cta-preview,
.cta-icons .cta-position .cta-preview,
.cta-icons .cta-downloads .cta-preview {
  display: none;
  position: absolute;
  top: 0;
  left: -350px;
}
.cta-icons .cta-contact .cta-preview img,
.cta-icons .cta-position .cta-preview img,
.cta-icons .cta-downloads .cta-preview img {
  max-width: 300px;
  width: 300px;
}
@media (max-width: 767.98px) {
  .cta-icons .cta-contact .cta-preview,
.cta-icons .cta-position .cta-preview,
.cta-icons .cta-downloads .cta-preview {
    top: -30px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}
.cta-icons .cta-contact:hover .cta-preview,
.cta-icons .cta-position:hover .cta-preview,
.cta-icons .cta-downloads:hover .cta-preview {
  display: block;
}
.cta-icons .cta-contact .cta-preview,
.cta-icons .cta-position .cta-preview,
.cta-icons .cta-downloads .cta-preview {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.cta-icons .cta-contact .cta-preview__title,
.cta-icons .cta-position .cta-preview__title,
.cta-icons .cta-downloads .cta-preview__title {
  text-align: center;
  color: #c70063;
  margin: 0;
  padding: 0.5rem 1.2rem;
  max-width: 300px;
  max-height: 350px;
}
.cta-icons .cta-position {
  display: none;
}
@media (min-width: 1005px) {
  .cta-icons .cta-position {
    display: block;
  }
}
.cta-icons i.fa-cart-shopping {
  font-size: 1.8rem;
}

.cta-contact__modal__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 21;
}
.cta-contact__modal__form {
  position: fixed;
  background-color: #f6f6f6;
  z-index: 22;
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -50%);
  padding: 1.7rem;
  max-height: 95%;
  overflow-y: scroll;
}
@media (min-width: 991.98px) {
  .cta-contact__modal__form {
    padding: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .cta-contact__modal__form {
    max-width: 90%;
  }
}
.cta-contact__modal__form__before {
  padding-right: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .cta-contact__modal__form__before {
    padding: 0;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .cta-contact__modal__form__before {
    padding: 0;
    width: 100%;
  }
}
.cta-contact__modal__form__before img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 1rem;
}
.cta-contact__modal__form__before p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cta-contact__modal__form__before a {
  color: #58585a;
  transition: ease 0.2s;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cta-contact__modal__form__before a:hover {
  color: #c70063;
  transform: scale(1.05);
}
.cta-contact__modal__form__before__icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.cta-contact__modal__form__before__icons a {
  color: #c70063;
}
.cta-contact__modal__form__before__icons a i {
  color: #c70063;
  font-size: 2rem;
}
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 400;
}
.cta-contact__modal__form__content .wpforms-container form {
  width: 100%;
}
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-label {
  font-weight: 400;
}
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-container ul li::before {
  content: none;
}
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-container div:first-child {
  padding-top: 0;
}
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-container > div [type=text],
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-container > div select,
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-container > div [type=email] {
  width: 100%;
  height: 2rem;
  font-size: 1rem;
}
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-container > div [type=submit] {
  padding: 0 1.2rem;
  margin: 0 auto;
}
.cta-contact__modal__form__content .wpforms-container form .wpforms-field-container > div textarea {
  width: 100%;
  font-size: 1rem;
}
.cta-contact__modal__form__content .wpforms-container form .wpforms-submit-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form input[type=submit],
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form button[type=submit],
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #c70063;
  color: white;
  border-radius: 10px;
  border: 2px solid white;
  margin: 0 auto;
  width: 150px;
  text-transform: uppercase;
}
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form input[type=submit]:hover, .cta-contact__modal__form__content div.wpforms-container-full .wpforms-form input[type=submit]:active, .cta-contact__modal__form__content div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form button[type=submit]:active,
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
.cta-contact__modal__form__content div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #fff;
  color: #c70063;
  border: 2px solid #c70063;
}
.cta-contact__modal__form__content__privacy {
  margin-bottom: 2.5rem;
  display: flex;
}
.cta-contact__modal__form__content__privacy input {
  margin-top: 5px;
  margin-right: 5px;
}
.cta-contact__modal__form__content__privacy label {
  font-size: 0.8rem;
}
.cta-contact__modal__form__content__privacy label a:hover {
  color: #c70063;
}
.cta-contact__modal__form__content__header {
  color: #58585a;
  text-decoration: underline #c70063;
  text-align: center;
  padding-bottom: 1.5rem;
}
@media (max-width: 1199.98px) {
  .cta-contact__modal__form__content__header {
    padding-top: 1.7rem;
  }
}
.cta-contact__modal__form__closer {
  position: absolute;
  width: 10px;
  top: 0;
  right: 5px;
  color: #58585a;
  text-decoration: none;
}
.cta-contact__modal__form__closer::before {
  content: "✖";
}
.cta-contact__modal__form__closer:hover {
  color: #c70063;
}

.posterselect-online-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.posterselect-online-container__iframe {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
}
.posterselect-online-container__iframe iframe {
  width: 100%;
}
.posterselect-online-container__iframe iframe html.domain--posterselect-online-de body main {
  color: black;
}
.posterselect-online-container__iframe__close-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.posterselect-online-container__iframe__close-button:hover {
  color: #c70063;
}
.posterselect-online-container__iframe__close-button::before {
  content: "✖";
  padding: 0.5rem;
}

.posterselect-online-block {
  display: none;
}
@media (min-width: 1005px) {
  .posterselect-online-block {
    display: block;
  }
}
.posterselect-online-block .posterselect-online-iframe {
  background-color: #f6f6f6;
}
.posterselect-online-block .posterselect-online-iframe--no-header {
  margin-top: 6rem;
}
.posterselect-online-block .posterselect-online-iframe iframe {
  width: 100%;
  height: 80vh;
}

.display-with-iframe {
  display: none;
}
@media (min-width: 1005px) {
  .display-with-iframe {
    display: list-item;
  }
}

.ccm-widget--buttons .ccm--ctrl-init,
.ccm-widget--buttons .ccm-root button.ccm--decline-cookies,
.ccm-widget--buttons .ccm-root button.ccm--button-primary {
  border-radius: 10px;
  border: 2px solid;
  transform: scale(1.01);
}

.ccm-root .button.ccm--decline-cookies:hover,
.ccm-root .button.ccm--decline-cookies:focus,
.ccm-widget--buttons .ccm--ctrl-init:hover,
.ccm-widget--buttons .ccm--ctrl-init:focus,
.ccm-root .button.ccm--button-primary:hover,
.ccm-root .button.ccm--button-primary:focus {
  background-color: #E5007E;
  border-color: #E5007E;
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid #E5007E;
}

.ccm-root .button,
.ccm-root .button:hover,
.ccm-root .button:focus,
.ccm-root button,
.ccm-root button:hover,
.ccm-root button:focus {
  border-radius: 10px;
  background-color: #ffffff;
  color: #E5007E;
  border-color: #E5007E;
}

.ccm-root button.ccm--button-primary:hover,
.ccm-root button.ccm--button-primary:focus {
  background-color: #ffffff;
  border-color: #E5007E;
  color: #E5007E;
}

.ccm-root input[type=checkbox].ccm-checkbox-type--checkbox[disabled] + label::after {
  color: #ffffff;
  background-color: #E5007E;
  border: none;
}

.ccm-modal-inner {
  border-radius: 10px;
}

.ccm-modal--body,
.ccm-modal--header {
  border-radius: 10px 10px 0 0;
}

.ccm-modal--footer {
  border-radius: 0 0 10px 10px;
}

.ccm-widget--text .ccm-widget--title {
  color: #E5007E;
}

.ccm-modal--title.ccm--h1 {
  color: #E5007E;
  font-size: 24px;
  font-weight: bold;
}

.flex-row {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

img {
  height: 100%;
  width: auto;
}

.primary {
  color: #c70063;
}

.secondary {
  color: #141414;
}

.container {
  position: relative;
}

.text-align-center {
  text-align: center;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100%;
}

.no-display {
  display: none;
}

.anchor {
  visibility: hidden;
  position: relative;
  top: -50px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  top: -200px;
}
.anchor--ps-online {
  top: 0px;
}

.relative {
  position: relative;
}

.white-background {
  background-color: #ffffff;
}

.primary-background {
  background-color: #c70063;
}

.off-white-bg {
  background-color: #f6f6f6;
}

.content-spacer {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 575.98px) {
  .content-spacer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.content-spacer--double-bot {
  padding-bottom: 7rem;
}
@media (max-width: 575.98px) {
  .content-spacer--double-bot {
    padding-bottom: 3rem;
  }
}

.no-display {
  display: none !important;
}

@media (min-width: 991.98px) {
  .mr-1-md {
    margin-right: 1.5rem;
  }
}

@media (min-width: 991.98px) {
  .ml-1-md {
    margin-left: 1.5rem;
  }
}

.subpage-header-spacer {
  height: 7rem;
}

.mt-0 {
  margin-top: 0;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1rem {
  padding-top: 1rem;
}

.ps_custom_text_image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ps_custom_text_image__textarea {
  width: 65%;
}
@media (max-width: 991.98px) {
  .ps_custom_text_image__textarea {
    width: 100%;
  }
}
.ps_custom_text_image__textarea > h2 {
  color: #58585a;
  font-size: 2.4rem;
  font-weight: 300;
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}
.ps_custom_text_image__textarea__pretext {
  color: #58585a;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
}
.ps_custom_text_image__textarea__text {
  color: #58585a;
}
.ps_custom_text_image__textarea__text p:last-child,
.ps_custom_text_image__textarea__text li:last-child {
  margin-bottom: 0;
}
.ps_custom_text_image__textarea__text ul {
  margin-bottom: 1rem;
}
.ps_custom_text_image__textarea__text ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ps_custom_text_image__textarea {
    flex-direction: column;
  }
  .ps_custom_text_image__textarea__text {
    width: 100%;
  }
  .ps_custom_text_image__textarea__image {
    width: 100%;
  }
}
.ps_custom_text_image__textarea__text_only {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .ps_custom_text_image__textarea__text_only {
    width: 100%;
  }
}
.ps_custom_text_image__image {
  width: 30%;
  display: flex;
}
@media (max-width: 991.98px) {
  .ps_custom_text_image__image {
    width: 100%;
    margin-bottom: 0;
    height: auto;
    display: block;
  }
}
.ps_custom_text_image__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .ps_custom_text_image__image img {
    height: auto;
    padding-top: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .ps_custom_text_image__image--left {
    padding-top: 0;
    padding-bottom: 1.2rem;
  }
}
.ps_custom_text_image__image--image-auto-height {
  display: block;
}

.ps-listcard {
  border: 1px solid #818180;
  border-radius: 10px;
  background-color: #fff;
  height: auto;
  margin: 1.5rem;
  margin-bottom: 0;
  padding: 1.7rem;
  padding-top: 5.5rem;
  position: relative;
  width: 500px;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.ps-listcard__title {
  background-color: #f6f6f6;
  border-radius: 10px 10px 0 0;
  font-size: 1rem;
  padding: 1rem 1.7rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #58585a;
  text-transform: uppercase;
}
.ps-listcard__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.custom_ps_serperator_line {
  color: #58585a;
  width: 35%;
  min-width: 250px;
  margin: 5rem auto;
  border-top: 2px solid #58585a;
}
@media (max-width: 991.98px) {
  .custom_ps_serperator_line {
    margin: 3.5rem auto;
  }
}
.custom_ps_serperator_line--wide {
  width: 100%;
}

.ps-custom-qoute {
  border-left: 5px solid #c70063;
  padding-left: 4rem;
}
@media (max-width: 767.98px) {
  .ps-custom-qoute {
    padding-left: 2rem;
  }
}
.ps-custom-qoute__text {
  font-weight: 400;
  font-size: 1.7rem;
  font-style: italic;
}
.ps-custom-qoute__source {
  font-size: 1.15rem;
  font-style: italic;
  margin-top: auto;
  margin-left: auto;
  width: fit-content;
}

.ps_file_download {
  width: fit-content;
  margin: 1rem;
  transition: ease 0.2s;
}
.ps_file_download:hover {
  transform: scale(1.1);
}
.ps_file_download:hover .ps_file_download__button {
  text-decoration: none;
  color: #fff;
  border: 2px solid #c70063;
  background-color: #fff;
  color: #c70063;
}
.ps_file_download__button {
  width: 200px;
  height: 80px;
  background-color: #c70063;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff;
  text-decoration: none;
  transition: ease 0.2s;
}
.ps_file_download__button:before {
  font-family: "test";
  content: "⭳";
  font-size: 2rem;
  padding-right: 0.5rem;
}
.ps_file_download a {
  text-decoration: none;
}
.ps_file_download a p {
  color: #58585a;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ps-file-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ps-file-container--center {
  justify-content: center;
}

.custom_ps_image {
  width: 100%;
}
.custom_ps_image img {
  width: 100%;
  height: auto;
}
.custom_ps_image figcaption {
  font-style: italic;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.5rem;
  color: #58585a;
}

.custom_ps_hero {
  padding: 3.5rem 0;
  position: relative;
  background-size: cover;
}
.custom_ps_hero__content {
  color: #ffffff;
}
.custom_ps_hero__content p,
.custom_ps_hero__content li {
  color: #ffffff;
}
.custom_ps_hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.ps_custom_spacer {
  margin-bottom: 5.2rem;
  margin-top: 5.2rem;
}
@media (max-width: 991.98px) {
  .ps_custom_spacer {
    margin-bottom: 4.7rem;
    margin-top: 4.7rem;
  }
}

@media (max-width: 767.98px) {
  .custom_ps_slider_spacer {
    margin-bottom: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

ul.block-editor-block-variation-picker__variations li::before,
ul.blocks-gallery-grid li::before,
ul.wp-block-social-links li::before,
ul.wp-block-rss li::before {
  content: none;
}

.contact-page__grid {
  position: relative;
  height: 275px;
  width: 275px;
  margin: 1rem auto;
}
.contact-page__grid__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.contact-page__grid__image__overlay {
  opacity: 0;
  transition: ease 0.2s;
  position: absolute;
  top: 0;
  left: 0c;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(1, 1, 1, 0.7);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.contact-page__grid__image__overlay p {
  color: #ffffff;
}
.contact-page__grid__image__overlay p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-page__grid__image__overlay p a {
  color: #ffffff;
  font-size: 12px;
}
.contact-page__grid__image__overlay a {
  color: #c70063;
  text-decoration: none;
  padding: 0.5rem;
  font-size: 1.25rem;
}
.contact-page__grid__image__overlay a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-page__grid__image__overlay__content__header {
  padding-bottom: 1.5rem;
}
.contact-page__grid__image__overlay__content__header__name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.contact-page__grid__image__overlay__content__header__position {
  margin-top: -1.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
.contact-page__grid__image__overlay:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .contact-page__grid {
    width: 300px;
    height: 300px;
  }
}

.contact-group-header {
  font-weight: 300;
  color: #58585a;
}

p,
li {
  font-size: 1.15rem;
  color: #58585a;
}

a {
  color: #c70063;
}

@font-face {
  font-family: "test";
  src: url("./assets/_contrib/symbola/symbola.ttf");
}
ul li::before {
  font-family: "test";
  content: "▢";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c70063;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.5em;
  margin-left: -1.7rem;
  /* Also needed for space (tweak if needed) */
}

ul {
  padding-left: 1.7rem;
  margin-left: -1px;
  margin-bottom: 1rem;
}
ul li {
  list-style: none;
  padding-bottom: 1rem;
}
ul li:last-child {
  padding-bottom: 0;
}

.has-magenta-color {
  color: #c70063;
}

.has-dunkel-grau-color {
  color: #58585a;
}

.has-grau-color {
  color: #818180;
}

.has-hell-grau-color {
  color: #e3e4e4;
}

.has-magenta-background-color {
  background-color: #c70063;
}

.has-dunkel-grau-background-color {
  background-color: #141414;
}

.has-grau-background-color {
  background-color: #818180;
}

.has-hell-grau-background-color {
  background-color: #e3e4e4;
}

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