@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes outToRight {
  to {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.anyteaser .anyteaser-paginator:first-child {
  margin-bottom: 20px;
}
.anyteaser .anyteaser-paginator:last-child {
  margin-top: 20px;
}
.anyteaser .anyteaser-paginator ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.anyteaser .anyteaser-paginator ul li {
  display: inline-block;
}
.anyteaser-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 20px;
}
.anyteaser-item:first-child {
  margin-top: 0;
}
.anyteaser-item-textpic:after {
  clear: both;
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
* + html .anyteaser-item-textpic {
  display: inline-block;
}
* html .anyteaser-item-textpic {
  height: 1%;
}
.anyteaser-item-textpic .anyteaser-item-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  max-width: 33.3333%;
  padding-right: 20px;
}
.anyteaser-item-textpic.anyteaser-item-textpic-vertical .anyteaser-item-headline,
.anyteaser-item-textpic.anyteaser-item-textpic-vertical .anyteaser-item-image,
.anyteaser-item-textpic.anyteaser-item-textpic-vertical .anyteaser-item-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.anyteaser-item-textpic.anyteaser-item-textpic-vertical .anyteaser-item-image {
  float: none;
  max-width: none;
  padding-right: 0;
}
.anyteaser-item-image a {
  display: inline-block;
  vertical-align: top;
}
.anyteaser-item-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.anyteaser-container-carousel .anyteaser-item {
  display: block;
  margin-top: 0;
}
.anyteaser-container-carousel .anyteaser-item:nth-child(n+3),
.anyteaser-container-carousel .anyteaser-item:nth-child(n+4),
.anyteaser-container-carousel .anyteaser-item:nth-child(n+5) {
  margin-top: 0;
}
.anyteaser-container-carousel .anyteaser-item-content {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.anyteaser-container-carousel .slick-slider .slick-slide {
  outline: none;
}
.anyteaser-container-carousel .slick-slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: 0;
  width: 40px;
  z-index: 2;
}
.anyteaser-container-carousel .slick-slider .slick-arrow:before,
.anyteaser-container-carousel .slick-slider .slick-arrow:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  width: 20px;
}
.anyteaser-container-carousel .slick-slider .slick-arrow:before {
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}
.anyteaser-container-carousel .slick-slider .slick-arrow:after {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
}
.anyteaser-container-carousel .slick-slider .slick-arrow:hover,
.anyteaser-container-carousel .slick-slider .slick-arrow:focus,
.anyteaser-container-carousel .slick-slider .slick-arrow:active {
  background-color: #000;
}
.anyteaser-container-carousel .slick-slider .slick-arrow.slick-prev {
  left: -10px;
}
.anyteaser-container-carousel .slick-slider .slick-arrow.slick-prev:before {
  top: 24px;
  right: 12px;
}
.anyteaser-container-carousel .slick-slider .slick-arrow.slick-prev:after {
  top: 12px;
  right: 12px;
}
.anyteaser-container-carousel .slick-slider .slick-arrow.slick-next {
  right: -10px;
}
.anyteaser-container-carousel .slick-slider .slick-arrow.slick-next:before {
  top: 12px;
  left: 12px;
}
.anyteaser-container-carousel .slick-slider .slick-arrow.slick-next:after {
  top: 24px;
  left: 12px;
}
.anyteaser-container-carousel .slick-slider .slick-dots {
  font-sizee: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.anyteaser-container-carousel .slick-slider .slick-dots li {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
}
.anyteaser-container-carousel .slick-slider .slick-dots li button {
  background-color: rgba(0, 0, 102, 0.5);
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 10px;
  margin: 0 5px;
  outline: none;
  padding: 0;
  vertical-align: top;
  width: 10px;
}
.anyteaser-container-carousel .slick-slider .slick-dots li button:hover,
.anyteaser-container-carousel .slick-slider .slick-dots li button:focus,
.anyteaser-container-carousel .slick-slider .slick-dots li button:active {
  background-color: #006;
}
.anyteaser-container-carousel .slick-slider .slick-dots li.slick-active button {
  background-color: #006;
}
.anyteaser-container-inner.anyteaser-layout-2-per-row,
.anyteaser-container-inner.anyteaser-layout-3-per-row,
.anyteaser-container-inner.anyteaser-layout-4-per-row {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.anyteaser-container-inner.anyteaser-layout-2-per-row .anyteaser-item,
.anyteaser-container-inner.anyteaser-layout-3-per-row .anyteaser-item,
.anyteaser-container-inner.anyteaser-layout-4-per-row .anyteaser-item {
  display: inline-block;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.anyteaser-container-inner.anyteaser-layout-2-per-row .anyteaser-item {
  width: 50%;
}
.anyteaser-container-inner.anyteaser-layout-2-per-row .anyteaser-item:nth-child(n+3) {
  margin-top: 20px;
}
.anyteaser-container-inner.anyteaser-layout-3-per-row .anyteaser-item {
  width: 33.3333%;
}
.anyteaser-container-inner.anyteaser-layout-3-per-row .anyteaser-item:nth-child(n+4) {
  margin-top: 20px;
}
.anyteaser-container-inner.anyteaser-layout-4-per-row .anyteaser-item {
  width: 25%;
}
.anyteaser-container-inner.anyteaser-layout-4-per-row .anyteaser-item:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .anyteaser-item-textpic .anyteaser-item-image {
    float: none;
    max-width: none;
    padding-right: 0;
  }
  .anyteaser-container-inner.anyteaser-layout-3-per-row {
    margin-left: 0;
    margin-right: 0;
  }
  .anyteaser-container-inner.anyteaser-layout-3-per-row .anyteaser-item {
    display: block;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .anyteaser-container-inner.anyteaser-layout-2-per-row .anyteaser-item,
  .anyteaser-container-inner.anyteaser-layout-4-per-row .anyteaser-item {
    width: 50%;
  }
  .anyteaser-container-inner.anyteaser-layout-2-per-row .anyteaser-item:nth-child(n+3),
  .anyteaser-container-inner.anyteaser-layout-4-per-row .anyteaser-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .anyteaser-item-textpic .anyteaser-item-image {
    float: none;
    max-width: none;
    padding-right: 0;
  }
  .anyteaser-container-inner.anyteaser-layout-3-per-row {
    margin-left: 0;
    margin-right: 0;
  }
  .anyteaser-container-inner.anyteaser-layout-3-per-row .anyteaser-item {
    display: block;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .anyteaser-container-inner.anyteaser-layout-2-per-row,
  .anyteaser-container-inner.anyteaser-layout-4-per-row {
    margin-left: 0;
    margin-right: 0;
  }
  .anyteaser-container-inner.anyteaser-layout-2-per-row .anyteaser-item,
  .anyteaser-container-inner.anyteaser-layout-4-per-row .anyteaser-item {
    display: block;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
