
body {

  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 16px;
  color: #3b3a3b;
  letter-spacing: 0.02em;

  max-width: 100%;
  overflow-x: hidden;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}


h1, h2, h3, h4, h5, h6 {
  color: #494848;
  margin-bottom: 20px;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

h1 {
  font-size: 24px;
  line-height: 28px;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

h2.h2-history {
  color: #0068b3;
  margin-bottom: 4px;
  margin-top: 12px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

h3.h3-subline {
  font-size: 18px;
  line-height: 22px;
}

h2.help-h2 {
  color: #fff;
}

h1.h1-hero {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 30px;

}


a {
    color: #0068b3;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

p {

  line-height: 22px;

}

@media (min-width: 992px) {

  body {

    font-family: "HelveticaNeueLTStd-Lt", sans-serif;
    font-size: 20px;
    color: #3b3a3b;
    letter-spacing: 0.02em;

  }


  h1, h2, h3, h4, h5, h6 {
    color: #494848;
    margin-bottom: 24px;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  }

  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 46px;
  }

  h2.h2-history {
    color: #0068b3;
    margin-bottom: 4px;
  }

  h3 {
    font-size: 23px;
    line-height: 32px;
  }

  h3.h3-subline {
    font-size: 18px;
    line-height: 22px;
  }

  h2.help-h2 {
    color: #fff;
  }

  h1.h1-hero {
    font-size: 54px;
    line-height: 59px;
    color: #fff;
    margin-bottom: 30px;

  }


  a {
      color: #0068b3;
      text-decoration: none;
      background-color: transparent;
      -webkit-text-decoration-skip: objects;
  }

  p {

    line-height: 26px;

  }

}


.menu-aligner {
    text-align: center!important;
}


/* Spacer */

.spacer-15 {
  width: 100%;
  height: 15px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.main-menu .spacer-30 {
  width: 100%;
  height: 0px;
}

.spacer-70 {
  width: 100%;
  height: 70px;
}


.btn-primary {

    color: #0068b3;
    background-color: rgba(255,255,255,0.85);
    border-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.btn-primary:hover {
    color: #0068b3;
    background-color: rgba(255,255,255,1);
    border-color: #fff;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btn-primary img {
  transition: all 0.3s;
  margin-left: 10px;
}

.btn-primary:hover img {
  transform: translate(15%, 0%);
  transition: all 0.3s;
}

.btn {
    display: inline-block;
    font-family: "HelveticaNeueLTStd-Lt", sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 12px 22px;
    font-size: 14px;
    line-height: 1;
    border-radius: 0px;
    transition: all .15s ease-in-out;
}




@media (min-width: 992px) {

  .main-menu .spacer-30 {
    width: 100%;
    height: 30px;
  }

  .menu-aligner {
      text-align: left!important;
  }

  .btn {
      display: inline-block;
      font-family: "HelveticaNeueLTStd-Lt", sans-serif;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid #fff;
      padding: 12px 40px;
      font-size: 22px;
      line-height: 1.25;
      border-radius: 0px;
      transition: all .15s ease-in-out;
  }

}

img.button-arrow {
  height: 32px;
  width: auto;
}


/* Navbar */


.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}


.bg-light {
    background-color: #fff !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 21px;
    padding-bottom: 21px;
    margin:0 auto;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


li.nav-item {

  margin-left: 8px;
  margin-left: 0px;

}

.navbar-brand img {
  width: 100px;
  height: auto;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 172px;
    height: auto;
    margin-left: 22px;
  }
}

.navbar-light .navbar-nav .nav-link {
    color: #0068b3;
}

.button_container {
  position: relative;
  height: 19px;
  width: 27px;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;

}

.button_container.hide-menu {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}


.button_container.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
          transform: translateY(7px) translateX(0) rotate(45deg);
  background: #0068b3;
}

.button_container.active .middle {
  opacity: 0;
  background: #0068b3;
}

.button_container.active .bottom {

  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
          transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #0068b3;
}

.button_container span {
  background: #0068b3;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 8px;
}

.button_container span:nth-of-type(3) {
  top: 16px;
}

.button_container:hover span {
  background: #1f1f19;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

/* Jumbotron */

.jumbotron {
    padding: 0px 0px;
    margin-bottom: 0px;
    background-color: #e9ecef;
    border-radius: 0px;

    height: 80vh;
}

.jumbotron-hero {
    padding-top: 400px;
    padding-bottom: 90px;

    position: relative;
}

.jumbotron-hero-50 {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50vh;
}



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

.video-full {

  position: relative;

  margin-left: 0px;
  margin-right: 0px;

}

.video-play {
  display: none;
  position: absolute;
  width: 50px;
  height: auto;
  cursor: pointer;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .video-play {
    display: block;
    position: absolute;
    width: 150px;
    height: auto;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}


.absolute-diamond {

  position: absolute;
  top: 110px;
  left: 15px;

  width: 80%;
  height: auto;

}

.big-diamond-img {
  padding-left: 0px;
  padding-right: 0px;
}

.diamond-text {
  position: absolute;
  top: 50px;
}

.diamond-text h1 {
  font-size: 80px;
  line-height: 90px;
}

.diamond-text .btn {
  margin-left: 0px;
  margin-top: 0px;
}


@media (min-width: 992px) {
  .absolute-diamond {

    position: absolute;
    top: 110px;
    left: 75px;

    width: 40%;
    height: auto;

  }

  .big-diamond-img {
    padding-left: 0px;
    padding-right: 0px;
  }

  .diamond-text {
    position: absolute;
    top: 50px;
  }

  .diamond-text h1 {
    font-size: 150px;
    line-height: 130px;
  }

  .diamond-text .btn {
    margin-left: 200px;
    margin-top: 30px;
  }
}


.image-container {
  position: relative;
}

.image-caption-large {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background-color: rgba(49,163,164,0.7);
  color: #fff !important;

  padding: 15px 15px;
}

.image-caption-large h3 {
  color: #fff;
  margin-bottom: 0px;
}

.gallery-row {
  margin-bottom: 30px;
}

.no-mobile {
  display: none;
}

.owl-dots {
  display: none;
}
.placeholder-def {
  width: 100%;
  height: 60px;
}

.gallery-text-outer {
  width: 100%;
  height: 100%;
  background-color: #00a099;
  color: #fff;
  padding: 30px 30px;
}

.mobile-spacer {
  margin-bottom: 30px;
}

.gallery-text-outer h3 {
  color: #fff;
}

span.make-thin {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
}

span.make-bold {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.section-hero-add {

  padding-top: 60px;
  padding-bottom: 60px;

}

.section-news-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-veranst-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-galerie-overview {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-news-single {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f5fc;
}

.news-headline {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

strong {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.card-news .news-list-date {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 14px;
}


.news-list-date {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 20px;
}

.news-img-wrap {
  margin-bottom: 15px;
}

.section-mitmachen-switch {

  padding-top: 60px;
  padding-bottom: 60px;
}

.section-fliesstext {
    padding-bottom: 30px;
}

.section-image {
  margin-bottom: 60px;
}

.section-hero-add-denken {
  background-color: #e9f5fc
}

.section-hero-add-schaffen {
  background-color: #fcebe3;
}

.section-hero-add-leben {
  background-color: #e8efef;
}

.section-hero-add-bauen {
  background-color: #fcf9e1;
}

.section-reference-text {
  margin-bottom: 60px;
}

.section-history {

  background-color: #e8efef;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-form {

  background-color: #e9f5fc

}

.section-form-mitmachen {

  background-color: #d7e5e5

}

.section-form-vorschlagen {

  background-color: #e9f5fc

}

.section-diamond-map {
  background-color: #e8efef;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.section-wirlebenneu {

  padding-top: 60px;
  margin-bottom: 60px;

}

.section-wirlebenneu-triple {

  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;

}

.section-sponsors {

  padding-bottom: 60px;
  margin-bottom: 60px;

}

.frame-layout-0 {
  padding-top: 60px;
}

.section-products {

  margin-bottom: 60px;

}

.section-huge-image {
  margin-bottom: 60px;
}

.section-news {
  margin-bottom: 60px;
}

.section-how-can-we-help {
  padding-top: 45px;
  padding-bottom: 35px;

  margin-bottom: 60px;
}

.section-how-can-we-help p {
  color: #fff;
}


@media (min-width: 992px) {
/* Sections */

.mainmenu-row {
  margin-top: 30px;
}

.section-news-single {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-news-list {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-veranst-list {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section-hero-add {

  padding-top: 120px;
  padding-bottom: 120px;

}

.section-mitmachen-switch {

  padding-top: 120px;
  padding-bottom: 120px;
}

.section-fliesstext {
    padding-bottom: 60px;
}

.section-image {
  margin-bottom: 120px;
}

.frame-layout-0 {
  padding-top: 120px;
}

.section-hero-add-denken {
  background-color: #e9f5fc
}

.section-hero-add-schaffen {
  background-color: #fcebe3;
}

.section-hero-add-leben {
  background-color: #e8efef;
}

.section-hero-add-bauen {
  background-color: #fcf9e1;
}

.section-reference-text {
  margin-bottom: 120px;
}

.section-history {

  background-color: #e8efef;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-form {

  background-color: #e9f5fc

}

.section-diamond-map {
  background-color: #e8efef;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 120px;
}

.section-wirlebenneu {

  padding-top: 0px;
  margin-bottom: 120px;

}

.section-wirlebenneu-triple {

  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 120px;

}

.section-sponsors {

  padding-bottom: 120px;
  margin-bottom: 120px;

}

.section-products {

  margin-bottom: 120px;

}

.section-huge-image {
  margin-bottom: 0px;
}

.section-news {
  margin-bottom: 120px;
}

.section-how-can-we-help {
  padding-top: 90px;
  padding-bottom: 70px;

  margin-bottom: 120px;
}

.section-how-can-we-help p {
  color: #fff;
}

}


/* Cards */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0rem;
}

.card:hover {

}

.card img.card-img-top {
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.card:hover img.card-img-top {
  -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
}

.card:hover .card-body-neu {

}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card-img-top-outer {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.card-bottom-spacer {
  margin-bottom: 30px;
}

/* Cards Services */

.card-body-neu {
    padding: 12px 18px;
    background-color: #004e9b;
    transition: all .3s ease-in-out;
}

.card-body-l {
    padding: 32px 32px;
    background-color: #e8efef;
    transition: all .3s ease-in-out;
}

.card-body-r {
    padding: 32px 32px;
    background-color: #e9f5fc;
    transition: all .3s ease-in-out;
}

.card-body-cityparts {
    padding: 12px 18px;
    background-color: #d6e2e5;
    transition: all .3s ease-in-out;
}

.card-body-newsparts {
    padding: 12px 18px;
    background-color: #d6e2e5;
    transition: all .3s ease-in-out;
    color: #494848;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    min-height: 100px;
}

.card:hover .card-body-newsparts {
    background-color: #0068b3;
    color: #fff;
}

.card:hover .card-body-newsparts a {
color: #fff;
}

.card-body-denken {
  background-color: #22bcee;
}

.card-body-schaffen {
  background-color: #e96e4f;
}

.card-body-leben {
  background-color: #31a3a4;
}

.card-body-bauen {
  background-color: #ece012;
}

.card-title-mitmachen {
  font-size: 20px;

}

.card-text-mitmachen {
  font-size: 16px;

}

p.card-link {
  margin-bottom: 0px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  color: #fff;

  line-height: 30px;
}

.card-body-newsparts p.card-link {
  margin-bottom: 0px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #494848;
}

.card-body-cityparts p.card-link {
  margin-bottom: 0px;
  text-align: left;
  font-size: 12px;
  color: #494848;
  line-height: 24px;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.card-body-newsparts p.card-link a {
  color: #494848;
}

@media (min-width: 992px) {

  .card-body-cityparts p.card-link {
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
    color: #494848;
    line-height: 30px;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  }

}

span.bold-this {
  font-weight: 700;
}

p.card-link img {
  margin-left: 8px;
  vertical-align:top;
  height: 29px;
  with: 29px;
}

p.card-link a {
  color: #fff;
}


/* Cards References */

.card-reference {
  margin-bottom: 30px;
}

.reference-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    text-align: center;
}

.card:hover .reference-image-hover {
  opacity: 0.8;
}

p.p-history-subline {
  color: #0068b3;
  font-size: 11px;

}

.author-name {
  color: #0068b3;
}

p.p-referce-hover {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  opacity: 1;
  text-transform: uppercase;
}

.reference-hover-inner {
  width: 102%;
  height: 100%;
  padding: 50px 20px;
}


p.karriere-p {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 56px;
  color: #004e9b;
  margin-bottom: 0px;
}

.section-huge-image a:hover {
  text-decoration: none;
}


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



/* News */
.news-image {
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.news-date {

  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;

}

.news-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s ease-in-out;

  text-align: center;

}

.news-frontpage-outer:hover .news-image-hover {
  opacity: 0.8;
}

a .headline-news {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;

  color: #004e9b;

  margin-top: 8px;
}

a:hover {
  text-decoration: none;
}


.facts-area {
  border: 1px solid #004e9b;
  padding: 40px 70px 40px 110px;
}

.facts-area .h3-subline {
  color: #de006e;
}

.ul-facts {
  list-style-type: square;
  font-size: 18px;
  font-weight: 300;
  color: #004e9b;
  padding-left: 20px;
  margin-bottom: 0px;
}

/* Owl */

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 5px 7px;
      background: #fff;
      border: solid 1px #004e9b;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 15px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #004e9b; }
      .owl-carousel .owl-nav [class*=owl-]:hover {
      	background: rgba(0, 0, 0, 0);
      	color: #004e9b;
      }

      .owl-carousel .owl-prev,
      .owl-carousel .owl-next {
      	position: absolute;
      	top: 120px;
      	height: 30px;
      	margin: auto !important;
      }

      .owl-carousel .owl-prev {
      	left: 20px;
      }

      .owl-carousel .owl-next {
      	right: 20px;
      }

      .owl-theme .owl-nav [class*='owl-'] {
        color: #0068b3;
        font-size: 48px;
        margin: 5px;
        padding: 4px 7px;
        background: none;
        display: inline-block;
        cursor: pointer;
        border-radius: 0px;
      }


      @media (min-width: 992px) {

        .owl-carousel .owl-prev {
        	left: -60px;
        }

        .owl-carousel .owl-next {
        	right: -60px;
        }

        h2.h2-history {
          margin-top: 0px;
        }


      }

/* Image Stuff */

.absolute-image {

  position: absolute;
  top: 30px;

}

.nav-icon {
  height: 28px;
  width: 38px;
}

.nav-content {
  display: none;
}

.karriere-arrow {
  width: 56px;
  height: 56px;

  margin-left: 32px;

  vertical-align:top;

}


.ce-right > .ce-gallery {
  float: right;
  margin-left: 30px;
}

.ce-left > .ce-gallery {
  float: left;
  margin-right: 30px;
}

.news-arrow {
  width: 56px;
  height: 56px;
  vertical-align: middle;
}

.vert-helper {

  display: inline-block;
  height: 100%;
  vertical-align: middle;

}

.bg-superlight {
  background-color: rgba(255,255,255,0.4);
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  width: 100%;
  background-color: #8cbfb4;
  margin-top: 0px;
}

@media (min-width: 992px) {
  footer {
    width: 100%;
    background-color: #8cbfb4;
    margin-top: 200px;
  }
}


footer p {
  color: #fff;
  text-transform: uppercase;
}



.footer-neu-part {
  text-align: center;

}

.footer-neu-part img {

  width: auto;
  height: 60px;

  margin-bottom: 20px;

}

.footer-diamond-outer {

  position: relative;

}

.footer-neu-diamond {

  position: absolute;
  width: 100%;
  top: -200px;
  text-align: center;

}

.color-blue {
  background-color: #0069b4;
  padding-right: 15px;
  padding-left: 15px;
}


.footnote-outer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0069b4;
}

.section-textpic {
  margin-bottom: 0px;
}

.section-footnote {
  margin-bottom: 15px;
}

.section-footnote a {
  font-size: 11px;
  color: #fff;
}

.frame-space-after-small {
  margin-bottom: 30px;
}

.frame-space-after-medium {
  margin-bottom: 60px;
}

@media (min-width: 992px) {


  .section-textpic {
    margin-bottom: 0px;
  }

  .footnote-outer {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0069b4;
  }

  .section-footnote {
    margin-bottom: 15px;
  }

  .section-footnote a {
    font-size: 16px;
    color: #fff;
  }
}


ul.list-inline {
  margin-bottom: 0;
}

.section-footnote li:not(:last-of-type):after {

  content: "\007C";
  margin-left: 10px;
  color: #fff;
}

/* Container */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .placeholder-def {
    width: 100%;
    height: 120px;
  }

  .image-caption-large h3 {
    margin-bottom: 20px;
  }

  .image-caption-large {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: rgba(49,163,164,0.7);
    color: #fff !important;

    padding: 60px 60px;
  }

  .no-mobile {
    display: block;
  }

  .owl-dots {
    display: block;
  }

  .mobile-spacer {
    margin-bottom: 0px;
  }

}



/* HISTORY STUFF */


.thanks-message {
  text-align: left;
}

.a-left {
  text-align: left;
}

/*basic reset*/
* {margin: 0; padding: 0;}

/*form styles*/


.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -150px;
}

@media (min-width: 992px) {
  .form-check-input {
      position: absolute;
      margin-top: .25rem;
      margin-left: -1.25rem;
  }

}


#msform {
	width: 100%;
  height: 700px;
	margin: auto auto;
	text-align: center;
	position: relative;
  overflow-x: hidden;
}
#msform fieldset {
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;

	/*stacking fieldsets above each other*/
	position: relative;
}

.section-form-mitmachen #msform fieldset {
  background: #d7e5e5;
}

.section-form-vorschlagen #msform fieldset {
  background: #e9f5fc;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea, #msform select {
	padding: 15px;
	border: 1px solid #0068b3;
	border-radius: 0px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: "HelveticaNeueLTStd-Lt", sans-serif;
	color: #0068b3;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 120px;
	background: #0068b3;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 16px;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 18px;
}

#msform select.form-control:not([size]):not([multiple]) {
    height: 51px;
}

#msform .action-button:hover, #msform .action-button:focus {
  color: #0068b3;
  box-shadow: 0 0 0 0 white, 0 0 0 0 #0068b3;
  background-color: #fff;
  border: 1px solid #0068b3;
  outline: none !important;
}

/*form styles*/
#msform-v {
	width: 100%;
  height: 700px;
	margin: auto auto;
	text-align: center;
	position: relative;
  overflow-x: hidden;
}
#msform-v fieldset {
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;

	/*stacking fieldsets above each other*/
	position: relative;
}

.section-form-mitmachen #msform-v fieldset {
  background: #d7e5e5;
}

.section-form-vorschlagen #msform-v fieldset {
  background: #e9f5fc;
}

/*Hide all except first fieldset*/
#msform-v fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform-v input, #msform-v textarea, #msform-v select {
	padding: 15px;
	border: 1px solid #0068b3;
	border-radius: 0px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: "HelveticaNeueLTStd-Lt", sans-serif;
	color: #0068b3;
	font-size: 13px;
}
/*buttons*/
#msform-v .action-button {
	width: 120px;
	background: #0068b3;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 16px;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 18px;
}

#msform-v select.form-control:not([size]):not([multiple]) {
    height: 51px;
}

#msform-v .action-button:hover, #msform-v .action-button:focus {
  color: #0068b3;
  box-shadow: 0 0 0 0 white, 0 0 0 0 #0068b3;
  background-color: #fff;
  border: 1px solid #0068b3;
  outline: none !important;
}

.p-forminfo {
  text-align: left;
  font-size: 11px;
  color: #0068b3;
}
/*headings*/
.fs-title {
	font-size: 22px;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
	color: #0068b3;
	margin-bottom: 10px;
  text-align: left;
}

/*progressbar*/

.progressbar-outer {
  width: 100%;
  text-align: center;
}

#progressbar {
	margin-bottom: 30px;
  margin-top: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	font-size: 9px;
  width: 15px;
	height: 15px;
	color: #333;
	background: white;
	border-radius: 25px;
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active,  #progressbar li.active{
	background: #0068b3;
	color: white;
}

.form-group {
    margin-bottom: 0px;
    text-align: left;
}


.form-check {
    text-align: left;
    margin-bottom: 0px;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0px;
    width: 100%;
}

.form-check-input:only-child {
    position: absolute;
}

label {
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 2px;
    font-size: 12px;
    color: #0068b3;
}

/* MENU */
.overlay {

    overflow: visible;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .2s 0s, z-index 0s 3s, -webkit-transform .3s 0s;
    transition: opacity .2s 0s, z-index 0s 3s, -webkit-transform .3s 0s;
    transition: opacity .2s 0s, transform .3s 0s, z-index 0s 3s;
    transition: opacity .2s 0s, transform .3s 0s, z-index 0s 3s, -webkit-transform .3s 0s;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transform-origin: 50% 50vh;
    transform-origin: 50% 0vh;
    background: none;
}


@media (min-width: 992px) {

  /* MENU */
  .overlay {

      overflow: visible;
      position: absolute;
      top: 115px;
      left: 0;
      right: 0;
      height: 210px;
      padding: 15px;
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity .2s 0s, z-index 0s 3s, -webkit-transform .3s 0s;
      transition: opacity .2s 0s, z-index 0s 3s, -webkit-transform .3s 0s;
      transition: opacity .2s 0s, transform .3s 0s, z-index 0s 3s;
      transition: opacity .2s 0s, transform .3s 0s, z-index 0s 3s, -webkit-transform .3s 0s;
      -webkit-transform: scale(0.2);
      transform: scale(0.2);
      -webkit-transform-origin: 50% 50vh;
      transform-origin: 50% 0vh;
      background: none;
  }


}


.svg-background path {
    fill: #fff;

}

.overlay .svg-background {
    position: absolute;
    left: -11%;
    top: -11%;
    right: -11%;
    bottom: -11%;
}

.overlay.open {

    z-index: 15;
    -webkit-transition: opacity .2s 200ms, z-index 0s 0s, -webkit-transform .2s 200ms;
    transition: opacity .2s 200ms, z-index 0s 0s, -webkit-transform .2s 200ms;
    transition: opacity .2s 200ms, transform .2s 200ms, z-index 0s 0s;
    transition: opacity .2s 200ms, transform .2s 200ms, z-index 0s 0s, -webkit-transform .2s 200ms;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.95;

}

#menu-container {
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 60px;
  z-index: 16;
  left: -5000px;
}

#menu-container.active {
  left: 0px;
}

.menu-block {
  display: inline-block;
  margin-bottom: 15px;
}

.menu-block img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.menu-block span {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .menu-block {
    display: inline-block;
    margin-bottom: 0px;
  }

  .menu-block img {
    height: 30px;
    width: auto;
    margin-right: 10px;
  }

  .menu-block span {
    margin-top: 5px;
  }

}

.main-menu {
    width: auto;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 15;
}

.main-menu a {
  font-size: 1rem;
  color: #494948;
  text-transform: uppercase;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.main-menu a:hover, .main-menu a:active, .main-menu a:focus {
  color: #0068b3;
  text-decoration: none;
  opacity: 0.7;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.main-menu.active {
  opacity: 1;
}


.main-menu li {
  opacity: 0;
}


.main-menu.active li {
  opacity: 1;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-menu.active li:nth-of-type(2) {
  opacity: 1;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.main-menu.active li:nth-of-type(3) {
  opacity: 1;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
}
.main-menu.active li:nth-of-type(4) {
  opacity: 1;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;

}

.main-menu.active li:nth-of-type(5) {
  opacity: 1;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition-delay: 0.8s; /* Safari */
    transition-delay: 0.8s;

}

.main-menu.active li:nth-of-type(6) {
  opacity: 1;
 -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;

}


b, strong {
    font-weight: normal;
}


/* Veranstaltungskalender */


.news-single-veranstaltung {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #e8efef;
}

.news-single-veranstaltung + footer {
      margin-top: 0px;
}

.news-single-veranstaltung h3 {
    font-size: 29px;
    line-height: 36px;
}

@media (min-width: 992px) {

  .news-single-veranstaltung h3 {
      font-size: 39px;
      line-height: 46px;
  }

}

.news-single-veranstaltung .row {
    display: block;
}


.news-detail-overline {
  height: 10px;
  width: 200px;
  margin-bottom: 16px;
  background-color: #494948;
}


.news-detail-overline-leben {
  background-color: #31a3a4;
}

.news-detail-overline-denken {
  background-color: #22bcee;
}

.news-detail-overline-bauen {
  background-color: #ece012;
}

.news-detail-overline-schaffen {
  background-color: #e96e4f;
}

a.news-backlink {
  margin-top: 12px;
}

.veranstaltungskalender .card {
  border: 1px solid #494948;
  padding: 0 0 !important;
}

.veranstaltungskalender .card:hover {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.veranstaltungskalender .card-Highlight {
  background-color: rgb(49, 163, 164);
  color: #fff !important;
}

.veranstaltungskalender .card-Highlight h5.card-title {
  color: #fff !important;
}

.veranstaltungskalender .card .card-body {
  padding: 22px 22px !important;
}


.veranstaltungskalender .card-schaffen .card-body {
  border-top: 9px solid #e96e4f;
}

.veranstaltungskalender .card-denken .card-body {
  border-top: 9px solid #22bcee;
}

.veranstaltungskalender .card-bauen .card-body {
  border-top: 9px solid #ece012;
}

.veranstaltungskalender .card-leben .card-body {
  border-top: 9px solid #31a3a4;
}

.veranstaltungskalender .card-Highlight .card-body {
  border-top: 9px solid #31a3a4;
}


.news-single-veranstaltung ul {
  margin-left: 1em;
  font-size: 20px;
}

.news-single-veranstaltung ul li {
  margin-bottom: 0.5em;
}

.section-news-single ul {
  margin-left: 1em;
}

.veranstaltungskalender .card p  {
  font-size: 15px;
  line-height: 24px;
  min-height: 144px;
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
}

.veranstaltungskalender .card a, .veranstaltungskalender .card a:active, .veranstaltungskalender .card a:hover, .veranstaltungskalender .card a:focus {
  color: #3b3a3b;
  text-decoration: none;
}

.veranstaltungskalender .card-Highlight a, .veranstaltungskalender .card-Highlight a:active, .veranstaltungskalender .card-Highlight a:hover, .veranstaltungskalender .card-Highlight a:focus {
  color: #fff;
  text-decoration: none;
}


.veranstaltungskalender .card-header:first-child {
    border-radius: 0px !important;
}

.veranstaltungskalender .card-header {
    padding: 0 0 !important;
    /* margin-bottom: 20px; */
    background-color: none !important;
    border-bottom: none !important;
    overflow: hidden !important;
}


.veranstaltungskalender .card-footer:last-child {
    border-radius: 0 0 !important;
}
.veranstaltungskalender .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0) !important;
    border-top: none !important;
}



.veranstaltungskalender h5.card-title {
  font-size: 18px;
  line-height: 20px;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  height: 40px !important;
  overflow: hidden;

}

.veranstaltungskalender .news-list-date {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    font-size: 15px;
    line-height: 19px;
}

.veranstaltungskalender .news-list-time {
    font-family: "HelveticaNeueLTStd-Lt", sans-serif;
    font-size: 15px;
    line-height: 19px;
}

.veranstaltungskalender .news-list-ort {
    font-family: "HelveticaNeueLTStd-Lt", sans-serif;
    font-size: 15px;
    line-height: 19px;
}

.veranst-list-ort {
  min-height: 30px !important;
}



.section-veranst-list .card-body-newsparts {
  text-align: center;
}

.section-veranst-list .card-body-newsparts p.card-link {
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #494848;
}


.section-veranst-list .card-img-top-outer {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}

.section-veranst-list .card-body-newsparts {
    padding: 12px 18px;
    background-color: #fff !important;
    color: #494848;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    min-height: 100px;
}


.section-veranst-list .card:hover .card-body-newsparts {
    background-color: #fff;
    color: #494848;
}

.section-veranst-list .card:hover .card-body-newsparts a {
  color: #494848;
}

.section-veranst-list .card-img-top-outer a {
  height: 100%;
  z-index: 9999;
}

.section-veranst-list .card-body-newsparts {
    padding: 12px 18px;
    background-color: #fff !important;
    color: #494848;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    min-height: 100px;
}

.calicon-color {
  fill: #494948;
}

.card-Highlight .calicon-color {
  fill: #fff;
}

.highlight-icon{
  fill: #fff;
}

.card-footer-highlight-icon {
  position: absolute;
  bottom: -10px;
  right: 25px;
}

.card-footer-highlight-icon svg {
  height: 100px;
  width: 60px;
}

.card-footer-icon {
  display: inline;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.card-footer-icon svg {
  width: 40px;
  height: 40px;
}

.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

@media (min-width: 768px) {

  .card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
  }

}


@media (min-width: 1200px) {

  .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
  }

}



.card-columns .card {
    margin-bottom: 16px;
}

.container-veranstaltung {
  margin-top: 18px;
}

.container-veranstaltung h5 {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #494948;
}

.news-related-links {
  float: right;
}

.news-related-links .btn {
      padding: 12px 20px !important;
}

.news-backlink-wrap .btn {
      padding: 12px 20px !important;
}

.veran-spacer {
  width: 100%;
  height: 20px;
}

@media (min-width: 1200px) {
  .veran-spacer {
    width: 100%;
    height: 68px;
  }
}

img.related-link-icon {
    height: 32px;
    width: auto;
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.btn-primary:hover img.related-link-icon {
    transform: translate(0%, 0%) !important;
}


p.news-img-caption {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 19px;
  line-height: 21px;
  color: #0068b3;

  margin-top: 16px;
  margin-bottom: 16px;
}

.news-text-wrap p {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #3b3a3b;
}

.news-backlink-wrap {
  display: inline;
}

.single-news-infoline {
  height: 40px;
}

.single-news-infoline-leftside {
  float: left;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 1em;
}

.single-news-infoline-rightside {
  float: left;
}

@media (min-width: 1200px) {
  .single-news-infoline-rightside {
    float: right;
  }
}

.single-news-highlight-icon {
    position: relative;
}

.single-news-highlight-icon .highlight-icon {
  fill: #31a3a4;
}

.single-news-highlight-icon svg {
  width: 60px;
  height: 100px;
}

.news-single-veranstaltung .header {
  position: relative;
}



 .single-news-highlight-icon + .news-detail-overline {
   background-color: #e8efef !important;
}


.veranstaltung-switcher {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;

}

.veranstaltung-switcher img {
  width: 17px;
  height: 17px;
    margin-top: -4px;
}


.container-filter {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e8efef;
}

img.filter-icon {
  width: 30px;
  height: 30px;
}

.filter-label svg {
      vertical-align: middle;
  width: 30px;
  height: 30px;
}

.active-filter svg .st0 {
    fill: #0068b3 !important;
}


span.filter-label {
  font-size: 17px;
  cursor: pointer;
}

.filter-label {
  cursor: pointer;
}

span.active-filter {
  color: #0068b3 !important;

}

.row-spacer-filter {
  width: 100%;
  height: 10px;
}


.veranst-img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.veranstaltung-switcher img {
  transition: .3s all;  /* rotate gradually instead of instantly */
}

.turn-around img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: .3s all;  /* rotate gradually instead of instantly */
}

span.filter-bold {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

@media (max-width: 600px) {

  .fltr-btnspc {
    margin-bottom: 12px;
  }

  span.filter-label {
      font-size: 15px;
      cursor: pointer;
  }

}

@media (max-width: 768px) {

  .fltr-btnspc {
    margin-bottom: 12px;
  }


}

.navbar-nav .nav-link:last-of-type {
    padding-left: .5rem;
}

.spec-headline-height p.card-link {
  height: 40px;
  overflow: hidden;
}




/* Veranstaltungen */

@media (max-width: 768px) {
  .card-deck-spons .col-12, .card-deck-spons .col-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.card-deck-spons {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}

.card-deck .card-spons {
    margin-right: 0px !important;
    margin-left: 0px !important;
    overflow:hidden;
  }

.card-spons .card-body {
  padding: 0 0 !important;
  overflow: hidden;
}

.card-spons .card-header {
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.card-header:first-child {
    border-radius: 0 0 !important;
    border-bottom: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.veranstsponsor-Bronze .card-header {
  background-image: url("../../../../../www.wir-leben-neu.de/fileadmin/sites/basic/img/tierlist/bg_bronze.html");
  background-color: #b16f22;
}

.veranstsponsor-Silber .card-header {
  background-image: url("../../../../../www.wir-leben-neu.de/fileadmin/sites/basic/img/tierlist/bg_silber.html");
  background-color: #929292;
}

.veranstsponsor-Gold .card-header {
  background-image: url("../../../../../www.wir-leben-neu.de/fileadmin/sites/basic/img/tierlist/bg_gold.html");
  background-color: #d5ae5d;
}

.veranstsponsor-Millenium .card-header {
  background-image: url("../../../../../www.wir-leben-neu.de/fileadmin/sites/basic/img/tierlist/bg_millenium.html");
  background-color: #0069b4;
}

.veranstsponsor-Excelsior .card-header {
  background-image: url("../../../../../www.wir-leben-neu.de/fileadmin/sites/basic/img/tierlist/bg_excelsior.html");
  background-color: #ea6e4f;
}

.veranstsponsor-Lucara .card-header {
  background-image: url("../../../../../www.wir-leben-neu.de/fileadmin/sites/basic/img/tierlist/bg_lucara.html");
  background-color: #33b8e9;
}

.veranstsponsor-Cullinan .card-header {
  background-image: url("../../../../../www.wir-leben-neu.de/fileadmin/sites/basic/img/tierlist/bg_cullinan.html");
  background-color: #489e97;
}

.veranstsponsor-long .card-header {
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: auto 100%;
}


/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */



.spons-botschaft-text {
  display: table;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.spons-inner {
    display: table-cell;
    vertical-align: middle;
}

.card-spons {
    box-shadow: 0 3px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.05);
}

.w-100 {

}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
