@media screen and (max-width: 1024px) {
  img {
    height: auto;
  }
  body {
    margin: 0;
    font-size: 14px;
    /* line-height: 18px; */
  }
  #content-wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
  }
  #logo {
    position: relative !important;
    margin: 0 auto;
    width: 75%;
    display: block;
    left: 0;
    width: 360px;
    height: 70px;
  }
  #navigation {
    position: static;
    padding: 10px 30px;
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  #navigation li {
    float: none;
    display: inline-block;
    line-height: 1;
    margin: 0 15px;
  }
  #navigation li a {
    padding: 10px;
  }
  #content {
    margin: 40px 0 0;
  }
  #orange-bg {
    background-position: -40px -103px;
  }
  .c1,
  .c2,
  .c3,
  .cTwo {
    margin: 20px 5%;
  }
  .cTwo,
  .c1,
  .c2,
  .c3 {
    width: 90%;
  }
  #f-links {
    width: 400px;
  }
  #f-contact {
    width: 320px;
    padding-right: 0;
  }
  #bxWrap {
    width: 100%;
  }
  #bxSlider {
    overflow: visible;
  }
  .bxSlider-Item {
    width: 100% !important;
  }
  .art-item {
    width: 100%;
    margin: 15px 0;
  }
  .art-name {
    width: 82%;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    font-size: 14px;
  }
  .faq-antwort,
  .faq-frage {
    font-size: 14px;
    line-height: 18px;
  }
  #container li {
    margin: 14px;
  }
  .hr-l,
  .hr-s {
    display: none;
  }
  #f-links, #f-contact{
	  width: 100%;
	  text-align:center;
  }
  #footer-portal, #footer-shop, #footer-privacy{
	  float: none;
	  display: inline-block;
	  margin-left: 20px;
	  margin-right: 20px; }
}
@media screen and (max-width: 769px) {
  #navigation {
    position: relative;
    right: 0;
    padding: 10px 0;
    width: 100%;
    margin: 0;
  }
  #navigation li {
    margin: 0 5px;
  }
  #f-links,
  #f-contact {
    width: 90%;
    float: none;
    margin: 0;
    text-align: center;
    padding: 10px 5%;
  }
  #footer-portal,
  #footer-shop {
    display: inline-block;
    float: none;
  }
  #footer {
    height: auto;
  }

  #stage{
      padding: 0;
  }
  .stage__item{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .stage__link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .stage__img{
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }

  .stage__text{
      text-align:left;
      font-size: 18px;
  }

}
@media screen and (max-width: 640px) {
  #headline,
  #filter,
  .filter-bg,
  .info-cs3 {
    display: none;
  }
  #slides/*,.bxSlideshow*/ {
    display: none;
  }
  #content-wrapper {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  body {
    font-size: 16px;
    /* line-height: 1.4; */
  }
  h2 {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
    margin-top: 30px;
  }
  h3 {
    font-size: 20px;
  }
  /* p {
    line-height: 22px;
  } */
  .bc-button {
    position: static;
  }
  #header {
    height: inherit;
  }
  #content {
    margin: 25px 0 0;
    padding: 16px;
  }
  #navigation {
    position: relative;
    background: #ff6803;
    background-image: linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -o-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -moz-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -webkit-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -ms-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, #ff6d0b),
      color-stop(1, #ffa666)
    );
    right: 0;
    padding: 10px 0;
    margin: 0;
  }
  #navigation li {
    float: none;
    display: block;
    font-size: 1.6em;
    margin-left: 0;
    border-bottom: 1px solid #ef6000;
  }
  #navigation li a {
    color: #fff;
    text-shadow: 0 1px 2px #666;
    display: block;
  }
  #navigation li a:hover {
    border-bottom: none;
  }
  #headline {
    background: #ff6803;
    background-image: linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -o-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -moz-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -webkit-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -ms-linear-gradient(bottom, #ff6d0b 0%, #ffa666 100%);
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, #ff6d0b),
      color-stop(1, #ffa666)
    );
  }
  #orange-bg {
    background: none;
  }
  .call-to-action-btn {
    right: 0;
    bottom: 0;
  }
  .call-to-action-btn:hover {
    background: url(../img/btn-shop-h.png) no-repeat;
  }
  .c1,
  .c2,
  .c3,
  .cTwo {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  /*#f-links {
    margin: 10px auto 0 40px;
    width: 90%;
  }
  #f-links a {
    display: block;
  }
  #f-contact {
    padding: 0;
    width: 100%;
  }
  #f-contact p {
    text-align: center;
    width: 100%;
    display: block;
  }*/
  .agb-p {
    line-height: 22px;
  }
  .faq-antwort,
  .faq-frage {
    font-size: 18px;
    line-height: 22px;
  }
  .faq-frage {
    margin-top: 15px;
  }
  .info {
    margin: 0;
  }
  .info-arrow {
    position: absolute;
    right: -10px;
    top: 100px;
    z-index: 999;
  }
  #filter {
    margin: 0 20px;
    width: 570px;
  }
  .filter-bg {
    margin-left: -20px;
    width: 586px;
  }
  #container {
    margin-top: -20px;
  }
  #container li {
    margin: 10px 0 ;
  }
  .ol-ablauf br {
    display: none;
  }
  .ul-vorteile {
    width: 100%;
  }
  .art-name {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  #headline,
  .bxSlideshow,
  #filter,
  .filter-bg,
  .info-cs3 {
    display: none;
  }
  body {
    word-wrap: break-word;
  }
  a:hover {
    text-decoration: none;
  }
  h2 {
    font-size: 1.8em;
    line-height: 1.2;
    width: 100%;
  }
  h3 {
    font-size: 1.2em;
  }
  p {
    margin: 10px 0;
    /* line-height: 20px; */
  }
  #logo {
    position: relative !important;
    margin: 0 auto;
    width: 75%;
    display: block;
    left: 0;
  }
  .hr-l,
  .hr-s {
    margin: auto -16px;
  }
  /*
  #f-links {
    width: 85%;
    margin: 10px auto 0;
    padding-left: 30px;
  }
  #footer-portal a,
  #footer-shop a {
    font-size: 22px;
    line-height: 32px;
    display: block;
    width: 100%;
  }
  #footer-portal,
  #footer-shop {
    padding-left: 50px;
    float: none;
    width: 95%;
    display: block;
  }*/
  #container {
    padding: 0;
    width: 100%;
  }

  #container ul {
    overflow: visible;
  }
  .agb-p {
    margin-bottom: 20px;
    line-height: 22px;
  }
  .agb-ulist {
    margin: 10px 0 10px -15px;
  }
  .agb-txt-l {
    margin-bottom: 20px;
  }
  .faq-antwort,
  .faq-frage {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 380px) {
    .stage__link{
        display:block;
    }

    .stage__text{
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
  #content {
    padding: 16px;
  }
  h3 {
    font-size: 20px;
  }
  .agb-p {
    line-height: 14px;
    text-align: left;
  }
  .agb-txt-l {
    font-size: 14px !important;
  }
  .faq-antwort,
  .faq-frage {
    font-size: 12px;
    line-height: 14px;
  }
  #logo {
    height: inherit;
  }
}
@media screen and (max-width: 240px) {
  p,
  ul {
    font-size: 12px;
    /* line-height: 16px; */
  }
  #navigation li {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
    line-height: 18px;
  }
  h3 {
    font-size: 12px;
    line-height: 12px;
  }
  #footer-portal a,
  #footer-shop a {
    font-size: 14px;
    line-height: 32px;
    display: block;
    width: 100%;
  }
}
@media screen and (-webkit-device-pixel-ratio: 2) {
  body {
    background: url(../img/highres/background.jpg) repeat-x #181818;
    -webkit-background-size: 75px 700px;
  }
  /* ul {
    list-style-image: url(../img/highres/list-element.png);
    -webkit-background-size: 14px 14px;
  } */
  /*
  #footer-portal {
    background: url(../img/highres/portal.png) no-repeat left;
    -webkit-background-size: 32px 32px;
  }
  #footer-shop {
    background: url(../img/highres/shop.png) no-repeat left;
    -webkit-background-size: 32px 32px;
  }
  */
  .info {
    background: url(../img/highres/information.png) no-repeat 20px center;
    -webkit-background-size: 24px 24px;
  }
}
