.swiper-container {
  position: relative;
}

.swiper-container .slide-content {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 19, 0.19) 32%, rgba(19, 19, 19, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 19, 0.19) 32%, rgba(19, 19, 19, 0.6) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 19, 0.19) 32%, rgba(19, 19, 19, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99131313', GradientType=1);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: right;
  display: flex;
  justify-content: center;
  max-width: 35%;
  color: #fff;
}

.swiper-container .slide-content .slide-content-inner {
  align-self: flex-end;
  padding: 0px 100px 120px 60px;
  font-size: 1.5em;
}

.swiper-container .slide-content .slide-content-inner h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 1200px) {
  .swiper-container .slide-content {
    max-width: 50%;
  }

  .swiper-container .slide-content .slide-content-inner {
    padding: 0px 60px 80px 60px;
    font-size: 1.3rem;
  }

  .swiper-container .slide-content .slide-content-inner h1 {
    font-size: 42px;
  }
}

@media (max-width: 979px) {
  .swiper-container .slide-content {
    max-width: 45%;
  }

  .swiper-container .slide-content .slide-content-inner {
    padding: 0px 60px 30px 0px;
    font-size: 1.2rem;
  }

  .swiper-container .slide-content .slide-content-inner h1 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .swiper-container .slide-content {
    max-width: 60%;
  }

  .swiper-container .slide-content .slide-content-inner {
    padding: 0px 50px 10px 0px;
    font-size: 12px;
    line-height: 1.05;
  }

  .swiper-container .slide-content .slide-content-inner h1 {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
  }
}

/* Smallboxes */
.customhomepage .smallboxes img {
  margin-bottom: 5px;
}
.customhomepage .smallboxes .boxcontainer {
  height: 5.85em;
  overflow: hidden;
}
.customhomepage .smallboxes .boxcontainer h3 {
  margin: 0 0 1% 0;
}

/* logobar */
.customhomepage .logobar {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.customhomepage .logobar .swiper-pagination {
  bottom: -5px;
}

.customhomepage .logobar .logo-slider .item {
  /*margin-left: 20px;*/
  display: inline-block;
  width: 160px;
}
.customhomepage .logobar .logo-slider .item:first-child {
  margin-left: 0;
}
.customhomepage .logobar .logo-slider .item .item {
  float: left;
  width: 160px;
  text-align: center;
}
.customhomepage .logobar .logo-slider .item img {
  margin: 0 auto;
}

/* infoboxes */
.customhomepage .infoboxes .box > a {
  display: block;
  overflow: auto;
}
.customhomepage .infoboxes .box .image {
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}
.customhomepage .infoboxes .box .text,
.customhomepage .infoboxes .box .text p {
  margin: 0;
}
.customhomepage .infoboxes {
  margin-bottom: 30px;
}

/* infoboxes 3 */
.customhomepage .infoboxes.infoboxes3 .box .image {
  /*max-height: 170px;*/
}

/* infoboxes 4 */
.customhomepage .infoboxes.infoboxes4 .box .image {
  /*max-height: 120px;*/
}

/* RESPONSIVE

@media (max-width: 979px) {
  .customhomepage .infoboxes .box h2 {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .customhomepage .infoboxes .box .text,
  .customhomepage .infoboxes .box .text p {
    font-size: 0.9em;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .customhomepage .customhomepage-slider li .slidercontent {
    bottom: 10px;
    top: auto;
  }
  .customhomepage .customhomepage-slider li .slidercontent h1 {
    font-size: 1.2em;
  }
  .customhomepage .customhomepage-slider li .slidercontent .text p {
    font-size: 0.9em;
  }
  .customhomepage .smallboxes {
    margin-bottom: 30px;
  }
  .customhomepage .smallboxes .box,
  .customhomepage .infoboxes .box {
    margin-bottom: 15px;
    text-align: center;
  }
  .customhomepage .smallboxes .box img,
  .customhomepage .infoboxes .box img {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .customhomepage .customhomepage-slider li .slidercontent {
    bottom: 5px;
    top: auto;
    padding: 0.5em;
    width: 100%;
    position: static;
    background: none;
  }
  .customhomepage .customhomepage-slider li .slidercontent h1 {
    font-size: 1.0em;
    color: #000;
  }
  .customhomepage .customhomepage-slider li .slidercontent .text {
    margin-top: 0.5em;
  }
  .customhomepage .customhomepage-slider li .slidercontent .text p {
    font-size: 0.85em;
    line-height: 1.1em;
  }
}*/
