
/* Tablet Landscape */
@media screen and (max-width: 1024px) {
  #categories, #faqs {width:100%; margin-left: 0; margin-right: 0;}
  #categories {margin-bottom: 40px;}
  #nonSearchContent .trennerVertikal {display:none;}
  .searchForm {width:100%;}
  .serviceSeparatorLine {margin-top: 0px;}
}

/* Tablet Portrait */
@media screen and (max-width: 768px) {
  .searchForm {width: 100%;}
  .serviceSeparatorLine {margin-top: 0px;}
}

@media screen and (max-width: 670px) {
  .searchBodyContent .ueberschrift1 a {font-size: 32px}
  #searchBody {margin-left: 0}
  #suche .avatar {display: none;}
  /*.chatLasche {display: none !important;}*/
  #services {width: 100%;margin-right: 0px;}
  #forms {width: 100%;margin-left: 0px;}
  .serviceTrennerVertikal {display: none;}

}

@media screen and (max-width: 470px) {
  div#categoryContent ul li ul li.width33 {width:100%; margin-right: 0;margin-bottom: 10px;}
  .segmentRow {margin-top: 0;}
  #categoryContent > ul.firstSegment {padding-top: 20px;}
  .articleAnswer img {max-width:100% !important; height: auto}
  .loginButton a {width: 90px;}
  .searchBox {font-size: .8em;}
}