.referenzen {
  margin-top: 150px;
  margin-bottom: 150px;
}

@media (max-width: 992px) {
  .referenzen {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.referenzen .inner {
  margin: 0 -5px;
}

.referenzen .inner .logo {
  box-sizing: border-box;
  width: 25%;
  float: left;
  background-color: #F2F2F2;
  border: 5px solid #FFFFFF;
}

@media (max-width: 767px) {
  .referenzen .inner .logo {
    width: 50%;
  }
}

.referenzen .inner .logo img {
  display: block;
  width: 100%;
}

.referenzen .inner:before,
.referenzen .inner:after {
  content: '';
  display: table;
}

.referenzen .inner:after {
  clear: both
}

section.intro {
  padding-left: 50px;
  padding-right: 50px;
  background: #F2F2F2;
  height: 90vh;
  display: flex;
  align-items: center;
  min-height: 700px;
  margin-bottom: 20px;
  position: relative;
}


@media (max-width: 992px) {
  section.intro {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  section.intro {
    padding-left: 20px;
    padding-right: 20p;
    min-height: auto;
    max-height: 800px;
  }
}

section.intro .center {
  z-index: 1
}

section.intro h1 {
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  section.intro h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1200px) {
  section.intro h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  section.intro h1 {
    font-size: 19px;
    line-height: 29px;
  }
}

section.intro p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  max-width: 800px
}

@media (max-width: 992px) {
  section.intro p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  section.intro p {
    font-size: 16px;
    line-height: 26px;
  }
}

section.intro .typed {
  display: inline-block
}

section.intro #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

section.cta-leistung {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #333332;
}

@media (max-width: 992px) {
  section.cta-leistung {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  section.cta-leistung {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.cta-leistung h2,
section.cta-leistung p {
  color: #FFFFFF;
}

section.cta-leistung-details {
  background-color: #F2F2F2;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 992px) {
  section.cta-leistung-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  section.cta-leistung-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

section.cta-leistung-details .leistungen .col {
  width: 33.32%;
  float: left;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  section.cta-leistung-details .leistungen .col {
    width: 100%;
    float: none;
    max-width: 500px;
    margin: 0 auto 40px auto;
  }
}

section.cta-leistung-details .leistungen .col h3 {
  color: #BA0000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 0;
}

@media (max-width: 992px) {
  section.cta-leistung-details .leistungen .col h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
  }
}

section.cta-leistung-details .leistungen .col p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 5px 0;
}

@media (max-width: 992px) {
  section.cta-leistung-details .leistungen .col p {
    font-size: 14px;
    line-height: 22px;
  }
}

section.cta-leistung-details .cta {
  text-align: center;
  padding-top: 40px;
  display: inline-block
}

@media (max-width: 992px) {
  section.cta-leistung-details .cta {
    padding-top: 20px;
  }
}

section.cta-leistung-details .leistungen .col:last-child {
  margin-bottom: 20px;
}

section.cta-leistung-details .leistungen:before,
section.cta-leistung-details .leistungen:after {
  content: '';
  display: table;
}

section.cta-leistung-details .leistungen:after {
  clear: both;
}

section.cta-zertifizierung {
  margin-top: 200px;
  margin-bottom: 200px;
}

@media (max-width: 992px) {
  section.cta-zertifizierung {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

section.cta-zertifizierung .zertifikat-wrap .zertifikat {
  display: flex;
  background-color: #F2F2F2;
  padding: 40px;
  align-items: center;
  font-weight: 700;
  margin: 0 0 10px 0;
}

@media (max-width: 992px) {
  section.cta-zertifizierung .zertifikat-wrap .zertifikat {
    padding: 20px
  }
}

section.cta-zertifizierung .zertifikat-wrap .zertifikat img {
  margin: 0 40px 0 0;
}

@media (max-width: 992px) {
  section.cta-zertifizierung .zertifikat-wrap .zertifikat img {
    max-width: 100px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  section.cta-zertifizierung .zertifikat-wrap .zertifikat img {
    max-width: 80px;
    margin: 0 20px 0 0;
  }
}

section.cta-zertifizierung .zertifikat-wrap .zertifikat:last-child {
  margin: 0
}

section.partner .inner {
  padding-left: 50px;
  padding-right: 50px;
}

section.partner .inner .partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.partner .inner .partner-logos .logo {
  -webkit-box-flex: 0 1 19.99%;
  -webkit-flex: 0 1 19.99%;
  -ms-flex: 0 1 19.99%;
  flex: 0 1 19.99%;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  section.partner .inner .partner-logos .logo {
    -webkit-box-flex: 0 1 33.32%;
    -webkit-flex: 0 1 33.32%;
    -ms-flex: 0 1 33.32%;
    flex: 0 1 33.32%;
  }
}

section.partner .inner .partner-logos img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
  transition: all ease .3s;
}

@media (max-width: 992px) {
  section.partner .inner {
    padding-left: 30px;
    padding-right: 30p;
  }
}

@media (max-width: 767px) {
  section.partner .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.partner .inner .headline span {
  display: inline-block;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0 20px;
  position: relative;
}

section.partner .inner .partner-logos img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

section.partner .inner .headline::before {
  content: '';
  max-width: 510px;
  width: 100%;
  height: 1px;
  background-color: #333332;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.partner .inner .partner-logo:before,
section.partner .inner .partner-logo:after {
  content: '';
  display: table;
}

section.partner .inner .partner-logo:after {
  clear: both;
}

section.partner .inner .headline {
  color: #333332;
  text-align: center;
  position: relative;
  margin: 0 0 40px 0;
}

section.team {
  margin-top: 200px;
  margin-bottom: 200px;
}

@media (max-width: 1024px) {
  section.team {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  section.team {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.image-gallery {
  clear: both;
  margin: 0 -5px;
}

.image-gallery:before,
.image-gallery:after {
  content: '';
  display: table;
}

.image-gallery:after {
  clear: both;
}

.image-gallery-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .image-gallery-col {
    width: 100%;
    float: none;
  }
}

.img-small,
.text {
  width: 50%;
  float: left;
}

.img-small,
.img-large,
.text {
  height: 500px;
}

@media (max-width: 1800px) {

  .img-small,
  .img-large,
  .text {
    height: 400px;
  }
}

@media (max-width: 1400px) {

  .img-small,
  .img-large,
  .text {
    height: 300px;
  }
}

@media (max-width: 992px) {

  .img-small,
  .img-large,
  .text {
    height: 250px;
  }
}

@media (max-width: 450px) {

  .img-small,
  .img-large,
  .text {
    height: 180px;
  }
}

.img-small,
.img-large {
  overflow: hidden;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

.text {
  border: 5px solid #ffffff;
  box-sizing: border-box;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 55px;
  padding: 20px;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .text {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 1200px) {
  .text {
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .text {
    font-size: 14px;
    line-height: 24px;
  }
}

.text span {
  color: #BA0000;
}

section.cta-karriere {
  margin-top: 200px;
  margin-bottom: 200px;
}

@media (max-width: 992px) {
  section.cta-karriere {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.typing {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid black;
  padding-right: 5px;
  animation: typing 3s steps(30) 1s 1 normal both, blink 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.typing-headline::after {
  content: '|';
  position: absolute;
  color: #BA0000;
  animation: blink 0.75s step-end infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}