@media only screen and (max-width: 1007px) {
  .IsResponsive .Sidebar, .IsResponsive .Leftbar {
    float: right;
    width: 270px;
    margin-right: 0px;
  }
  .IsResponsive .Leftbar {
    min-height: 1px;
  }
  .IsResponsive .Leftbar #SecondLevelMenu:last-child {
    margin-bottom: 0px !important;
  }
  .IsResponsive .Inhalt {
    float: left;
    width: calc(100% - 270px);
    padding-left: 0px;
    padding-right: 15px;
  }
  .IsResponsive fieldset {
    padding-right: 0px;
    word-break: break-word;
  }
}
@media only screen and (max-width: 1180px) {
  .IsResponsive #Inhalte {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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 .OVListTable thead {
    display: none;
  }
  .IsResponsive .OVListTable tbody tr {
    display: inline-block;
    width: 100%;
    padding-bottom: 23px;
    padding-top: 23px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td {
    padding-bottom: 9px;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.tdfirst {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td .eventLink {
    line-height: 23px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.OVTableDate, .IsResponsive .OVListTable tbody tr.MainRow td.OVTableLocation, .IsResponsive .OVListTable tbody tr.MainRow td.OVTableInformation {
    padding-left: 90px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.OVTableDate::before, .IsResponsive .OVListTable tbody tr.MainRow td.OVTableLocation::before, .IsResponsive .OVListTable tbody tr.MainRow td.OVTableInformation::before {
    content: "Datum:";
    font-weight: bold;
    margin-right: 40px;
    position: absolute;
    left: 10px;
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.OVTableLocation::before {
    content: "Ort:";
  }
  .IsResponsive .OVListTable tbody tr.MainRow td.OVTableInformation::before {
    content: "Info:";
  }
  .IsResponsive #DataSummeryParticipantQuestions .DsLabel {
    width: 63%;
  }
  .IsResponsive #DataSummeryParticipantQuestions .DsData {
    width: 33%;
  }
  .IsResponsive #NavigationResponsiveSwitch {
    display: inline-block;
    min-height: 40px;
    position: absolute;
    top: 23px;
    right: 25px;
    z-index: 9999;
  }
  .IsResponsive #HauptMenuRahmen {
    display: none;
    margin-bottom: 0px;
    margin-top: 80px;
  }
  .IsResponsive .ResponsiveSwitch {
    text-indent: -99999px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: #fd4f00;
    position: relative;
    margin: 0;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown {
    position: absolute;
    left: 6px;
    top: 18px;
    height: 4px;
    width: 28px;
    background: #fff;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after, .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 28px;
    background: #fff;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after {
    top: 9px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    top: -9px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp {
    background-color: transparent;
    transform: rotate(45deg);
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::before, .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::after {
    top: 0px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::after {
    transform: rotate(-90deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  }
  .IsResponsive #NavigationTop {
    display: none;
  }
  .IsResponsive .error {
    margin-top: -31px;
    margin-left: -310px;
    width: auto !important;
    padding-left: 30px;
    height: auto !important;
    overflow: visible;
    z-index: 99999;
  }
}
@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 .LabelRadioGroup {
    margin-bottom: 15px;
  }
  .IsResponsive .f-col-wrapper .f-col-3 {
    width: 100%;
  }
  .IsResponsive .SeListEventDaten {
    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;
    width: 100%;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
    margin-left: 0px;
  }
  .IsResponsive .HTMLtextBelow {
    margin-left: 0px;
  }
  .IsResponsive .slider, .IsResponsive .slideralignleft {
    width: 90%;
  }
  .IsResponsive .error {
    margin-left: -92vw;
  }
  .IsResponsive .LabelTextInput.LabelSlider {
    margin-bottom: 8px;
  }
}
