/**
 * Neuland Pi1 (Products)
 */
.tx-neuland-pi1:not(.list) {
  color: #004a92;
}

.tx-neuland-pi1.list .text-wrapper {
  text-align: right;
  margin: 0 auto;
}

.tx-neuland-pi1 tbody th {
  font-weight: normal;
}

.tx-neuland-pi1 td {
  text-align: right;
}

.tx-neuland-pi1 tbody th,
.tx-neuland-pi1 tbody td {
  border-top: 0 none;
}

.tx-neuland-pi1 thead th {
  border-top-color: #004a92;
  border-bottom: 0 none;
}

.tx-neuland-pi1.list h4 {
  font-size: 35px;
  font-weight: normal;
  display: inline-block;
}

.tx-neuland-pi1.list .diameter {
  font-size: 50px;
}

.tx-neuland-pi1 h4 a {
  color: currentColor;
  text-decoration: none;
}

.tx-neuland-pi1.list .image-wrapper {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 15px;
  margin-top: auto;
}

.tx-neuland-pi1.list .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tx-neuland-pi1.list .rated-power {
  font-weight: bold;
  background-color: silver;
  display: inline-block;
  padding: 0 20px;
}

.tx-neuland-pi1.list .label-color-gray {
  color: #fff;
  background-color: gray;
}

.tx-neuland-pi1.list .label-color-blue {
  color: #fff;
  background-color: #004a92;
}

.tx-neuland-pi1.list .label-color-red {
  color: #fff;
  background-color: #a51023;
}

.tx-neuland-pi1.list .label-color-green {
  color: #fff;
  background-color: #209534;
}

.tx-neuland-pi1.list .image-wrapper.product-1 {
  background-image: url('../Images/Products/vensys70-1_5mw-1.png');
  width: 188px;
  min-height: 321px;
}

.tx-neuland-pi1.list .image-wrapper.product-2 {
  background-image: url('../Images/Products/vensys77-1_5mw-1.png');
  width: 207px;
  min-height: 331px;
}

.tx-neuland-pi1.list .image-wrapper.product-3 {
  background-image: url('../Images/Products/vensys82-1_5mw-1.png');
  width: 220px;
  min-height: 337px;
}

.tx-neuland-pi1.list .image-wrapper.product-4 {
  background-image: url('../Images/Products/vensys87-1_5mw-1.png');
  width: 233px;
  min-height: 344px;
}

.tx-neuland-pi1.list .image-wrapper.product-5 {
  background-image: url('../Images/Products/vensys100-2_5mw-1.png');
  width: 268px;
  min-height: 334px;
}

.tx-neuland-pi1.list .image-wrapper.product-6 {
  background-image: url('../Images/Products/vensys109-2_5mw-1.png');
  width: 293px;
  min-height: 399px;
}

.tx-neuland-pi1.list .image-wrapper.product-7 {
  background-image: url('../Images/Products/vensys112-2_5mw-1.png');
  width: 300px;
  min-height: 399px;
}

.tx-neuland-pi1.list .image-wrapper.product-8 {
  background-image: url('../Images/Products/vensys112-3_0mw-1.png');
  width: 300px;
  min-height: 334px;
}

.tx-neuland-pi1.list .image-wrapper.product-9 {
  background-image: url('../Images/Products/vensys120-3_0mw-1.png');
  width: 300px;
  min-height: 412px;
}

.tx-neuland-pi1.list .image-wrapper.product-10 {
  background-image: url('../Images/Products/vensys136-3_5mw-1.png');
  width: 363px;
  min-height: 534px;
}

.tx-neuland-pi1.list .image-wrapper.product-11 {
  background-image: url('../Images/Products/vensys115-4_1mw-1.png');
  width: 307px;
  min-height: 400px;
}

.tx-neuland-pi1.list .image-wrapper.product-12 {
  background-image: url('../Images/Products/vensys126-3_8mw-1.png');
  width: 339px;
  min-height: 427px;
}
.tx-neuland-pi1.list .image-wrapper.product-13 {
  background-image: url('../Images/Products/vensys155-5S-1.png');
  width: 359px;
  min-height: 386px;
}
.tx-neuland-pi1.list .image-wrapper.product-14 {
  background-image: url('../Images/Products/vensys170-5S-1.png');
  width: 359px;
  min-height: 410px;
}

.tx-neuland-pi1.list .image-wrapper a {
  display: block;
}

.tx-neuland-pi1.list .rotor:hover {
  animation-name: rotate-init;
  animation-duration: 4.138s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.tx-neuland-pi1.list .rotor.warmed-up:hover {
  animation-name: rotate;
  animation-duration: 4.138s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate-init {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(540deg);
  }
}
