.carousel-basic {
  position: relative;
  background:url("../img/texture-linnen.png");
  background-repeat:repeat;
  background-size: 100%;
  /*background-color: #FFF;*/
  /*border:1px solid red;*/
  /* texture-linnen.png  texture-white.jpg */
}

.carousel-basic > ul {
  width: 65%;
  margin: 0 auto;
  padding: .5em 0; /* 2em 0; */
}

@media screen and (min-width: 768px) {
  .carousel-basic > ul {
    width: 66.6666%;
    padding: 1em 0; /* 4em 0; */
  }
}

.carousel {
  margin-bottom: 1em; /* 3em */
  color:#fff;
  /*color:#1C698E;*/
}

@media screen and (min-width: 768px) {
  .carousel {
    margin-bottom: 1.0em; /* 3.5em */
  }
}

.carousel > * {
  display: none;
}

.carousel a {
  color: #fff;
  /*color:#1C698E;*/
}

.carousel a:hover, .carousel a:active, .carousel a:focus {
  color: #fff;
  /*color:#1C698E;*/
}

.carousel a:hover .link-icon, .carousel a:active .link-icon, .carousel a:focus .link-icon {
  background-color: #7c2529;
}

.carousel a .link-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  font-size: 18px; /* 24px */
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.carousel a .link-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

button.carousel__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 25px; /* 45px */
  opacity: 0.5;
  color: #fff;
  /*color:#1C698E;*/
}

@media screen and (min-width: 768px) {
  button.carousel__arrow {
    width: 58px;
    height: 58px;
    font-size: 30px; /* 58px */
  }
}

.carousel__arrow-left {
  left: 0;
}

@media screen and (min-width: 768px) {
  .carousel__arrow-left {
    left: 0.5em;
  }
}

.carousel__arrow-right {
  right: 0;
}

@media screen and (min-width: 768px) {
  .carousel__arrow-right {
    right: 0.5em;
  }
}

.carousel__item__title {
  margin-bottom: 0.3em;
  font-size: 22px; /* 34px */
  font-weight: 100;
  line-height: 1.2em;
}

@media screen and (min-width: 768px) {
  .carousel__item__title {
    font-size: 35px; /* 50px */
  }
}

.carousel__item__description {
  font-size: 14px; /* 18px */
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .carousel__item__description {
    font-size: 20px; /* 28px */
  }
}