@media screen and (min-width: 1921px) { /*TOT LARGE*/ }
@media screen and (max-width: 1970px) { /*TOT LARGE*/ }
@media screen and (max-width: 1650px) { /*TUSSEN FIX*/ }
@media screen and (max-width: 1600px) { /*LIGGENDE TABLET*/
  .gridC {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1450px) { /*LIGGENDE TABLET*/
  .common_title {
    font-size: 25px;
    line-height: 25px;
  }
  .common_title.large {
    font-size: 65px;
    line-height: 65px;
  }
  .common_title.med {
    font-size: 50px;
    line-height: 50px;
  }
  .spotter_parent_wrap .swiper_data .swiper-slide {
    width: 380px;
  }
}
@media screen and (max-width: 1269px) { /*LIGGENDE TABLET*/
  .gridC {
    padding: 0 20px;
  }
  .header .inner_wrap .menu_wrap ul li + li {
    margin-left: 20px;
  }
  .common_title {
    font-size: 20px;
    line-height: 20px;
  }
  .common_title.large {
    font-size: 55px;
    line-height: 55px;
  }
  .common_title.med {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1023px) { /*RECHTE TABLET*/
  .gridC.small {
    max-width: 100%;
    min-width: 100%;
  }
  .plan_parent_wrap .plan_ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .plan_parent_wrap .plan_ul .item:nth-child(2) {
    margin: 10px 0;
  }
  .testi_parent_wrap .parent_wrap {
    flex-direction: column;
  }
  .testi_parent_wrap .parent_wrap .left_wrap {
    width: 100%;
    padding-right: 0;
  }
  .testi_parent_wrap .parent_wrap .right_wrap {
    width: 100%;
  }
  .faq_parent_wrap .parent_wrap {
    flex-direction: column;
  }
  .faq_parent_wrap .parent_wrap .left_wrap {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  .faq_parent_wrap .parent_wrap .left_wrap .arrow_wrap img {
    width: 150px;
  }
  .faq_parent_wrap .parent_wrap .right_wrap {
    width: 100%;
  }
  .mockup_wrap .inner_wrap {
    flex-direction: column;
  }
  .mockup_wrap .inner_wrap .left_wrap {
    width: 100%;
    padding-bottom: 0;
  }
  .mockup_wrap .inner_wrap .right_wrap {
    width: 100%;
  }
  .footer_wrap .parent_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .header .inner_wrap .menu_wrap {
    display: none;
  }
  .header .inner_wrap .btns_wrap .common_anchor {
    display: none;
  }
  .header .inner_wrap .btns_wrap .hema {
    display: inline-block;
    width: 40px;
  }
}
@media screen and (max-width: 767px) { /*MOBILE*/
  .common_title {
    font-size: 16px;
    line-height: 16px;
  }
  .common_title.large {
    font-size: 40px;
    line-height: 40px;
  }
  .common_title.med {
    font-size: 30px;
    line-height: 30px;
  }
  .slider_wrap {
    padding-top: 20px;
  }
  .slider_wrap .images_wrap {
    padding: 0;
  }
  .feature_list_parent .feature_ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .spotter_parent_wrap .badgeslot {
    top: 10px;
    left: 10px;
  }
  .spotter_parent_wrap .swiper_data .swiper-slide {
    width: 300px;
  }
  .spotter_parent_wrap .swiper_data .userwrap {
    padding: 10px;
  }
  .spotter_parent_wrap .swiper_data .userwrap .img_wrap {
    flex: 0 0 60px;
    width: 60px;
  }
  .join_parent_wrap .inner_wrap .pinner_wrap {
    flex-wrap: wrap;
  }
  .join_parent_wrap .inner_wrap .pinner_wrap .left_wrap {
    padding: 30px;
    width: 100%;
  }
  .join_parent_wrap .inner_wrap .pinner_wrap .image_wrap {
    width: 100%;
  }
  .testi_parent_wrap .parent_wrap .test_list_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .testi_parent_wrap .parent_wrap .test_list_wrap .item:nth-child(even) {
    transform: none !important;
  }
  .testi_parent_wrap .parent_wrap .test_list_wrap .item .common_title {
    font-size: 18px;
  }
  .faqs_wrap .faq_wrap .ques_wrap {
    font-size: 15px;
  }
  .mockup_wrap .inner_wrap .left_wrap {
    padding: 20px;
    padding-bottom: 0;
  }
  .mockup_wrap .inner_wrap .left_wrap .store_wrap {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
  }
  .mockup_wrap .inner_wrap .left_wrap .store_wrap a {
    width: auto;
    margin-right: 0;
  }
}/*# sourceMappingURL=media.css.map */