a {
  text-decoration: underline;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100%;
  margin-top: 102px;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/nightoflight_2222px.png');
  background-position: 50% -104px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  font-family: Lato, sans-serif;
  color: #2b2b2b;
}

.paragraph {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 27px;
}

.link {
  color: #db3131;
}

.image {
  margin-bottom: 20px;
}

.container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  max-height: 75%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.column {
  text-align: left;
}

.column-2 {
  text-align: right;
}

.menu_wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: block;
  height: 102px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-link-wrapper {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  z-index: 1;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.men--link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}

.men--link.action.action--details {
  position: static;
}

.men {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  margin-bottom: 0px;
  font-family: FontAwesome900, sans-serif;
  color: #fff;
}

.menu-hover {
  position: absolute;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #052121;
}

.logo {
  position: absolute;
  left: 4%;
  z-index: 1;
  display: block;
  width: 80px;
  height: 102px;
  background-image: url('../images/dcc-logo-c.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  text-decoration: none;
}

.logo.w--current {
  position: absolute;
  left: 4%;
  z-index: 1;
  display: block;
  width: 80px;
  height: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dcc-logo-c2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  text-decoration: none;
}

.logo-white {
  position: absolute;
  left: 4%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/LogoRed.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.logo-white.w--current {
  position: absolute;
  left: 4%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dcc-logo-w2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.text-span {
  font-size: 24px;
  line-height: 27px;
}

.details__size.menu_link {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.details_size--text {
  font-size: 2rem;
  line-height: 31px;
  text-transform: uppercase;
}

.action--close.action {
  font-family: FontAwesome900, sans-serif;
  font-size: 3.5rem;
}

.image-2 {
  background-image: url('../images/menu_bg.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.main {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
}

.div-block {
  height: 100%;
  min-height: 100vh;
}

.link-wrapper.die_aktion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: url('../images/menu_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.menu_link {
  display: block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}

.die_aktion {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(255, 241, 241, 0);
}

.menu_link_text {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 45px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #000;
}

.menu_link_text.menu_link--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 46px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #000;
}

.margin-bottom {
  position: static;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.row-fullheight {
  height: 100%;
  min-height: 100vh;
}

.margin-top {
  margin-top: 20px;
}

.margin-top.margin-bottom {
  text-align: center;
}

.margin-top.margin-bottom.white_bg {
  text-align: left;
}

.heading-2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.heading-2.supporter_head {
  color: #000;
  font-size: 56px;
  line-height: 55px;
  white-space: break-spaces;
}

.bold-text {
  font-size: 16px;
  font-weight: 400;
}

.value-proposition-hero-image {
  margin-top: 0px;
  padding-top: 15px;
}

.die_aktion_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.die_aktion_wrapper.wider-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-3 {
  margin-bottom: auto;
  color: #a5144e;
  font-weight: 700;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.md-4.md-6 {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-5.align-vertically.md-4.lg-12.md-12 {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.col_flex_left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.lg-6-copy {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6-copy.md-4.md-6 {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.col_flex_top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.col_flex_top.no-flex {
  display: block;
}

.col.col_flex_top.intro_col {
  height: auto;
  min-height: 70vh;
}

.col.col_flex_bottom {
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-5-copy {
  width: 41.66%;
}

.col.lg-5-copy.align-vertically {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-5-copy.align-vertically.md-4.lg-12.md-12 {
  width: 100%;
  text-align: center;
}

.col.lg-5-copy.align-vertically.white_bg {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 0px none #000;
  border-left: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.text-span-5 {
  line-height: 1.9em;
}

.intro {
  position: relative;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 80px;
}

.intro_image_wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-4 {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  max-height: 100vw;
  max-width: none;
  min-width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}

.scroll_icon {
  margin-top: 9px;
  margin-bottom: 40px;
  font-family: FontAwesome900, sans-serif;
  color: #333;
  font-size: 40px;
}

.text-block {
  margin-bottom: 14px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.text-block.text-block--highlight {
  font-weight: 700;
}

.text-block.text-link {
  color: #1a1a1a;
  font-weight: 700;
}

.text-block.text-block-bigger {
  display: block;
  font-size: 14px;
  line-height: 27px;
}

.text-block.text-block-bigger.margin-bottom.bold-text {
  font-weight: 700;
}

.link-block-3 {
  margin-top: 29px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.link-block-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.unser-ziel {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fcecec;
}

.bold-text-2 {
  color: #2b2b2b;
  font-size: 50px;
  line-height: 38px;
}

.bold-text-3 {
  font-size: 40px;
  line-height: 38px;
}

.text-link {
  display: block;
  border-top: 2px none #000;
  border-left: 2px none #000;
  border-top-left-radius: 10px;
  -webkit-transition: text-indent 200ms ease, box-shadow 200ms linear, color 200ms linear;
  transition: text-indent 200ms ease, box-shadow 200ms linear, color 200ms linear;
  color: #181818;
  font-weight: 700;
  text-decoration: underline;
}

.text-link:hover {
  border: 1px none #000;
  color: #b95b5b;
  text-decoration: none;
  text-shadow: 11px 11px 15px #f0aeae;
}

.unser_aufruf {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fcecec;
}

.hintergrund {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px none #000;
  background-color: rgba(255, 241, 241, 0);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.image-13 {
  width: 100%;
}

.heading-18 {
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-5 {
  color: #1c2f45;
  font-weight: 700;
  text-transform: uppercase;
}

.padding {
  padding: 0px 20px 20px;
  color: #333;
  font-weight: 400;
}

.col-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2.lg-4 {
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-thumbnail-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(165, 20, 78, 0.23);
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.blog-thumbnail-container:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.paragraph-small {
  color: #122c30;
  font-size: 16px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.paragraph-small.lightbox-link.whoweare-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.center_icon {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 15px;
  color: #ce0e0e;
  font-size: 60px;
  text-align: left;
}

.icon {
  height: 60px;
  font-family: FontAwesome900, sans-serif;
  line-height: 60px;
  font-weight: 900;
}

.list-item {
  font-size: 16px;
  line-height: 22px;
}

.text-span-6 {
  font-size: 14px;
  text-transform: none;
}

.text-span-7 {
  font-size: 16px;
}

.footer {
  border: 1px none #000;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
  color: #000;
}

.footer-link.spacing.datenschutz {
  display: none;
}

.footer-link.no-padding {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: FontAwesome900, sans-serif;
}

.footer-link.no-padding.twitter {
  display: none;
}

.footer-link.no-padding.insta {
  display: none;
}

.social-media-icon {
  margin-bottom: 20px;
  padding: 8px 15px;
  font-family: 'Fa brands 400', sans-serif;
  color: #af2c2c;
  font-size: 36px;
  font-weight: 900;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-family: FontAwesome900, sans-serif;
}

.text-span-8 {
  white-space: nowrap;
}

.container-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.mitmachen {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fcecec;
  background-image: url('../images/image003.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.unterst-tzer {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fcecec;
}

.text-span-9 {
  display: inline-block;
  width: 0px;
}

.logo_wrapper.wrapper {
  margin-top: 40px;
}

.columns {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  opacity: 1;
}

.support_link--img {
  box-shadow: 6px 6px 19px 0 #000;
  opacity: 1;
  cursor: default;
}

.heading-19 {
  font-size: 20px;
  text-align: left;
}

.bold-text-4 {
  color: red;
}

.bold-text-5 {
  color: #ff0004;
}

.bold-text-6 {
  color: #ff0004;
}

.text-span-10 {
  color: #ff0004;
}

.download_button {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #2b2b2b;
  border-radius: 5px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2b2b2b;
  text-align: left;
}

.download_button:hover {
  border-color: #fff;
  background-color: #2b2b2b;
  color: #fff;
}

.button_wrapper {
  padding-top: 15px;
}

.button_wrapper:hover {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.bold-text-7 {
  color: #ff0808;
}

.image-14 {
  position: static;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.link-block-4 {
  margin-top: 60px;
  margin-bottom: 10px;
}

.text-block-4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section {
  background-color: #fcecec;
}

.dersoundtrack {
  background-color: #fcecec;
}

.embedwocd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-4 {
  max-height: none;
  max-width: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
}

.link-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.text-span-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.embedfb {
  margin-left: 25px;
}

.text-span-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  text-align: left;
}

.text-span-14 {
  color: #000;
}

.heading-20 {
  font-size: 20px;
}

.linklivestream {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-decoration: underline;
}

html.w-mod-js *[data-ix="main"] {
  display: block;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    padding-top: 40px;
    padding-bottom: 5px;
    background-position: 50% 0%;
  }
  .centered-container {
    line-height: 60px;
  }
  .paragraph {
    font-size: 16px;
  }
  .body {
    background-image: none;
  }
  .link-block-2 {
    height: 80%;
  }
  .main {
    display: none;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.md-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.no-bottom-margins {
    margin-bottom: 0px;
  }
  .heading-2 {
    font-size: 42px;
  }
  .value-proposition-hero-image {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .die_aktion_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .die_aktion_wrapper.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-6.md-4 {
    width: 100%;
  }
  .col.lg-6.md-4.md-6 {
    width: 50%;
  }
  .col.lg-5 {
    width: 50%;
  }
  .col.lg-5.align-vertically.md-4 {
    width: 100%;
  }
  .col.lg-1 {
    display: none;
  }
  .col.col_flex_left {
    width: 100%;
  }
  .col.lg-6-copy.md-4 {
    width: 100%;
  }
  .col.col_flex_top {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col.col_flex_bottom {
    width: 100%;
  }
  .col.lg-5-copy {
    width: 50%;
  }
  .col.lg-5-copy.align-vertically.md-4 {
    width: 100%;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .image-4 {
    max-height: 100vw;
    max-width: none;
  }
  .value-proposition-hero-image-copy {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .col-2 {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-2.lg-4 {
    width: 50%;
  }
  .blog-thumbnail-container {
    margin-bottom: 30px;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-horizontal-space-between.footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .embedwocd {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
  }
  .container-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    max-width: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .hero-overlay {
    padding: 40px 20px 5px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .centered-container {
    line-height: 80px;
  }
  .paragraph {
    font-size: 16px;
  }
  .body {
    background-image: none;
  }
  .link-block-2 {
    height: 60%;
  }
  .column {
    text-align: center;
  }
  .column-2 {
    text-align: center;
  }
  .menu-link-wrapper {
    top: 5px;
  }
  .logo {
    width: 62px;
    height: 79px;
  }
  .logo.w--current {
    width: 62px;
    height: 79px;
  }
  .logo-white {
    width: 62px;
    height: 79px;
  }
  .logo-white.w--current {
    width: 62px;
    height: 79px;
  }
  .main {
    display: none;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-6.md-4.md-6 {
    width: 100%;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.col_flex_left {
    padding-right: 30px;
    padding-left: 30px;
  }
  .col.lg-6-copy {
    width: 100%;
  }
  .col.col_flex_top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col.lg-5-copy {
    width: 100%;
  }
  .image-4 {
    width: auto;
    height: 50vh;
    max-width: 100%;
  }
  .link-block-3 {
    display: none;
    margin-top: 30px;
  }
  .col-2.lg-4 {
    width: 100%;
  }
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .footer-social-links-container {
    margin-top: 40px;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns {
    padding-bottom: 0px;
  }
  .support_link--img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 100%;
    padding-bottom: 5px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .centered-container {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    line-height: 120px;
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .link-block {
    line-height: 0px;
  }
  .link-block-2 {
    height: 50%;
  }
  .menu_wrapper {
    top: 20px;
    display: block;
  }
  .menu-link-wrapper {
    top: 10%;
  }
  .main {
    display: none;
  }
  .row.row-fullheight {
    max-width: 100vw;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-6-copy {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.col_flex_top {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .col.col_flex_top.intro_col {
    position: relative;
    display: block;
    width: 100vw;
    max-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col.col_flex_bottom {
    max-width: 100vw;
    text-align: center;
  }
  .col.lg-5-copy {
    width: 100%;
  }
  .intro_image_wrapper {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100vw;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-4 {
    width: 100%;
    height: auto;
  }
  .heading-4 {
    text-align: center;
  }
  .unser-ziel {
    padding-top: 40px;
  }
  .col-2 {
    margin-bottom: 0px;
  }
  .col-2.lg-4 {
    width: 100%;
  }
  .blog-thumbnail-container {
    margin-bottom: 30px;
  }
  .footer-logo {
    display: block;
  }
  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .horizontal-footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .social-media-icon {
    padding: 0px;
  }
  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-14 {
    min-width: 90%;
  }
  .link-block-4 {
    margin-top: 0px;
  }
  .text-block-3 {
    margin-right: 5px;
    margin-left: 10px;
  }
  .container-3 {
    display: block;
    padding-left: 0px;
  }
  .embedwocd {
    width: auto;
    height: auto;
    max-width: none;
  }
  .container-4 {
    max-height: 315px;
    max-width: 560px;
  }
}

@font-face {
  font-family: 'FontAwesome900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'FontAwesome400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}