@font-face {
  font-family: SiemensBlack;
  src: url(../fonts/SiemensSans-Black.94cb668d.woff);
}
@font-face {
  font-family: SiemensBlackItalic;
  src: url(../fonts/SiemensSans-BlackItalic.4d1d1fc6.woff);
}
@font-face {
  font-family: SiemensBold;
  src: url(../fonts/SiemensSans-Bold.32d16797.woff);
}
@font-face {
  font-family: SiemensItalic;
  src: url(../fonts/SiemensSans-Italic.fafa7e03.woff);
}
@font-face {
  font-family: SiemensRoman;
  src: url(../fonts/SiemensSans-Roman.43526b35.woff);
}
@font-face {
  font-family: SiemensBoldItalic;
  src: url(../fonts/SiemensSerif-BoldItalic.226e5c2d.woff);
}
.clean-energy-certificates {
  align-items: center;
  background-color: #1b1534;
  color: #fff;
  display: flex;
  font-family: SiemensRoman, Arial, sans-serif;
  font-size: 16px;
  height: 425px;
  max-width: 1168px;
}
.template {
  display: flex;
  flex-direction: row;
}
.content-area-wrapper {
  height: 425px;
  width: 1168px;
}
.content-area-wrapper .cec-content {
  background-image: url(../home/Ornament.svg);
  background-repeat: no-repeat;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin: 2rem 5rem 0;
  position: relative;
}
.content-area-wrapper .cec-content__item {
  display: grid;
  grid-template-rows: 100px 1fr;
  padding-top: 3.5rem;
}
.content-area-wrapper .cec-content__item__icon,
.content-area-wrapper .cec-content__item__icon__modal {
  align-items: center;
  display: flex;
  justify-content: center;
}
.content-area-wrapper .cec-content__item__icon__modal {
  background-color: #4d217a;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  z-index: -1;
}
.content-area-wrapper .cec-content__item__icon__modal:hover {
  background-color: #8a00e5 !important;
}
.content-area-wrapper .cec-content__item__icon__modal img {
  width: 70px;
}
.content-area-wrapper .cec-content__item__titles {
  align-content: start;
  display: grid;
  padding-top: 6rem;
  text-align: center;
}
.content-area-wrapper .cec-content__item__titles__title {
  align-self: center;
  font-family: SiemensRoman;
  font-size: 26px;
  justify-self: center;
  line-height: 1.1;
  max-width: 15rem;
  padding: 0 1.1rem;
}
.cec-swiper-wrapper {
  background-color: #4d217a;
  height: 425px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1168px;
  z-index: 3;
}
.cec-swiper-wrapper .close {
  position: absolute;
  right: 4rem;
  top: 3rem;
  z-index: 10;
}
.cec-swiper-wrapper .swiper {
  height: 100%;
  width: 80%;
}
.cec-swiper-wrapper .swiper-slide {
  align-content: center;
  align-items: center;
  display: grid;
  grid-template-areas: "img title ." "img content .";
  grid-template-columns: 1fr 8fr 1fr;
  justify-content: center;
  margin-top: -100px;
}
.cec-swiper-wrapper .cec-swiper__img-wrapper {
  border-radius: 50%;
  display: grid;
  grid-area: img;
  height: 150px;
  margin-right: 3rem;
  width: 150px;
}
.cec-swiper-wrapper .cec-swiper__img {
  align-self: center;
  justify-self: center;
  z-index: 4;
}
.cec-swiper-wrapper .cec-swiper__title {
  font-family: SiemensBold;
  font-size: 26px;
  grid-area: title;
}
.cec-swiper-wrapper .cec-swiper__content {
  font-family: SiemensRoman;
  font-size: 18px;
  grid-area: content;
}
.cec-swiper-wrapper .swiper-pagination {
  bottom: 2.5rem !important;
}
.cec-swiper-wrapper .swiper-pagination-bullet {
  background-color: #fff;
  margin: 20px !important;
  padding: 5px;
}
.cec-swiper-wrapper #swiper-button-next,
.cec-swiper-wrapper #swiper-button-prev {
  z-index: 10;
}
.cec-swiper-wrapper #swiper-button-next img,
.cec-swiper-wrapper #swiper-button-prev img {
  opacity: 0.5;
  width: 15px;
}
.cec-swiper-wrapper #swiper-button-next img:after,
.cec-swiper-wrapper #swiper-button-prev img:after {
  content: "";
}
.cec-swiper-wrapper #swiper-button-next img:hover,
.cec-swiper-wrapper #swiper-button-prev img:hover {
  fill: #fff;
  opacity: 1;
}
.cec-swiper-wrapper #swiper-button-prev {
  bottom: 3rem;
  left: 0 !important;
  padding-left: 4rem;
  position: absolute;
}
.cec-swiper-wrapper #swiper-button-next {
  bottom: 3rem;
  padding-right: 4rem;
  position: absolute;
  right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .content-area-wrapper {
    height: 415px;
    max-width: 1024px;
  }
  .content-area-wrapper .cec-content {
    margin: 2rem 4rem 0;
    padding-right: 0.2rem;
  }
  .content-area-wrapper .cec-content .cec-content__item {
    padding-top: 2.6rem;
  }
  .content-area-wrapper .cec-content .cec-content__item__titles {
    padding-top: 5rem;
  }
  .cec-swiper-wrapper {
    max-width: 1024px;
  }
  .swiper-pagination {
    bottom: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .clean-energy-certificates,
  .clean-energy-certificates .content-area-wrapper {
    height: 355px;
    max-width: 768px;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content {
    margin: 2rem 2rem 0;
    padding-right: 0;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content__item {
    padding-top: 22px !important;
    width: 140px;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__icon__modal {
    height: 100px;
    width: 100px;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__icon__modal
    img {
    width: 60px;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content__item__titles {
    padding-top: 4rem;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__titles__title {
    font-size: 19px;
  }
  .clean-energy-certificates .cec-swiper-wrapper {
    height: 355px;
    max-width: 768px;
  }
  .clean-energy-certificates .cec-swiper-wrapper .close {
    right: 1.5rem;
    top: 1.5rem;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper {
    height: 100%;
    width: 90%;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper-slide {
    grid-template-columns: 1fr 10fr 1fr;
    margin-top: -90px;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper-slide h2 {
    line-height: 3rem;
  }
  .clean-energy-certificates
    .cec-swiper-wrapper
    .swiper-slide
    .cec-swiper__img-wrapper {
    height: 100px;
    margin-right: 2rem;
    width: 100px;
  }
  .clean-energy-certificates
    .cec-swiper-wrapper
    .swiper-slide
    .cec-swiper__img-wrapper
    img {
    width: 60px;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper-pagination {
    bottom: 0.5rem !important;
  }
  .clean-energy-certificates .cec-swiper-wrapper #swiper-button-next,
  .clean-energy-certificates .cec-swiper-wrapper #swiper-button-prev {
    bottom: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .clean-energy-certificates,
  .clean-energy-certificates .content-area-wrapper {
    height: 1082px;
    width: 600px;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content {
    background-image: url(./home/Ornament_vertical.svg);
    background-repeat: no-repeat;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: 90%;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content__item {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr auto;
    margin-left: 2.2rem;
    margin-top: 1.5rem;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content__item__titles {
    align-content: center;
    padding-top: 0;
    text-align: start;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__titles__title {
    font-size: 26px;
    max-width: 20rem;
    width: 20rem;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__icon__modal {
    height: 130px !important;
    width: 130px !important;
  }
  .clean-energy-certificates .cec-swiper-wrapper {
    height: 1082px;
    max-width: 600px;
  }
  .clean-energy-certificates .cec-swiper-wrapper .close {
    right: 3rem;
    top: 3rem;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper-pagination {
    bottom: 0.8rem !important;
  }
  .clean-energy-certificates .swiper-slide {
    grid-template-areas: ". img ." ". title ." ". content .";
    margin-top: -20rem !important;
  }
  .clean-energy-certificates .swiper-slide .cec-swiper__img-wrapper {
    margin-right: 0 !important;
  }
  .clean-energy-certificates .swiper-slide .cec-swiper__content,
  .clean-energy-certificates .swiper-slide .cec-swiper__img-wrapper,
  .clean-energy-certificates .swiper-slide h2 {
    align-self: center;
    justify-self: center;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .clean-energy-certificates,
  .clean-energy-certificates .content-area-wrapper {
    height: 645px;
    width: 320px;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content {
    padding-top: 8px;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content__item {
    grid-column-gap: 1rem;
    margin-bottom: 1rem !important;
    margin-left: 1.2rem;
    margin-top: 0;
    padding-top: 0 !important;
  }
  .clean-energy-certificates .content-area-wrapper .cec-content__item__titles {
    width: 10rem !important;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__titles__title {
    font-size: 20px !important;
    width: 10rem !important;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__icon__modal {
    height: 80px !important;
    width: 80px !important;
  }
  .clean-energy-certificates
    .content-area-wrapper
    .cec-content__item__icon__modal
    img {
    width: 50px;
  }
  .clean-energy-certificates .cec-swiper-wrapper {
    height: 645px;
    max-width: 320px;
  }
  .clean-energy-certificates .cec-swiper-wrapper .close {
    right: 1.4rem;
    top: 1.5rem;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper-slide {
    margin-top: -90px !important;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper-slide h2 {
    line-height: 2rem !important;
  }
  .clean-energy-certificates .cec-swiper-wrapper .cec-swiper__content {
    font-size: 13px;
  }
  .clean-energy-certificates .cec-swiper-wrapper .cec-swiper__img-wrapper {
    margin-right: 0;
  }
  .clean-energy-certificates .cec-swiper-wrapper .swiper-pagination {
    bottom: 1.8rem !important;
  }
  .clean-energy-certificates
    .cec-swiper-wrapper
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 5px !important;
    padding: 2px;
  }
  .clean-energy-certificates #swiper-button-prev {
    padding-left: 1.5rem;
  }
  .clean-energy-certificates #swiper-button-next {
    padding-right: 1.5rem;
  }
  .clean-energy-certificates #swiper-button-next,
  .clean-energy-certificates #swiper-button-prev {
    bottom: 1.7rem;
  }
}
