/**
 * This file contains the stylesheet for all smartphones in Landscape Mode,
 * or rather devices which apply the following mediaquery:
 *
 *   @media(max-width: 767px)
 *
 */

/* Fonts */
/*  Colors */
/*  Highlight for inputs */
/*hellgrau*/
/*@color5: #64C006;*/
/*grün*/
/*orange*/
/*rot*/
/*Hellgrau*/
/*gelb*/
/*dunkelgrau*/
/*Topseller Orange*/
/*@color14: #7F7F7F;*/
/*grün*/
/*  Fonts */
/*  Border */
/*  Images */
@media (max-width: 767px) and (orientation: landscape) {
  #header .navbar-header {
    border: none;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .hidden-xs-portrait {
    display: none !important;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  div.ghChatWidget.ghChatWidgetOpen {
    min-height: 90% !important;
    width: 90%;
    top: unset !important;
    left: 0 !important;
  }
}
