body {
  font-family: Rubik; }
  body .ug-textpanel {
    display: none !important; }
  body .load {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999999999999999999999999; }
    body .load img {
      width: 100%;
      height: auto; }
    body .load h1 {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 25px;
      left: 0; }
  @media (max-width: 576px) {
    body .section {
      overflow: hidden; } }
  body .wrapper {
    visibility: hidden; }
  body .invis {
    visibility: hidden; }
    @media (max-width: 576px) {
      body .invis {
        display: none !important; } }
  body .fp-controlArrow.fp-prev {
    left: 0;
    border: none;
    width: 2vw;
    height: 3.6vw;
    background: url("https://res.cloudinary.com/media4e7/image/upload/v1591961086/arrow_wev8s6.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: rotate(179deg); }
  body .fp-controlArrow.fp-next {
    right: 0;
    border: none;
    width: 2vw;
    height: 3.6vw;
    background: url("https://res.cloudinary.com/media4e7/image/upload/v1591961086/arrow_wev8s6.png") no-repeat;
    background-size: contain;
    cursor: pointer; }
  body .hover-cont h3 {
    text-transform: uppercase;
    color: #a39a9b;
    text-align: center;
    margin: 5px auto;
    font-size: 24px; }
    @media (max-width: 992px) {
      body .hover-cont h3 {
        font-size: 16px; } }
    @media (max-width: 576px) {
      body .hover-cont h3 {
        font-size: 9px; } }
  body .fp-bg {
    z-index: 2; }
  body p {
    font-size: 18px; }
    @media (max-width: 576px) {
      body p {
        font-size: 10px; } }
  body .gallery {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6); }
    body .gallery .boxe {
      width: 80%;
      max-width: 900px; }
      @media (max-width: 576px) {
        body .gallery .boxe {
          width: 80%; } }
      body .gallery .boxe .title-box {
        background: #000;
        display: flex;
        justify-content: space-between; }
        body .gallery .boxe .title-box h3 {
          color: #ffffff;
          margin: 5px;
          text-transform: uppercase; }
        body .gallery .boxe .title-box .gal-close {
          background: none;
          padding: 0;
          border: none;
          color: white;
          margin-right: 5px;
          font-size: 22px; }
  body figure {
    margin: 0;
    width: 100%; }
    body figure img {
      width: 100%; }
  body .fp-controlArrow.fp-next {
    right: 50px; }
    @media screen and (max-width: 576px) {
      body .fp-controlArrow.fp-next {
        top: unset;
        bottom: 5%; } }
  body .fp-controlArrow.fp-prev {
    left: 50px; }
    @media screen and (max-width: 576px) {
      body .fp-controlArrow.fp-prev {
        top: unset;
        bottom: 5%; } }
  body .title-box {
    display: flex;
    flex-wrap: wrap; }
    body .title-box .sec-title {
      width: 100%;
      display: flex;
      align-items: center; }
      body .title-box .sec-title h3 {
        font-size: 50px; }
        @media screen and (max-width: 1600px) {
          body .title-box .sec-title h3 {
            font-size: 40px; } }
        @media screen and (max-width: 576px) {
          body .title-box .sec-title h3 {
            font-size: 22px; } }
      body .title-box .sec-title h1 {
        font-size: 100px; }
        @media screen and (max-width: 1600px) {
          body .title-box .sec-title h1 {
            font-size: 80px; } }
        @media (max-width: 992px) {
          body .title-box .sec-title h1 {
            font-size: 75px; } }
        @media screen and (max-width: 576px) {
          body .title-box .sec-title h1 {
            font-size: 30px; } }
      body .title-box .sec-title .line {
        height: 10px;
        width: 1px;
        flex-grow: 1;
        background-color: #000; }
        @media screen and (max-width: 576px) {
          body .title-box .sec-title .line {
            height: 4px; } }
      body .title-box .sec-title .big {
        height: 20px; }
        @media screen and (max-width: 1600px) {
          body .title-box .sec-title .big {
            height: 18px; } }
        @media (max-width: 992px) {
          body .title-box .sec-title .big {
            height: 15px; } }
        @media screen and (max-width: 576px) {
          body .title-box .sec-title .big {
            height: 9px; } }
  body .prev, body .next {
    width: 2vw;
    margin-left: 50px;
    position: absolute;
    right: 50px; }
    @media screen and (max-width: 576px) {
      body .prev, body .next {
        display: none;
        position: absolute;
        bottom: 15%;
        width: 5%;
        right: 20%; } }
    body .prev img, body .next img {
      width: 100%; }
  body .prev {
    margin: 0;
    margin-right: 50px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: unset;
    left: 50px; }
  body .title-box.f-t {
    width: 80%;
    position: absolute;
    top: 50px;
    padding: 0 7.5%; }
    @media screen and (max-width: 576px) {
      body .title-box.f-t {
        top: 15px;
        padding: 0 15% 0 7.5%; } }
  body .m-r h1, body .m-r h3 {
    margin: 0;
    margin-right: 25px; }
    @media screen and (max-width: 576px) {
      body .m-r h1, body .m-r h3 {
        margin-right: 5px; } }
  body .m-l h1, body .m-l h3 {
    margin: 0;
    margin-left: 25px; }
    @media screen and (max-width: 576px) {
      body .m-l h1, body .m-l h3 {
        margin-left: 5px; } }
  body .title-box .white h1 {
    color: #fff; }
  body .title-box .white h3 {
    color: #fff; }
  body .title-box .white .line {
    background-color: #fff; }
  body .flex-full-center {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 4; }
  body .flexbox {
    display: flex;
    flex-wrap: wrap; }
  body #landingpage .fp-bg {
    z-index: -1;
    background: url("https://res.cloudinary.com/media4e7/image/upload/w_1000,ar_16:9,c_fill,g_auto,e_sharpen/v1593507821/lpbg_leujlp.png");
    background-size: cover;
    background-position: bottom; }
  body #campaign .fp-bg {
    background-color: #D4A692; }
  body #campaign img.camp-img {
    width: 73%; }
    @media screen and (max-width: 576px) {
      body #campaign img.camp-img {
        display: none; } }
  body #campaign .mcamp-img {
    display: none; }
    @media screen and (max-width: 576px) {
      body #campaign .mcamp-img {
        display: block; } }
  @media screen and (max-width: 576px) {
    body #eye .flex-full-center {
      align-items: unset; } }
  body #eye .cont {
    width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 1100px) {
      body #eye .cont {
        width: 80%; } }
    @media screen and (max-width: 576px) {
      body #eye .cont {
        margin-top: 25px; } }
  body #eye .flexbox {
    width: 100%;
    background: url("https://res.cloudinary.com/media4e7/image/upload/v1560779600/4e7-auge_jrc6jl.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-end; }
    @media screen and (max-width: 576px) {
      body #eye .flexbox {
        background: none; } }
    body #eye .flexbox .title-box {
      width: 65%; }
      @media screen and (max-width: 576px) {
        body #eye .flexbox .title-box {
          width: 100%; } }
    body #eye .flexbox .mobile-eye {
      display: none;
      width: 100%;
      height: 30vh;
      background: url("https://res.cloudinary.com/media4e7/image/upload/v1560779600/4e7-auge_jrc6jl.jpg");
      background-size: cover; }
      @media screen and (max-width: 576px) {
        body #eye .flexbox .mobile-eye {
          display: block;
          height: 25vh; } }
    body #eye .flexbox .eye-links {
      width: 40%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 100px; }
      @media screen and (max-width: 576px) {
        body #eye .flexbox .eye-links {
          margin-bottom: 10px;
          width: 100%; } }
      body #eye .flexbox .eye-links a {
        width: 20%; }
      body #eye .flexbox .eye-links img {
        width: 100%; }
    body #eye .flexbox .eye-text {
      width: 70%;
      height: 44%;
      display: block; }
  body #eye p {
    width: 100%;
    font-size: 25px;
    text-align: justify; }
    @media screen and (max-width: 1100px) {
      body #eye p {
        font-size: 30px; } }
    @media screen and (max-width: 576px) {
      body #eye p {
        font-size: 12px; } }

#features .fp-bg {
  z-index: -1; }
#features .f-one {
  background: url("https://res.cloudinary.com/media4e7/image/upload/v1559997739/advertising_z1cedf.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    #features .f-one {
      background: url("https://res.cloudinary.com/media4e7/image/upload/v1561545277/advertising_mobile_f5a8gh.jpg");
      background-size: cover;
      background-repeat: no-repeat; } }
#features .f-two {
  background: url("https://res.cloudinary.com/media4e7/image/upload/v1559997738/branded-entertainment_xdxrnf.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    #features .f-two {
      background: url("https://res.cloudinary.com/media4e7/image/upload/v1561545531/branded_entertainment-mobile_mnxzaw.jpg");
      background-size: cover;
      background-repeat: no-repeat; } }
#features .f-tree {
  background: url("https://res.cloudinary.com/media4e7/image/upload/v1559997738/branded-publishing_wob1m5.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    #features .f-tree {
      background: url("https://res.cloudinary.com/media4e7/image/upload/v1561545276/branded_publishing-mobile_eftijk.jpg");
      background-size: cover;
      background-repeat: no-repeat; } }
#features .f-four {
  background: url("https://res.cloudinary.com/media4e7/image/upload/v1560344740/social-media-m-anagement2_wbvww1.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    #features .f-four {
      background: url("https://res.cloudinary.com/media4e7/image/upload/v1561545531/branded_entertainment-mobile_mnxzaw.jpg");
      background-size: cover;
      background-repeat: no-repeat; } }
#features .flex-full-center {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  width: 100%; }
#features .content-cont {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  @media screen and (max-width: 576px) {
    #features .content-cont {
      width: 70%; } }
#features li {
  font-size: 25px;
  color: white; }
  @media screen and (max-width: 1100px) {
    #features li {
      font-size: 30px; } }
  @media screen and (max-width: 576px) {
    #features li {
      font-size: 12px; } }
@media screen and (max-width: 576px) {
  #features .dashed {
    padding: 20px; } }

#cases .fp-bg, #plattforms .fp-bg {
  background-color: #7a9fa7; }
#cases .tn-cont, #plattforms .tn-cont {
  width: 80%; }
  @media screen and (max-width: 576px) {
    #cases .tn-cont, #plattforms .tn-cont {
      width: 80%;
      display: flex;
      flex-wrap: wrap; } }
#cases .img-cont, #plattforms .img-cont {
  width: 14vw;
  height: 25vw;
  position: relative; }
  @media screen and (max-width: 576px) {
    #cases .img-cont, #plattforms .img-cont {
      width: 40vw !important;
      height: 29vw; } }
#cases .hover-cont, #plattforms .hover-cont {
  width: 100%;
  height: 0;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background-color: #bfd0d4; }
  @media (max-width: 1050px) {
    #cases .hover-cont, #plattforms .hover-cont {
      height: auto;
      background: rgba(0, 0, 0, 0.6); } }
#cases .slick-track :nth-child(even) .hover-cont, #plattforms .slick-track :nth-child(even) .hover-cont {
  background-color: #e4d6bb; }
  @media (max-width: 1050px) {
    #cases .slick-track :nth-child(even) .hover-cont, #plattforms .slick-track :nth-child(even) .hover-cont {
      height: auto;
      background: rgba(0, 0, 0, 0.6); } }
@media screen and (max-width: 576px) {
  #cases .plattform-box .img-cont, #plattforms .plattform-box .img-cont {
    height: 40vw; } }

@media screen and (max-width: 576px) {
  #cases .flex-full-center {
    height: 80vh;
    margin-top: 10vh;
    min-height: unset; } }
@media screen and (max-width: 576px) {
  #cases .flex-full-center .cases-cont {
    height: 100%; } }
#cases .flex-full-center .img-cont {
  width: 14vw;
  height: 25vw;
  position: relative; }
  @media screen and (max-width: 576px) {
    #cases .flex-full-center .img-cont {
      width: auto;
      height: 20%; } }

#work-1 .fp-bg {
  background-color: #a2999c;
  z-index: -1; }
#work-1 .flex-full-center {
  z-index: 99; }
#work-1 .work-cont {
  height: auto; }
  @media (max-width: 576px) {
    #work-1 .work-cont {
      height: 80vh;
      margin-top: 7vh;
      min-height: unset; } }
#work-1 .work-display {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  overflow: hidden; }
#work-1 .inner-cont {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  margin: 200px auto; }
  @media screen and (max-width: 1100px) {
    #work-1 .inner-cont {
      margin: 0 auto; } }
  @media screen and (max-width: 576px) {
    #work-1 .inner-cont {
      width: 70%;
      margin: 0px auto; } }
#work-1 .img-box {
  padding-bottom: 100%;
  background-size: cover; }
#work-1 .hover-cont {
  width: 100%;
  height: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  bottom: 0;
  background-color: #bfd0d4; }
  @media (max-width: 1050px) {
    #work-1 .hover-cont {
      height: auto;
      background: rgba(0, 0, 0, 0.6); } }
#work-1 .img-cont:nth-child(even) .hover-cont {
  background-color: #e4d6bb; }
  @media (max-width: 1050px) {
    #work-1 .img-cont:nth-child(even) .hover-cont {
      height: auto;
      background: rgba(0, 0, 0, 0.6); } }
#work-1 .img-cont {
  width: 20%;
  height: auto;
  position: relative; }
  @media screen and (max-width: 576px) {
    #work-1 .img-cont {
      width: 24%; } }
#work-1 .img-box {
  padding-bottom: 100%;
  background-size: cover; }

#plattforms .fp-bg {
  background-color: #dbc8a0; }

.about_us .flex-full-center {
  height: 85vh;
  margin-top: 15vh;
  min-height: unset; }
  @media (max-width: 576px) {
    .about_us .flex-full-center {
      height: 85vh;
      margin-top: 15vh;
      min-height: unset;
      align-items: baseline; } }
.about_us .about-box {
  width: 80%;
  display: flex;
  justify-content: space-between;
  max-width: 1200px; }
  @media screen and (max-width: 1100px) {
    .about_us .about-box {
      flex-wrap: wrap; } }
  @media screen and (max-width: 576px) {
    .about_us .about-box {
      width: 70%;
      margin-top: 0; } }
  .about_us .about-box .main-img {
    width: 40%; }
    @media (max-width: 992px) {
      .about_us .about-box .main-img {
        width: 100%;
        height: 38vh; } }
    @media screen and (max-width: 576px) {
      .about_us .about-box .main-img {
        width: 100%;
        height: 25vh; } }
  .about_us .about-box img.ab-txt {
    width: 100%; }
  .about_us .about-box .about_text {
    width: 50%; }
    @media (max-width: 992px) {
      .about_us .about-box .about_text {
        width: 100%; } }

@media screen and (max-width: 992px) {
  #selma .about-box {
    flex-direction: column-reverse; } }

#press-sc .flex-full-center {
  height: 85vh;
  margin-top: 15vh;
  min-height: unset; }
  @media screen and (max-width: 576px) {
    #press-sc .flex-full-center {
      height: 90vh;
      margin-top: 10vh; } }
#press-sc #press-gallery {
  width: 80% !important;
  max-width: unset !important;
  max-height: 75%; }
  @media screen and (max-width: 992px) {
    #press-sc #press-gallery {
      display: none !important; } }
#press-sc .m-g-display {
  width: 70%;
  max-height: 80vh;
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  display: none; }
  @media screen and (max-width: 576px) {
    #press-sc .m-g-display {
      display: block; } }
#press-sc #m-press-gallery {
  width: 100%; }

#press-mobile {
  display: none; }

#tele-gal {
  width: 80%;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1100px) {
    #tele-gal {
      width: 50%;
      flex-wrap: wrap; } }
  #tele-gal a.tele-link {
    width: 30%; }
    @media screen and (max-width: 1100px) {
      #tele-gal a.tele-link {
        width: 100%;
        margin-bottom: 25px; } }
  #tele-gal img.tele-img {
    width: 100%; }

#tele .fp-bg {
  background-color: #a2999c; }

#footer .fp-bg {
  z-index: -1; }

.img-cont:hover .hover-cont {
  animation: newhover 0.3s;
  animation-fill-mode: forwards; }

#footer {
  flex-direction: column;
  position: relative;
  bottom: 0;
  background-size: cover; }
  #footer .fp-bg {
    background-position: center 52%; }
  #footer .fp-tableCell {
    background: rgba(0, 0, 0, 0.7); }
  #footer h2 {
    font-size: 30px;
    margin: 10px 0;
    color: white; }
  #footer p {
    font-size: 14px;
    line-height: 1.65;
    margin: 5px 0;
    color: white; }
  #footer a {
    font-size: 14px;
    color: white;
    text-decoration-line: none; }
  #footer .first_row {
    display: flex;
    flex-direction: row;
    width: 60vw;
    padding: 40px 20vw;
    justify-content: space-between; }
    @media screen and (max-width: 1100px) {
      #footer .first_row {
        flex-wrap: wrap; } }
    @media screen and (max-width: 576px) {
      #footer .first_row {
        padding: 60px 20vw 40px; } }
    #footer .first_row .touch {
      width: 40%; }
      @media screen and (max-width: 1100px) {
        #footer .first_row .touch {
          width: 100%;
          text-align: center; } }
    #footer .first_row .links {
      width: 30%;
      display: flex;
      flex-direction: column;
      right: 20vw; }
      @media screen and (max-width: 1100px) {
        #footer .first_row .links {
          width: 100%;
          text-align: center;
          margin-top: 50px; } }
      #footer .first_row .links a {
        width: 100%;
        color: white;
        text-decoration-line: none; }
  #footer .second_row {
    display: flex;
    flex-direction: row;
    width: 60vw;
    padding: 20px 20vw;
    color: #ffff;
    position: absolute;
    bottom: 10px; }
    @media screen and (max-width: 576px) {
      #footer .second_row {
        flex-direction: column-reverse;
        position: unset; } }
    #footer .second_row a {
      color: white; }
    #footer .second_row .i-link {
      margin-left: 20px; }
      @media screen and (max-width: 576px) {
        #footer .second_row .i-link {
          width: 100%;
          margin-left: 0; }
          #footer .second_row .i-link a {
            margin: 0 auto; } }
    #footer .second_row .social_footer {
      margin: 5px 4vw; }
      @media screen and (max-width: 576px) {
        #footer .second_row .social_footer {
          width: 100%; } }
      #footer .second_row .social_footer a {
        color: white; }
        #footer .second_row .social_footer a img {
          width: 30px;
          margin: 0; }
    #footer .second_row p {
      width: 40%;
      margin-top: 8px; }
      @media screen and (max-width: 576px) {
        #footer .second_row p {
          width: 100%;
          text-align: center; } }
    #footer .second_row div {
      width: 25%;
      margin-top: 12px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 576px) {
        #footer .second_row div {
          width: 100%; } }

nav {
  display: flex;
  flex-direction: row;
  height: 50px;
  width: 90vw;
  padding: 10px 5vw;
  color: white;
  top: 3vh;
  z-index: 3;
  justify-content: space-between;
  margin-bottom: -70px;
  position: absolute; }
  @media screen and (max-width: 1100px) {
    nav {
      display: none; } }
  nav a {
    color: white;
    text-decoration-line: none; }
  nav .social-icons {
    width: 25%;
    z-index: 3; }
    nav .social-icons img {
      width: 35px;
      height: auto;
      margin: 30px 5%; }
  nav .site_links {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    z-index: -98;
    margin-top: 35px;
    font-weight: bold; }
    nav .site_links a {
      font-size: 1.5vw; }
  nav :nth-cild(4) {
    animation-delay: 0.6s; }
  nav :nth-child(2) {
    animation-delay: 0.6s; }

#bgm-btn {
  color: white;
  position: fixed;
  top: -3vw;
  right: -3vw;
  background: none;
  border: none;
  z-index: 9999999999; }
  #bgm-btn:focus {
    outline: none; }
  #bgm-btn .fas {
    z-index: 3;
    font-size: 35px; }
    #bgm-btn .fas:focus {
      outline: none; }
  @media screen and (max-width: 1100px) {
    #bgm-btn {
      top: 25px;
      right: 25px; } }

.show {
  animation: bgmshow 0.6s ease-out forwards; }

.nshow {
  animation: bgmshow 0.6s ease-out forwards;
  animation-direction: reverse; }

#menu {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 99; }
  #menu a {
    text-decoration-line: none;
    color: white;
    margin-top: 50px;
    font-size: 35px; }
    @media screen and (max-width: 576px) {
      #menu a {
        font-size: 20px; } }
  #menu .bgm-txt {
    opacity: 0; }
  #menu .social-icons {
    display: flex;
    opacity: 0;
    width: 40%;
    margin: 0 auto;
    margin-top: 5vh;
    justify-content: space-around; }
    @media screen and (max-width: 576px) {
      #menu .social-icons {
        width: 70%; } }
    #menu .social-icons .social-icon img {
      width: 50%; }
  #menu .fa-times {
    color: white;
    margin-top: 15vh;
    margin-bottom: 10vh;
    font-size: 35px;
    opacity: 0; }

.closeslide {
  animation: closeslide 0.2s ease-in forwards;
  animation-delay: 0.3s; }

.textslide {
  animation: slidetext 0.2s ease-in forwards;
  animation-delay: 0.5s; }

.social-slide {
  animation: socialslide 0.2s ease-in 0.6s forwards !important; }

.menu-close {
  animation: menuclose 0.3s ease-out forwards !important; }

.menu-open {
  animation: menuopen 0.3s ease-out forwards; }

@keyframes mobilehovereffekt {
  0% {
    opacity: 0;
    padding: 0 5vw;
    height: 0; }
  50% {
    opacity: 0.5;
    padding: 22vw 0;
    height: 3vw; }
  100% {
    opacity: 1;
    padding: 44vw 0;
    height: 2vw; } }
@keyframes hovereffekt {
  0% {
    opacity: 0;
    padding: 0 5vw;
    height: 0; }
  50% {
    opacity: 0.5;
    padding: 5vw 0;
    height: 3vw; }
  100% {
    opacity: 1;
    padding: 12.5vw 0;
    height: 2vw; } }
@keyframes bighovereffekt {
  0% {
    opacity: 0;
    padding: 0 5vw;
    height: 0; }
  50% {
    opacity: 0.5;
    padding: 4vw 0;
    height: 2vw; }
  100% {
    opacity: 1;
    padding: 12.5vw 0;
    height: 2vw; } }
@keyframes mobilebighovereffekt {
  0% {
    opacity: 0;
    padding: 0 0;
    height: 0; }
  50% {
    opacity: 0.5;
    padding: 24vw 0;
    height: 2vw; }
  100% {
    opacity: 1;
    padding: 49vw 0;
    height: 2vw; } }
@keyframes feathovereffekt {
  0% {
    opacity: 0;
    padding: 0 5%;
    height: 0;
    margin-top: 30vw; }
  50% {
    opacity: 0.5;
    padding: 1.5vw 5%;
    height: 12vw;
    margin-top: 15vw; }
  100% {
    opacity: 1;
    padding: 3vw 5%;
    height: 24vw;
    margin-top: 0; } }
@keyframes mobilefeathovereffekt {
  0% {
    opacity: 0;
    width: 0; }
  50% {
    opacity: 0.5;
    width: 50vw; }
  100% {
    opacity: 1;
    width: 100vw; } }
@keyframes menuopen {
  0% {
    width: 0;
    height: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0); }
  50% {
    width: 25vw;
    height: 50vh;
    padding-right: 25vw;
    background: rgba(0, 0, 0, 0.5); }
  100% {
    width: 50vw;
    height: 100vh;
    padding: 0 25vw;
    background: rgba(0, 0, 0, 0.9); } }
@keyframes slidetext {
  from {
    opacity: 0;
    margin-right: -50%; }
  to {
    opacity: 1;
    margin-right: 0; } }
@keyframes closeslide {
  from {
    opacity: 0;
    margin-top: 5vh; }
  to {
    opacity: 1;
    margin-top: 10vh; } }
@keyframes menuclose {
  0% {
    width: 40vw;
    height: 100vh;
    padding: 0 30vw;
    background: rgba(0, 0, 0, 0.9); }
  50% {
    width: 20vw;
    height: 50vh;
    padding-right: 30vw;
    background: rgba(0, 0, 0, 0.5); }
  100% {
    width: 0;
    height: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0); } }
@keyframes bgmshow {
  from {
    opacity: 0;
    top: -3vw;
    right: -3vw; }
  to {
    opacity: 1;
    top: 3vw;
    right: 3vw; } }
@keyframes socialslide {
  from {
    opacity: 0;
    margin-top: 15vh; }
  to {
    opacity: 1; } }
@keyframes mobilebgmshow {
  from {
    opacity: 0;
    top: -3vw; }
  to {
    opacity: 1;
    top: 8vw; } }
@keyframes mobilerightslide {
  from {
    opacity: 0;
    width: 0;
    padding: 0; }
  to {
    opacity: 1;
    width: 90vw;
    padding: 0 5vw; } }
@keyframes imgslide {
  from {
    margin-left: -120vw; }
  to {
    margin-left: 0vw; } }
@keyframes more {
  from {
    margin-left: 0; }
  to {
    margin-left: -60vw; } }
@keyframes morenext {
  from {
    margin-left: -60vw; }
  to {
    margin-left: -120vw; } }
@keyframes newhover {
  from {
    height: 0;
    opacity: 0; }
  to {
    height: 100%;
    opacity: 1; } }
