section.area-stage + .area-basic-components {
    overflow: hidden;
}

section.area-stage + .area-basic-components .brick {
    margin-top: 0;
}

.usp {
  width: 1920px;
  margin-left: calc(50% - 960px);
  color: #fff;
  padding: 50px 0 15px;
}

@media (max-width: 1920px) {
  .usp {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.usp--blue {
  background-color: #003568;
}
.usp--grey {
  background-color: #919191;
}
.usp--blue-light {
  background-color: #7082CB;
}
.usp--pink {
  background-color: #C37AB3;
}
.usp--green {
  background-color: #3C91A0;
}

.usp__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.usp__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 1rem;
  flex: 1 1 25%;
  padding: 1rem;
}

.usp__item a {
  color: #fff;
  font-weight: 400;
}

.usp__headline {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.usp p {
  font-size: 0.85rem;
}

.usp__icon {
  width: 50px;
  height: 50px;
  filter: invert(1);
}

@media (max-width: 768px) {
  .usp__item {
    flex: 1 1 50%;
  }
}

@media (max-width: 480px) {
  .usp__item {
    flex: 1 1 100%;
  }
}

/* teasers */
.teasers {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 50px 0 15px;
}

.teasers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1170px;
  margin: 0 auto 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.teaser {
  flex: 1 1 calc(50% - 15px);
}

@media (max-width: 768px) {
  .teaser {
    flex: 1 1 100%;
  }
}

.teaser__image {
  margin-bottom: 20px;
  border-bottom: 10px solid #003869;
}

.teaser__image img {
  display: block;
}

.teaser__headline {
  color: #003869;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.teaser__text {
  margin-bottom: 20px;
}

.teaser__link {
  color: #003869;
  font-weight: 700;
  text-transform: uppercase;
}

.teaser--pink .teaser__image {
  border-bottom-color: #a84f95;
}

.teaser--grey .teaser__image {
  border-bottom-color: #676767;
}

.teaser--blue-light .teaser__image {
  border-bottom-color: #6577c4;
}

.teaser--green .teaser__image {
  border-bottom-color: #5C8B9A;
}

.area-basic-components.brick + .area-object-teaser.brick {
  margin-top: -50px;
}

@media screen and (max-width:768px) {
  .area-basic-components.brick + .area-object-teaser.brick {
    margin-top: -100px;
  }
}


.tns-controls button {
    position:absolute;
    top: 40%;
    border: none;
    background: transparent;
    font-family: Raleway;
    transform: scale(.8, 1.5);
}
.tns-controls button:first-of-type {
    left: -30px;
}
.tns-controls button:last-of-type {
    right: -30px;
}

@media screen and (max-width:768px) {
  .tns-controls {
    display: none;
  }
}

/* temp hack*/
