@media only screen and (max-width: 969px) {
  .IsResponsive #Rahmen {
    overflow-x: hidden;
  }
  .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer {
    width: 100%;
    max-width: 970px;
  }
  .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .IsResponsive #FormularBuchungsnummer #Buchungsnummer #WeiterBN {
    width: 100%;
  }
  .IsResponsive #FormSteps, .IsResponsive #FormTabs .FormStep {
    width: 100% !important;
  }
  .IsResponsive #FormSteps li {
    padding-bottom: 0px;
    padding-right: 0px;
    display: block;
    clear: both;
    width: 100%;
    /* height: 50px !important;
    margin: 0px -4px 4px -16px; */
  }
}
@media only screen and (max-width: 799px) {
  html {
    background: none;
  }
  .IsResponsive .Leftbar, .IsResponsive .Inhalt, .IsResponsive .Sidebar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .IsResponsive #HeaderContent .logo img {
    max-width: 86px;
    width: 100%;
    margin-left: 60px;
  }
  .IsResponsive #Header {
    height: 62px;
    box-shadow: 0 0.125rem 0.8125rem rgba(100, 100, 100, 0.8);
  }
  .IsResponsive #HeaderContent {
    text-align: center;
  }
  .IsResponsive #HeaderContent .logo a {
    display: block;
  }
  .IsResponsive #NavigationResponsiveSwitch {
    display: inline-block;
    min-height: 58px;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 50px;
  }
  .IsResponsive #Navigation {
    margin-bottom: 5px;
    padding-top: 20px;
    margin-top: -20px;
    height: unset;
    background: none;
    box-shadow: none;
  }
  .IsResponsive #Navigation #HauptMenu ul li:first-child.mainMenue > a::before {
    display: none;
  }
  .IsResponsive #Navigation #HauptMenu {
    height: auto;
    border-bottom: 0px;
    background-color: #ab2600;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu ul .mainMenue {
    float: none;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu .MenueLevel2 {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .IsResponsive #HauptMenuRahmen {
    display: none;
    max-width: 100%;
    margin: 0px;
  }
  .IsResponsive #HauptMenuRahmen li {
    display: block !important;
    border-right: none !important;
  }
  .IsResponsive #HauptMenuRahmen a {
    text-align: left;
  }
  .IsResponsive .ResponsiveSwitch {
    text-indent: -99999px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    margin-top: 12px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown {
    position: absolute;
    left: 6px;
    height: 4px;
    width: 35px;
    background: #ab2600;
    display: block;
    outline-style: none;
    /* Prevent hamburger-icon of :focus { outline..} */
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after, .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 35px;
    background: #ab2600;
    display: block;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after {
    top: 10px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    top: -10px;
  }
  .IsResponsive #CalendarSmallCage table td, .IsResponsive .calendar_cage table td {
    width: 110px;
  }
}
@media only screen and (max-width: 479px) {
  .IsResponsive #Gesamt .TextInput, .IsResponsive #Gesamt .EmailInput, .IsResponsive #Gesamt .UrlInput, .IsResponsive #Gesamt .NumberInput, .IsResponsive #Gesamt .CurrencyInput, .IsResponsive #Gesamt .TextareaInput, .IsResponsive #Gesamt .SelectInput, .IsResponsive #Gesamt .FileInput, .IsResponsive #Gesamt #SucheEingabe, .IsResponsive #Gesamt .customfile, .IsResponsive #Gesamt .LabelTextInput, .IsResponsive #Gesamt .LabelRadioGroup, .IsResponsive #Gesamt .LabelTextarea, .IsResponsive #Gesamt .LabelDateInput, .IsResponsive #Gesamt .LabelDatetimeInput, .IsResponsive #Gesamt .LabelTimeInput, .IsResponsive #Gesamt .LabelSelect, .IsResponsive #Gesamt .LabelFileUpload {
    width: 100%;
  }
  .IsResponsive .f-col-wrapper .f-col-3 {
    width: 100%;
  }
  .IsResponsive #FormularBuchungsnummer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .IsResponsive #Buchungsnummer #EingabeBN {
    width: 100% !important;
    float: none;
    margin-right: 0px;
  }
  .IsResponsive #Buchungsnummer #EingabeBN #Buchungsnr {
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 6px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .IsResponsive #Buchungsnummer #WeiterBN {
    float: none;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
    margin-left: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .IsResponsive #Inhalte {
    padding: 0 23px;
    margin-top: 5px;
  }
  .IsResponsive #Printbutton {
    margin-top: 23px;
  }
  .IsResponsive #Printbutton a {
    display: block;
    text-align: center;
  }
}
