@media only screen and (max-width: 1182px) {
  #FormTabs {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 1071px) {
  #FormTabs {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 992px) {
  #FormTabs {
    width: 100%;
  }
  .IsResponsive .Inhalt, .IsResponsive .Leftbar, .IsResponsive .Sidebar {
    width: 100%;
    float: left;
    max-width: 100%;
  }
  .IsResponsive #NavigationResponsiveSwitch {
    display: inline-block;
    margin-top: -40px;
    top: -30px;
  }
  .IsResponsive #NavigationTop {
    margin-bottom: 10px;
  }
  .IsResponsive #Navigation {
    background-image: none !important;
  }
  .IsResponsive #Navigation .ResponsiveSwitch {
    background: transparent url("/media/images/menu-button.png") no-repeat 0 0;
    color: #3c506e;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    width: 40px;
    padding-top: 45px;
    text-transform: uppercase;
    margin-left: 20px;
  }
  .IsResponsive #Navigation #HauptMenuRahmen {
    display: none;
    border-bottom: 0;
  }
  .IsResponsive #Navigation #HauptMenuRahmen #HauptMenu ul > .mainMenue > a {
    display: block;
    padding: 15px 10px 15px 60px;
    height: auto;
    text-align: left;
  }
  .IsResponsive #Navigation #HauptMenuRahmen #HauptMenu ul > .mainMenue > a.Self::after {
    display: none;
  }
  .IsResponsive #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue a {
    background-position: 20px 12px !important;
  }
  .IsResponsive #Navigation #HauptMenuRahmen #HauptMenu ul li {
    float: none;
  }
  .IsResponsive #Navigation #HauptMenuRahmen #HauptMenu ul li a {
    width: 100%;
    display: block;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .IsResponsive #HeaderContent .h-left-col, .IsResponsive #SecondLevelMenu {
    display: none;
  }
  .IsResponsive .LongDesHlFolded, .IsResponsive .DisplayEventGroupHlFolded {
    padding-right: 35px;
  }
  .SidebarHtml > h2 {
    font-size: 16px;
    font-size: 0.9em;
    line-height: 23px;
  }
  .Inhalt img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  #Buchungsnummer #EingabeBN #Buchungsnr {
    width: 100%;
  }
  .Inhalt {
    min-height: unset;
  }
  #SidebarFormularResponsive > div {
    float: left;
    margin-right: 15px;
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  #SidebarFormularResponsive > div:nth-child(2n) {
    margin-right: 0;
  }
  #PrintForm {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #FormTabs {
    width: 100%;
  }
  #SidebarFormularResponsive > div {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 519px) {
  #FormTabs {
    width: 100%;
  }
  .LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload, .TextInput, .EmailInput, .UrlInput, .NumberInput, .CurrencyInput, .TextareaInput, .SelectInput, .FileInput, #SucheEingabe {
    width: 100%;
  }
  .TextInput, .EmailInput, .UrlInput, .NumberInput, .CurrencyInput, .TextareaInput, .SelectInput, .FileInput, #SucheEingabe {
    margin-bottom: 15px !important;
  }
  #Footer #FooterContentText {
    min-height: 110px;
    height: auto;
  }
  #Footer #FooterContentText .f-bottom .f-bottom-left, #Footer #FooterContentText .f-bottom .f-bottom-right {
    float: none;
  }
}
