@media only screen and (max-width: 1199px) {
  .IsResponsive #Header #HeaderContent #logo {
    transition: all 0.2s ease 0s;
    right: 40px;
  }
}
@media only screen and (max-width: 1149px) {
  .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer {
    width: 100%;
    max-width: 1150px;
  }
  .IsResponsive .Inhalt {
    width: calc(100% - 540px);
  }
}
@media only screen and (max-width: 969px) {
  .IsResponsive #Inhalte {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .IsResponsive .Inhalt {
    width: calc(100% - 270px);
    float: right;
    margin-right: 0;
  }
  .IsResponsive .Sidebar {
    float: left;
  }
}
@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 #OffeneVeranstaltungen .OVList, .IsResponsive #OffeneVeranstaltungen .VList {
    margin-left: 0px;
  }
  .IsResponsive .Inhalt {
    margin-left: 0px;
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 2px solid rgba(154, 181, 203, 0.3);
  }
  .IsResponsive #Inhalte {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .IsResponsive #Footer #FooterContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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;
    width: 100%;
  }
  .IsResponsive #Buchungsnummer #EingabeBN #Buchungsnr {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 6px;
    box-sizing: border-box;
    height: 52px;
    font-size: 23px;
    padding: 0 20px;
  }
  .IsResponsive #Buchungsnummer #WeiterBN {
    float: none;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
  }
  .IsResponsive #Inhalte {
    box-sizing: border-box;
  }
  .IsResponsive .Sidebar #GoogleMapsForm .GoogleMapRahmen #GMapRahmen #GMap {
    width: 100%;
    height: 320px;
  }
  .IsResponsive .LabelRadiogroupInput {
    padding-bottom: 16px;
  }
}
