/* varela-round-regular - latin */
@font-face {
  font-family: "Varela Round";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/varela-round-v19-latin-regular.woff2") format("woff2"), url("/media/fonts/varela-round-v19-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.logo {
  width: 168px;
}
@media only screen and (max-width: 1280px) {
  background-color: green;
  .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .IsResponsive .Inhalt {
    width: calc(100% - 100px);
    padding-right: 23px;
    padding-left: 23px;
    margin-top: 0px;
  }
  .IsResponsive .Sidebar {
    clear: right;
  }
  .IsResponsive #Inhalte, .IsResponsive #FooterContent, .IsResponsive #HauptMenuRahmen, .IsResponsive #HauptMenu, .IsResponsive #TopMenu, .IsResponsive #emHtmlHeader, .IsResponsive #HeaderContent {
    width: 100%;
    max-width: 1200px;
  }
  .IsResponsive #Inhalte {
    right: 0px;
  }
  #FooterContentText > ul:nth-child(2) {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1049px) {
  .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .IsResponsive .Inhalt {
    float: right;
    padding-right: 0px;
    width: calc(100% - 280px);
  }
  .IsResponsive .Leftbar, .IsResponsive .Sidebar {
    float: left;
  }
  .IsResponsive .Sidebar {
    clear: left;
  }
}
@media only screen and (max-width: 969px) {
  .IsResponsive #Gesamt, .IsResponsive #Header, .IsResponsive #Inhalte, .IsResponsive #Footer, .IsResponsive #Rahmen {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  #InhaltStart, #InhaltConfirmation {
    margin: 0 2%;
  }
  #InhaltFormular {
    margin-top: -40px;
  }
  #contentmain {
    padding-top: 0px;
  }
  #FormSteps {
    font-size: 0.7em;
  }
  .IsResponsive .Leftbar, .IsResponsive .Inhalt, .IsResponsive .Sidebar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .IsResponsive .Sidebar {
    background-color: unset;
  }
  .IsResponsive #HeaderContent .logo img {
    max-width: 575px;
    width: 100%;
  }
  .IsResponsive #PrintForm #Printbutton a {
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease 0s;
    /* line-height: 23px; */
    position: relative;
    width: 100%;
    color: #FFF;
  }
  .IsResponsive #PrintForm #Printbutton a::before {
    color: #FFF;
    font-family: "Font Awesome 5 Free";
  }
  .IsResponsive #PrintForm #Printbutton a:hover {
    text-decoration: none;
    /*  background-color: #fff;*/
    /* color: #ce1337; */
  }
  .IsResponsive #PrintForm #Printbutton a:focus {
    color: #df4807;
    text-decoration: none;
    background-color: white !important;
  }
  .IsResponsive #NavigationResponsiveSwitch {
    display: inline-block;
    min-height: 40px;
    height: 40px;
    position: absolute;
    z-index: 200;
    right: 10px;
    background-color: #df4807;
  }
  .IsResponsive #Navigation {
    padding-top: 20px;
    margin-top: unset;
    height: unset;
  }
  .IsResponsive #Navigation #HauptMenu ul li:first-child.mainMenue > a::before {
    display: none;
  }
  .IsResponsive #Inhalte, .IsResponsive #FooterContent, .IsResponsive #HauptMenuRahmen, .IsResponsive #emHtmlHeader, .IsResponsive #HeaderContent, .IsResponsive #HauptMenu, .IsResponsive #TopMenu {
    width: 100%;
  }
  .IsResponsive #Inhalte {
    right: 0px;
  }
  .IsResponsive #Navigation #HauptMenu {
    height: auto;
    border-bottom: 0px;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }
  .IsResponsive #Navigation #HauptMenu ul li.mainMenue a {
    padding-left: 0px;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu ul .mainMenue {
    float: none;
  }
  .IsResponsive .ResponsiveSwitch {
    text-indent: -99999px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: none;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown {
    position: absolute;
    left: 6px;
    top: 18px;
    height: 4px;
    width: 28px;
    background: white;
    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: white;
    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 #HauptMenuRahmen {
    margin-bottom: 0px;
  }
  .IsResponsive #CalendarSmallCage table td, .IsResponsive .calendar_cage table td {
    width: 110px;
  }
  #Navigation #HauptMenu .MenueLevel2 {
    padding-top: 3px;
    min-width: 200px;
    border-top: 0px;
    border-bottom-width: 5px;
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  #Rahmen {
    width: 100%;
  }
  .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 #RahmenInhalte {
    border-right-width: 10px;
  }
  .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;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
    margin-left: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .IsResponsive #Inhalte {
    padding: 0 23px;
  }
  .IsResponsive #Printbutton {
    /*margin-top: 23px;*/
  }
  .IsResponsive #Printbutton a {
    display: block;
    text-align: center;
  }
  #InhaltStart, #InhaltFormular {
    max-width: 90% !important;
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  div#SidebarFormular {
    width: 100%;
    right: 1rem;
    padding: 120px 25px 20px 20px;
    display: flex;
    justify-content: center;
  }
  div#Inhalte {
    display: flex;
    flex-wrap: wrap;
  }
  #HideInfos {
    left: calc(50% - 300px);
    max-width: 600px;
    width: 100%;
  }
}
#HeaderContent > p > a > img {
  max-width: 50vw;
  /* width: 50%; */
}
.submit, .IsButton, .prevPane, .firstPane, #PrintForm {
  font-size: 1.13em;
  color: #fff;
  background-color: white;
  border: 1px solid white;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  transition: all 0.2s ease 0s;
  height: 38px;
  line-height: 23px;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 799px) {
  .IsResponsive #Navigation #HauptMenu {
    height: auto;
    border-bottom: 0px;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
    /*display: none;*/
  }
  .IsResponsive #Navigation {
    max-width: 100vw;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  .IsResponsive #Navigation #MenueLevel2 {
    display: none;
  }
  #HauptMenu ul li ul {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    left: 0;
  }
  #HauptMenu ul li ul #HauptMenu ul li a:hover {
    color: white !important;
    background-color: #BF3D06 !important;
    padding: 0 2px;
  }
  #HauptMenu ul li ul .MenueLevel2 {
    border: none !important;
  }
  .NavResponsiveSwitch {
    margin: 10px;
  }
  .fa-bars::before {
    font-family: "Font Awesome 5 Free";
    color: white;
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  #SidebarFormular {
    width: 100%;
    right: 1rem;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
