.subtitle-wrapper {
  width: 75%;
  position: absolute;
  min-height: 100px;
  top: 40px;
  z-index: 20;
  left: 0;
}

.main-title {
  width: 100%;
  max-width: 574px;
  background-color: white;
  padding: 30px 20px 30px 0;
  box-sizing: border-box;
}

.main-title-text-1 {
  font-size: 40px;
  line-height: 40px;
  color: #000;
}

.main-title-text-1 .text-italic {
  font-weight: 900;
  font-style: italic;
}

.main-title-text-2 {
  margin-top: 10px;
  font-size: 19px;
  line-height: 25px;
  color: #000;
}

.contact-us-header {
  display: block;
  position: relative;
  height: 50px;
  width: 115px;
  color: white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #000;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 17px 0;
}

.contact-us-header::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -30px;
  right: 100%;
  background-color: #000;
}

.our-users {
  display: flex;
  width: 95%;
  max-width: 930px;
  margin: auto auto 64px auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.user-item {
  margin: 24px;
}

.user-item img {
  width: 100%;
  opacity: 0.8;
}

.autodesk {
  width: 196px;
}

.dropbox {
  width: 232px;
}

.siemens, .swisscom {
  width: 166px;
}

.pagerduty {
  width: 138px;
}

.haufe {
  width: 122px;
}

.business-campaigning {
  width: 105px;
}

.mdn-sachsnen {
  width: 62px;
}

.blue-medora {
  width: 170px;
}

.slider-wrapper {
  width: 95%;
  margin: auto;
  max-width: 1520px;
  position: relative;
  padding-bottom: 40px;
}

.owl-carousel {
  z-index: initial;
}

#sync1 .item {
  width: 100%;
}

#sync2 {
  width: calc(100% - 100px);
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: 7;
}

#sync2 .item {
  margin: 0 15px;
}

#sync2 .owl-item {
  height: 50px;
  line-height: 50px;
}

#sync2 .owl-item.synced p {
  font-weight: 900;
  font-size: 17px;
}

#sync2 .owl-controls {
  display: none;
}

#sync2 {
  height: 50px;
  position: absolute;
  top: 619px;
  background-color: #fff;
}

#sync2 .owl-stage {
  width: 1200px !important;
  margin: auto;
}

#sync2 .owl-stage-outer {
  width: 92%;
  margin: auto;
}

#sync2 .item p {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

#sync2 .current .item p {
  font-size: 15px;
  font-weight: 900;
}

.owl-theme .owl-controls [class*='owl-'] {
  transition: all 0.3s ease;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.second-owl-nav {
  height: 0;
  width: 105px;
  position: relative;
  position: absolute;
  bottom: 0;
}

.slider-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.slider-content-left {
  width: 45%;
  margin-bottom: 50px;
}

.slider-title {
  color: #000;
  margin-bottom: 18px;
  position: relative;
}

.slider-title::before {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  opacity: 0.05;
  left: 0;
  top: -45px;
  z-index: -1;
  position: absolute;
}

.slider-title-1::before {
  content: 'MODULBAUINDUSTRIE';
}

.slider-title-2::before {
  content: 'SPORT';
}

.slider-title-3::before {
  content: 'POLITIK';
}

.slider-title-4::before {
  content: 'MARKETING';
}

.slider-title-5::before {
  content: 'SALES';
}

.slider-title-6::before {
  content: 'STARTUPS';
}

.slider-title-7::before {
  content: 'LOCATION MARKETING';
}

.slider-title .primary {
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
}

.slider-title .secondary {
  font-size: 16px;
}

.slider-subtitle {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 42px;
}

.slider-subtitle::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #000;
  bottom: -18px;
  left: 0;
}

.slider-text {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 300;
  margin-bottom: 36px;
}

.slider-content-right {
  width: 50%;
  box-sizing: border-box;
  background-color: rgba(80, 80, 80, 0.05);
  padding: 30px 36px 120px 36px;
  transform: translateY(40px);
}

.slider-list-title {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.slider-list {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  color: #8e8e8e;
  list-style-type: none;
}

.slider-list-item {
  position: relative;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
  margin-left: 18px;
}

.slider-list-item:before {
  content: '';
  height: 7px;
  width: 3px;
  background-color: #000;
  position: absolute;
  display: block;
  left: -15px;
  top: 8px;
}

#sync1.owl-theme .first-owl-nav .owl-next,
#sync1.owl-theme .first-owl-nav .owl-prev {
  top: 640px;
}

#sync1.owl-theme .second-owl-nav .owl-next,
#sync1.owl-theme .second-owl-nav .owl-prev {
  top: -60px;
}

.first-owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.first-owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.owl-controls .owl-buttons div {
  width: 50px !important;
  height: 50px !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  border: none !important;
  position: relative;
}

.owl-controls .owl-buttons div::after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  z-index: 1;
  background: url('../images/arrow-white.svg') no-repeat center center/100%;
  top: 14px;
  left: 14px;
}

.owl-controls .owl-buttons .owl-prev::after {
  transform: rotate(180deg);
}

.owl-nav button span {
  color: white !important;
  font-size: 30px;
}

#sync1 .second-owl-nav .owl-next,
#sync1 .first-owl-nav .owl-next {
  right: 0 !important;
  z-index: 7;
}

#sync1 .second-owl-nav .owl-prev,
#sync1 .first-owl-nav .owl-prev {
  left: 0 !important;
  z-index: 7;
}

.bg-image {
  width: 207px;
  position: absolute;
  right: -15px;
  top: 342px;
  z-index: 5;
}

.bg-image img {
  width: 100%;
}

.bottom-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  transform: translateY(15px);
}

.bottom-wrapper-line {
  height: 2px;
  background-color: #c5c5c5;
  flex-grow: 1;
}

.bottom-wrapper-text {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin: 0 20px;
}

.slider-image-wrap {
  width: 100%;
  height: 618px;
  margin-bottom: 130px;
}

.slider-1 {
  position: relative;
  background: url('../images/city.jpg') no-repeat center center/cover;
}

.slider-2 {
  position: relative;
  background: url('../images/sport.jpg') no-repeat center center/cover;
}

.slider-1::after,
.slider-2::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 174px;
  height: 23px;
  left: 0;
  bottom: 24px;
  z-index: 1;
  background: url('../images/evai-watermark.png') no-repeat center center/100%;
}

.slider-3 {
  background: url('../images/politics.jpg') no-repeat center center/cover;
}

.slider-4 {
  background: url('../images/marketing.jpg') no-repeat center center/cover;
}

.slider-5 {
  background: url('../images/meeting.jpg') no-repeat center center/cover;
}

.slider-6 {
  background: url('../images/startups.jpg') no-repeat center center/cover;
}

.slider-7 {
  background: url('../images/location-marketing.jpg') no-repeat center
    center/cover;
}

@media only screen and (max-width: 1440px) {
  .slider-title::before {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1270px) {
  .slider-title::before {
    font-size: 40px;
    top: -35px;
  }
}

@media only screen and (max-width: 1045px) {
  .user-item-1 {
    margin: 0 18px;
  }
}

@media only screen and (max-width: 992px) {
  .second-owl-nav {
    display: none;
  }

  .bg-image {
    display: none;
  }

  .slider-wrapper {
    padding-bottom: 0;
  }

  .bottom-wrapper-line {
    display: none;
  }

  .slider-content {
    flex-direction: column;
  }

  .slider-content-left {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .slider-content-right {
    width: 100%;
    padding: 24px 20px 24px 14px;
    transform: none;
  }

  .slider-image-wrap {
    height: 564px;
    margin-bottom: 77px;
  }

  #sync2 {
    top: 565px;
  }

  #sync1.owl-theme .first-owl-nav .owl-next,
  #sync1.owl-theme .first-owl-nav .owl-prev {
    top: 586px;
  }

  .bottom-wrapper {
    justify-content: center;
  }

}

@media only screen and (max-width: 650px) {
  .bottom-wrapper {
    margin-bottom: 35px;
  }

  .bottom-wrapper-text {
    font-size: 13px;
  }

  .main-title {
    padding: 25px 20px 18px 0;
  }

  #sync2 .owl-item.synced p {
    font-size: 13px;
  }

  .slider-title .primary {
    font-size: 13px;
  }

  .slider-title .secondary {
    font-size: 10px;
  }

  .slider-title::before {
    font-size: 30px;
  }

  .slider-subtitle {
    font-size: 14px;
    line-height: 16px;
  }

  .slider-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 18px;
  }

  .slider-list-title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 18px;
  }

  .slider-list-item {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .main-title-text-2 {
    font-size: 12px;
  }

  .main-title-text-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .main-title-text-1 .text-italic {
    font-size: 25px;
  }

  .contact-us-header {
    padding: 17px 0 17px 6px;
  }

  .our-users {
    max-width: 280px;
  }
  .autodesk {
    width: 100px;
  }

  .dropbox {
    width: 118px;
  }

  .siemens, .swisscom {
    width: 85px;
  }

  .pagerduty {
    width: 70px;
  }

  .haufe {
    width: 63px;
  }

  .business-campaigning {
    width: 55px;
  }

  .mdn-sachsnen {
    width: 32px;
  }

  .blue-medora {
    width: 86px;
  }

  .user-item {
    margin: 9px 12px;
  }
}
