.frame-type-teaser {
  margin-bottom: 30px;
  margin-bottom: 2rem;
  z-index: 2;
  padding: 40px 0; }
  @media (min-width: 768px) {
  .frame-type-teaser {
    margin-bottom: 30px;
    margin-bottom: 2rem; } }
  @media (min-width: 992px) {
  .frame-type-teaser {
    margin-bottom: 60px;
    margin-bottom: 4rem; } }
  @media (min-width: 1302px) {
  .frame-type-teaser {
    margin-bottom: 60px;
    margin-bottom: 4rem; } }
  .frame-type-teaser.frame-space-after-small {
    margin-bottom: calc(1.5rem - 2px); }
  .frame-type-teaser.frame-space-after-none {
    margin-bottom: 0px; }
  .frame-type-teaser.gutter-small {
    margin-bottom: 48px;
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 48px;
    margin-bottom: 3.2rem; } }
    @media (min-width: 992px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 78px;
    margin-bottom: 5.2rem; } }
    @media (min-width: 1302px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 78px;
    margin-bottom: 5.2rem; } }
    .frame-type-teaser.gutter-small.frame-space-after-small {
      margin-bottom: calc(1.5rem - 2px); }
    .frame-type-teaser.gutter-small.frame-space-after-none {
      margin-bottom: 0px; }
  .frame-type-teaser.gutter-none {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; }
    @media (min-width: 768px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; } }
    @media (min-width: 992px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
    @media (min-width: 1302px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
    .frame-type-teaser.gutter-none.frame-space-after-small {
      margin-bottom: calc(1.5rem - 2px); }
    .frame-type-teaser.gutter-none.frame-space-after-none {
      margin-bottom: 0px; }
  .frame-type-teaser div[class*="col-"] {
    display: flex; }
  @media (min-width: 992px) {
  .frame-type-teaser {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: url(/typo3conf/ext/zz_gowest_theme_stoiser/Resources/Public/Images/dottedline.svg) center center no-repeat;
    background-size: 100% auto; } }
  @media (min-width: 1302px) {
  .frame-type-teaser {
    padding: 30px 130px 0; } }

@keyframes arrowSlide {
  0%, 100% {
    transform: translate(0, 0); }

  50% {
    transform: translate(10px, 0); } }

.usp-item {
  background: #96c6cf;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  border-radius: 50%;
  color: #fff;
  padding: 0;
  width: 270px;
  height: 270px;
  margin-left: calc((100% - 270px) / 2);
  margin-right: calc((100% - 270px) / 2); }
  .usp-item a {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -99999em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .usp-item h2 {
    margin-bottom: 1.5rem;
    color: #fff; }
    @media (min-width: 768px) {
  .usp-item h2 {
    font-size: 17px; } }
    @media (max-width: 767px) {
  .usp-item h2 {
    font-size: 17px; } }
  .usp-item p:last-of-type {
    margin-bottom: 0px; }
  .usp-item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center !important;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
  .usp-item .inner {
    top: calc(50% + 10px); } }
    @media (max-width: 767px) {
  .usp-item .inner {
    top: calc(50% + 10px); } }
    .usp-item .inner p {
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) {
  .usp-item .inner p {
    font-size: 10px; } }
      @media (max-width: 767px) {
  .usp-item .inner p {
    font-size: 10px; } }
      .usp-item .inner p:after {
        content: "\2c3";
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        display: block;
        font-size: 16px;
        margin-top: 1rem; }
  .usp-item:nth-of-type(2) {
    background: #6998af; }
  .usp-item:last-of-type {
    background: #6998af; }
  @media (min-width: 992px) {
  .usp-item {
    margin-left: auto;
    margin-right: auto; }
    .usp-item:hover p:after {
      animation: arrowSlide 0.8s ease-in-out infinite; }

    .usp-item:first-of-type {
      margin-top: 90px; }

    .usp-item:nth-of-type(2) {
      width: 320px;
      height: 320px; }
      .usp-item:nth-of-type(2):before {
        top: auto;
        bottom: 10px;
        left: auto;
        right: 40px; }

    .usp-item:last-of-type {
      margin-top: 80px;
      width: 380px;
      background: #557d8d;
      height: 380px; } }
  @media (min-width: 1420px) {
  .usp-item:nth-of-type(2) {
    margin-left: 200px; } }
