#NavigationResponsiveSwitch, .NavResponsiveSwitch {
  display: inline-block;
  min-height: 33px;
  position: absolute;
  top: 61px;
  right: 37px;
  z-index: 9999;
}
.sticky #NavigationResponsiveSwitch, .sticky .NavResponsiveSwitch {
  top: 14px;
  right: 25px;
}
#HauptMenuRahmen {
  margin-bottom: 0px;
  position: fixed;
  right: 0;
  background-color: #FFF;
  height: 100%;
  top: 0;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
  margin-top: 0px;
  background-color: #353943;
  padding-top: 180px;
}
.ResponsiveSwitch {
  text-indent: -99999px;
  height: 33px;
  width: 33px;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.ResponsiveSwitch .ResponsiveButtonDown {
  position: absolute;
  left: 0px;
  top: 16px;
  height: 2px;
  width: 33px;
  background: #000;
  display: block;
  transition: all 0.3s ease 0s;
}
.ResponsiveSwitch .ResponsiveButtonDown::after, .ResponsiveSwitch .ResponsiveButtonDown::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 33px;
  background: #000;
  display: block;
  transition: all 0.3s ease 0s;
}
.ResponsiveSwitch .ResponsiveButtonDown::after {
  top: 11px;
}
.ResponsiveSwitch .ResponsiveButtonDown::before {
  top: -11px;
}
.ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp {
  background-color: transparent;
  transform: rotate(45deg);
  background-color: #FFF;
}
.ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::before, .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::after {
  top: 0px;
  background-color: #FFF;
}
.ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::after {
  transform: rotate(-90deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
#Header #Navigation #HauptMenu ul .mainMenue, #Gesamt > #Navigation #HauptMenu ul .mainMenue {
  float: none;
  width: 100%;
}
#Navigation #HauptMenu ul li.mainMenue a {
  color: #FFF;
  padding: 30px 40px;
  font-size: 24px;
  font-weight: 400;
}
#Navigation #HauptMenu ul li.mainMenue a:hover {
  background-color: #282833;
}
#Navigation #HauptMenu ul li.mainMenue.selected a {
  background-color: #da8c00;
}
.OVListTable thead {
  display: none;
}
.OVListTable thead tr::after {
  content: "";
  clear: both;
  display: block;
}
.OVListTable thead tr th {
  display: inline-block;
  width: 100%;
}
.OVListTable tbody {
  display: inline-block;
  margin-bottom: 23px;
  border-bottom: 1px solid #e3e3e3;
}
.OVListTable tbody tr.MainRow::after {
  content: "";
  clear: both;
  display: block;
}
.OVListTable tbody tr.MainRow td {
  display: inline-block;
  width: 100%;
  margin-left: 0px;
  padding-bottom: 8px;
  padding-top: 0px;
}
.OVListTable tbody tr.MainRow td::before {
  display: none;
}
.OVListTable tbody tr.MainRow td:last-child {
  padding-bottom: 23px;
}
.OVListTable tbody tr.MainRow td.td1, .OVListTable tbody tr.MainRow td.td2 {
  float: left;
}
.OVListTable tbody tr.MainRow td.td1 {
  width: 92px !important;
}
.OVListTable tbody tr.MainRow td.td2 {
  width: calc(100% - 92px) !important;
  padding-top: 0px;
}
.OVListTable tbody tr.MainRow td.td2 h2 {
  margin-bottom: 0px !important;
  line-height: 30px;
  font-size: 23px;
}
.OVListTable tbody tr.MainRow td.td3, .OVListTable tbody tr.MainRow td.td4 {
  position: relative;
  clear: both;
}
.OVListTable tbody tr.MainRow td.td3 .OVListLocation, .OVListTable tbody tr.MainRow td.td3 .OVListEventCategory, .OVListTable tbody tr.MainRow td.td4 .OVListLocation, .OVListTable tbody tr.MainRow td.td4 .OVListEventCategory {
  padding-left: 92px;
}
.OVListTable tbody tr.MainRow td.td3 .OVListLocation::before, .OVListTable tbody tr.MainRow td.td3 .OVListEventCategory::before, .OVListTable tbody tr.MainRow td.td4 .OVListLocation::before, .OVListTable tbody tr.MainRow td.td4 .OVListEventCategory::before {
  content: "";
  position: absolute;
  left: 0px;
  font-weight: bold;
}
.OVListTable tbody tr.MainRow td.td3 .OVListLocation::before, .OVListTable tbody tr.MainRow td.td4 .OVListLocation::before {
  content: "Ort:";
}
.OVListTable tbody tr.MainRow td.td3 .OVListEventCategory::before, .OVListTable tbody tr.MainRow td.td4 .OVListEventCategory::before {
  content: "Zielgruppe:";
}
@media only screen and (max-width: 1799px) {
  .IsResponsive .header-area, .IsResponsive #Inhalte, .IsResponsive #FooterContent, .IsResponsive #ClickpathNaviRahmen, .IsResponsive .footer-top-content {
    width: 100%;
    max-width: 1330px;
  }
}
@media only screen and (max-width: 1395px) {
  .IsResponsive .footer-top .footer-top-content, .IsResponsive #Footer #FooterContent {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .IsResponsive .Leftbar, .IsResponsive .Inhalt, .IsResponsive .Sidebar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .IsResponsive .Inhalt, .IsResponsive .footer-top-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .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 #Navigation2ndLevelResponsiveSwitch {
    display: inline-block !important;
  }
  .IsResponsive #Navigation2ndLevelResponsiveSwitch .ResponsiveSwitch {
    display: none;
  }
  .IsResponsive #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen {
    display: none !important;
  }
  .IsResponsive #SecondLevelMenu {
    padding: 0px;
    background-color: unset;
    margin-bottom: 0px !important;
    height: 0px;
  }
  .IsResponsive .footer-top .footer-top-content .footer-top-col-1, .IsResponsive .footer-top .footer-top-content .footer-top-col-2, .IsResponsive .footer-top .footer-top-content .footer-top-logo {
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 639px) {
  .IsResponsive #Header {
    border-top: 0px solid #da8c00;
  }
  .IsResponsive #Header .header-area {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
    transition: all 0.1s ease;
  }
  .IsResponsive #Header .header-area .logo {
    height: 40px;
    transition: all 0.3s ease;
  }
  .IsResponsive #Header .header-area .logo a {
    height: 40px;
    display: inline-block;
  }
  .IsResponsive #Header .header-area .logo-v2 {
    transform: scale(0);
    transition: transform 0.3s ease, height 0.6s ease 0s;
    height: 0;
  }
  .IsResponsive #NavigationResponsiveSwitch, .IsResponsive .NavResponsiveSwitch {
    top: 14px;
    right: 25px;
  }
  .IsResponsive #Gesamt, .IsResponsive #HauptMenuRahmen {
    padding-top: 100px;
  }
  .IsResponsive h1 {
    font-size: 32px;
  }
  .IsResponsive h2 {
    font-size: 28px;
    line-height: 33.283px;
  }
}
@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 .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;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
    margin-left: 0px;
  }
  .IsResponsive #Inhalte {
    padding: 0px;
  }
  .IsResponsive #Gesamt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .IsResponsive #FormularBuchungsnummer #Buchungsnummer #EingabeBN {
    width: 100%;
  }
  .IsResponsive #Footer, .IsResponsive .footer-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .IsResponsive #Footer #FooterContent {
    padding: 37px 20px;
  }
}
