.wwmodule-list ul,
.wwmodule-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wwmodule-list li {
  margin: 0 0 2em;
}

.wwmodule-list li > a:only-child {
  display: block;
}

.wwmodule-list li h2,
.wwmodule-list li h3 {
  margin: 0 0 .5em;
  padding: 0;
}

ul.swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ww-slider {
  margin: 0 20px;
  position: relative;
}

.ww-slider li {
  margin: 0;
  padding: 0;
  text-align: center;
}

.ww-slider li img {
  margin: 20px auto;
}

.ww-slider li div {
  margin: 0 auto;
}

.col-module_SitesComponents .ww-list .wwmodule-list {
  text-align: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.col-module_SitesComponents .ww-list .wwmodule-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-module_SitesComponents .ww-list .wwmodule-list li {
  max-width: 240px;
  margin: 0 auto 70px;
}

.col-module_SitesComponents .ww-list .wwmodule-list li:last-child {
  margin-bottom: 0;
}


.col-module_SitesComponents .ww-list .wwmodule-list-pic {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.col-module_SitesComponents .ww-list .wwmodule-list-pic img {
  width: 76px;
  height: 83px;
  object-fit: contain;
  object-position: center bottom;
}

.col-module_SitesComponents .ww-list .wwmodule-list h2 {
  margin: 0 0 10px;
}

.table-container {
  overflow-x: auto;
  margin: 0 0 40px;
  padding: 0 0 20px;
}

table.wwprices {
  border-collapse: collapse;
  width: 100%;
}

table.wwprices th,
table.wwprices td {
  background: #ddd;
  border: 2px solid #fff;
  line-height: 1.2;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

table.wwprices th {
  background: #333;
  color: #fff;
}

table.wwprices td:first-child,
table.wwprices td[colspan] {
  background: #ccc;
  text-align: left;
}

table.wwprices td.wwprices-price {
  font-size: .8em;
}

table.wwprices td.wwprices-price .wwprices-mainprice {
  font-size: 1.6em;
}

@media screen and (min-width: 1024px) {
  .ww-slider.swiper .swiper-slide {
    opacity: 1;
  }

  .ww-slider.swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.75);
    opacity: .15;
  }

  .ww-slider.swiper .swiper-slide.swiper-slide-prev {
    transform-origin: right center;
  }

  .ww-slider.swiper .swiper-slide.swiper-slide-next {
    transform-origin: left center;
  }

  .ww-slider {
    margin: 0 80px;
  }

  .ww-slider li div {
    max-width: 90%;
  }

  .col-module_SitesComponents .ww-list .wwmodule-list li {
    margin-bottom: 30px;
  }
}

/* Sites Baustein Swiper + Custom Sites Class Jobs Vorstellung Slider */
.customstyle-jobs-presentation-slider{
  overflow: hidden;
}
.customstyle-jobs-presentation-slider .swiper{
  padding-bottom: 50px;
  overflow: visible;
}
.customstyle-jobs-presentation-slider .swiper-slide{
  margin: 0;
  background-color: rgb(var(--main-light-color));
  padding: 30px 25px 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px 0;
  border-radius: 0 25px 40px 0;
  box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.07);
  transition: all .4s;
}
.customstyle-jobs-presentation-slider .wwmodule-list-pic{
  position: relative;
  width: 75px;
  height: 75px;
  order: 2;
  margin-right: 10px;
  margin-bottom: 12px;
}
.customstyle-jobs-presentation-slider .wwmodule-list-pic img{
  border-radius: 100%;
}
.customstyle-jobs-presentation-slider .wwmodule-list-pic:after{
  content: '';
  background: url('/images/icons/jobs-presentation-frame.svg') no-repeat center;
  background-size: contain;
  width: 85px;
  height: 100px;
  position: absolute;
  top: -12px;
  left: -12px;
  transition: all .4s;
}
.customstyle-jobs-presentation-slider .wwmodule-list-title{
  font-size: 2.2rem;
  font-weight: 700;
  width: 64%;
  order: 1;
  margin: 0;
}
.customstyle-jobs-presentation-slider .wwmodule-list-description{
  order: 3;
}
.customstyle-jobs-presentation-slider .swiper-button-next,
.customstyle-jobs-presentation-slider .swiper-button-prev{
  display: none;
}
.customstyle-jobs-presentation-slider .swiper-pagination{
  bottom: 0;
}
.customstyle-jobs-presentation-slider .pause-play-button{
  background: url('/images/icons/pause-grey.svg') no-repeat center;
  background-size: contain;
  opacity: 0.5;
}
.customstyle-jobs-presentation-slider .pause-play-button.is-paused{
  background: url('/images/icons/play-grey.svg') no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .customstyle-jobs-presentation-slider .swiper-slide-active .wwmodule-list-pic:after{
    background: url('/images/icons/jobs-presentation-frame-hover.svg') no-repeat center;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .customstyle-jobs-presentation-slider .swiper-slide{
    min-height: 420px;
  }
}
@media screen and (min-width: 1440px) {
  .customstyle-jobs-presentation-slider .swiper{
    padding-bottom: 90px;
    padding-top: 50px !important;
  }
  .customstyle-jobs-presentation-slider .swiper-slide {
    min-height: 560px;
    align-items: flex-start;
    padding: 170px 25px 20px;
  }
  .customstyle-jobs-presentation-slider .swiper-slide:hover,
  .customstyle-jobs-presentation-slider .swiper-slide:focus{
    transform: scale(1.05);
  }
  .customstyle-jobs-presentation-slider .wwmodule-list-title{
    position: absolute;
    top: 90px;
    left: 25px;
    font-size: 2.7rem;
    width: 50%;
  }
  .customstyle-jobs-presentation-slider .wwmodule-list-pic{
    position: absolute;
    top: 40px;
    right: 45px;
    width: 90px;
    height: 90px;
  }
  .customstyle-jobs-presentation-slider .wwmodule-list-pic:after {
    width: 104px;
    height: 122px;
    top: 50%;
    right: 0;
    left: inherit;
    transform: translate(0%, -50%);
  }
  .customstyle-jobs-presentation-slider .swiper-slide:hover .wwmodule-list-pic:after,
  .customstyle-jobs-presentation-slider .swiper-slide:focus .wwmodule-list-pic:after{
    background: url('/images/icons/jobs-presentation-frame-hover.svg') no-repeat center;
    background-size: contain;
  }
  .customstyle-jobs-presentation-slider .swiper-pagination{
    bottom: 20px;
  }
  .customstyle-jobs-presentation-slider .pause-play-button{
    bottom: 20px;
    right: 0;
    left: inherit;
  }
}



