@media only screen and (max-width: 1149px) {
  .IsResponsive .Sidebar {
    float: left; }
    .IsResponsive .Inhalt {
      float: right;
      width: calc(100% - 255px); } }

@media only screen and (max-width: 969px) {
  .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer {
    width: 100%;
    max-width: 970px; } }

@media only screen and (max-width: 799px) {
  .IsResponsive .Leftbar, .IsResponsive .Inhalt, .IsResponsive .Sidebar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }
    .IsResponsive #HeaderContent .logo img {
      max-width: 575px;
      width: 100%; }
    .IsResponsive #SecondLevelMenu {
      display: none; }
    .IsResponsive #NavigationResponsiveSwitch {
      display: inline-block;
      min-height: 58px; }
    .IsResponsive #HauptMenuRahmen {
      display: none; }
    .IsResponsive .ResponsiveSwitch {
      text-indent: -99999px;
      height: 40px;
      width: 40px;
      cursor: pointer;
      margin-top: 12px; }
      .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown {
        position: absolute;
        left: 6px;
        top: 30px;
        height: 4px;
        width: 28px;
        background: #fff;
        display: block; }
        .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after, .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
          content: "";
          position: absolute;
          left: 0;
          height: 4px;
          width: 28px;
          background: #fff;
          display: block; }
        .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after {
          top: 9px; }
        .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
          top: -9px; }
    .IsResponsive #EingabeBN {
      width: calc(100% - 69px); }
      .IsResponsive #EingabeBN .BuchungsnrLabel {
        width: 100%;
        display: block;
        font-weight: bold;
        margin-bottom: 2px; }
      .IsResponsive #EingabeBN #Buchungsnr {
        width: 100%; }
    .IsResponsive #WeiterBN {
      margin-top: 23px;
      width: auto; }
      .IsResponsive #WeiterBN .submitBuchungsnummer {
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 0px; }
    .IsResponsive .customfooterbox {
      width: 100%;
      margin-bottom: 23px; }
      .IsResponsive .customfooterbox:last-child {
        margin-bottom: 0px; }
      .IsResponsive .customfooterbox .nav {
        width: 100%; }
        .IsResponsive .customfooterbox .nav > li {
          width: 100%; } }

@media only screen and (max-width: 479px) {
  .IsResponsive .TextInput, .IsResponsive .EmailInput, .IsResponsive .UrlInput, .IsResponsive .NumberInput, .IsResponsive .CurrencyInput, .IsResponsive .TextareaInput, .IsResponsive .SelectInput, .IsResponsive .FileInput, .IsResponsive #SucheEingabe, .IsResponsive .customfile, .IsResponsive .LabelTextInput, .IsResponsive .LabelRadioGroup, .IsResponsive .LabelTextarea, .IsResponsive .LabelDateInput, .IsResponsive .LabelDatetimeInput, .IsResponsive .LabelTimeInput, .IsResponsive .LabelSelect, .IsResponsive .LabelFileUpload {
    width: 100%; }
    .IsResponsive .f-col-wrapper .f-col-3 {
      width: 100%; }
    .IsResponsive #Buchungsnummer #EingabeBN {
      float: none;
      margin-right: 0px; }
      .IsResponsive #Buchungsnummer #EingabeBN #Buchungsnr {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 6px; }
      .IsResponsive #Buchungsnummer #WeiterBN {
        float: none; }
      .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
        width: 100%; }
    .IsResponsive #Inhalte {
      padding: 0 23px; } }
