.demo7 {
  background-image: url("../images/demo7/Background-Strahlen.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  overflow-x: hidden;
  position: relative;
  background-position: bottom;
  font-family: "Roboto", sans-serif !important;
}

.demo7 .container {
  padding: 25px 0px 0px 0px;
}

.btn-earning,
.btn-login {
  display: block;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  background-color: #009ddf;
  padding: 12px 25px;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 8px #d5d5d5;
}

.btn-login {
  width: 100%;
}

.btn-earning p,
.btn-login p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.imageTeaser {
  background-color: #f4fbff;
  border-radius: 10px;
  box-shadow: 0px 2px 8px #d5d5d5;
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  margin: 0 !important;
}

.imageContainer {
  flex-direction: row;
  display: flex;
  padding: 0px 30px 0px 30px !important;
}

.svgIconContainer {
  flex-direction: row;
  display: flex;
  justify-content: center;
}

.imageContainer img {
  padding-right: 20px;
}

.svgIconContainer img {
  padding-right: 10px;
}

.imageContainer p {
  color: #009ddf;
  font-weight: bold;
  align-self: center;
}

.pointsBanner {
  background-color: white;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 8px #d5d5d5;
  padding: 30px 10px;
  position: relative;
  z-index: 10;
  margin: 0px !important;
}

.demo7 .form-control {
  border: 1px solid #707070;
  text-align: center;
  height: 33px;
  padding: 25px;
  font-size: 24px;
}

.form-container {
  background-color: white;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 8px #d5d5d5;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
}

.pictureSize {
  width: 80%;
}

.headline h1,
.headline h2 {
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px;
  color: #009ddf;
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
}

.demo7 .pointsBanner h1 {
  color: #000000;
  font-size: 28px;
}

.demo7 .pointsBanner h2 {
  color: black;
  font-size: 28px;
}

.demo7 .registerLink {
  text-decoration: underline;
  color: #009ddf;
}

.productName {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000000;
}

.productPointsNew {
  font-size: 24px;
  font-weight: bold;
  color: #009ddf;
}

/* ALIGNMENT */

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
  align-items: center;
}

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

/* SPACING */

.demo7 .p-0 {
  padding: 0px;
}

.demo7 .p-1 {
  padding: 10px;
}

.demo7 .pb-1 {
  padding-bottom: 20px;
}

.demo7 .pb-2 {
  padding: 40px;
}

.demo7 .m-0 {
  margin: 0px;
}

.demo7 .m-b {
  margin-bottom: 30px;
}

.demo7 .mt-1 {
  margin-top: 20px;
}

.demo7 .mb-1 {
  margin-bottom: 20px;
}

.demo7 .mb-2 {
  margin-bottom: 10px;
}

.demo7 .mt-2 {
  margin-top: 50px;
}

.demo7 .mt-3 {
  margin: 10px 0px;
}

.demo7 .content-box {
  padding-bottom: 0px;
}

/* SLIDER */

.carousel-singleItem {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.carousel-singleItem.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-list {
  box-shadow: 0px 2px 8px #d5d5d5;
  background-color: #f4fbff;
}

.productPointsOld {
  position: relative;
}

.productPointsOld:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #e9421f;

  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* ARROWS */

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  z-index: 10;
}

.slick-prev:before {
  content: url("../images/demo7/arrow-left.svg");
  width: 20px;
  height: auto;
}

.slick-next {
  right: -53px;
}

.slick-next:before {
  content: url("../images/demo7/arrow-right.svg");
  width: 20px;
  height: auto;
}

.divAnimationPig {
  position: relative;
}

.imageAnimationPig {
  position: absolute;
}

.imageAnimationPigTwo {
  position: absolute;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 700px) {
  .divAnimationPig {
    width: 200px;
    margin: 0 auto;
  }

  .imageAnimationPig {
    width: 150px;
    left: -250px;
    top: 450px;
  }

  .imageAnimationPigTwo {
    width: 150px;
    right: -250px;
    top: 450px;
  }
  .singleItem-text {
    background-color: #f4fbff;
    padding: 10px 10px 5px 10px;
    height: auto;
    position: relative;
  }
  .headline h1 {
    max-width: 60%;
  }
  .headline h1,
  .headline h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 699px) {
  .divAnimationPig {
    width: 30px;
    margin: 0 auto;
  }

  .imageAnimationPig {
    width: 100px;
    left: -250px;
    top: 500px;
  }

  .imageAnimationPigTwo {
    width: 100px;
    right: -250px;
    top: 500px;
  }
  .singleItem-text {
    background-color: #f4fbff;
    padding: 30px 20px 5px 30px;
    height: auto;
    position: relative;
  }
  .demo7 .container {
    padding: 15px 5px 0px 5px;
  }
  .productName {
    font-size: 17px;
  }
  .productPointsNew {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .imageTeaser {
    padding: 5px 0px;
  }
  .demo7 .imageContainer {
    padding: 5px 5px !important;
  }
  .imageContainer img {
    padding-right: 10px;
  }

  .imageContainer p {
    line-height: 1.2em;
  }

  .btn-earning,
  .btn-login {
    width: 100%;
  }

  .btn-earning p,
  .bn-login p {
    font-size: 21px;
    font-weight: bold;
  }
  .demo7 .pointsBanner h1 {
    font-size: 22px;
  }

  .demo7 .pointsBanner h2 {
    color: black;
    font-size: 22px;
  }
  .pictureSize {
    width: 100%;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-next {
    right: -50px;
  }
  .demo7 .form-control {
    font-size: 20px !important;
  }
  .headline h1 {
    font-size: 23px;
  }
  .headline h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 440px) {
  .divAnimationPig {
    width: 30px;
    margin: 0 auto;
  }
  .imageAnimationPig {
    width: 100px;
    left: -190px;
    top: 450px;
  }
  .imageAnimationPigTwo {
    width: 100px;
    right: -190px;
    top: 450px;
  }
}
