.marketing_landingpage {
	background-color: #000;
}

.marketing_landingpage section.education h2, .marketing_landingpage section.education p.textblock, .marketing_landingpage section.education ul, .marketing_landingpage section.education h3 {
	color: #fff;
}

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

.marketing_header .showreel_link a {
	padding: 20px 20px 20px 20px;
	text-shadow: 0px 6px 11px rgba(0, 0, 0, 0.4);
}

.marketing_header .showreel_link a:after {
	display: none;
}

.marketing_header .showreel_link a:hover {
    padding-left: 20px;
    color: #26a6c1;
}

ul.morespacebetweenli li {
  margin-bottom: 20px;
}

ul.morespacebetweenli li.last {
  margin-bottom: 0px;
}

    .swiper {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000;
      display: flex;
      justify-content: center;
      align-items: center;
	  opacity: 0.5;
	  border-radius: 20px;
	  cursor: pointer;
	   -webkit-transition: all .5s ease;
    transition: all .5s ease;
    }

	.swiper-slide-active {
		opacity: 1;
	}

    .swiper-slide img, .swiper-slide video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
	  border-radius: 20px;
    }

	.mySwiperFullStart .swiper-slide, .mySwiperFullStart .swiper-slide img {
		border-radius: 0px;
	}

    .swiper-slide {
      width: 50%;
    }

	.swiper-pagination-bullet {
		background: #fff;
	}
	.swiper-button-next, .swiper-button-prev {
		color:#fff;
	}


.bloque .inline.sentence h2 {
  font-size: 3.1em;
}

#contactForm.marketing {
  text-align: left;
  margin-top: 30px;
  padding-bottom: 120px;
}

#contactForm.marketing p {
  margin-bottom: 15px !important;
}

#contactForm.marketing input, #contactForm.marketing textarea {
  background-color: #192631;
}

#contactForm.marketing input[type="text"]:focus,
#contactForm.marketing input[type="email"]:focus,
#contactForm.marketing input[type="tel"]:focus,
#contactForm.marketing textarea:focus {
	background-color: #1f3341;
}

.marketing_landingpage section.education.lessspace#einleitung, .marketing_landingpage section {
  margin-bottom: 150px;
}
.marketing_landingpage #wrapper_content_neu.morespace {
  margin-top: 135px;
}

@media screen and (max-width: 950px) {
  .marketing_landingpage section.education.lessspace#einleitung, .marketing_landingpage section {
    margin-bottom: 90px;
  }
  .marketing_landingpage #wrapper_content_neu.morespace {
    margin-top: 50px;
  }
}

@media screen and (max-width: 700px) {
    .bloque .inline.sentence h2 {
        font-size: 1.8em;
    }
    #contactForm.marketing {
      padding-bottom: 60px;
    }
}