@media ( max-width :640px) and (orientation:landscape)
{
}

@media ( max-width : 768px)
{
}

@media ( max-width : 768px) and (orientation:landscape)
{
}

@media ( max-width : 1024px)
{
  .splide__slide img
  {
    width: auto;
  }

  .slogan_slider
  {
    top: 130px;
    font-size: 3em;
    width: 100%;
    left: 0;
  }

  #web_header
  {
    height: 250px;
    overflow: hidden;
  }

  #mobile_navi
  {
    display: block;
  }

  .navi_item
  {
    display: none;
  }

  #logo img
  {
    height: 60px !important;
  }

  #navi_left
  {
    text-align: left;
  }

  #configButtons
  {
    display: none;
  }

  #iframe_novideo
  {
    top: 0;
  }

  .itemmenus
  {
    width: 100%;
    margin-bottom: 20px;
  }

  .footerSection, .footerWrapper, #aboutus, #contact, #input_wrapper, #submit_wrapper, #ite_buttons, #impressum, #formc, #login_wrapper
  {
    width: 100% !important;
  }

  #impressum, #formc,  #aboutus, #contact
  {
    padding: 20px;
  }

  #datenschutz, #step_2, #step_3
  {
    padding: 20px;
    width: 100%;
    font-size: 1em !important;
  }

  #datenschutz  h1
  {
    font-size: 2em !important;
  }

  .g_images>div
  {
    width: calc(100% / 2);
  }

  .amount_container, .name_container
  {
    float: left;
    width: auto;
    font-size: 1em !important;
  }

  .name_container, .amount_container
  {
    height: auto !important;
    line-height: 1.3em;
  }

  .price_container
  {
    width: 100%;
    font-size: 1em !important;
  }

  .item_price >span > .amount_container
  {
    float: none !important;
  }

  #item_wrapper
  {
    padding: 10px;
  }

  #input_wrapper >form >div
  {
    width: 100%;
  }

  #input_wrapper, #login_wrapper
  {
    margin: 0;
    padding: 0;
  }

  #input_gender_box >span, #input_gender_box >input
  {
    width: 50%;
    float: left;
    margin: 0;
    height: 20px;
    margin-bottom: 10px;
  }

  .login_input>div
  {
    width: 100%;
  }

  #web_info .block, .posts>div
  {
    width: 100%;
    margin: 0;
  }

  .posts
  {
    display: block;
  }

  h1
  {
    font-size: 2em;
    line-height: 110%;
  }
}

