@font-face {
  font-family: "ApexNew";
  src: url("../fonts/ApexNewBook.woff");
  font-weight: 400;
}
@font-face {
  font-family: "ApexNew";
  src: url("../fonts/ApexNewBold.woff");
  font-weight: 700;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    /*font-weight: lighter !important;*/
  }
}

*:visited {
  color: inherit;
}

.loadmore-container {
  display: none;
}

.loadmore_1 {
  display: block;
}

.event-wrapper {
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  column-count: 1;
  column-gap: 0;
}

.slick-container .ce_youtube {
  padding-top: 35px;
}

.home-slider .ce_text,
.home-slider .ce_youtube {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*************** STRUCTURE ****************************/

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: ApexNew;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.525;
  overflow-x: hidden;
}

#wrapper {
  padding-top: 70px;
}

.mod_article .mod_article__elem,
.ziele_teaser__wrapper__inside {
  max-width: 1170px;
  padding: 20px 15px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.ziele_teaser__wrapper__inside {
  padding: 0;
  z-index: 20;
}
.sticky .ziele_teaser__wrapper__inside {
  padding: 10px 15px;
  z-index: 99;
}

.mod_article:last-child {
  padding-bottom: 40px;
}
.mod_article.first {
  padding-bottom: 0px;
}

.clear {
  clear: both;
}
.clear:after,
.clear:before,
body:not(.home) .mod_eventlist:after {
  display: table;
  content: "";
  float: none;
  clear: both;
}

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

/*************** HEADER ****************************/

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

#header > .inside {
  padding: 15px;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#header .logo,
#header .logo img {
  width: 100%;
  max-width: 490px;
  height: auto;
}

#header .mod_navigation,
#header .mod_customnav {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
  font-weight: 700;
  display: table;
  height: 42px;
  vertical-align: middle;
}
#header .mod_navigation ul,
#header .mod_customnav ul {
  display: table-cell;
  vertical-align: middle;
}

#header .mod_navigation ul,
#header .mod_navigation ul li,
#header .mod_customnav ul,
#header .mod_customnav ul li {
  margin: 0;
  padding: 0;
}

#header .mod_navigation ul li,
#header .mod_customnav ul li {
  list-style: none;
  float: left;
  margin: 0 15px;
}

#header .mod_navigation ul li a,
#header .mod_navigation ul li strong,
#header .mod_navigation ul li span,
#header .mod_customnav ul li a,
#header .mod_customnav ul li strong,
#header .mod_customnav ul li span {
  text-decoration: none;
  color: inherit;
}

#header .mod_navigation ul li:hover,
#header .mod_navigation ul li.active,
#header .mod_navigation ul li.trail,
#header .mod_customnav ul li:hover,
#header .mod_customnav ul li.active,
#header .mod_customnav ul li.trail {
  color: #ff2a51;
}

#header .mobile-nav .ce_hyperlink {
  float: right;
  margin-top: 8px;
  margin-left: 20px;
}

#header .mobile-nav .ce_hyperlink img {
  height: 22px;
  width: auto;
}

#ziele_teaser__wrapper {
  background-color: transparent;
  transition: all 0.6s;
  z-index: 25;
  position: relative;
}
.sticky#ziele_teaser__wrapper {
  position: fixed;
  top: 60px;
  left: 0;
  background: #fff;
  z-index: 10;
  width: 100%;
}
/*************** Footer ****************************/

#footer .inside {
  padding: 30px 15px;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#footer .mod_customnav {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#footer .mod_customnav ul,
#footer .mod_customnav ul li {
  margin: 0;
  padding: 0;
}

#footer .mod_customnav ul li {
  list-style: none;
  float: left;
  margin-right: 30px;
}

#footer .mod_customnav ul li a,
#footer .mod_customnav ul li span {
  text-decoration: none;
  color: inherit;
}

#footer .ce_image {
  float: left;
  margin-right: 35px;
}

#footer .ce_image img {
  max-height: 120px;
  width: auto;
}

#footer p {
  margin: 0 0 25px 0;
}

/**************** TYPOGRAPHIE ****************************/

h2 {
  color: #282828;
}

body.home h2 {
  font-size: 80px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}

p,
a,
span {
  color: #3d3339;
}

figcaption {
  font-size: 13px;
  display: block;
  margin: 5px 0;
  color: #767676;
  font-style: italic;
}

.layout_full .ce_hyperlink a {
}

/**************** COMPONENTS ****************************/

.ce_hyperlink.button a,
.button a {
  display: inline-block;
  padding: 15px 48px 11px 25px;
  color: #3d3339;
  border: 2px solid #3d3339;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  line-height: 1;
  text-decoration: none;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.ce_hyperlink.button a:hover,
.button a:hover {
  background-color: #3d3339;
  color: #fff;
  background-image: url("../img/arrow-right-white.png");
}
body.home .mod_article:not(.home-slider) .ce_hyperlink.button {
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
body.home .mod_article:not(.home-slider) .ce_hyperlink.button + *,
body.home *:not(.visually-hidden) + h2  {
  margin-top: 120px;
}
body.home .ce_hyperlink.button a,
body.home .button a {
  font-size: 24px;
  line-height: 1.21;
  padding: 17px 50px 12px 17px;
  border-width: 3px;
  cursor: pointer;
  background-image: url("../img/internal-link-black.svg");
}
body.home .ce_hyperlink.button a:hover,
body.home .button a:hover {
  background-image: url("../img/internal-link-white.svg");
}
body.home .ce_hyperlink.button.button-white a,
body.home .button.button-white a {
  background-image: url("../img/internal-link-white.svg");
}
body.home .ce_hyperlink.button.button-white a:hover,
body.home .button.button-white a:hover {
  background-image: url("../img/internal-link-black.svg");
}
body.home .ce_hyperlink.button a[href^="http:"],
body.home .ce_hyperlink.button a[href^="https:"] {
  background-image: url("../img/external-link-black.svg");
  padding-right: 60px;
}
body.home .ce_hyperlink.button a[href^="http:"]:hover,
body.home .ce_hyperlink.button a[href^="https:"]:hover {
  background-image: url("../img/external-link-white.svg");
}
body.home .ce_hyperlink.button.button-white a[href^="http:"],
body.home .ce_hyperlink.button.button-white a[href^="https:"] {
  background-image: url("../img/external-link-white.svg");
}
body.home .ce_hyperlink.button.button-white a[href^="http:"]:hover,
body.home .ce_hyperlink.button.button-white a[href^="https:"]:hover {
  background-image: url("../img/external-link-black.svg");
}
body.home .has-small-button .ce_hyperlink.button a {
  font-size: 20px;
  padding: 11px 40px 7px 12px;
  background-position: center right 15px;
  background-size: 12px auto;
}
body.home .has-small-button .ce_hyperlink.button a[href^="http:"],
body.home .has-small-button .ce_hyperlink.button a[href^="https:"] {
  padding-right: 50px;
  background-size: 24px auto;
}
body.home .mod_article:not(.home-slider) .ce_hyperlink.button {
  text-align: center;
}
body.home .mod_article:not(.home-slider) * + .ce_hyperlink.button {
  margin-top: 32px;
}
body.home .mod_article:not(.home-slider) .mod-with-slider-dots + .ce_hyperlink.button {
  margin-top: 40px;
}
.ce_hyperlink.button.button-white a,
.button.button-white a {
  border: 2px solid #fff;
  color: #fff;
  background-image: url("../img/arrow-right-white.png");
}
.ce_hyperlink.button.button-white a:hover,
.button.button-white a:hover {
  background-color: #fff;
  color: #3d3339;
  background-image: url("../img/arrow-right.png");
}
.button-center {
  text-align: center;
  clear: both;
}

/** EVENTS **/

.mod_eventlist_home {
  display: flex;
  flex-wrap: wrap;
}

.mod_eventlist_home > .event,
.mod_eventlist_home .event__image,
.mod_eventlist_home .event__text {
  flex: 0 0 auto;
  width: 50%;
}

.mod_eventlist_home > .event {
  display: flex;
  flex: 0 0 auto;
  width: 50%;
}

.mod_eventlist_home .event__time-location {
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
}

.mod_eventlist_home .image_container {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.mod_eventlist_home .image_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mod_eventlist_home .event__text {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.mod_eventlist_home h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  overflow: hidden;
}

.mod_eventlist_home p {
  margin: 0;
  line-height: 1.3;
}

body.home .mod_article:not(.home-slider) .mod_eventlist_home * + .ce_hyperlink.button {
  margin: auto 0 0;
  max-width: none;
  text-align: right;
}

body:not(.home) .mod_eventlist {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.event.layout_teaser {
  width: 33.333%;
  // float: left;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 32px;
}
.grid-sizer {
  width: 33.333%;
}

#article-2 .event.layout_teaser:first-child {
  display: none;
}
.event.layout_teaser h2 {
  padding: 17px 20px 13px 20px;
  line-height: 1;
  background: #dddcdc;
  margin: 0;
  text-transform: uppercase;
  color: #3d3339;
}
.event.layout_teaser h2 a {
  text-decoration: none;
}
.event.layout_teaser img {
  width: 100%;
  display: block;
  height: auto;
}

.event.layout_teaser .event__teaser {
  padding: 15px 20px 25px 20px;
  background: #fff;
}
.event.layout_teaser .event__teaser p {
  margin: 0;
}
.event.layout_teaser .event__teaser .event__teaser__info {
  font-weight: 700;
}
.event.layout_teaser .event__teaser .event__teaser__info p,
.event.layout_teaser .event__teaser .event__teaser__info span {
  display: inline;
  color: #3d3339;
}
.event.layout_teaser .event__teaser .event__teaser__info span {
  margin: 0 6px;
}
.event.layout_teaser .event__teaser .more {
  display: block;
  text-align: right;
  font-weight: 700;
  margin-top: 15px;
}
.event.layout_teaser .event__teaser .more a {
  text-decoration: none;
  padding-right: 13px;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 8px;
  display: inline-block;
  line-height: 1;
  transition: all 0.4s;
  border-bottom: 3px solid #fff;
}
.event.layout_teaser .event__teaser .more a:hover {
  border-bottom: 3px solid #3d3339;
}

/** INSTAGRAM LIST **/
.mod_ziele_instagram ul,
.mod_ziele_instagram ul li {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.mod_ziele_instagram ul {
  display: flex;
  flex-wrap: wrap;
}

.mod_ziele_instagram ul li {
  width: 25%;
  position: relative;
}

.mod_ziele_instagram ul li:nth-child(8) ~ li {
  display: none;
}

.mod_ziele_instagram ul li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.mod_ziele_instagram ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/************ ITEM *********/

.item__header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  width: 100%;
  position: relative;
  min-height: 435px;
}

.item__header__yt,
.item__header__yt > div {
  padding: 0;
}

.item__header__elem {
  padding: 20px 37px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
body:not(.home) .item__header__elem {
  max-width: 1170px;
}
body.home .item__header__elem {
  padding-top: 9px;
  padding-right: 0;
  padding-left: 0;
}
body.home .item__header__elem .margin-fix {
  margin: 0;
  width: auto;
}
.item__header__headline,
.item__header__subheadline {
  // max-width: 500px;
  max-width: 725px;
  text-transform: uppercase;
  color: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.item__header__subheadline {
}
.item__header__headline h1,
.home-slider .item__header__headline h1 {
  margin: 0;
  background: #fff;
  display: inline;
  line-height: 1;
  font-size: 2.8em;
  line-height: 1.15;
  background-color: #fff;
  display: inline;
  white-space: pre-wrap;
  padding: 7px 7px 2px 7px;
  padding-left: 0px;
  font-weight: 700;
  box-shadow: -7px 0 0 #fff; /* box shadow is emulating padding liek a charme */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
}
.home-slider .item__header__headline h1 {
  font-size: 3.75vw;
  padding: 0.5729vw 7px 0 0;
  line-height: 4.1666vw;
}
.item__header__subheadline h2,
body.home .item__header__subheadline p {
  margin: 0;
  background: #fff;
  display: inline;
  line-height: 1;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.15;
  background-color: #fff;
  display: inline;
  white-space: pre-wrap;
  padding: 7px 7px 2px 7px;
  padding-left: 0px;
  box-shadow: -7px 0 0 #fff; /* box shadow is emulating padding liek a charme */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
}
.home-slider .item__header__subheadline {
  margin-top: 8px;
}
.home-slider .item__header__subheadline h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
body.home .mod_newslist_home__slider .item__header__subheadline h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
body.home .mod_tudu_home__slider .item__header__subheadline p {
  padding-top: 0.3645vw;
  padding-bottom: 0.1041vw;
  font-size: 2.0833vw;
  line-height: 2.5vw;
  font-weight: 700;
}
body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small p {
  font-size: 1.6666vw;
  line-height: 2.0833vw;
}
.home-slider .item__header__headline,
.home-slider .item__header__subheadline {
  width: calc(40% - 30px);
}
.home-slider .item__header__headline,
.home-slider .item__header__subheadline {
  margin-left: 30px;
}
body.home .item__header .button,
.home-stop-control {
  margin-left: 30px;
}
.home-slider .item__header__headline h1,
.home-slider .item__header__subheadline h2 {
  color: #333;
}

.home-slider .item__header__headline,
.home-slider .item__header__subheadline,
.mod_newslist_home__slider .item__header__subheadline,
.mod_tudu_home__slider .item__header__subheadline,
body.home .item__header__text {
/* We cannot use this because the ellipsis will not have the text bg color
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.1;
*/
  display: block;
  overflow: hidden;
  padding: 7px 7px 0 7px;
}
.home-slider .item__header__headline
 {
  margin-top: -7px;
  max-height: 12.395vw;
  padding-top: 0.3645vw;
}
.home-slider .item__header__subheadline {
  max-height: 123px;
}
.mod_newslist_home__slider .item__header__subheadline {
  height: 98px;
  margin-bottom: 20px;
}
body.home .mod_newslist_home__slider .item__header__subheadline h2 {
  margin: 0;
}
.mod_tudu_home__slider .item__header__subheadline {
  padding-top: 0.3645vw;
  height: 12.604vw;
}
.mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small {
  height: 12.604vw;
}

body.home .item__header__text {
  height: 51px;
  padding: 4px 7px 0 7px;
}
body.home .item__header__text p {
  margin: 0;
  background: #fff;
  display: inline;
  line-height: 1.2;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15;
  background-color: #fff;
  white-space: pre-wrap;
  padding: 4px 7px 8px 7px;
  padding-left: 0px;
  box-shadow: -7px 0 0 #fff; /* box shadow is emulating padding liek a charme */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
}

.item__header .ce_hyperlink.button {
  margin-left: -7px;
}

.item__header__image {
  position: absolute;
  top: 40px;
  right: 10%;
  width: 30%;
  height: auto;
}

.item__header .button {
  background: rgba(0, 0, 0, 0.325);
  display: inline-block;
  margin-top: 30px;
}
body.home .item__header .button {
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.59);
}
.item__row {
  max-width: 1170px;
  padding: 20px 15px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.item__content {
  width: 66.666%;
  float: left;
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.item__content__inner {
  padding: 20px;
  background: #fff;
  overflow: hidden;
}

.item__content__space {
  background: #fff;
  padding: 30px;
  height: 360px;
  overflow: hidden;
  transition: height 0.4s ease-out;
}
.item__content__space h2 {
  margin-top: 0px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ziele-long p:first-of-type {
  margin-top: 0px;
}

.ziele-long p:last-of-type {
  margin-bottom: 0px;
}

.ziele-long ul,
.ziele-long ol {
  padding-left: 15px;
}

/** News **/

body:not(.home) .mod_newslist {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.news_article {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 32px;
}
.news_article h2,
.news_article h3 {
  padding: 17px 20px 13px 20px;
  line-height: 1;
  background: #dddcdc;
  margin: 0;
  text-transform: uppercase;
  color: #3d3339;
}

.item__content__inner h1,
.item__content__inner .tudu-label {
  display: block;
  font-size: 1.8em;
  margin-inline-start: 0px;
  margin-bottom: 5px;
  margin-inline-end: 0px;
  line-height: 1.3;
}

.item__content__inner h1 {
  margin-bottom: 20px;
  margin-top: 0px;
}

.news_article h2 a {
  text-decoration: none;
}
.news_article img {
  width: 100%;
  display: block;
  height: auto;
}
.news_article .news__teaser {
  padding: 15px 20px 60px 20px;
  background: #fff;
}
.news_article .news__teaser p {
  margin: 0;
}
.news_article .news__teaser .more {
  display: block;
  text-align: right;
  font-weight: 700;
  margin-top: 15px;
}
.news_article .news__teaser .more a,
a.modal-link,
.ziel_item__tudu .more {
  text-decoration: none;
  padding-right: 13px;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 8px;
  display: inline-block;
  line-height: 1;
  transition: all 0.4s;
  border-bottom: 3px solid #fff;
  font-weight: 700;
  cursor: pointer;
  color: #3d3339;
}
.news_article .news__teaser .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.news_article > div {
  position: relative;
}

.news_article > div > *,
.news_article > div > * > * {
  position: unset;
}

.news_article .news__teaser .more a:hover,
.ziel_item__tudu .more:hover {
  border-bottom: 3px solid #3d3339;
}
.mod_newsreader .back {
  display: none;
}

.modal-link__container .modal__inside {
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.mod_newslist_home__slider__item {
  position: relative;
}

.mod_newslist_home__slider__item__inner {
  width: 100%;
  padding-top: 100%;
}

.mod_newslist_home__slider__item__inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.mod_newslist_home__slider__item__text,
.mod_tudu_home__slider__item__text {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
  min-height: 0;
  padding: 0;
}
.mod_tudu_home__slider__item__text {
  top: 32px;
}
.mod_newslist_home__slider__item .ce_hyperlink.button {
  float: right;
}
.mod_tudu_home__slider__item .ce_hyperlink.button {
  position: absolute;
  right: 0;
  bottom: 0;
}

/**************** Slider ****************************/

.home-slider {
  background-image: url("../img/slider-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slick-slide {
  outline: none;
}

.home-slider .slick-slider {
  // max-width: 1170px;
  // padding: 0 15px;
  position: relative;
  margin: 0 auto;
  max-width: 100% !important;
}

.home-slider .slick-slider .mod_newslist {
  width: 100%;
  padding: 0;
  margin: 0;
}

.buehne-wrapper {
  position: relative;
  background-image: url(../img/slider-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body.home .buehne-wrapper,
.home-slider {
  background: none;
}

body.home .buehne-wrapper {
  margin-bottom: 120px;
}

.buehne-wrapper .stop-control {
  position: absolute;
  bottom: 10px;
  left: 16px;
  font-size: 0;
  z-index: 10;
}

.buehne-wrapper .stop-control .play {
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-image: url("../img/icons8-play-50.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.buehne-wrapper .stop-control .stop {
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-image: url("../img/icons8-pause-64.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-stop-control {
  position: relative;
  margin-top: 24px;
  min-height: 40px;
}

.home-stop-control button.play-stop {
  width: 40px;
  height: 40px;
  background-image: url(../img/button-play.svg), url(../img/button-play-hover.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 0 0, 0 40px;
}
.home-stop-control button.play-stop.playing {
  background-image: url(../img/button-pause.svg), url(../img/button-pause-hover.svg);
}
.home-stop-control button.play-stop:hover {
  background-position: 0 40px, 0 0;
}

.home-stop-control .slider-controls {
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 110px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-stop-control .slider-controls ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}
.home-stop-control .slider-controls ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.home-stop-control .slider-controls ul.slick-dots button {
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-stop-control .slider-controls ul.slick-dots button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #333;
  opacity: 0.5;
  border-radius: 50%;
  transition: transform 0.2s, opacity 0.2s;
}
.home-stop-control .slider-controls ul.slick-dots button:hover:before,
.home-stop-control .slider-controls ul.slick-dots .slick-active button:before {
  transform: scale(1.3333);
  opacity: 1;
}
.home-stop-control .slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transition: opacity 0.2s;
}
.home-stop-control .slick-arrow.slide-m-prev {
  background-image: url(../img/arrow-slider-left-black.svg);
}
.home-stop-control .slick-arrow.slide-m-next {
  background-image: url(../img/arrow-slider-right-black.svg);
}
.home-stop-control .slick-arrow.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.home-stop-control .slick-arrow + .slide-m-dots,
.home-stop-control .slide-m-dots + .slick-arrow {
  margin-left: 28px;
}

.buehne-wrapper .item__header {
  min-height: 435px;
  max-height: 435px;
}

body.home .buehne-wrapper .item__header {
  height: calc(100vh - 200px);
  min-height: calc(30vw + 160px);
  max-height: 840px;
  padding-top: 40px;
}

.home-slider h1,
.buehne-wrapper .item__header .txt-big h1 {
  font-weight: 400;
  background: #fff;
  display: inline;
  line-height: 1;
  font-size: 80px;
  text-transform: uppercase;
  background-color: #fff;
  display: inline;
  white-space: pre-wrap;
  padding: 7px 7px 0px 7px;
  padding-left: 0px;
  box-shadow: -7px 0 0 #fff; /* box shadow is emulating padding liek a charme */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
}
.home-slider h1 strong {
  box-shadow: -7px 0 0 #fff; /* box shadow is emulating padding liek a charme */
  padding: 0 7px 0 0;
}

.home-slider .ce_text,
.home-slider .ce_youtube {
  margin: 75px 0;
  padding: 0px 37px;
}

.home-slider .ce_youtube {
  padding: 0 15px;
  margin: 35px 0;
  max-width: 800px;
}

.chrome .home-slider .slick-slider .ce_text {
}

.insta-post {
  position: relative;
}
.insta-post a {
  display: block;
  background: #eee;
}

.insta-post:after {
  display: table;
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  background-image: url("../img/insta-white.png");
}

/**************** TWITTER ****************************/

.tweet > div {
  padding: 10px 15px 105px 15px;
  color: #3d3339;
  background-image: url(../img/tweet-symbol.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: top 10px right 15px !important;
}

.tweet .bottom {
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: calc(100% - 30px);
}

.tweet .logo {
  width: 50px;
  border-radius: 125px;
  float: left;
  overflow: hidden;
  margin-right: 12px;
}

.tweet .header {
  width: calc(100% - 63px);
  float: left;
}

.tweet .header strong {
  color: #000;
  font-size: 19px;
  margin-top: 5px;
  line-height: 1;
  display: block;
  margin-top: 10px;
  margin-bottom: -2px;
}

.tweet .header span {
  font-size: 13px;
}

.tweet .text {
  margin-top: 15px;
}

.tweet .counters {
  margin-top: 15px;
  border-top: 1px solid #ccd6dd;
  padding: 10px 0;
  line-height: 1.1;
}

.tweet .counters > div {
  float: left;
  color: #697882;
}

.tweet .counters .favorite {
  margin-right: 15px;
  padding-left: 23px;
  line-height: 19px;
  background-repeat: no-repeat;
  background-image: url(../img/tweet-fav.jpg);
}

.tweet .moretweets {
  border-top: 1px solid #ccd6dd;
  padding: 10px 0;
  line-height: 1.1;
  background-image: url(../img/arrw-right.jpg);
  background-repeat: no-repeat;
  background-position: center right 5px;
}
.tweet .moretweets a {
  text-decoration: none;
  display: block;
  padding-left: 23px;
  line-height: 20px;
  color: #2b7bb8;
  background-repeat: no-repeat;
  background-image: url(../img/person.jpg);
}

/**************** ZIELE ****************************/

.ziel_item {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.ziel_item__ziel {
  position: relative;
  margin-bottom: 30px;
}

.ziel_item__ziel img {
  width: 100%;
  display: block;
}

.ziele_teaser {
  margin-bottom: 45px;
  min-height: 90px;
}
.ziele_teaser > span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.225em;
  line-height: 1;
  padding-top: 4px;
  float: left;
}
.ziele_teaser__item {
  color: #fff;
  width: 5.5555%;
  display: block;
  float: left;
  padding-right: 3px;
  position: relative;
}
.ziele_teaser__item.nonactive {
  opacity: 0.525;
}

.ziel_teaser__inside {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
}

.ziele_teaser__item a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1.35em;
  text-decoration: none;
  padding-top: 4px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-variant-numeric: proportional-nums;
}
.ziele_teaser__item div {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
}

.ziele_teaser__item span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  -moz-font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
}
.ziele_teaser__info a {
  background: #fff;
  background-image: url("../img/info.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.ziele_teaser__info a span {
  color: #000;
  display: none;
}

.ziele_teaser_home {
  margin-bottom: 120px;
}

.ziele_teaser_home__wrapper__inside:not(.slick-initialized) {
  display: flex;
  /* Fix sub-1px gaps between images in Firefox */
  transform: scale(1);
}

.ziele_teaser_home__wrapper__inside.slick-slider .slick-list {
  overflow: visible;
}

.ziele_teaser_home__item {
  width: 5.5555%;
  flex: 0 0 auto;
}

.ziele_teaser_home__item a {
  display: block;
  transition: transform 0.2s;
}

.ziele_teaser_home__item a:hover,
.ziele_teaser_home__item a:focus {
  transform: scale(130%);
}

.ziele_teaser_home__item img {
  display: block;
  width: 100%;
}

.ziel_item__tudu__headline {
  padding: 17px 20px 13px 20px;
  line-height: 1;
  background: #dddcdc;
  margin: 0;
  text-transform: uppercase;
  color: #3d3339;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
.ziel_item__tudu__teaser {
  padding: 15px 20px 25px 20px;
  background: #fff;
  display: table;
  width: 100%;
  vertical-align: middle;
  font-weight: 700;
}
.ziel_item__tudu__teaser p {
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  margin: 0;
  padding: 10px 20px;
}
.text-absolute {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text-table {
  display: table;
  height: 100%;
  vertical-align: middle;
}

.text-table a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400;
}

.ziel_item .more {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 20px;
  margin: 0;
  width: 100%;
  right: 20px;
}

.special-teaser .ziel_item__tudu__teaser {
  color: #fff;
  background-image: url("../img/17Ziele-Muster_Pfeil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.special-teaser .ziel_item__tudu__teaser p {
  color: inherit;
  line-height: 1.425;
  text-transform: none;
  font-size: 1.575em;
  padding-bottom: 35px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.special-teaser .ziel_item__tudu__teaser a {
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 20px;
  background-size: 9px;
  background-image: url(../img/arrow-right-white.png);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-weight: 700;
  font-size: 1em;
  border-bottom: 3px solid transparent;
  transition: all 0.4s;
}
.special-teaser .ziel_item__tudu__teaser a:hover {
  border-bottom: 3px solid #fff;
}

.ziel_item .more a {
  text-decoration: none;
  padding-right: 13px;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 8px;
  display: inline-block;
  line-height: 1;
  transition: all 0.4s;
  border-bottom: 3px solid #fff;
  font-size: 16px;
  text-align: right;
}
.ziel_item .more a:hover {
  border-bottom: 3px solid #3d3339;
}

.ziel_item,
.layout_latest,
.ziel_item__tudu {
  height: 359.98px !important;
  margin-bottom: 30px !important;
}

body:not(.home) .slick-prev {
  background: transparent;
  position: absolute;
  border: none;
  left: 15px;
  top: 40%;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  outline: none;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 125px;
  background-image: url("../img/arr-left.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  display: block;
  border: 1px solid #eee;
}

body:not(.home) .slick-next {
  background: transparent;
  position: absolute;
  right: 15px;
  top: 40%;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #eee;
  font-size: 0;
  outline: none;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 125px;
  background-image: url("../img/arr-right.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  display: block;
}

body.home .ziele_teaser_home .slick-prev,
body.home .ziele_teaser_home .slick-next {
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 56px;
  background: #333;
  font-size: 0;
  background-image: url('../img/arrow-slider-right-medium-white.svg');
  background-repeat: no-repeat;
  background-position: center;
}

body.home .ziele_teaser_home .slick-prev {
  left: 0;
  transform: scaleX(-1);
}

body.home .ziele_teaser_home .slick-next {
  right: 0;
}

body.home .ziele_teaser_home .slick-disabled {
  display: none !important;
}

.tudu-slider .slick-prev {
  left: -35px;
}

.tudu-slider .slick-next {
  right: -35px;
}

.mod_tudu_home__slider__item {
  position: relative;
}

.mod_tudu_home__slider__item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.button-nav a {
  background: #447fb5;
  display: block;
  padding: 35px 35px 30px 35px;
  color: #fff;
  width: calc(100% + 30px);
  text-decoration: none;
  cursor: pointer;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  background-image: url("../img/arrow-right-shadow.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 28px;
}

.slider-next,
.slider-prev {
  display: none;
}

#header .ziel-site {
  display: none;
}

.ce_youtube,
.ce_youtube iframe {
  max-width: 100%;
  border: none;
}

.yt-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  display: block;
  cursor: pointer;
  z-index: 10;
  background-image: url(../img/yt-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  opacity: 0.725;
}

body.home .yt-btn {
  width: 120px;
  height: 160px;
  margin-left: -60px;
  margin-top: -80px;
  background-image: url(../img/playbutton-large.svg);
  background-size: contain;
  opacity: 1;
  transition: transform 0.2s;
}

body.home .yt-btn:hover,
body.home .yt-btn:focus {
  transform: scale(1.1);
}

body.home .yt-btn.modal-link {
  padding: 0;
  border: 0 none;
}

.playconfirm__player {
  position: relative;
  width: 100%;
}

.playconfirm__player iframe,
.playconfirm__splash,
.playconfirm__player img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.playconfirm__player img {
  object-fit: cover;
}

.playconfirm__splash {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
}

.playconfirm__splash__inner {
  max-width: 530px;
  padding: 15px;
  text-align: center;
}

.playconfirm__splash p {
  font-size: 24px;
}

body.home h2.playconfirm__splash__headline {
  font-size: 24px;
  margin-bottom: 16px;
}

.modal__container {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  vertical-align: middle;
}

.modal__container.active {
  display: table;
}

.modal__background {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal__wrapper {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.modal__wrapper .close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 48px;
  height: 48px;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 45px;
}

body.home .modal__wrapper .close {
  z-index: 2;
}

.modal__inside {
  background: #fff;
  position: relative;
  z-index: 10;
  overflow: visible;
}

body.home .modal__inside {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.modal__inside .ce_text {
  padding: 45px 45px 0 45px;
  float: left;
  width: calc(100% - 360px);
}

.modal__inside .ce_text h1 {
  margin-top: 0px;
}

.modal__inside .ce_image {
  float: right;
  width: 360px;
}

.modal__youtube {
  position: absolute;
  display: none;
}

.modal__wrapper.modal__youtube {
  position: relative !important;
}

.modal__youtube.active {
  display: block !important;
}

.modal__youtube .modal__inside {
  background: transparent !important;
  padding: 35px 0 0 0px !important;
}

.modal__youtube .modal__wrapper .close {
  top: 5px;
  right: -15px;
  z-index: 10;
}

.ce_text.intro h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  line-height: 1.1;
}

body.ie .home-slider h1,
body.edge .home-slider h1,
body.edge .item__header__subheadline h2,
body.edge .item__header__headline h1,
body.ie .item__header__subheadline h2,
body.ie .item__header__headline h1 {
  padding: 0 6px 0 0;
}

body.win.firefox .home-slider h1,
body.win.firefox .item__header__subheadline h2,
body.win.firefox .item__header__headline h1,
body.win.chrome .home-slider h1,
body.win.chrome .item__header__subheadline h2,
body.win.chrome .item__header__headline h1 {
  padding: 0px 6px 0 0;
}

.map-icon {
  width: 360px;
  float: left;
}

.map-wrapper {
  width: calc(100% - 360px);
  height: 360px;
  float: left;
  margin-bottom: 50px;
}

#map {
  height: 360px;
  width: 100%;
}

.modal-link {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

/**************** HELPER CLASSES *******************/

.flex {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
}

.flex__column {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
  position: relative;
}

.flex__item {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.col-12 {
  width: 100%;
  padding: 0 15px;
}

.col-4 {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

.col-6 {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.col-8 {
  width: 66.666%;
  float: left;
  padding: 0 15px;
  position: relative;
}

figure {
  margin: 0;
  padding: 0;
}

.button-reset,
.slick-dots button,
body.home .slick-prev,
body.home .slick-next {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  text-transform: none;
  -webkit-appearance: button;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}

.invisible {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.visually-hidden {
  clip: rect(0,0,0,0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

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

.float-right {
  float: right;
}

.bg-grey {
  background: #ededed;
}

.bg-rainbow {
  background-image: url("../img/bg-rainbow2.jpg");
  background-repeat: repeat-y;
  background-position: center;
  // background-size: cover;
  color: #fff;
}

.bg-rainbow .ce_text h2,
.bg-rainbow h2 {
  color: #fff;
  text-transform: uppercase;
}

.margin-left-fix {
  margin-left: -15px;
  width: calc(100% + 30px);
  position: relative;
}

.margin-fix {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.desktop-hide {
  display: none;
}

.ziel-site .ziel_item__ziel__overview {
  width: 50%;
  float: left;
  padding: 5px;
  margin: 0;
}

.ziel-site .back {
  float: left;
  width: 50%;
  float: left;
  padding: 5px;
}

.ziel-site .back a {
  padding: 3px 0 0 30px;
  font-size: 13px;
  background-size: 7px;
  background-position: center left 15px;
  margin-top: 50%;
  position: relative;
  top: -25px;
  border: none;
  background-image: url("../img/arrow-left.png");
}

.mod-with-slider-bleed > *:first-child,
.mod-with-slider-bleed > .mod-with-slider-bleed__slider {
  width: 90%;
}

.mod_ziele_overview_home {
  width: 100%;
  overflow: hidden;
}

.mod_ziele_overview_home__slider {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.mod-with-slider-bleed .slick-list {
  overflow: visible;
}

.mod_ziele_overview_home__slider__item {
  position: relative;
  padding: 0;
}

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

.mod_ziele_overview_home__slider__item .ce_hyperlink.button {
  position: absolute;
  right: 32px;
  bottom: 32px;
}

body.home .mod_article:not(.home-slider) .mod_ziele_overview_home__slider__item * + .ce_hyperlink.button {
  margin: 0;
}

.ce_youtube_home .video_container {
  position: relative;
}

.ce_youtube_home .video_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.content-slider .ce_youtube_home {
  padding-left: 12px;
  padding-right: 12px;
}

a.teaser-back {
  padding: 4px 0px 0px 30px;
  font-size: 13px;
  background-size: 9px;
  background-position: center left 15px;
  float: right;
  border-radius: none;
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.225em;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.load-more {
  overflow: hidden;
}

.button-loadmore {
  margin: 15px 0;
}

#article-16 .ziele-overview {
  padding: 11px 5px;
}

.event_filter__inside {
  background: #ff2b51;
  color: #fff;
  margin-bottom: 30px;
  padding: 30px 10px;
}

.event_filter__inside * {
  color: inherit;
}

.event_filter__inside h3 {
  text-transform: uppercase;
  font-weight: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
}
.event_filter__inside form {
  position: relative;
  max-width: 425px;
}

.event_filter__inside input[type="text"] {
  background: #fff;
  padding: 8px 10px;
  width: 100%;
  font-size: 1em;
  color: #222;
  outline: none;
}

.event_filter__inside input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #961a2e;
  height: 100%;
  border: none;
  display: block;
  font-size: 0;
  width: 38px;
  background-image: url("../img/search.png");
  background-repeat: no-repeat;
  background-position: center;
}

.event_filter__inside .item-link {
  text-decoration: none;
  min-width: 150px;
  display: block;
  float: left;
  margin-bottom: 20px;
  outline: none;
  position: relative;
}

.event_filter__inside .item-link .close,
.event_filter__inside form a.close {
  display: block;
  position: absolute;
  top: -10px;
  right: -15px;
  background-image: url("../img/icons8-delete-48.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  text-decoration: none;
  z-index: 10;
}

.event_filter__inside form a.close {
  right: 50px;
  top: 10px;
  background-image: url(../img/icons8-delete-49.png);
  width: 18px;
  height: 18px;
}

.event_filter__inside .item-link .inside {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.event_filter__inside .item-link a.link {
  text-decoration: none;
  min-width: 150px;
  display: inline;
  outline: none;
  padding-bottom: 4px;
  color: #fff;
}

.event_filter__inside .item-link.active a.link {
  border-bottom: 1.5px solid #fff;
}

.twitter-tweet {
  margin: 0 !important;
}

.instagram-media .Header {
  display: none !important;
}

/***************************************
MOBILE MENU
**************************************/

#nav-icon3 span:nth-child(1) {
  top: 7px;
  background: #e70b0b;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 15px;
  background: #daa000;
}

#nav-icon3 span:nth-child(4) {
  top: 23px;
  background: #199237;
}

#nav-icon3.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #e70b0b;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3 {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  position: relative;
  margin-top: -6px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1600px) {
  body.home .buehne-wrapper .item__header {
    max-height: 700px;
  }

  .home-slider .item__header__subheadline {
    max-height: 7.7067vw;
    padding-top: 0.4385vw;
  }
  .home-slider .item__header__subheadline h2 {
    font-size: 2.005vw;
    line-height: 2.5062vw;
    padding-top: 0.4385vw;
    padding-bottom: 0.4385vw;
  }

  .mod_eventlist_home h3 {
    font-size: 32px;
  }
}

@media (min-width: 1170px) and (max-width: 1600px) {
  body.home .mod_tudu_home__slider .item__header__subheadline {
    padding-top: 0.4385vw;
    height: 15.162vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline p {
    padding-top: 0.4385vw;
    padding-bottom: 0.1253vw;
    font-size: 2.5062vw;
    line-height: 3.0075vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small {
    height: 15.162vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small p {
    font-size: 2.005vw;
    line-height: 2.5062vw;
  }
}

@media (min-width: 1024px) and (max-width: 1600px), (max-width: 750px) {
  body.home .mod_article:not(.home-slider) .mod_eventlist_home * + .ce_hyperlink.button a {
    display: block;
    margin-left: auto;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 0;
    background-position: center;
  }
}

@media (min-width: 1024px) and (max-width: 1600px), (min-width: 601px) and (max-width: 750px) {
  body.home .mod_article:not(.home-slider) .mod_eventlist_home * + .ce_hyperlink.button a {
    background-size: auto;
  }
}

@media (min-width: 1281px) {
  .home-stop-control .slick-arrow:hover {
    opacity: 0.5;
  }
}

@media (max-width: 1169px) {
  .mobile-nav {
    float: right;
    height: 23px;
    margin-right: 0px;
  }
  .mobile-nav .inside {
    position: fixed;
    height: calc(100% - 50px);
    width: 100%;
    padding: 67px 15px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.875);
    text-align: center;
    min-height: 100vh;
    top: 0px;
    top: 53px;
    opacity: 0;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
    will-change: opacity, transform;
    display: none;
    z-index: 995;
    left: 0;
  }
  .mobile-nav.open .inside,
  #nav-icon3 {
    display: block;
  }
  .mobile-nav.open .inside {
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    visibility: visible;
    display: block;
  }

  #header .mod_navigation,
  #header .mod_customnav {
    float: none;
    width: 100%;
  }
  #header .mod_navigation ul,
  #header .mod_navigation ul li,
  #header .mod_customnav ul,
  #header .mod_customnav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #header .mod_navigation ul li,
  #header .mod_customnav ul li {
    font-size: 2.425em;
    float: none;
    text-align: center;
    color: #447fb5;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
  }

  .mod_article .mod_article__elem,
  .item__row,
  body:not(.home) .item__header__elem,
  body:not(.home) #header > .inside,
  #footer .inside {
    max-width: 990px;
  }

  .ziel_item,
  .layout_latest,
  .ziel_item__tudu {
    height: auto !important;
  }

  .ziel_item,
  .layout_latest,
  .ziel_item__tudu,
  .ziel_item__ziel img {
    height: 300px !important;
  }

  .item__content__space {
    height: 300px;
  }

  .news_article h2,
  .news_article h3,
  .ziel_item__tudu__headline,
  .event.layout_teaser h2 {
    font-size: 1em;
  }

  .buehne-wrapper .item__header .txt-big h1 {
    font-size: 50px;
  }

  body.home .buehne-wrapper .item__header {
    max-height: 560px;
  }

  .home-slider .item__header__headline,
  .home-slider .item__header__subheadline {
    width: calc(50% - 37px);
  }

  body:not(.home) .buehne-wrapper .item__header,
  body:not(.home) .item__header {
    min-height: 365px;
  }

  .item__header__headline h1,
  .home-slider .item__header__headline h1,
  .item__header__subheadline h2 {
    font-size: 2.4em;
  }

  .home-slider .item__header__headline {
    max-height: 14.518vw;
    padding-top: 0.6013vw;
  }
  .home-slider .item__header__headline h1 {
    font-size: 4.1237vw;
    line-height: 4.8109vw;
    padding-top: 0.6013vw;
    padding-bottom: 0.6013vw;
  }
  .home-slider .item__header__subheadline {
    max-height: 8.5051vw;
    padding-top: 0.6013vw;
  }
  .home-slider .item__header__subheadline h2 {
    font-size: 2.0618vw;
    line-height: 2.7491vw;
    padding-top: 0.6013vw;
    padding-bottom: 0.6013vw;
  }

  .slick-prev {
    top: 50%;
    left: -10px;
  }

  .slick-next {
    top: 50%;
    right: -10px;
  }

  #header .social {
    width: 100%;
    position: absolute;
    bottom: 150px;
    text-align: center;
    left: 0;
  }

  #header .social .ce_hyperlink {
    float: none;
    display: inline-block;
    margin: 0 25px;
  }

  #header .social .ce_hyperlink img {
    height: 25px;
  }

  .mod_ziele_instagram ul li {
    width: 33.333%;
  }

  .mod_ziele_instagram ul li:nth-child(6) ~ li {
    display: none;
  }

  .mod_eventlist_home h3 {
    font-size: 24px;
  }

  .mod_eventlist_home p.event__time-location {
    font-size: 20px;
  }
}

@media (min-width: 937px) and (max-width: 1169px) {
  body.home .mod_tudu_home__slider .item__header__subheadline {
    padding-top: 0.6013vw;
    height: 19.329vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline p {
    padding-top: 0.6013vw;
    padding-bottom: 0.1718vw;
    font-size: 4.1237vw;
    line-height: 4.8109vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small {
    height: 20.79vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small p {
    font-size: 3.4364vw;
    line-height: 4.1237vw;
  }
}

@media (min-width: 750px) and (max-width: 1023px), (max-width: 500px) {
  body.home .mod_newslist_home__slider .item__header__subheadline {
    max-height: 78px;
  }

  body.home .mod_newslist_home__slider .item__header__subheadline h2 {
    font-size: 32px;
  }

  body.home .item__header__text {
    max-height: 76px;
  }
}

@media (max-width: 1023px) {
  .mod_article .mod_article__elem,
  .item__row,
  body:not(.home) .item__header__elem,
  #header > .inside,
  #footer .inside {
    max-width: 735px;
  }

  #header .c40l {
    width: 60%;
  }

  #header .c60r {
    width: 40%;
  }

  body.home .mod_newslist_home__slider .item__header__subheadline {
    height: auto;
  }

  body.home .item__header__text {
    height: auto;
  }

  .event-wrapper {
    height: auto !important;
  }

  .item__row .col-4.layout_latest {
    width: 50%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .event.layout_teaser {
    width: 50%;
    float: left !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    min-height: 360px;
  }

  .mod_eventlist_home {
    display: block;
  }

  .mod_eventlist_home > .event {
    width: auto;
  }

  .mod_eventlist_home > .event:nth-child(3) ~ .event {
    display: none;
  }

  .mod_eventlist_home h3 {
    font-size: 40px;
  }

  .mod_eventlist_home p.event__time-location {
    font-size: 24px;
  }

  .grid-sizer {
    width: 50%;
  }

  .item__content__space {
    height: 220px;
  }

  .item__content__space .desktop-show {
    display: none;
  }

  body.home .yt-btn {
    width: 80px;
    height: 106px;
    margin-left: -40px;
    margin-top: -53px;
  }

  .modal__inside {
    max-width: 360px;
    margin: 0 auto;
  }

  .modal__inside .ce_text,
  .modal__inside .ce_image {
    float: none;
    width: 100%;
  }

  .item__row .col-8,
  .item__row .col-4 {
    width: 100%;
  }

  .item__row .col-4 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .item__row .col-4 .ziel_item__tudu {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-top: 30px;
  }

  .ziele_teaser__item a {
    font-size: 1em;
  }

  .layout_latest {
    width: 50%;
  }

  .c66l,
  .c33r {
    width: 50%;
  }

  .c66l .ziel_item,
  .c66l .layout_latest,
  .c66l .ziel_item__tudu,
  .c66l .kachellink {
    width: 100%;
  }

  .ziel_item,
  .layout_latest,
  .ziel_item__tudu,
  .ziel_item__ziel img {
    height: 338px !important;
  }

  .tudu-slider .col-4 {
    width: 50%;
  }

  #header .logo,
  #header .logo img {
    max-width: 100%;
  }

  .home-slider h1,
  .buehne-wrapper .item__header .txt-big h1 {
    font-size: 50px;
  }

  body:not(.home) .buehne-wrapper .item__header,
  body:not(.home) .item__header {
    min-height: 365px;
  }

  .home-slider .item__header__headline {
    max-height: 18.055vw;
    padding-top: 0.7478vw;
  }
  .home-slider .item__header__headline h1 {
    font-size: 5.1282vw;
    line-height: 5.9829vw;
    padding-top: 0.7478vw;
    padding-bottom: 0.7478vw;
  }
  .home-slider .item__header__subheadline {
    max-height: 10.576vw;
    padding-top: 0.7478vw;
  }
  .home-slider .item__header__subheadline h2 {
    font-size: 2.5641vw;
    line-height: 3.4188vw;
    padding-top: 0.7478vw;
    padding-bottom: 0.7478vw;
  }

  .mobile-nav {
    float: right;
    height: 23px;
    margin-right: 0px;
  }
  .mobile-nav .inside {
    position: fixed;
    height: calc(100% - 50px);
    width: 100%;
    padding: 67px 15px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.875);
    text-align: center;
    min-height: 100vh;
    top: 0px;
    top: 53px;
    opacity: 0;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s, visibility 0s 0.3s, -webkit-transform 0s 0.3s;
    will-change: opacity, transform;
    display: none;
    z-index: 995;
    left: 0;
  }
  .mobile-nav.open .inside,
  #nav-icon3 {
    display: block;
  }
  .mobile-nav.open .inside {
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    visibility: visible;
    display: block;
  }

  #header .mod_navigation,
  #header .mod_customnav {
    float: none;
    width: 100%;
  }
  #header .mod_navigation ul,
  #header .mod_navigation ul li,
  #header .mod_customnav ul,
  #header .mod_customnav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #header .mod_navigation ul li,
  #header .mod_customnav ul li {
    font-size: 2.425em;
    float: none;
    text-align: center;
    color: #447fb5;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
  }

  #wrapper {
    padding-top: 50px;
  }

  #footer .ce_image {
    max-width: 40%;
    margin-right: 5%;
  }

  #footer .ce_image img {
    max-height: 100px;
  }

  #header .social {
    width: 100%;
    position: absolute;
    bottom: 150px;
    text-align: center;
    left: 0;
  }

  #header .social .ce_hyperlink {
    float: none;
    display: inline-block;
    margin: 0 25px;
  }

  #header .social .ce_hyperlink img {
    height: 25px;
  }

  .ziel_item__tudu__teaser p {
    font-size: 1.5em;
  }

  #header .ziel-site {
    display: block;
  }
}

.modal__youtube.modal__wrapper {
  max-width: 675px;
}

@media (min-width: 751px) and (max-width: 936px) {
  body.home .mod_tudu_home__slider .item__header__subheadline {
    padding-top: 0.7478vw;
    height: 25.854vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline p {
    padding-top: 0.7478vw;
    padding-bottom: 0.2136vw;
    font-size: 4.2735vw;
    line-height: 5.1282vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small {
    height: 25.854vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small p {
    font-size: 3.4188vw;
    line-height: 4.2735vw;
  }
}

@media (max-width: 767px) {
  .video-container-wrapper {
    padding-top: 35px;
  }

  body.home .modal__inside {
    height: calc(100vh - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .modal__youtube.modal__wrapper {
    position: absolute !important;
    width: 100%;
    height: 100%;
  }

  .buehne-wrapper .stop-control {
    display: none;
  }

  .item__row .col-4.layout_latest {
    width: 100%;
    padding: 0 30px;
  }

  .event.layout_teaser {
    width: 100%;
    min-height: auto;
  }

  .grid-sizer {
    width: 100%;
  }

  .event_filter__inside .item-link {
    margin-bottom: 10px;
    width: 50%;
    font-size: 0.825em;
    min-width: 100px;
  }

  .event_filter__inside h3 {
    margin-bottom: 5px;
  }

  .event_filter__inside form {
    margin-bottom: 30px;
  }

  .item__content__space {
    height: auto !important;
  }

  #header .mod_navigation ul li a[href="downloads.html"] {
    display: none;
  }

  #header .c40l {
    width: 80%;
    margin-bottom: 0px;
  }

  #header .c60r {
    width: 20%;
  }

  .map-icon,
  .map-wrapper {
    width: 100%;
    height: auto;
    float: none;
  }

  .map-icon * {
    width: 100%;
  }

  .bg-rainbow {
    background-image: url("../img/bg-rainbow-mobile.jpg");
  }

  .ce_hyperlink.button a,
  .button a {
    padding: 12px 45px 9px 20px;
    font-size: 0.775em;
  }

  body:not(.home) .ce_hyperlink.button a,
  body:not(.home) .button a {
    background-size: 8px;
  }

  .item__header__headline,
  .item__header__subheadline {
    max-width: 100%;
  }

  .mod_newslist .item__header .margin-fix {
    margin-left: 0px;
    margin-right: 0px;
  }

  .item__row .col-4 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .item__row .col-4 .ziel_item__tudu {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-top: 25px;
  }

  .button-nav a {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .col-12,
  .col-4,
  .col-6,
  .col-8,
  .ce_colsetStart > div {
    width: 100%;
  }

  .ziele_teaser {
    display: none;
  }

  .ziel_item,
  .layout_latest,
  .ziel_item__tudu {
    height: auto !important;
  }

  .tudu-slider {
    padding-bottom: 5px;
  }

  .ziel_item__tudu__teaser {
    height: 225px;
    overflow: hidden;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .item__content__space,
  .item__row {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-top: -35px;
    padding: 35px 15px 25px 15px;
    height: auto;
  }

  .item__row .col-4 .ziel_item__tudu {
    padding: 15px 15px 0 15px;
    margin-bottom: 0px !important;
  }

  body:not(.home) .item__header__subheadline h2,
  body:not(.home) .item__header__headline h1,
  body:not(.home) .item__header__headline h1 {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .home-slider h1,
  .buehne-wrapper .item__header .txt-big h1 {
    font-size: 2.525em;
  }

  .home-stop-control button.play-stop {
    visibility: hidden;
  }

  .home-stop-control .slider-controls {
    left: 0;
    width: calc(100% - 30px);
  }

  #header .c60l {
    max-width: 82%;
  }

  #header .c40r {
    max-width: 18%;
  }

  #footer .float-right {
    float: left;
    text-align: left;
  }

  #footer .subcr {
    padding: 0 !important;
  }

  #footer p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.25;
  }

  .home .ziel_item__ziel {
    display: none;
  }

  .home .back.button {
    display: none !important;
  }

  #header .ziel-site {
    display: block;
  }

  .mod_ziele_instagram ul li {
    width: 50%;
  }
}

@media (max-width: 750px) {
  body.home h2 {
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 24px;
  }
  body.home .mod_article:not(.home-slider) .ce_hyperlink.button + * {
    margin-top: 96px;
  }
  body.home .buehne-wrapper {
    margin-bottom: 96px;
  }
  .ziele_teaser_home {
    margin-bottom: 80px;
  }
  body.home .buehne-wrapper .item__header {
    min-height: 0;
    max-height: none;
    height: calc(265px + 77vw);
    padding-bottom: 4px;
  }
  body.home .buehne-wrapper .item__header .button {
    max-width: calc(100% - 40px);
  }
  .home-slider .item__header__headline,
  .home-slider .item__header__subheadline,
  body.home .item__header .button,
  .home-stop-control {
    margin-left: 20px;
  }
  .home-slider .item__header__headline,
  .home-slider .item__header__subheadline {
    width: calc(100% - 40px);
  }
  .home-stop-control .slider-controls {
    width: calc(100% - 20px);
  }

  .home-slider .item__header__headline {
    max-height: 15.066vw;
    height: 15.066vw;
    padding-top: 0.9333vw;
  }
  .home-slider .item__header__headline h1 {
    font-size: 6.4vw;
    line-height: 7.4666vw;
    padding-top: 0.9333vw;
    padding-bottom: 0.9333vw;
  }
  .home-slider .item__header__subheadline {
    max-height: 8.9333vw;
    height: 8.9333vw;
    padding-top: 0.9333vw;
  }
  .home-slider .item__header__subheadline h2 {
    font-size: 3.2vw;
    line-height: 4.2666vw;
    padding-top: 0.9333vw;
    padding-bottom: 0.9333vw;
  }

  .item__header__image {
    position: static;
    margin: 24px auto;
    width: 60%;
  }
  .mod-with-slider-bleed > *:first-child,
  .mod-with-slider-bleed > .mod-with-slider-bleed__slider {
    width: 95%;
  }
  .mod-with-slider-bleed.mod_newslist_home > *:first-child {
    width: 100%;
  }
  .mod_newslist_home .home-stop-control {
    display: none;
  }
  .mod_newslist_home__slider > *:nth-child(3) ~ * {
    display: none;
  }
  .mod_ziele_overview_home__slider__item .ce_hyperlink.button {
    right: 20px;
    bottom: 20px;
  }
  body.home .mod_newslist_home__slider .item__header__subheadline,
  body.home .item__header__text {
    max-width: 560px;
  }
  .mod_tudu_home__slider__item__text {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .mod_eventlist_home .event__text {
    padding: 20px;
  }
  .mod_eventlist_home h3 {
    font-size: 32px;
  }

  .content-slider .ce_youtube_home {
    padding-left: 6px;
    padding-right: 6px;
  }

  body.home .home-slider .yt-btn {
    top: auto;
    bottom: 28.4vw;
  }
}

@media (min-width: 601px) and (max-width: 750px) {
  body.home .mod_newslist_home__slider .item__header__subheadline h2 {
    font-size: 56px;
    line-height: 1.1;
  }
  body.home .mod_newslist_home__slider .item__header__subheadline {
    max-height: 125px;
  }
  body.home .mod_article:not(.home-slider) .item__header__text + .ce_hyperlink.button {
    margin-top: 80px;
  }

  body.home .mod_tudu_home__slider .item__header__subheadline {
    padding-top: 0.7478vw;
    height: 25.854vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline p {
    padding-top: 0.7478vw;
    padding-bottom: 0.2136vw;
    font-size: 4.2735vw;
    line-height: 5.1282vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small {
    height: 25.854vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small p {
    font-size: 3.4188vw;
    line-height: 4.2735vw;
  }
  body.home .mod_tudu_home__slider .ce_hyperlink.button a {
    display: block;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    background-position: center;
  }
}

@media (min-width: 601px) {
  .mod_tudu_home__slider--mobile,
  .mod_tudu_home__slider--mobile.slick-slider,
  .mod_tudu_home__slider--mobile + .home-stop-control {
    display: none;
  }
}

@media (max-width: 600px) {
  body.home h2 {
    font-size: 56px;
  }
  .home-slider .item__header__headline {
    max-height: 96px;
    height: 96px;
    padding-top: 7px;
  }
  .home-slider .item__header__subheadline {
    max-height: 54px;
    height: 54px;
    padding-top: 5px;
  }
  .home-slider .item__header__headline h1 {
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 40px;
    line-height: 48px;
  }
  .home-slider .item__header__subheadline h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
  }
  body.home .ce_hyperlink.button a,
  body.home .button a {
    font-size: 20px;
    padding: 11px 40px 7px 12px;
    background-position: center right 15px;
    background-size: 12px auto;
  }
  body.home .ce_hyperlink.button a[href^="http:"],
  body.home .ce_hyperlink.button a[href^="https:"] {
    padding-right: 50px;
    background-size: 24px auto;
  }
  .mod_tudu_home__slider--desktop,
  .mod_tudu_home__slider--desktop.slick-slider,
  .mod_tudu_home__slider--desktop + .home-stop-control {
    display: none;
  }
  .mod_eventlist_home h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .mod_eventlist_home p.event__time-location {
    font-size: 18px;
  }
  body.home .mod_article:not(.home-slider) .mod_eventlist_home * + .ce_hyperlink.button a {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 376px) and (max-width: 600px) {
  body.home .mod_tudu_home__slider .item__header__subheadline {
    padding-top: 1.1666vw;
    height: 37.5vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline p {
    padding-top: 1.1666vw;
    padding-bottom: 0.3333vw;
    font-size: 8vw;
    line-height: 9.3333vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small {
    height: 40.333vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small p {
    font-size: 6.6666vw;
    line-height: 8vw;
  }
}

@media (max-width: 375px) {
  body.home .ce_hyperlink.button.button-reduce-mobile a,
  body.home .has-small-button .ce_hyperlink.button.button-reduce-mobile a,
  body.home .has-small-button .ce_hyperlink.button.button-reduce-mobile a[href^="http:"],
  body.home .has-small-button .ce_hyperlink.button.button-reduce-mobile a[href^="https:"] {
    display: block;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    background-position: center;
  }

  .home-slider .item__header__headline {
    max-height: 25.6vw;
    height: 25.6vw;
    padding-top: 1.8666vw;
  }
  .home-slider .item__header__subheadline {
    max-height: 14.4vw;
    height: 14.4vw;
    padding-top: 1.3333vw;
  }
  .home-slider .item__header__headline h1 {
    padding-top: 1.8666vw;
    padding-bottom: 1.3333vw;
    font-size: 10.666vw;
    line-height: 12.8vw;
  }
  .home-slider .item__header__subheadline h2 {
    padding-top: 1.3333vw;
    padding-bottom: 1.3333vw;
    font-size: 4.8vw;
    line-height: 6.9333vw;
  }

  .mod_newslist_home__slider__item__text {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
  body.home .mod_newslist_home__slider .item__header__subheadline h2 {
    font-size: 24px;
  }
  body.home .mod_newslist_home__slider .item__header__subheadline {
    max-height: 60px;
  }
  body.home .mod_article:not(.home-slider) .item__header__text {
    max-height: 75px;
  }
  body.home .mod_article:not(.home-slider) .item__header__text p {
    font-size: 18px;
  }
  body.home .mod_article:not(.home-slider) .item__header__text + .ce_hyperlink.button {
    margin-top: 20px;
  }

  body.home .mod_tudu_home__slider .item__header__subheadline {
    padding-top: 1.8666vw;
    height: 51.733vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline p {
    padding-top: 1.8666vw;
    padding-bottom: 0.5333vw;
    font-size: 8.5333vw;
    line-height: 10.133vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small {
    height: 51.733vw;
  }
  body.home .mod_tudu_home__slider .item__header__subheadline.item__header__subheadline--small p {
    font-size: 6.8355vw;
    line-height: 8.5333vw;
  }

  .mod_eventlist_home p.event__time-location {
    font-size: 16px;
    line-height: 1.125;
  }

  body.home .yt-btn {
    width: 40px;
    height: 54px;
    margin-left: -20px;
    margin-top: -27px;
  }
}

.ziel-site .ziel_item__ziel img {
  height: auto !important;
}

.video-container-wrapper {
  max-width: 780px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1170px) {
  .video-container-wrapper {
    max-width: 650px;
    width: 100%;
    position: relative;
  }
}

.c66l .kachellink {
  margin-bottom: 29px;
}

