@charset "UTF-8";
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=315da6ba-2c71-4fef-be98-30384f365f10&fontids=1475944,1475956,1475968,5620531");
@font-face {
  font-family: "Univers LT";
  font-weight: 200;
  src: url("../fonts/1475944/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");
  src: url("../fonts/1475944/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"), url("../fonts/1475944/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"), url("../fonts/1475944/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"), url("../fonts/1475944/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype");
}
@font-face {
  font-family: "Univers LT";
  font-weight: 400;
  src: url("../fonts/1475956/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix");
  src: url("../fonts/1475956/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix") format("eot"), url("../fonts/1475956/5c8d59c2-9c85-4a22-88e3-bf3fba01dcd8.woff2") format("woff2"), url("../fonts/1475956/fc51d03b-0d7d-45df-9415-3c6270c80749.woff") format("woff"), url("../fonts/1475956/74bdff6d-c5de-42e8-a4d8-11ea14eddb22.ttf") format("truetype");
}
@font-face {
  font-family: "Univers LT";
  font-weight: 600;
  src: url("../fonts/1475968/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");
  src: url("../fonts/1475968/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"), url("../fonts/1475968/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"), url("../fonts/1475968/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"), url("../fonts/1475968/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype");
}
@font-face {
  font-family: "Conduit";
  src: url("../fonts/5620531/ba6cf53a-b55d-4de7-b7f4-d6b0538c3c26.eot?#iefix");
  src: url("../fonts/5620531/ba6cf53a-b55d-4de7-b7f4-d6b0538c3c26.eot?#iefix") format("eot"), url("../fonts/5620531/4ad0e4ec-b3ea-4d08-8eb5-9fe1bb647daf.woff2") format("woff2"), url("../fonts/5620531/8ea8aae0-e069-464e-9bbd-99ae607b3e41.woff") format("woff"), url("../fonts/5620531/1ca331f7-9ac9-4f02-b981-c7f737ea6b74.ttf") format("truetype");
}
@keyframes fade-in-custom {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce-custom {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.75s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Univers LT", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  hyphens: auto;
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  animation-name: fade-in-custom;
  animation-duration: 1.5s;
}

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

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

[v-cloak] {
  display: none;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  font-size: 1rem;
}

:focus {
  outline: 0;
}

.big-copy {
  font-size: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .big-copy {
    font-size: 18px;
  }
}
.big-headline {
  font-size: 60px;
  text-align: center;
}
.big-headline img {
  max-width: 600px;
  margin: 0 auto;
}

.huge-headline {
  font-size: 74pt !important;
  font-weight: bold;
  line-height: 130px;
}

.no-margin-botton {
  margin-bottom: 0 !important;
}

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

.no-padding-top {
  padding-top: 0 !important;
}

.huge-subline {
  font-size: 20pt !important;
  font-weight: bold;
}

@media (max-width: 768px) {
  .big-headline {
    font-size: 40px;
  }
}
.contest--big-headline {
  font-size: 74px;
  font-weight: bold;
  margin: 0 !important;
  font-family: "Conduit", sans-serif;
  letter-spacing: 4px;
  text-align: center;
  line-height: 3.5rem;
}

.contest--small-headline {
  font-size: 40px;
  font-weight: bold;
  margin: 15px 0 0 0 !important;
  font-family: "Conduit", sans-serif;
  letter-spacing: 4px;
  text-align: center;
  line-height: 3.5rem;
}

.contest--small-secondary-headline {
  font-size: 34px;
  color: #00e1be;
  margin: 30px 0 0 0 !important;
  font-family: "Conduit", sans-serif;
  text-align: center;
  line-height: 3.5rem;
}

.contest--small-black-headline {
  font-size: 34px;
  color: #111;
  margin: 30px 0 0 0 !important;
  text-align: center;
  line-height: 3.5rem;
}

h2.contest {
  font-size: 2rem !important;
  text-align: center;
  margin-bottom: 0 !important;
}

.button {
  width: 200px;
  background-image: url(../images/button-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--black {
  background-image: url(../images/button-black.svg);
  color: white;
}

.card {
  display: block;
  text-align: center;
}
.card__image {
  margin-bottom: 2rem;
}
.card__headline {
  font-size: 20px;
  position: relative;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.card__headline:after {
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 0;
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 85%;
  height: 5px;
  background-image: url(../images/nav-line.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.card--hoverable .card__image {
  overflow: hidden;
}
.card--hoverable .card__image img {
  transition: all 0.3s ease-in-out;
}
.card--hoverable:hover .card__image img {
  transform: scale(1.2);
}
.card--hoverable:hover .card__headline:after {
  opacity: 1;
}

.container {
  padding: 0 2rem;
}
.container--fluid {
  padding: 0;
}
.container--max-width {
  max-width: 1400px;
  margin: 0 auto;
}
.container--max-width-narrow {
  max-width: 786px;
  margin: 0 auto;
}
.container--relative {
  position: relative;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}
.contains-links a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.contains-links a:hover {
  color: #00e1be;
}

.section--secondary-color .contains-links a:hover {
  color: white;
}

.donut-spinner {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: white;
  border-radius: 50%;
  animation: donut-spin 1.2s linear infinite;
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  position: relative;
  background: #1D1D1D;
  color: #ffff00;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.footer__scroll-top {
  position: absolute;
  top: -8.5rem;
  right: 2rem;
}
.footer__scroll-top svg path {
  transition: all 0.3s ease-in-out;
}
.footer__scroll-top a:hover svg path {
  stroke: #00e1be;
}
.footer__logo img {
  max-width: 150px;
}
.footer__logo-rp {
  display: none;
  justify-content: center;
  align-items: center;
}
.footer__logo-rp img {
  max-width: 200px;
}
.footer__menu {
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Conduit", sans-serif;
  font-size: 18px;
}
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer__menu li + li {
  margin-left: 2rem;
}
.footer__menu a {
  transition: all 0.3s ease-in-out;
}
.footer__menu a:hover {
  color: #00e1be;
}
.footer:before {
  content: " ";
  display: block;
  width: 110%;
  height: 50px;
  position: absolute;
  background-image: url(../images/footer-ending-top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  left: -5%;
  top: -2rem;
}
.footer:after {
  content: " ";
  display: block;
  height: 10px;
  width: 110%;
  position: absolute;
  background-image: url(../images/footer-ending-bottom.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -10%;
  bottom: 4rem;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
  .footer__scroll-top {
    top: -5.5rem;
  }
  .footer__logo {
    margin-bottom: 2rem;
  }
  .footer__logo img {
    max-width: 100px;
  }
  .footer__logo-rp {
    display: flex;
  }
  .footer__menu {
    justify-content: center;
  }
}
.form h4 {
  font-size: 24px;
}
.form li.gfield {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.form li.gfield input:not([type=checkbox]) {
  width: 100% !important;
}
.form .gform_footer {
  text-align: center;
}
.form .gform_footer input[type=submit] {
  font-size: 24px !important;
  padding: 45px;
}
.form .gform_confirmation_message_1 {
  font-size: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #00e1be;
}

.grid__row {
  display: flex;
  margin: 0 -1rem;
  margin-bottom: -2rem;
}
.grid__row + .grid__row {
  margin-top: 1rem;
}
.grid__cell {
  padding: 0 1rem;
  flex: 1;
  margin-bottom: 2rem;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 1199px) {
  .grid__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .grid__cell {
    flex: initial;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .grid__cell {
    width: 100%;
    order: 2;
  }
  .grid__cell--first-on-mobile {
    order: 1;
  }
}
.header {
  position: relative;
  z-index: 30;
  display: flex;
  margin-top: 16px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 140px;
}
.header__logo {
  width: 200px;
  z-index: 2;
}
.header__logo img {
  transform: translateY(40px);
}
.header__nav {
  flex: 1;
}
.header__nav-mobile {
  display: none;
  position: absolute;
}
.header__burger {
  display: none;
}
.header__burger button {
  background: none;
  border: none;
}
.header__burger img {
  width: 40px;
}
.header__logo-rp {
  width: 210px;
}

@media (max-width: 768px) {
  .header {
    justify-content: space-between;
    margin-top: 0;
    height: 120px;
  }
  .header__nav {
    display: none;
  }
  .header__nav-mobile {
    display: block;
  }
  .header__burger {
    display: block;
  }
  .header__logo {
    width: 150px;
  }
  .header__logo img {
    transform: translateY(20px);
  }
  .header__logo-rp {
    display: none;
  }
}
.hero {
  position: relative;
}
.hero img {
  width: 100%;
  height: auto;
}
.hero--pull-top {
  z-index: 20;
}
.hero--pull-top img {
  transform: translateY(-30px);
}
.hero--pull-bottom {
  margin-bottom: -30px;
}

@media (max-width: 768px) {
  .hero {
    padding: 1rem 0;
  }
  .hero--pull-top img {
    transform: translateY(0);
  }
}
.initiative-filter {
  display: block;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 75px;
  padding-top: 5px;
  min-height: 50px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.initiative-filter__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.initiative-filter__image img {
  max-width: 75%;
  max-height: 75%;
}
.initiative-filter__text {
  border: 1px solid green;
}
.initiative-filter--active {
  opacity: 1;
  font-weight: bold;
}
.initiative-filter:hover {
  opacity: 1;
}
.initiative-filter + .initiative-filter {
  margin-top: 16px;
}

.input {
  width: 200px;
  background-image: url(../images/button-white.svg);
  background-size: 100%;
  background-position: center center;
  padding: 20px;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  text-align: center;
}
.input::placeholder {
  opacity: 0.5;
}

.instagram {
  position: relative;
  padding-top: 2rem;
}
.instagram:before {
  position: absolute;
  z-index: 10;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  height: 90px;
  width: 35px;
  background-image: url(../images/arrow-wavy-top-tur.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.instagram__hashtag {
  margin-bottom: 4rem;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
}
.instagram__hashtag:before {
  content: " ";
  width: 130px;
  height: 55px;
  background-image: url(../images/arrow-go-to-left-tur.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.instagram__hashtag:after {
  content: " ";
  width: 130px;
  height: 55px;
  background-image: url(../images/arrow-go-to-right-tur.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.instagram__hashtag span {
  color: #ffff00;
  font-weight: bold;
  min-width: 200px;
  text-align: center;
  background: #1D1D1D;
  padding: 0.5rem 1rem;
}
.instagram__posts {
  margin-bottom: 4rem;
}
.instagram__load-more {
  text-align: center;
}
.instagram__load-more button {
  font-size: 20px;
  border: 0;
  color: #ffff00;
  font-weight: bold;
  min-width: 200px;
  text-align: center;
  background: #1D1D1D;
  padding: 0.5rem 1rem;
}

@media (max-width: 768px) {
  .instagram__hashtag {
    margin-bottom: 2rem;
  }
  .instagram__posts {
    margin-bottom: 2rem;
  }
}
.logo-wall {
  display: flex;
  margin: 0 -1rem;
  margin-bottom: -2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-wall__element {
  padding: 0 1rem;
  width: 25%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wall__element img {
  max-height: 80px;
  width: auto;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.logo-wall__element a:hover img {
  transform: scale(1.1);
}

@media (min-width: 768px) and (max-width: 1198px) {
  .logo-wall__element {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .logo-wall__element {
    width: 50%;
  }
}
.map-info-window {
  padding-top: 8px;
  padding-left: 6px;
}
.map-info-window__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.map-info-window__logo {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-info-window__logo img {
  max-width: 100px;
}
.map-info-window__description {
  font-size: 1rem;
  margin-bottom: 14px;
}
.map-info-window__description p {
  margin: 0;
}
.map-info-window__buttons {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .map-info-window__title {
    font-size: 1rem;
  }
  .map-info-window__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .map-info-window__buttons button {
    width: auto;
  }
}
.nav-mobile {
  font-family: "Conduit", sans-serif;
  font-weight: bold;
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffff00;
  padding: 24px;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
}
.nav-mobile--open {
  transform: translateY(0);
}
.nav-mobile__logo {
  position: absolute;
  left: 16px;
  top: 32px;
}
.nav-mobile__logo img {
  width: 140px;
}
.nav-mobile__logo-rp img {
  height: 90px;
  width: auto;
}
.nav-mobile__close {
  position: absolute;
  right: 24px;
  top: 45px;
}
.nav-mobile__close img {
  width: 35px;
}
.nav-mobile__close button {
  background: none;
  border: none;
}
.nav-mobile__list {
  min-height: calc(100% - 180px - 90px);
  margin-top: 180px;
  padding-bottom: 30px;
}
.nav-mobile ul {
  font-size: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-mobile li {
  padding: 0;
  position: relative;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.nav-mobile li + li {
  margin-top: 16px;
}
.nav-mobile li.current-menu-item > a:after,
.nav-mobile li.current-page-ancestor > a:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 5px;
  background-image: url(../images/nav-line.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.nav-mobile a {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.nav-mobile a:hover {
  opacity: 0.75;
}
.nav-mobile ul.sub-menu {
  font-family: "Univers LT", sans-serif;
  display: none;
  margin-top: 16px;
  font-weight: normal;
  font-size: 24px;
}
.nav-mobile ul.sub-menu li {
  margin-left: 24px;
  position: relative;
}
.nav-mobile ul.sub-menu li:before {
  display: block;
  content: " ";
  position: absolute;
  left: -24px;
  top: 8px;
  width: 10px;
  height: 18px;
  background-image: url(../images/arrow-single-right.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.nav-mobile ul.sub-menu li + li {
  margin-top: 0;
}
.nav-mobile ul.sub-menu li.current-menu-item > a,
.nav-mobile ul.sub-menu li.current-page-ancestor > a {
  display: inline-block;
}
.nav-mobile ul.sub-menu li.current-menu-item > a:after,
.nav-mobile ul.sub-menu li.current-page-ancestor > a:after {
  width: 100%;
}

.nav {
  font-size: 18px;
  font-family: "Conduit", sans-serif;
  font-weight: bold;
  padding: 16px;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav li {
  text-align: center;
  margin: 22px;
  position: relative;
}
.nav li:after {
  display: block;
  opacity: 0;
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-55%);
  width: 110%;
  height: 5px;
  background-image: url(../images/nav-line.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.nav li.current-menu-item:after, .nav li.current-page-ancestor:after, .nav li:hover:after {
  opacity: 1;
  transform: translateX(-50%);
}
.nav a {
  display: block;
  height: 100%;
  text-transform: uppercase;
}

.page-wrapper {
  overflow: hidden;
}

.portfolio-item {
  display: block;
}
.portfolio-item:hover .portfolio-item__icon {
  transform: scale(1.2);
}
.portfolio-item__icon {
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem;
}
.portfolio-item__icon img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
.portfolio-item__headline {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.portfolio-item__copy {
  text-align: center;
  margin-bottom: 1rem;
}

.quote {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}
.quote__text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.quote__text:before {
  content: "„";
}
.quote__text:after {
  content: "“";
}
.quote__name {
  font-weight: 200;
}

@media (max-width: 768px) {
  .quote__text {
    font-size: 18px;
  }
}
.scribble-underlined {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.scribble-underlined:after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 0.5em;
  background-image: url(../images/nav-line.svg);
  background-size: 98% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.scribble-not-underlined {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 18pt;
}

.rich-text {
  /* Text meant only for screen readers. */
}
.rich-text img {
  max-width: 100%;
  width: initial;
  height: initial;
}
.rich-text a {
  color: inherit;
  text-decoration: underline;
}
.rich-text hr {
  margin: 2rem 0;
  border-top: 3px solid #111;
}
.rich-text .row {
  margin-bottom: 2rem;
}
.rich-text .alignnone {
  margin: 5px 20px 20px 0;
}
.rich-text .aligncenter,
.rich-text div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.rich-text .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.rich-text .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.rich-text a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.rich-text a img.alignnone {
  margin: 5px 20px 20px 0;
}
.rich-text a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.rich-text a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rich-text .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.rich-text .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.rich-text .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.rich-text .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.rich-text .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.rich-text .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.rich-text .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.rich-text .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.rich-text p {
  display: block;
}
.rich-text p + p {
  margin-top: 15px;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4 {
  margin-top: 1.5em;
}
.rich-text h1 {
  font-size: 2rem;
}
.rich-text h2 {
  font-size: 1.5rem;
  margin-bottom: 0.7em;
}
.rich-text h2:first-child {
  margin-top: 0;
}
.rich-text h3 {
  font-size: 1.2rem;
}
.rich-text br {
  line-height: 0.8;
}

@media (max-width: 768px) {
  .rich-text .alignright,
.rich-text .alignleft {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .rich-text a img.alignright,
.rich-text a img.alignleft {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.read-more-button {
  background: #111;
  color: #fafafa;
  text-transform: lowercase;
  padding: 2px 15px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-left: 65px;
  margin-top: 20px;
  border: 1px solid #111;
}
.read-more-button::before {
  position: absolute;
  bottom: 55%;
  transform: translateY(45%);
  left: -65px;
  display: block;
  content: " ";
  width: 60px;
  height: 30px;
  background-image: url(../images/arrow-read-more.svg);
  background-size: 100%;
  background-position: center center;
}
.read-more-button:hover {
  background: #00e1be;
  color: #000;
  border: 1px solid #00e1be;
}
.read-more-button:hover::before {
  background-image: url(../images/arrow-read-more-hover.svg);
}
.read-more-button.huge {
  font-size: 4vw;
}
@media (max-width: 768px) {
  .read-more-button.huge {
    font-size: 8vw;
  }
}

.read-more-link {
  background: #111;
  text-transform: lowercase;
  padding: 2px 15px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-left: 65px;
  margin-top: 20px;
  border: 1px solid #111;
  color: #fafafa !important;
  text-decoration: none !important;
  transition: none !important;
  padding-bottom: 5px;
}
.read-more-link::before {
  position: absolute;
  bottom: 55%;
  transform: translateY(45%);
  left: -65px;
  display: block;
  content: " ";
  width: 60px;
  height: 30px;
  background-image: url(../images/arrow-read-more.svg);
  background-size: 100%;
  background-position: center center;
}
.read-more-link:hover {
  background: #00e1be;
  color: #000 !important;
  border: 1px solid #00e1be;
}
.read-more-link:hover::before {
  background-image: url(../images/arrow-read-more-hover.svg);
}
.read-more-link.huge {
  font-size: 4vw;
}
@media (max-width: 768px) {
  .read-more-link.huge {
    font-size: 8vw;
  }
}

.scribble-border-box {
  background-image: url(../images/scribble-border-box.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.scribble-border-box__content {
  padding: 2rem;
}
.scribble-border-box--primary-color {
  background-image: url(../images/scribble-border-box-primary.svg);
}
.scribble-border-box--secondary-color {
  background-image: url(../images/scribble-border-box-secondary.svg);
}

.section-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-icon img {
  max-width: 30px;
}

.section-separator {
  position: relative;
  background-image: url(../images/line-text-over.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 12px;
  z-index: 5;
}
.section-separator--top {
  transform: translateY(5px);
}
.section-separator--bottom {
  transform: translateY(-5px);
}

.section-separator-circle {
  position: absolute;
  top: calc(-100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  width: 75px;
  height: 80px;
  background-image: url(../images/section-separator-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-separator-circle img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 30px;
}
.section-separator-circle--left {
  left: 16.6666%;
}
.section-separator-circle--right {
  left: 83.333333%;
}

@media (max-width: 768px) {
  .section-separator-circle--left {
    left: 50%;
  }
  .section-separator-circle--right {
    left: 50%;
  }
}
.section--primary-color {
  background-color: #ffff00;
}
.section--secondary-color {
  background-color: #00e1be;
}
.section--padding-top {
  padding-top: 90px;
}
.section--padding-bottom {
  padding-bottom: 90px;
}
.section--padding-top-double {
  padding-top: 180px;
}
.section--padding-bottom-double {
  padding-bottom: 180px;
}
.section--hidden {
  display: none;
}

@media (max-width: 768px) {
  .section--padding-top {
    padding-top: 60px;
  }
  .section--padding-bottom {
    padding-bottom: 60px;
  }
  .section--padding-top-double {
    padding-top: 120px;
  }
  .section--padding-bottom-double {
    padding-bottom: 120px;
  }
}
.seperator-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/line-text-over.svg);
  background-size: 110% 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  color: white;
  z-index: 25;
  font-family: "Conduit", sans-serif;
}
.seperator-heading__inner {
  margin: 0 1rem;
  font-size: 25px;
  text-transform: uppercase;
  padding: 1rem 3rem;
  background-image: url(../images/seperator-heading.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  letter-spacing: 0.1rem;
}

@media (max-width: 768px) {
  .seperator-heading__inner {
    font-size: 1rem;
  }
}
.seperator-heading--negative-margin {
  margin-bottom: -30px;
  margin-top: -40px;
}

.sideways-navigation {
  position: relative;
  padding: 0 50px;
}
.sideways-navigation__left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/double-arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sideways-navigation__left a,
.sideways-navigation__left button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sideways-navigation__right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/double-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sideways-navigation__right a,
.sideways-navigation__right button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .sideways-navigation {
    padding: 0;
  }
  .sideways-navigation__right {
    display: none;
  }
  .sideways-navigation__left {
    display: none;
  }
}
.slide {
  width: 100%;
}

.slider {
  position: relative;
}
.slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background-color: transparent;
}
.slider__control--left {
  left: 0;
  background-image: url(../images/double-arrow-left.svg);
}
.slider__control--right {
  right: 0;
  background-image: url(../images/double-arrow-right.svg);
}

@media (max-width: 768px) {
  .slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider__control {
    width: 25px;
    height: 25px;
    opacity: 0.2;
  }
}
a.special-action:hover .special-action__batch {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: heartBeat;
}

.special-action {
  display: block;
  position: relative;
  background: #ffff00;
  height: 90px;
  margin: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "Conduit", sans-serif;
  text-transform: uppercase;
}
.special-action__left {
  position: relative;
  padding-right: 100px;
  margin-right: 40px;
}
.special-action__left:after {
  position: absolute;
  top: 2px;
  right: -10px;
  content: " ";
  display: block;
  background-image: url(../images/arrows-multiple-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
}
.special-action__right {
  position: relative;
  padding-left: 100px;
  margin-left: 40px;
}
.special-action__right:before {
  position: absolute;
  top: 2px;
  left: -10px;
  content: " ";
  display: block;
  background-image: url(../images/arrows-multiple-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
}
.special-action__batch {
  width: 180px;
  height: 180px;
  background-image: url(https://muellnichtrum.rlp.de/wp-content/uploads/yellow-star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.special-action__batch img {
  max-width: 100px;
}
.special-action:before {
  display: block;
  position: absolute;
  top: -6px;
  height: 10px;
  left: 0;
  width: 100%;
  content: " ";
  background-image: url(../images/line-text-over.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.special-action:after {
  display: block;
  position: absolute;
  bottom: -6px;
  height: 10px;
  left: 0;
  width: 100%;
  content: " ";
  background-image: url(../images/line-text-under.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .special-action__left {
    padding-right: 0;
  }
  .special-action__left:after {
    right: 0;
    width: 40px;
    height: 25px;
    top: 10px;
  }
  .special-action__right {
    padding-left: 0;
  }
  .special-action__right:before {
    left: 0;
    width: 40px;
    height: 25px;
    top: 10px;
  }
  .special-action__batch {
    width: 120px;
    height: 120px;
  }
  .special-action__batch img {
    max-width: 75px;
  }
}
.store-finder-wrapper {
  min-height: 300px;
}

.store-finder-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-finder-initiative-select {
  width: 250px;
  font-weight: 400;
}
.store-finder-initiative-select .select2-container--default .select2-selection--single {
  border: transparent;
  background-color: transparent;
  color: white;
  border-radius: 0;
  background-image: url(../images/button-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-finder-initiative-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
}
.store-finder-initiative-select .select2-selection__arrow {
  display: none;
}

.select2-element {
  display: flex;
  align-items: center;
}
.select2-element img {
  height: 20px;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}

.store-finder {
  position: relative;
}
.store-finder__consent {
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-finder__consent > div {
  position: relative;
  text-align: center;
  max-width: 480px;
}
.store-finder__consent > div button {
  margin: 0 auto;
}
.store-finder__consent > div span {
  display: inline-block;
  margin-bottom: 1rem;
}
.store-finder__consent > div span a {
  text-decoration: underline;
}
.store-finder__consent img {
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-finder__map {
  position: relative;
  border: 1px solid black;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.store-finder__loading {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-finder__controls {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.store-finder__controls div:nth-child(1) {
  display: flex;
  align-items: center;
}
.store-finder__controls div:nth-child(2) {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.store-finder__controls--disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .store-finder__map {
    padding-bottom: 0;
    height: 500px;
  }
  .store-finder__controls {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
  }
  .store-finder__controls div:nth-child(2) {
    width: 100%;
    flex: initial;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.subpage-navigation {
  display: flex;
  margin-bottom: 2rem;
}
.subpage-navigation__item {
  position: relative;
  width: 25%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.subpage-navigation__item:before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
.subpage-navigation__item:hover .subpage-navigation__icon img {
  transform: scale(1.4);
}
.subpage-navigation__item:hover:before {
  background: white;
}
.subpage-navigation__item--active {
  position: relative;
}
.subpage-navigation__item--active:before {
  background: white;
}
.subpage-navigation__item--active:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -125%;
  left: 50%;
  width: 20px;
  height: 100px;
  transform: translateX(-50%);
  background-image: url(../images/arrow-wavy-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.subpage-navigation__item--active .subpage-navigation__icon img {
  transform: scale(1.4);
  z-index: 1;
}
.subpage-navigation__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.subpage-navigation__icon img {
  transition: all 0.3s ease-in-out;
  height: 75px;
}

@media (max-width: 768px) {
  .subpage-navigation {
    flex-wrap: wrap;
  }
  .subpage-navigation__item {
    width: 50%;
    margin-bottom: 1rem;
  }
  .subpage-navigation__item--active:after {
    display: none;
  }
}
.text-line {
  background-image: url(../images/line-text-over.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3%;
  margin-bottom: 2rem;
}

.two-column-text {
  column-count: 2;
  column-gap: 1rem;
}
.two-column-text p {
  margin: 0;
}
.two-column-text p + p {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .two-column-text {
    column-count: 1;
  }
}
.video-grid--container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*grid-template-rows: 1fr 1fr;*/
  gap: 40px 40px;
  grid-template-areas: "video-grid--top video-grid--top" "video-grid--bottom-left video-grid--bottom-right";
}

@media (max-width: 1199px) {
  .video-grid--container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 80px 40px;
    grid-template-areas: "video-grid--top" "video-grid--bottom-left" "video-grid--bottom-right";
  }
}
.video-grid--top {
  grid-area: video-grid--top;
}

.video-grid--bottom-left {
  grid-area: video-grid--bottom-left;
}

.video-grid--bottom-right {
  grid-area: video-grid--bottom-right;
}

.video-grid--top video,
.video-grid--bottom-left video,
.video-grid--bottom-right video {
  width: 100%;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-embed iframe, .video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-grid--container video {
  object-fit: cover;
}

section.past-events .container + .container,
section.upcoming-events .container + .container {
  margin-top: 100px;
}
section.past-events .meta.location,
section.past-events .headline h3,
section.past-events .meta.date,
section.upcoming-events .meta.location,
section.upcoming-events .headline h3,
section.upcoming-events .meta.date {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-family: Conduit, sans-serif;
  line-height: 48px;
}
@media (min-width: 768px) {
  section.past-events .meta__cell span,
section.upcoming-events .meta__cell span {
    display: block;
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 768px) {
  section.past-events .meta__cell,
section.upcoming-events .meta__cell {
    flex: 1;
    align-items: center;
    justify-content: right;
    display: flex;
  }
}
@media (min-width: 768px) {
  section.past-events .content__cell,
section.upcoming-events .content__cell {
    flex: 4;
    background-image: url("../images/linie_abtrennung_info.svg");
    background-repeat: no-repeat;
    padding-left: 55px;
    margin-left: 35px;
  }
}
section.past-events .content__cell .meta.location,
section.upcoming-events .content__cell .meta.location {
  width: fit-content;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  section.past-events .content__cell .meta.location,
section.upcoming-events .content__cell .meta.location {
    padding-right: 200px !important;
  }
}
section.past-events .content__cell .meta.time,
section.upcoming-events .content__cell .meta.time {
  padding-top: 10px;
}
section.past-events .content__cell .meta.time span,
section.upcoming-events .content__cell .meta.time span {
  font-size: 20px;
}
section.past-events .content__cell .headline,
section.upcoming-events .content__cell .headline {
  padding-bottom: 15px;
  padding-top: 30px;
}

section.past-events .content__cell .meta.location {
  background-color: #fafafa;
}

section.upcoming-events .content__cell .meta.location {
  background-color: #ffff00;
}

.h\:font-size-12 {
  font-size: 12px;
}

.h\:font-size-14 {
  font-size: 14px;
}

.h\:font-size-16 {
  font-size: 16px;
}

.h\:font-size-20 {
  font-size: 20px;
}

.h\:font-size-24 {
  font-size: 24px;
}

.h\:font-size-28 {
  font-size: 28px;
}

.h\:font-size-30 {
  font-size: 30px;
}

.h\:font-size-36 {
  font-size: 36px;
}

.h\:font-size-40 {
  font-size: 40px;
}

.h\:font-weight-bold {
  font-weight: bold;
}

.h\:color-primary {
  color: #ffff00;
}

.h\:width-100 {
  width: 100px !important;
}

.h\:width-150 {
  width: 150px !important;
}

.h\:width-200 {
  width: 200px !important;
}

.h\:width-250 {
  width: 250px !important;
}

.h\:width-300 {
  width: 300px !important;
}

.h\:width-350 {
  width: 350px !important;
}

.h\:width-400 {
  width: 400px !important;
}

.h\:width-450 {
  width: 450px !important;
}

.h\:width-500 {
  width: 500px !important;
}

.h\:width-550 {
  width: 550px !important;
}

.h\:width-600 {
  width: 600px !important;
}

.h\:mt--65 {
  margin-top: -65px !important;
}

.h\:img-inside-width-40 img {
  width: 40% !important;
}

.h\:img-inside-width-60 img {
  width: 60% !important;
}

.h\:img-inside-width-75 img {
  width: 75% !important;
}

.h\:img-inside-width-100 img {
  width: 100% !important;
}

.h\:text-left {
  text-align: left;
}

.h\:text-right {
  text-align: right;
}

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

.h\:margin-top-4 {
  margin-top: 4px !important;
}

.h\:padding-top-4 {
  padding-top: 4px !important;
}

.h\:margin-bottom-4 {
  margin-bottom: 4px !important;
}

.h\:padding-bottom-4 {
  padding-bottom: 4px !important;
}

.h\:margin-left-4 {
  margin-left: 4px !important;
}

.h\:padding-left-4 {
  padding-left: 4px !important;
}

.h\:margin-right-4 {
  margin-right: 4px !important;
}

.h\:padding-right-4 {
  padding-right: 4px !important;
}

.h\:margin-top-8 {
  margin-top: 8px !important;
}

.h\:padding-top-8 {
  padding-top: 8px !important;
}

.h\:margin-bottom-8 {
  margin-bottom: 8px !important;
}

.h\:padding-bottom-8 {
  padding-bottom: 8px !important;
}

.h\:margin-left-8 {
  margin-left: 8px !important;
}

.h\:padding-left-8 {
  padding-left: 8px !important;
}

.h\:margin-right-8 {
  margin-right: 8px !important;
}

.h\:padding-right-8 {
  padding-right: 8px !important;
}

.h\:margin-top-12 {
  margin-top: 12px !important;
}

.h\:padding-top-12 {
  padding-top: 12px !important;
}

.h\:margin-bottom-12 {
  margin-bottom: 12px !important;
}

.h\:padding-bottom-12 {
  padding-bottom: 12px !important;
}

.h\:margin-left-12 {
  margin-left: 12px !important;
}

.h\:padding-left-12 {
  padding-left: 12px !important;
}

.h\:margin-right-12 {
  margin-right: 12px !important;
}

.h\:padding-right-12 {
  padding-right: 12px !important;
}

.h\:margin-top-16 {
  margin-top: 16px !important;
}

.h\:padding-top-16 {
  padding-top: 16px !important;
}

.h\:margin-bottom-16 {
  margin-bottom: 16px !important;
}

.h\:padding-bottom-16 {
  padding-bottom: 16px !important;
}

.h\:margin-left-16 {
  margin-left: 16px !important;
}

.h\:padding-left-16 {
  padding-left: 16px !important;
}

.h\:margin-right-16 {
  margin-right: 16px !important;
}

.h\:padding-right-16 {
  padding-right: 16px !important;
}

.h\:margin-top-20 {
  margin-top: 20px !important;
}

.h\:padding-top-20 {
  padding-top: 20px !important;
}

.h\:margin-bottom-20 {
  margin-bottom: 20px !important;
}

.h\:padding-bottom-20 {
  padding-bottom: 20px !important;
}

.h\:margin-left-20 {
  margin-left: 20px !important;
}

.h\:padding-left-20 {
  padding-left: 20px !important;
}

.h\:margin-right-20 {
  margin-right: 20px !important;
}

.h\:padding-right-20 {
  padding-right: 20px !important;
}

.h\:margin-top-24 {
  margin-top: 24px !important;
}

.h\:padding-top-24 {
  padding-top: 24px !important;
}

.h\:margin-bottom-24 {
  margin-bottom: 24px !important;
}

.h\:padding-bottom-24 {
  padding-bottom: 24px !important;
}

.h\:margin-left-24 {
  margin-left: 24px !important;
}

.h\:padding-left-24 {
  padding-left: 24px !important;
}

.h\:margin-right-24 {
  margin-right: 24px !important;
}

.h\:padding-right-24 {
  padding-right: 24px !important;
}

.h\:margin-top-28 {
  margin-top: 28px !important;
}

.h\:padding-top-28 {
  padding-top: 28px !important;
}

.h\:margin-bottom-28 {
  margin-bottom: 28px !important;
}

.h\:padding-bottom-28 {
  padding-bottom: 28px !important;
}

.h\:margin-left-28 {
  margin-left: 28px !important;
}

.h\:padding-left-28 {
  padding-left: 28px !important;
}

.h\:margin-right-28 {
  margin-right: 28px !important;
}

.h\:padding-right-28 {
  padding-right: 28px !important;
}

.h\:margin-top-32 {
  margin-top: 32px !important;
}

.h\:padding-top-32 {
  padding-top: 32px !important;
}

.h\:margin-bottom-32 {
  margin-bottom: 32px !important;
}

.h\:padding-bottom-32 {
  padding-bottom: 32px !important;
}

.h\:margin-left-32 {
  margin-left: 32px !important;
}

.h\:padding-left-32 {
  padding-left: 32px !important;
}

.h\:margin-right-32 {
  margin-right: 32px !important;
}

.h\:padding-right-32 {
  padding-right: 32px !important;
}

.h\:margin-top-36 {
  margin-top: 36px !important;
}

.h\:padding-top-36 {
  padding-top: 36px !important;
}

.h\:margin-bottom-36 {
  margin-bottom: 36px !important;
}

.h\:padding-bottom-36 {
  padding-bottom: 36px !important;
}

.h\:margin-left-36 {
  margin-left: 36px !important;
}

.h\:padding-left-36 {
  padding-left: 36px !important;
}

.h\:margin-right-36 {
  margin-right: 36px !important;
}

.h\:padding-right-36 {
  padding-right: 36px !important;
}

.h\:margin-top-40 {
  margin-top: 40px !important;
}

.h\:padding-top-40 {
  padding-top: 40px !important;
}

.h\:margin-bottom-40 {
  margin-bottom: 40px !important;
}

.h\:padding-bottom-40 {
  padding-bottom: 40px !important;
}

.h\:margin-left-40 {
  margin-left: 40px !important;
}

.h\:padding-left-40 {
  padding-left: 40px !important;
}

.h\:margin-right-40 {
  margin-right: 40px !important;
}

.h\:padding-right-40 {
  padding-right: 40px !important;
}

.h\:margin-top-48 {
  margin-top: 48px !important;
}

.h\:padding-top-48 {
  padding-top: 48px !important;
}

.h\:margin-bottom-48 {
  margin-bottom: 48px !important;
}

.h\:padding-bottom-48 {
  padding-bottom: 48px !important;
}

.h\:margin-left-48 {
  margin-left: 48px !important;
}

.h\:padding-left-48 {
  padding-left: 48px !important;
}

.h\:margin-right-48 {
  margin-right: 48px !important;
}

.h\:padding-right-48 {
  padding-right: 48px !important;
}

.h\:margin-top-72 {
  margin-top: 72px !important;
}

.h\:padding-top-72 {
  padding-top: 72px !important;
}

.h\:margin-bottom-72 {
  margin-bottom: 72px !important;
}

.h\:padding-bottom-72 {
  padding-bottom: 72px !important;
}

.h\:margin-left-72 {
  margin-left: 72px !important;
}

.h\:padding-left-72 {
  padding-left: 72px !important;
}

.h\:margin-right-72 {
  margin-right: 72px !important;
}

.h\:padding-right-72 {
  padding-right: 72px !important;
}

.h\:margin-top-98 {
  margin-top: 98px !important;
}

.h\:padding-top-98 {
  padding-top: 98px !important;
}

.h\:margin-bottom-98 {
  margin-bottom: 98px !important;
}

.h\:padding-bottom-98 {
  padding-bottom: 98px !important;
}

.h\:margin-left-98 {
  margin-left: 98px !important;
}

.h\:padding-left-98 {
  padding-left: 98px !important;
}

.h\:margin-right-98 {
  margin-right: 98px !important;
}

.h\:padding-right-98 {
  padding-right: 98px !important;
}

.mt--8 {
  margin-top: -8px !important;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.h\:overflow-auto {
  overflow: auto;
}

.h\:yellow-mint-helper {
  background-color: #00e1be;
  margin-top: -5px;
}

.h\:scribble-white a:hover {
  color: #00e1be !important;
}

.h\:margin-bottom--12 {
  margin-bottom: -12px;
}

.h\:center-content .subpage-navigation {
  justify-content: center;
  align-items: center;
}

.h\:faq-big-headline h3,
.h\:faq-big-headline h4 {
  font-size: 48px;
  margin-top: 0px;
  font-family: Conduit, sans-serif;
  line-height: 48px;
}

.h\:small-scribble-box .scribble-border-box__content.pt-80.pb-80 {
  padding: 0.5rem 1rem;
  text-align: center;
}

.h\:small-scribble-box .scribble-border-box__content a:hover {
  color: white;
}

.h\:small-scribble-box .scribble-border-box__content a {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.h\:small-scribble-box .scribble-border-box__content.pt-80.pb-80 p {
  margin: 0;
  padding: 0;
}

.h\:mt--88 {
  margin-top: -88px !important;
}

.h\:headline-not-centered .h\:text-center {
  text-align: left !important;
}

.mt--88 {
  margin-top: -88px !important;
}

.h\:mint-scribble-box a:hover {
  color: white;
}

.h\:2-column-big-headlines .scribble-underlined {
  font-size: 2rem;
}

.rich-text .wp-caption {
  border: 0;
  text-align: right;
}

.wp-caption-text {
  color: #9e9e9e;
  font-style: italic;
  font-family: Univers LT, sans-serif;
  font-size: 10pt;
  padding-right: 2%;
}

.swal2-close:hover {
  color: #000 !important;
}

.swal2-styled:focus {
  box-shadow: 0 0 black !important;
}

section.seperator-two-column div.section-separator-circle--left {
  left: 25% !important;
}

section.seperator-two-column div.section-separator-circle--right {
  left: 75% !important;
}

.h\:ranking .scribble-underlined img {
  width: 100px !important;
  margin: 0px auto 20px;
}

.h\:ranking .rich-text a {
  color: #00e1be !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}

.h\:ranking .rich-text a:hover {
  color: #000 !important;
}

.wider-li li {
  padding-bottom: 10px;
}

.h\:link-black {
  font-weight: bold;
  color: #000 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.h\:link-black:hover {
  color: #00e1be !important;
}

.h\:font-size-1 {
  font-size: 1.5rem;
}

.h\:font-size-2 {
  font-size: 2rem;
}

.h\:border-visible .video-embed {
  border: 1px solid #000;
}

.h\:padding-top-richtext-double {
  padding-top: 20px;
}

.h\:no-underline, .h\:no-underline * {
  text-decoration: none !important;
}

.h\:aktionen-nav a span {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h\:aktionen-nav a img {
  width: 150px;
  height: 150px;
}

.h\:aktionen-nav .contest--big-headline {
  margin-top: 60px;
}

.h\:scribble-extra-padding .scribble-border-box__content .grid__row {
  padding-left: 10%;
  padding-right: 5%;
}

.pull-up-class {
  margin-top: -117px;
  z-index: 999;
  position: relative;
}

section.hidden {
  display: none !important;
  visibility: hidden !important;
}

/*

.four-column-navigation-four .section-separator-circle {
	left: 87% !important;
}

.four-column-navigation-three .section-separator-circle {
	left: 62% !important;
}

.four-column-navigation-two .section-separator-circle {
	left: 38% !important;
}

.four-column-navigation-one .section-separator-circle {
	left: 13.5% !important;
}

*/
/*# sourceMappingURL=app-2.css.map*/
@media (max-width: 768px) {
  .column-reverse .grid__row {
    flex-direction: column-reverse;
  }
}
.rich-text .wp-caption {
  border: 0;
  text-align: right;
}

.wp-caption-text {
  color: #9e9e9e;
  font-style: italic;
  font-family: Univers LT, sans-serif;
  font-size: 10pt;
  padding-right: 2%;
}

.swal2-close:hover {
  color: #000 !important;
}

.swal2-styled:focus {
  box-shadow: 0 0 black !important;
}

@media (min-width: 768px) {
  #gform_wrapper_4 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #gform_wrapper_4 li.gfield {
    margin-top: unset !important;
    margin-bottom: 16px !important;
    max-width: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
  }
  #gform_wrapper_4 li.gfield.w100 {
    width: 100%;
    max-width: 600px;
  }
  #gform_wrapper_4 li.gfield.w100 select {
    width: 100% !important;
  }
  #gform_wrapper_4 li.gfield.w50 {
    width: 50% !important;
    float: left !important;
    clear: none !important;
  }
  #gform_wrapper_4 li.gfield.w50 .ginput_container,
#gform_wrapper_4 li.gfield.w50 input,
#gform_wrapper_4 li.gfield.w50 select,
#gform_wrapper_4 li.gfield.w50 textarea {
    width: 100% !important;
    display: block !important;
  }
  #gform_wrapper_4 li.gfield.w33 {
    width: 33% !important;
    float: left !important;
    clear: none !important;
  }
  #gform_wrapper_4 li.gfield.w33 .ginput_container,
#gform_wrapper_4 li.gfield.w33 input,
#gform_wrapper_4 li.gfield.w33 select,
#gform_wrapper_4 li.gfield.w33 textarea {
    width: 100% !important;
    display: block !important;
  }
}
.ginput_container_fileupload input[type=file] {
  padding-top: 7px;
}

.gfield_consent_description {
  max-height: unset !important;
  overflow-y: visible !important;
  border: none !important;
  padding: unset !important;
  font-size: inherit !important;
  font-style: italic;
}

/*.ginput_container_date {
input {
  display: inline-block !important;
  width: 90% !important;
}

img {
  width: 25px !important;
  height: 24px !important;
}
}*/
li.gsection:not(:first-child) {
  padding-top: 50px !important;
}
li.gsection.no-line {
  border-bottom: none;
}

.message-required-fields {
  padding-top: 20px !important;
}

.ginput_right,
.ginput_complex {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error {
  padding-right: 16px !important;
  min-height: 153px !important;
}

.section-separator .section--secondary-color .section-separator-circle {
  background-image: url(../images/section-separator-circle-tur.svg);
}

@media (min-width: 768px) {
  .section-separator.pf-trenner-two-column .section-separator-circle--left {
    left: 25.66% !important;
  }

  .section-separator.pf-trenner-two-column-narrow .section-separator-circle--left {
    left: 34.66% !important;
  }

  .section-separator.pf-trenner-two-column .section-separator-circle--right {
    left: 74.33% !important;
  }

  .section-separator.pf-trenner-two-column-narrow .section-separator-circle--right {
    left: 65% !important;
  }
}
section.seperator-two-column div.section-separator-circle--left {
  left: 25% !important;
}

section.seperator-two-column div.section-separator-circle--right {
  left: 75% !important;
}

.h\:ranking .scribble-underlined img {
  width: 100px !important;
  margin: 0px auto 20px;
}

.h\:ranking .rich-text a {
  color: #00e1be !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}

.h\:ranking .rich-text a:hover {
  color: #000 !important;
}

.wider-li li {
  padding-bottom: 10px;
}

.h\:link-black {
  font-weight: bold;
  color: #000 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.h\:link-black:hover {
  color: #00e1be !important;
}

.h\:font-size-1 {
  font-size: 1.5rem;
}

.h\:font-size-2 {
  font-size: 2rem;
}

.h\:border-visible .video-embed {
  border: 1px solid #000;
}

.h\:padding-top-richtext-double {
  padding-top: 20px;
}

.h\:no-underline, .h\:no-underline * {
  text-decoration: none !important;
}

.h\:aktionen-nav a span {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h\:aktionen-nav a img {
  width: 150px;
  height: 150px;
}

.h\:aktionen-nav .contest--big-headline {
  margin-top: 60px;
}

.h\:scribble-extra-padding .scribble-border-box__content .grid__row {
  padding-left: 10%;
  padding-right: 5%;
}

.pull-up-class {
  margin-top: -117px;
  z-index: 999;
  position: relative;
}

/*

.four-column-navigation-four .section-separator-circle {
	left: 87% !important;
}

.four-column-navigation-three .section-separator-circle {
	left: 62% !important;
}

.four-column-navigation-two .section-separator-circle {
	left: 38% !important;
}

.four-column-navigation-one .section-separator-circle {
	left: 13.5% !important;
}

*/
@media (max-width: 1199px) {
  .icons-second-row .grid__cell:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .pf-two-column-navigation-narrow .grid__cell a {
    width: 60%;
    float: left;
  }

  .pf-two-column-navigation-narrow .grid__cell:first-child a {
    float: right;
  }
}
.video-grid--container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*grid-template-rows: 1fr 1fr;*/
  gap: 40px 40px;
  grid-template-areas: "video-grid--top-left video-grid--top-right" "video-grid--bottom-left video-grid--bottom-right";
}

@media (max-width: 1199px) {
  .video-grid--container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 80px 40px;
    grid-template-areas: "video-grid--top-left" "video-grid--top-right" "video-grid--bottom-left" "video-grid--bottom-right";
  }
}
.video-grid--top {
  grid-area: video-grid--top;
}

.video-grid--top-left {
  grid-area: video-grid--top-left;
}

.video-grid--top-right {
  grid-area: video-grid--top-right;
}

.video-grid--bottom-left {
  grid-area: video-grid--bottom-left;
}

.video-grid--bottom-right {
  grid-area: video-grid--bottom-right;
}

.video-grid--top video,
.video-grid--top-left video,
.video-grid--top-right video,
.video-grid--bottom-left video,
.video-grid--bottom-right video {
  width: 100%;
}

/**
 * Only for Four-Column FAQ
 */
@media (min-width: 768px) {
  .section-separator.pf-trenner-four-column-wide .section-separator-circle--right {
    left: unset !important;
  }

  .section-separator.pf-trenner-four-column-wide.pf-position-one .section-separator-circle {
    left: 12.66% !important;
  }

  .section-separator.pf-trenner-four-column-wide.pf-position-two .section-separator-circle {
    left: 37.66% !important;
  }

  .section-separator.pf-trenner-four-column-wide.pf-position-three .section-separator-circle {
    left: 62.66% !important;
  }

  .section-separator.pf-trenner-four-column-wide.pf-position-four .section-separator-circle {
    left: 86.66% !important;
  }
}
@media (max-width: 768px) {
  .column-reverse .grid__row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  #gform_wrapper_4 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  #gform_wrapper_4 li.gfield {
    margin-top: unset !important;
    margin-bottom: 16px !important;
    max-width: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
  }

  #gform_wrapper_4 li.gfield.w100 {
    width: 100%;
    max-width: 600px;
  }

  #gform_wrapper_4 li.gfield.w100 select {
    width: 100% !important;
  }

  #gform_wrapper_4 li.gfield.w50 {
    width: 50% !important;
    float: left !important;
    clear: none !important;
  }

  #gform_wrapper_4 li.gfield.w50 .ginput_container,
#gform_wrapper_4 li.gfield.w50 input,
#gform_wrapper_4 li.gfield.w50 select,
#gform_wrapper_4 li.gfield.w50 textarea {
    width: 100% !important;
    display: block !important;
  }

  #gform_wrapper_4 li.gfield.w33 {
    width: 33% !important;
    float: left !important;
    clear: none !important;
  }

  #gform_wrapper_4 li.gfield.w33 .ginput_container,
#gform_wrapper_4 li.gfield.w33 input,
#gform_wrapper_4 li.gfield.w33 select,
#gform_wrapper_4 li.gfield.w33 textarea {
    width: 100% !important;
    display: block !important;
  }
}
.ginput_container_fileupload input[type=file] {
  padding-top: 7px;
}

.gfield_consent_description {
  max-height: unset !important;
  overflow-y: visible !important;
  border: none !important;
  padding: unset !important;
  font-size: inherit !important;
  font-style: italic;
}

/*.ginput_container_date {
input {
  display: inline-block !important;
  width: 90% !important;
}

img {
  width: 25px !important;
  height: 24px !important;
}
}*/
li.gsection:not(:first-child) {
  padding-top: 50px !important;
}

li.gsection.no-line {
  border-bottom: none;
}

.message-required-fields {
  padding-top: 20px !important;
}

.ginput_right,
.ginput_complex {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error {
  padding-right: 16px !important;
  min-height: 153px !important;
}

@media (min-width: 768px) {
  .h\:image-helper img {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.header-image-helper img {
  max-height: 569px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.swal2-icon.swal2-info.swal2-icon-show {
    border-color: #00e1be !important;
    color: #00e1be !important;
}

.swal2-styled.swal2-confirm {
    background-color: #00e1be !important;
    color: #fff !important;
    border-left-color: #00e1be !important;
    border-right-color: #00e1be !important;
}

.swal2-footer {
	border: none !important;
}

a.popupLink {
	text-decoration: underline;
}

a.popupLink:hover {
	color: #00e1be !important;
}

.rich-text a.link-umfrage {
	color: #fff;
	text-decoration: none !important;
}
.read-more-link.small {
	font-size: 15px !important;
}

a.attention {
    padding: 3px 10px;
    background-color: black;
    color: white;
    text-decoration: none;
    margin-top: 5px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

a.attention:hover {
	background-color: #00e1be;
	transition: all 0.5s ease;
	color: black !important;
}


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