#Buchungsnummer #EingabeBN {
  width: calc(100% - 110px);
  max-width: 355px;
}
#Buchungsnummer #EingabeBN #Buchungsnr {
  width: 100% !important;
}
#Buchungsnummer #WeiterBN {
  width: 20%;
  min-width: 110px;
}
@media only screen and (max-width: 1199px) {
  .IsResponsive #Header #LocaleSwitch ul {
    top: 63px;
    right: 29px;
    position: absolute;
  }
  .IsResponsive #Header #HeaderContent p {
    margin: 0px;
    margin-left: 220px;
  }
}
@media only screen and (max-width: 969px) {
  .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer, .IsResponsive #FooterContent {
    width: 100%;
    max-width: 970px;
  }
  .IsResponsive h1 {
    font-size: 25px;
  }
  .IsResponsive h2 {
    font-size: 20px;
  }
  .IsResponsive h3 {
    font-size: 18px;
  }
  .IsResponsive .OVListTable .OVListEventname {
    font-size: 20px;
  }
  .IsResponsive #Inhalte > #Clickpath {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 799px) {
  .IsResponsive #SidebarFormularResponsive {
    display: block !important;
  }
  .IsResponsive #Inhalte > #Clickpath {
    padding-left: 0px;
  }
  .IsResponsive .Leftbar, .IsResponsive .Inhalt, .IsResponsive .Sidebar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .IsResponsive #HeaderContent .logo img {
    width: 56px;
    height: 56px;
    float: left;
  }
  .IsResponsive #HeaderContent {
    height: 0 !important;
  }
  .IsResponsive #HeaderContent .logo {
    position: absolute;
    top: -8px;
    left: 10px;
    margin-left: 0px;
  }
  .IsResponsive #HeaderContent .header-text {
    /* hide extra logo-text on mobile */
    display: none;
  }
  .IsResponsive #NavigationResponsiveSwitch {
    display: inline-block;
    min-height: 58px;
    position: absolute;
    top: 3px;
    right: 44px;
  }
  .IsResponsive #Navigation {
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: unset;
    min-height: 40px;
    height: 65px;
    width: 100%;
  }
  .IsResponsive #Navigation #HauptMenu ul li:first-child.mainMenue > a::before {
    display: none;
  }
  .IsResponsive #Navigation #HauptMenu {
    height: auto;
    border-bottom: 0px;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu ul .mainMenue {
    float: none;
    width: 100%;
    border-bottom: 1px #ccc solid;
    height: 60px;
  }
  .IsResponsive #HauptMenu ul li {
    width: 100%;
    border-bottom: 1px #ccc solid;
    height: 60px;
  }
  .IsResponsive #HauptMenu ul li a {
    padding: 15px !important;
  }
  .IsResponsive #HauptMenu ul li a:after {
    display: none;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu .MenueLevel2 {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .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: 38px;
    background: #007BC8;
    display: block;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after, .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 38px;
    background: #007BC8;
    display: block;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after {
    top: 12px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    top: -12px;
  }
  .IsResponsive #HauptMenuRahmen {
    display: none;
    top: 65px;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    z-index: 1000;
    right: 1px;
  }
  .IsResponsive #CalendarSmallCage table td, .IsResponsive .calendar_cage table td {
    width: 110px;
  }
  .IsResponsive .social-bar {
    display: none;
  }
  .IsResponsive #Navigation #HauptMenu ul li.mainMenue > a {
    color: #007BC8;
  }
}
@media only screen and (max-width: 667px) {
  .IsResponsive .OVListTable thead {
    display: none;
  }
  .IsResponsive .OVListTable thead tr::after {
    content: "";
    clear: both;
    display: block;
  }
  .IsResponsive .OVListTable thead tr th {
    display: inline-block;
    width: 100%;
  }
  .IsResponsive .OVListTable tbody {
    display: inline-block;
    margin-bottom: 23px;
    border-bottom: 1px solid #e3e3e3;
  }
  .IsResponsive .OVListTable tbody tr.MainRow::after {
    content: "";
    clear: both;
    display: block;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td::before {
    display: none;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td:last-child {
    padding-bottom: 23px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td1, .IsResponsive .OVListTable tbody tr.MainRow td.td2 {
    float: left;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td1 {
    width: 92px !important;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td2 {
    width: calc(100% - 92px) !important;
    padding-top: 0px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td2 h2 {
    margin-bottom: 0px !important;
    line-height: 23px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td3, .IsResponsive .OVListTable tbody tr.MainRow td.td4 {
    position: relative;
    clear: both;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td3 .OVListLocation, .IsResponsive .OVListTable tbody tr.MainRow td.td3 .OVListEventCategory, .IsResponsive .OVListTable tbody tr.MainRow td.td4 .OVListLocation, .IsResponsive .OVListTable tbody tr.MainRow td.td4 .OVListEventCategory {
    padding-left: 92px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td3 .OVListLocation::before, .IsResponsive .OVListTable tbody tr.MainRow td.td3 .OVListEventCategory::before, .IsResponsive .OVListTable tbody tr.MainRow td.td4 .OVListLocation::before, .IsResponsive .OVListTable tbody tr.MainRow td.td4 .OVListEventCategory::before {
    content: "";
    position: absolute;
    left: 16px;
    font-weight: bold;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td3 .OVListLocation::before, .IsResponsive .OVListTable tbody tr.MainRow td.td4 .OVListLocation::before {
    content: "Ort:";
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.td3 .OVListEventCategory::before, .IsResponsive .OVListTable tbody tr.MainRow td.td4 .OVListEventCategory::before {
    content: "Zielgruppe:";
  }
  .IsResponsive .GMapSidebar {
    widht: 100%;
  }
}
@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;
    width: 100%;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
    margin-left: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .IsResponsive #Printbutton {
    margin-top: 23px;
  }
  .IsResponsive #Printbutton a {
    display: block;
    text-align: center;
  }
}
