#Rahmen {
  max-width: 1150px;
  width: 100%;
}
#Inhalte .Inhalt {
  width: calc(100% - 550px);
}
@media only screen and (max-width: 1023px) {
  .IsResponsive #Inhalte .Inhalt {
    width: calc(100% - 300px);
    float: right;
  }
  .IsResponsive #Inhalte .Sidebar, .IsResponsive #Inhalte .Leftbar {
    float: left;
    width: 250px;
    margin-bottom: 45px;
  }
  .IsResponsive #Inhalte .Sidebar {
    clear: left;
  }
  .IsResponsive #Inhalte .Leftbar > #SecondLevelMenu {
    width: 100%;
  }
  .IsResponsive #RahmenInhalteTop {
    background-position-x: center;
  }
}
@media only screen and (max-width: 799px) {
  .IsResponsive #Inhalte .Leftbar, .IsResponsive #Inhalte .Inhalt, .IsResponsive #Inhalte .Sidebar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 45px;
  }
  .IsResponsive #Inhalte .Leftbar {
    min-height: 1px;
  }
  .IsResponsive #HeaderContent .logo img {
    max-width: 575px;
    width: 100%;
  }
  .IsResponsive #FormTabs {
    width: 100%;
    height: auto;
  }
  .IsResponsive #FormTabs #FormSteps li.FormStep {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .IsResponsive #FormTabs #FormSteps li.FormStep a {
    text-align: left;
    line-height: 20px;
  }
  .IsResponsive #SecondLevelMenu {
    /*display: none;*/
  }
  .IsResponsive #NavigationResponsiveSwitch {
    display: inline-block;
    min-height: 58px;
  }
  .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;
  }
}
@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;
    box-sizing: border-box;
  }
  .IsResponsive #Buchungsnummer #WeiterBN {
    float: none;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
    margin-left: 0px;
  }
  .IsResponsive #Inhalte {
    padding: 0 23px;
  }
  .IsResponsive #Inhalte .OVList li {
    margin-left: 0px;
  }
  .IsResponsive #FooterContentText .footerLeft, .IsResponsive #FooterContentText .footerRight {
    float: none;
    display: block;
    width: 100%;
    line-height: 28px;
  }
}
