.frameless-popup.mfp-bg {
  background: #FFFFFF;
  opacity: .97; }
.frameless-popup .frameless-inner {
  position: relative;
  z-index: 10;
  background: #FFF;
  width: auto;
  max-width: 920px;
  min-height: 580px;
  margin: 0 auto;
  border: 3px solid #bcbcbc;
  -webkit-box-shadow: 0 0 10px -5px #565656;
  box-shadow: 0 0 10px -5px #565656;
  animation-duration: 1s;
  transition: all 0.5s ease-in-out;
  background: url("assets/images/background_light.jpg") top center; }
  .frameless-popup .frameless-inner .frameless-header {
    height: 75px;
    background: white;
    overflow: hidden; }
    .frameless-popup .frameless-inner .frameless-header .left, .frameless-popup .frameless-inner .frameless-header .right {
      float: left;
      width: 50%;
      padding: 21px;
      box-sizing: border-box; }
    .frameless-popup .frameless-inner .frameless-header:after {
      content: '';
      clear: both;
      display: block; }
    .frameless-popup .frameless-inner .frameless-header .left {
      line-height: 0;
      font-size: 0; }
    .frameless-popup .frameless-inner .frameless-header .right {
      display: none;
      text-align: right;
      text-transform: uppercase;
      font-size: 2.2em;
      line-height: 1;
      padding-right: 35px; }
  .frameless-popup .frameless-inner .frameless-footer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 30px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .frameless-popup .frameless-inner .frameless-footer .controls {
      box-sizing: border-box;
      width: 100%;
      text-align: right; }
      .frameless-popup .frameless-inner .frameless-footer .controls > button {
        display: inline-block;
        cursor: pointer;
        padding: 10px 0;
        width: 64%;
        font-size: 15px;
        text-transform: uppercase;
        border: 0 none;
        outline: 0 none;
        overflow: hidden;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        color: #FFF;
        background: #119e36;
        /*font-family: 'opensans_semibold';*/
        font-weight: 700;
        text-align: center;
        transition: all .5s ease-in-out; }
        .frameless-popup .frameless-inner .frameless-footer .controls > button:hover {
          opacity: .9; }
        .frameless-popup .frameless-inner .frameless-footer .controls > button:first-child {
          padding-left: 3px;
          padding-right: 3px;
          width: auto;
          -webkit-border-radius: 3px 0 0 3px;
          -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
          color: #119e36;
          background: #ebeaea; }
          .frameless-popup .frameless-inner .frameless-footer .controls > button:first-child:after {
            content: '\f104';
            display: inline-block;
            font-family: "fontAwesome";
            margin: 0 .3em;
            text-align: center;
            width: .8em;
            font-size: 0.8em;
            line-height: 1;
            position: relative;
            top: -1px; }
        .frameless-popup .frameless-inner .frameless-footer .controls > button.rounded {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
        .frameless-popup .frameless-inner .frameless-footer .controls > button > .hide {
          display: none; }
    .frameless-popup .frameless-inner .frameless-footer .ivf_progress {
      display: none;
      float: left;
      width: 70%;
      font-size: .9em; }
      .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress {
        box-sizing: border-box;
        width: 100%;
        height: 6px; }
      .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-wrap {
        display: block;
        background: #FFFFFF;
        margin: 0px 0 0 0;
        padding: 4px;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        background: white;
        background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
        background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
        background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
        .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-wrap > span, .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-wrap:after {
          position: absolute;
          left: 0;
          color: #119e36;
          font-size: 14px; }
        .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-wrap > span {
          display: none;
          top: 100%;
          margin-top: 2px; }
        .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-wrap .progress-bar {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          -webkit-transition: width 400ms ease-in-out;
          -moz-transition: width 400ms ease-in-out;
          -ms-transition: width 400ms ease-in-out;
          -o-transition: width 400ms ease-in-out;
          transition: width 400ms ease-in-out;
          background: #119e36;
          background: -moz-linear-gradient(left, #119e36 0%, #119e36 80%, #74db00 100%);
          background: -webkit-linear-gradient(left, #119e36 0%, #119e36 80%, #74db00 100%);
          background: linear-gradient(to right, #119e36 0%, #119e36 80%, #74db00 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119e36', endColorstr='#74db00',GradientType=1 );
          left: 0;
          position: absolute;
          top: 0;
          width: 0px;
          margin: 1px; }
      .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step {
        display: table;
        width: 100%;
        margin-top: 10px; }
        .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step > div {
          position: relative;
          display: table-cell;
          /*width: 14.2857%;*/
          width: 11.111%;
          text-align: center;
          color: #acabab;
          transition: color .5s ease-in-out; }
          .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step > div.active {
            color: #FFF; }
          .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step > div:after, .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step > div:before {
            display: block;
            position: absolute;
            top: -20px;
            height: 13px;
            width: 1px;
            background: #fff;
            content: '';
            opacity: .5; }
          .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step > div:before {
            left: 0; }
          .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step > div:after {
            display: none;
            right: 0; }
          .frameless-popup .frameless-inner .frameless-footer .ivf_progress .progress-step > div:last-child:after {
            display: block; }
  .frameless-popup .frameless-inner .frameless-content {
    position: relative;
    color: #FFF;
    overflow: hidden; }
    .frameless-popup .frameless-inner .frameless-content > form {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .frameless-popup .frameless-inner .frameless-content .step {
      display: none;
      animation-duration: .3s;
      padding: 30px 30px 120px 30px; }
      .frameless-popup .frameless-inner .frameless-content .step h2, .frameless-popup .frameless-inner .frameless-content .step h3 {
        margin-top: 0;
        margin-bottom: .8em;
        font-size: 1.6em;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 500;
        /*font-family: 'opensans_light';*/ }
      .frameless-popup .frameless-inner .frameless-content .step h3 {
        font-size: 1.1em; }
      .frameless-popup .frameless-inner .frameless-content .step input:not([type=checkbox]):not([type=radio]),
      .frameless-popup .frameless-inner .frameless-content .step select,
      .frameless-popup .frameless-inner .frameless-content .step textarea {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*font-family: 'opensans_regular';*/
        font-size: 1em;
        line-height: 1em;
        padding: 0 10px;
        width: 100%;
        height: 40px;
        border: 1px solid #FFFFFF;
        outline: 0 none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
        .frameless-popup .frameless-inner .frameless-content .step input:not([type=checkbox]):not([type=radio]).error,
        .frameless-popup .frameless-inner .frameless-content .step select.error,
        .frameless-popup .frameless-inner .frameless-content .step textarea.error {
          border-color: #ff3c38;
          -webkit-box-shadow: inset 0 0 10px -1px #ff3c38;
          box-shadow: inset 0 0 10px -1px #ff3c38; }
      .frameless-popup .frameless-inner .frameless-content .step textarea {
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 125px;
        line-height: 1.3em; }
      .frameless-popup .frameless-inner .frameless-content .step input[type="radio"] {
        position: absolute;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -o-opacity: 0; }
        .frameless-popup .frameless-inner .frameless-content .step input[type="radio"]:checked + label:before {
          background: #119e36; }
        .frameless-popup .frameless-inner .frameless-content .step input[type="radio"] + label {
          display: inline-block;
          position: relative;
          padding: 0 0 0 25px;
          font-size: 16px;
          line-height: 25px;
          margin: 0 0 10px 0;
          text-transform: none;
          cursor: pointer;
          margin-right: 50px; }
          .frameless-popup .frameless-inner .frameless-content .step input[type="radio"] + label:before {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 0;
            height: 17px;
            width: 17px;
            background: white;
            cursor: pointer;
            box-shadow: inset 0px 0px 0px 5px white;
            -webkit-box-shadow: inset 0px 0px 0px 5px white;
            -moz-box-shadow: inset 0px 0px 0px 5px white;
            -o-box-shadow: inset 0px 0px 0px 5px white;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%; }
      .frameless-popup .frameless-inner .frameless-content .step label {
        display: block;
        text-transform: uppercase;
        white-space: nowrap;
        margin-bottom: 5px; }
        .frameless-popup .frameless-inner .frameless-content .step label span {
          color: #b9b9b8;
          text-transform: none;
          font-size: .8em; }
      .frameless-popup .frameless-inner .frameless-content .step .label {
        text-transform: uppercase; }
      .frameless-popup .frameless-inner .frameless-content .step .round-wrap {
        display: block;
        text-align: center; }
        .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon {
          position: relative;
          display: block;
          cursor: pointer;
          margin: 0 0 15px; }
          .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon:after {
            position: absolute;
            display: block;
            top: 50%;
            transform: translateY(-50%);
            left: 100px;
            content: attr(data-title);
            font-size: .95em;
            line-height: 1;
            color: white;
            text-align: center;
            text-transform: uppercase;
            /*font-family: 'opensans_semibold';*/
            font-weight: 600;
            text-shadow: 0 0 1px #242424; }
          .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon:hover .round-icon-inner, .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon.active .round-icon-inner {
            border-color: #0d9430; }
          .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon:hover:after, .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon.active:after {
            color: #11b137; }
          .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon .round-icon-inner {
            position: relative;
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 3px solid white;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: white;
            transition: all .1s ease-in-out; }
            .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon .round-icon-inner > img {
              width: 80px;
              height: 80px; }
            .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon .round-icon-inner input {
              display: none; }
            .frameless-popup .frameless-inner .frameless-content .step .round-wrap .round-icon .round-icon-inner > img {
              position: absolute;
              top: 0;
              left: 0;
              -webkit-touch-callout: none;
              -webkit-user-select: none;
              -khtml-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
      .frameless-popup .frameless-inner .frameless-content .step .range-slider-box {
        width: 100%;
        height: 85px; }
        .frameless-popup .frameless-inner .frameless-content .step .range-slider-box > div {
          float: left; }
        .frameless-popup .frameless-inner .frameless-content .step .range-slider-box:after {
          display: block;
          content: '';
          clear: both; }
        .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider {
          display: none; }
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-label {
            margin-top: 3px; }
            .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-label > div {
              float: left;
              width: 50%;
              font-size: .8em; }
            .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-label .range-slider-label-right {
              text-align: right; }
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-bar {
            padding: 0; }
            .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-bar .mb_sliderBar {
              width: 100%;
              height: 6px;
              background: #e4e4e4;
              -webkit-box-shadow: inset 1px 1px 1px -1px #202e2e;
              box-shadow: inset 1px 1px 1px -1px #202e2e; }
              .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-bar .mb_sliderBar .mb_sliderValueLabel {
                margin-top: -25px;
                border: 0 none;
                padding: 7px 9px;
                color: #FFFFFF;
                text-shadow: 1px 1px 1px #717171;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                background: #1fc84c; }
                .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-bar .mb_sliderBar .mb_sliderValueLabel:after {
                  top: 100%;
                  left: 17%;
                  border: solid transparent;
                  content: " ";
                  height: 0;
                  width: 0;
                  position: absolute;
                  pointer-events: none;
                  border-color: rgba(224, 143, 0, 0);
                  border-top-color: #1fc84c;
                  border-width: 5px;
                  margin-left: -5px; }
              .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-bar .mb_sliderBar .mb_sliderHandler {
                border-radius: 10px;
                padding: 7px 10px;
                top: -7px;
                background: #1fc84c; }
              .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-slider .range-slider-bar .mb_sliderBar .mb_sliderRange {
                background: #1fc84c;
                -webkit-box-shadow: inset 1px 1px 1px -1px #202e2e;
                box-shadow: inset 1px 1px 1px -1px #202e2e; }
        .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input {
          width: 100%; }
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input:after {
            display: block;
            content: '';
            clear: both; }
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-label {
            text-transform: uppercase;
            color: #ffffff;
            font-size: .9em;
            margin-bottom: 4px; }
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-wrap,
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-type {
            box-sizing: border-box;
            height: 42px;
            float: left;
            -webkit-box-shadow: inset 1px 1px 5px -1px #676767;
            box-shadow: inset 1px 1px 5px -1px #676767; }
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-type {
            border-left: 0 none;
            background: #e7e7e7;
            color: #5f5f5f;
            width: 50%;
            text-align: center;
            padding-top: 9px;
            -webkit-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            -webkit-box-shadow: inset 0px 2px 3px -2px #676767;
            box-shadow: inset 0px 2px 3px -2px #676767; }
            .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-type.big {
              width: 60%; }
          .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-wrap {
            width: 50%;
            -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px; }
            .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-wrap.small {
              width: 40%; }
            .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-wrap.full {
              width: 100%;
              -webkit-border-radius: 3px;
              border-radius: 3px; }
            .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-wrap input[type="text"] {
              -webkit-border-radius: 3px 0 0 3px;
              -moz-border-radius: 3px 0 0 3px;
              border-radius: 3px 0 0 3px;
              border: 0 none;
              height: 42px; }
              .frameless-popup .frameless-inner .frameless-content .step .range-slider-box .range-input .range-input-wrap input[type="text"].error {
                border-color: #ff3c38;
                -webkit-box-shadow: inset 0 0 10px 1px #ff3c38;
                box-shadow: inset 0 0 10px 1px #ff3c38; }
      .frameless-popup .frameless-inner .frameless-content .step .box {
        margin-bottom: 14px; }
        .frameless-popup .frameless-inner .frameless-content .step .box:after {
          display: block;
          content: '';
          clear: both; }
        .frameless-popup .frameless-inner .frameless-content .step .box .left, .frameless-popup .frameless-inner .frameless-content .step .box .right {
          width: 100%; }
      .frameless-popup .frameless-inner .frameless-content .step .wrap {
        display: table;
        width: 100%;
        transition: max-width 0.5s ease-in-out; }
        .frameless-popup .frameless-inner .frameless-content .step .wrap.third {
          margin: 0 auto; }
        .frameless-popup .frameless-inner .frameless-content .step .wrap.spaceless {
          width: calc(100% + 6%);
          margin: 0 -3%; }
        .frameless-popup .frameless-inner .frameless-content .step .wrap > .row {
          display: table-row; }
        .frameless-popup .frameless-inner .frameless-content .step .wrap .cell {
          display: block;
          box-sizing: border-box; }
          .frameless-popup .frameless-inner .frameless-content .step .wrap .cell.two {
            width: 100%;
            margin-bottom: 27px; }
          .frameless-popup .frameless-inner .frameless-content .step .wrap .cell.third {
            width: 100%; }
          .frameless-popup .frameless-inner .frameless-content .step .wrap .cell.v-center {
            vertical-align: middle; }
          .frameless-popup .frameless-inner .frameless-content .step .wrap .cell.spacer {
            padding-top: 10px;
            text-align: center;
            /*font-family: 'opensans_semibold';*/
            font-weight: 600; }
          .frameless-popup .frameless-inner .frameless-content .step .wrap .cell .row {
            margin-bottom: 11px; }
            .frameless-popup .frameless-inner .frameless-content .step .wrap .cell .row:after {
              display: block;
              content: '';
              clear: both; }
            .frameless-popup .frameless-inner .frameless-content .step .wrap .cell .row .short {
              float: left;
              width: 40%;
              box-sizing: border-box; }
              .frameless-popup .frameless-inner .frameless-content .step .wrap .cell .row .short:first-child {
                padding-right: 3%; }
            .frameless-popup .frameless-inner .frameless-content .step .wrap .cell .row .medium {
              float: left;
              width: 60%; }
      .frameless-popup .frameless-inner .frameless-content .step .contact {
        min-height: 294px;
        border-bottom: 1px solid #736f6f;
        -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.7);
        box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.7); }
        .frameless-popup .frameless-inner .frameless-content .step .contact h2, .frameless-popup .frameless-inner .frameless-content .step .contact h3 {
          text-align: left; }
        .frameless-popup .frameless-inner .frameless-content .step .contact.man .person {
          display: none; }
          .frameless-popup .frameless-inner .frameless-content .step .contact.man .person.frau {
            display: inline-block; }
        .frameless-popup .frameless-inner .frameless-content .step .contact .person {
          text-align: left;
          padding-top: 20px; }
          .frameless-popup .frameless-inner .frameless-content .step .contact .person > div {
            font-size: 1.3em; }
            .frameless-popup .frameless-inner .frameless-content .step .contact .person > div.small {
              font-size: 1em; }
          .frameless-popup .frameless-inner .frameless-content .step .contact .person > span {
            display: inline-block;
            color: #b1b1b1;
            font-size: .8em;
            line-height: 1em;
            /*font-family: 'opensans_lightitalic';*/
            font-weight: 500;
            font-sytle: italic;
            margin-bottom: 10px;
            position: relative;
            top: -5px; }
          .frameless-popup .frameless-inner .frameless-content .step .contact .person.frau {
            display: none; }
  .frameless-popup .frameless-inner #confirm {
    display: none;
    position: absolute;
    z-index: 10;
    top: 75px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center; }
    .frameless-popup .frameless-inner #confirm #confirm-inner {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      .frameless-popup .frameless-inner #confirm #confirm-inner h2 {
        margin-top: 0;
        color: #FFF;
        text-align: center; }
        .frameless-popup .frameless-inner #confirm #confirm-inner h2 span {
          display: block;
          font-size: .85em; }
      .frameless-popup .frameless-inner #confirm #confirm-inner button {
        display: inline-block;
        cursor: pointer;
        padding: 10px 15px;
        margin: 10px 10px 0;
        font-size: 15px;
        text-transform: uppercase;
        border: 0 none;
        outline: 0 none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #FFF;
        background: #119e36;
        /*font-family: 'opensans_semibold';*/
        font-weight: 600;
        text-align: center; }
        .frameless-popup .frameless-inner #confirm #confirm-inner button:hover {
          opacity: .9; }
  .frameless-popup .frameless-inner:before {
    content: '';
    position: absolute;
    display: block;
    top: 75px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s ease-in-out; }
  .frameless-popup .frameless-inner.light_on:before {
    animation: blink 1s;
    background: transparent;
  }
  .frameless-popup .frameless-inner.stack {
    -webkit-box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada;
    box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada; }
    .frameless-popup .frameless-inner.stack.s1 {
      -webkit-box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada, 9px -9px 0 0 #8E8E8E, 12px -12px 0 0 #EAEAEA;
      box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada, 9px -9px 0 0 #8E8E8E, 12px -12px 0 0 #EAEAEA; }
    .frameless-popup .frameless-inner.stack.s2 {
      -webkit-box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada, 9px -9px 0 0 #8E8E8E, 12px -12px 0 0 #EAEAEA, 15px -15px 0 0 #9F9F9F, 18px -18px 0 0 #F3F3F3;
      box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada, 9px -9px 0 0 #8E8E8E, 12px -12px 0 0 #EAEAEA, 15px -15px 0 0 #9F9F9F, 18px -18px 0 0 #F3F3F3; }
    .frameless-popup .frameless-inner.stack.s3 {
      -webkit-box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada, 9px -9px 0 0 #8E8E8E, 12px -12px 0 0 #EAEAEA, 15px -15px 0 0 #9F9F9F, 18px -18px 0 0 #F3F3F3, 21px -21px 0 0 #B6B6B6, 24px -24px 0 0 #F9F9F9;
      box-shadow: 3px -3px 0 0 #7b7b7b, 6px -6px 0 0 #dadada, 9px -9px 0 0 #8E8E8E, 12px -12px 0 0 #EAEAEA, 15px -15px 0 0 #9F9F9F, 18px -18px 0 0 #F3F3F3, 21px -21px 0 0 #B6B6B6, 24px -24px 0 0 #F9F9F9; }

.mb_sliderHandler {
  padding: 0 9px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.11) 1px 1px 4px 1px;
  cursor: default;
  height: 100%; }

.info {
  font-size: .85em;
  color: #9f9f9f; }

.m26 {
  margin-bottom: 27px; }

.main-color {
  color: #119e36; }

/* Custom Animations */
.animationFrame {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .animationFrame .animationFrameInner {
    position: relative;
    width: 100%;
    height: 100%; }
    .animationFrame .animationFrameInner .rope {
      width: 50px;
      height: 50px;
      position: absolute;
      top: -200px;
      left: 30px; }
      .animationFrame .animationFrameInner .rope.right {
        left: inherit;
        right: 30px; }
      .animationFrame .animationFrameInner .rope div > div {
        font-size: 8px;
        position: absolute;
        background-color: #575752;
        /*border-bottom: 1px solid #575752;*/
        top: 25px;
        left: 24px;
        width: 2px;
        height: 3em;
        border-radius: 0;
        transform-origin: top center;
        animation: pendulum 1s;
        animation-timing-function: ease-in-out; }
      .animationFrame .animationFrameInner .rope div > div > div {
        font-size: 0.95em;
        top: 3.15789em;
        left: 0; }
    .animationFrame .animationFrameInner .pillar {
      width: 65px;
      height: 45px;
      position: absolute;
      top: 100%;
      left: 60px;
      opacity: 1;
      background: url("assets/images/foot_left.png") no-repeat;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      animation: dockOnBottomPillar 1s; }
      .animationFrame .animationFrameInner .pillar.right {
        left: inherit;
        right: 60px;
        background: url("assets/images/foot_right.png") no-repeat; }

.hangUp {
  animation-name: hangUp; }

.dockOnBottom {
  animation-name: dockOnBottom; }
  .dockOnBottom:after {
    display: block;
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    margin-top: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 40px 35px 0 rgba(0, 0, 0, 0.85);
    opacity: 0;
    animation: dockOnBottomShadow 1s; }

.swingAround {
  transform-origin: top center;
  animation-name: swingAround;
  animation-duration: 1s !important; }

.fadeInDown {
  animation-duration: .5s !important; }

.shake {
  animation-duration: 1s !important; }

.rubberBand {
  animation-duration: 1.9s !important; }

@keyframes pendulum {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-out; }
  16.6666% {
    transform: rotate(1deg);
    animation-timing-function: ease-in-out; }
  50% {
    transform: rotate(-1deg);
    animation-timing-function: ease-in-out; }
  83.3333% {
    transform: rotate(0.5deg);
    animation-timing-function: ease-in-out; }
  100% {
    transform: rotate(0deg);
    animation-timing-function: ease-out; } }
@keyframes hangUp {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    animation-timing-function: linear; }
  20% {
    transform: perspective(400px) rotate3d(1, 0, 0, -1deg) translateZ(10px);
    animation-timing-function: ease-in;
    -webkit-box-shadow: 0 0 150px -5px #565656;
    box-shadow: 0 0 150px -5px #565656; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, 2deg) translateZ(10px) translateY(-40px);
    -webkit-box-shadow: 0 -5px 30px -10px #565656;
    box-shadow: 0 0px 30px -10px #565656; }
  90% {
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg); }
  to {
    transform: perspective(400px); } }
@keyframes swingAround {
  from {
    transform: perspective(1200px) rotate3d(0, 0, 1, 0deg) translateY(-80px);
    animation-timing-function: ease-out; }
  16.6666% {
    transform: perspective(1200px) rotate3d(0, 0, 1, 4deg) translateX(-50px) rotateY(-3deg) translateY(-30px);
    animation-timing-function: ease-in-out; }
  50% {
    transform: perspective(1200px) rotate3d(0, 0, 1, -3deg) translateX(30px) rotateY(2deg) translateY(-10px);
    animation-timing-function: ease-in-out; }
  83.3333% {
    transform: perspective(1200px) rotate3d(0, 0, 1, 1deg) translateX(-10px) rotateY(-1deg) translateY(0);
    animation-timing-function: ease-in-out; }
  to {
    transform: perspective(1200px) rotate3d(0, 0, 1, 0deg);
    animation-timing-function: ease-out; } }
@keyframes dockOnBottom {
  from {
    animation-timing-function: ease-out; }
  50% {
    transform: translateY(-30px); }
  to {
    transform: perspective(1200px) rotate3d(0, 0, 1, 0deg);
    animation-timing-function: ease-out; } }
@keyframes dockOnBottomShadow {
  from {
    animation-timing-function: ease-out; }
  50% {
    opacity: 1;
    transform: translateY(30px); }
  to {
    transform: perspective(1200px) rotate3d(0, 0, 1, 0deg);
    animation-timing-function: ease-out; } }
@keyframes dockOnBottomPillar {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  50% {
    opacity: 1;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes blink {
  0% {
    background: transparent; }
  10% {
    background: rgba(0, 0, 0, 0.5); }
  20% {
    background: transparent; }
  30% {
    background: rgba(0, 0, 0, 0.3); }
  100% {
    background: transparent; } }

.frameless-popup .frameless-inner .frameless-footer .controls > button:first-child:after{
  border-left: 2px solid #119e36;
  border-bottom: 2px solid #119e36;
  transform: rotate(45deg);
  content: '';
  margin: 0 1em;
  margin-right: 0.5em;
  width: 12px;
  height: 12px;
  top: 0;
}


/* Akustik */
.framelessAkustik {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  #right: 50%;
  #transform: translateX(50%);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
.radio-wave-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 5rem;
}
.radio-wave-container.content {
  flex-flow: row nowrap;
  width: 100%;
}
.radio-source {
  position: absolute;
  right: 2rem;
  width: 2rem;
  fill: #000;
}
.radio-wave {
  position: absolute;
  right: 2rem;
  stroke-linecap: round;
  stroke-width: 16;
  stroke: #000;
  stroke: #119e36;
  fill: none;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-duration: 1.8s;
  -webkit-animation-duration: 3.6s;
  -webkit-animation-duration: 7.2s;
  animation-duration: 1.2s;
  animation-duration: 1.8s;
  animation-duration: 3.6s;
  animation-duration: 7.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: scale(0.2) translateX(150%);
  opacity: 0;
  width: 10rem;
  height: 10rem;
}
.radio-wave-1 {
  -webkit-animation-name: wave-1;
  animation-name: wave-1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.radio-wave-container-2 .radio-wave-1 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.radio-wave-container-3 .radio-wave-1 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.radio-wave-container-4 .radio-wave-1 {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
}
@-webkit-keyframes wave-1 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-1 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-1 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
@keyframes wave-1 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-1 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-1 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0.0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0.0;
  }
}
.radio-wave-2 {
  -webkit-animation-name: wave-2;
  animation-name: wave-2;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.2s;
  animation-delay: 0.3s;
}
.radio-wave-container-2 .radio-wave-2 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-delay: 2.1s;
  animation-delay: 0.2s;
  animation-delay: 0.3s;
  animation-delay: 2.1s;
}
.radio-wave-container-3 .radio-wave-2 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-delay: 3.9s;
  animation-delay: 0.2s;
  animation-delay: 0.3s;
  animation-delay: 3.9s;
}
.radio-wave-container-4 .radio-wave-2 {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-delay: 5.7s;
  animation-delay: 0.2s;
  animation-delay: 0.3s;
  animation-delay: 5.7s;
}
@-webkit-keyframes wave-2 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-2 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-2 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
@keyframes wave-2 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-2 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-2 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
.radio-wave-3 {
  -webkit-animation-name: wave-3;
  animation-name: wave-3;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.4s;
  animation-delay: 0.6s;
}
.radio-wave-container-2 .radio-wave-3 {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 0.4s;
  animation-delay: 2.4s;
}
.radio-wave-container-3 .radio-wave-3 {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 4.2s;
  animation-delay: 0.4s;
  animation-delay: 4.2s;
}
.radio-wave-container-4 .radio-wave-3 {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 6.0s;
  animation-delay: 0.4s;
  animation-delay: 6.0s;
}
@-webkit-keyframes wave-3 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-3 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-3 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
@keyframes wave-3 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-3 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-3 {
  0% {
    transform: scale(1.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
.radio-wave-4 {
  -webkit-animation-name: wave-4;
  animation-name: wave-4;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.6s;
  animation-delay: 0.9s;
}
.radio-wave-container-2 .radio-wave-4 {
  -webkit-animation-name: wave-4;
  animation-name: wave-4;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-delay: 2.7s;
  animation-delay: 0.6s;
  animation-delay: 2.7s;
}
.radio-wave-container-3 .radio-wave-4 {
  -webkit-animation-name: wave-4;
  animation-name: wave-4;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-delay: 4.5s;
  animation-delay: 0.6s;
  animation-delay: 4.5s;
}
.radio-wave-container-4 .radio-wave-4 {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-delay: 6.3s;
  animation-delay: 0.6s;
  animation-delay: 6.3s;
}
@-webkit-keyframes wave-4 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-4 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-4 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
@keyframes wave-4 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-4 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-4 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
.radio-wave-5 {
  -webkit-animation-name: wave-5;
  animation-name: wave-5;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 0.8s;
  animation-delay: 1.2s;
}
.radio-wave-container-2 .radio-wave-5 {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-delay: 3s;
  animation-delay: 0.8s;
  animation-delay: 3s;
}
.radio-wave-container-3 .radio-wave-5 {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-delay: 4.8s;
  animation-delay: 0.8s;
  animation-delay: 4.8s;
}
.radio-wave-container-4 .radio-wave-5 {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-delay: 6.6s;
  animation-delay: 0.8s;
  animation-delay: 6.6s;
}
@-webkit-keyframes wave-5 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-5 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-5 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
@keyframes wave-5 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-5 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-5 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
.radio-wave-6 {
  -webkit-animation-name: wave-6;
  animation-name: wave-6;
  -webkit-animation-delay: 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1s;
  animation-delay: 1.5s;
}
.radio-wave-container-2 .radio-wave-6 {
  -webkit-animation-delay: 1s;
  -webkit-animation-delay: 3.3s;
  animation-delay: 1s;
  animation-delay: 3.3s;
}
.radio-wave-container-3 .radio-wave-6 {
  -webkit-animation-delay: 1s;
  -webkit-animation-delay: 5.1s;
  animation-delay: 1s;
  animation-delay: 5.1s;
}
.radio-wave-container-4 .radio-wave-6 {
  -webkit-animation-delay: 1s;
  -webkit-animation-delay: 6.9s;
  animation-delay: 1s;
  animation-delay: 6.9s;
}
@-webkit-keyframes wave-6 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-6 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@-webkit-keyframes wave-6 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.5% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
@keyframes wave-6 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  10% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  20% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  40% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  70% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    transform: scale(1) translateX(-400%);
  }
  90% {
    transform: scale(1.1) translateX(-450%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-6 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.2;
  }
  2.8% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.3;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.4;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.6;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.7;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.8;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  20% {
    transform: scale(1) translateX(-400%);
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
  }
  25% {
    transform: scale(1.2) translateX(-500%);
  }
  100% {
    transform: scale(1.2) translateX(-500%);
  }
}
@keyframes wave-6 {
  0% {
    transform: scale(0.2) translateX(150%);
    opacity: 0.5;
  }
  2.8% {
    transform: scale(0.3) translateX(50%);
    opacity: 0.5;
  }
  5% {
    transform: scale(0.4) translateX(-40%);
    opacity: 0.5;
  }
  7.5% {
    transform: scale(0.5) translateX(-120%);
    opacity: 0.5;
  }
  10% {
    transform: scale(0.6) translateX(-190%);
    opacity: 0.5;
  }
  12.5% {
    transform: scale(0.7) translateX(-250%);
    opacity: 0.5;
  }
  15% {
    transform: scale(0.8) translateX(-300%);
    opacity: 0.4;
  }
  17.5% {
    transform: scale(0.9) translateX(-350%);
    opacity: 0.3;
  }
  20% {
    transform: scale(1.0) translateX(-400%);
    opacity: 0.2;
  }
  22.5% {
    transform: scale(1.1) translateX(-450%);
    opacity: 0;
  }
  25% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
  100% {
    transform: scale(1.2) translateX(-500%);
    opacity: 0;
  }
}
.radio-source {
  opacity: 0;
}
.framelessAkustik > .radio-wave-container-3 {
  transform: rotate(30deg);
  position: absolute;
  right: -50px;
  bottom: -100px;
  margin: 0;
}
.framelessAkustik > .radio-wave-container-2 {
  transform: rotate(-30deg);
  position: absolute;
  right: -50px;
  top: -100px;
  margin: 0;
}
.framelessAkustik > .radio-wave-container {
  transform: rotate(225deg);
  transform: rotate(210deg);
  position: absolute;
  left: -50px;
  top: -100px;
  margin: 0;
}
.framelessAkustik > .radio-wave-container-4 {
  transform: rotate(135deg);
  transform: rotate(150deg);
  position: absolute;
  left: -50px;
  bottom: -100px;
  margin: 0;
}


/* Outdoor Animation */



/* TODO NEW RAIN */
/*.drop {
  background:-webkit-gradient(linear,0% 0%,0% 100%, from(rgba(13,52,58,1) ), to(rgba(255,255,255,0.6))  );
  background: -moz-linear-gradient(top, rgba(13,52,58,1) 0%, rgba(255,255,255,.6) 100%);
  width:1px;
  height:89px;
  position: absolute;
  bottom:200px;
  -webkit-animation: fall .63s linear infinite;
  -webkit-animation: fall 1s linear infinite;
  -moz-animation: fall .63s linear infinite;
  -moz-animation: fall 1s linear infinite;
}

// animate the drops/
@-webkit-keyframes fall {
  to {margin-top:900px;}
}

@-moz-keyframes fall {
  to {margin-top:900px;}
}*/

.mfp-container.mfp-ajax-holder.mfp-s-ready {
  overflow: hidden;
}

.mfp-container.mfp-ajax-holder.mfp-s-ready.rainBackground {
  background:#0D343A;
  background:-webkit-gradient(linear,0% 0%,0% 100%, from(rgba(13,52,58,1) ), to(#000000)  );
  background: -moz-linear-gradient(top, rgba(13,52,58,1) 0%, rgba(0,0,0,1) 100%);
}



/*.rain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}*/

/*.rain.back-row {
  display: none;
  z-index: 1;
  bottom: 60px;
  opacity: 0.5;
}*/

body.back-row-toggle .rain.back-row {
  display: block;
}

.drop {
  position: absolute;
  bottom: 100%;
  width: 15px;
  height: 120px;
  pointer-events: none;
  animation: drop 10s linear infinite;
  opacity: 0;
}

@keyframes drop {
  0% {
    opacity: 1;
    transform: translateY(0vh);
  }
  75% {
    opacity: 1;
    transform: translateY(90vh);
  }
  100% {
    opacity: 1;
    transform: translateY(90vh);
  }
}

.stem {
  width: 1px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.65));
  animation: stem 10s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 10s linear infinite;
  display: none;
}

body.splat-toggle .splat {
  display: block;
}

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.toggles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.toggle {
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  box-sizing: border-box;
  text-align: center;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.toggle:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.toggle.active {
  background-color: rgba(255, 255, 255, 0.4);
}

.splat-toggle {
  top: 20px;
}

.back-row-toggle {
  top: 90px;
  line-height: 12px;
  padding-top: 14px;
}

.single-toggle {
  top: 160px;
}

body.single-toggle .drop {
  display: none;
}

body.single-toggle .drop:nth-child(10) {
  display: block;
}


/* Background Indoor */
.mfp-container.mfp-ajax-holder.mfp-s-ready.indoorBackground {
  /*background-color: #d7d3c7;*/
  /*opacity: 0.8;*/
  /*background-image: linear-gradient(to right, #c9bea9, #c9bea9 5px, #d7d3c7 5px, #d7d3c7);
  background-size: 10px 100%;*/
  background-image: url(/wp-content/plugins/frameless/assets/images/white-wall-textures.jpg);
  background-size: 50%;
}

@media (min-width: 1024px) {
  .frameless-inner {
    min-width: 770px !important;
  }
}

/*# sourceMappingURL=frameless.css.map */