@charset "UTF-8";
#Inhalte {
  max-width: 1060px;
  width: 100%;
}
#Inhalte .Inhalt {
  width: calc(100% - 360px);
}
#HauptMenu, .bgimage-area {
  max-width: 970px;
}
#Footer #FooterContent {
  width: 100%;
  max-width: 1000px;
}
#WeiterBN {
  position: relative;
  left: 0;
}
#EingabeBN {
  width: calc(100% - 130px);
}
#EingabeBN #Buchungsnr {
  width: 100%;
}
@media only screen and (max-width: 1263px) {
  .IsResponsive .banner {
    background-position-y: 30px;
    background-size: 1400px 900px;
  }
  .IsResponsive #Inhalte {
    padding-right: 23px;
    padding-left: 23px;
  }
  .IsResponsive #Inhalte .Inhalt {
    width: calc(100% - 330px);
    margin-left: 0px;
    padding-left: 0px;
  }
  .IsResponsive .top-navi-special {
    right: 1%;
  }
  .IsResponsive .subfooter-container {
    display: flex;
    margin-right: unset;
    margin-left: unset;
    position: relative;
  }
  .IsResponsive #HauptMenu {
    /*text-align: right;
			> ul {
				text-align: right;
				li {
					text-align: left;
				}
			}*/
  }
  .IsResponsive #HauptMenu ul li.mainMenue {
    float: none;
    display: inline-block;
  }
  .IsResponsive #HauptMenu > ul > li > a {
    padding: 0px 4px 0;
  }
  .IsResponsive .footer-container {
    padding: 10% 3%;
    padding-top: 100px;
  }
  .IsResponsive .claim {
    padding: 0px;
    padding-top: 270px;
  }
  .IsResponsive .logo {
    left: 44%;
  }
}
@media only screen and (max-width: 1024px) {
  .IsResponsive {
    /*
		#NavigationResponsiveSwitch {
			/* display: inline-block; --- aktuell keine Menüpunkte vorhanden
			display: none;
			min-height: 40px;
			position: absolute;
			top: 23px;
			right: 25px;
			z-index: 9999;
		}
		
		#HauptMenuRahmen {
			display: none;
			margin-bottom: 0px;
			margin-top: 80px;
		}
		*/
    /*
		#Navigation #HauptMenu {
			height: auto;
			border-bottom: 0px;
			width: 100%;
			padding-left: 23px;
			padding-right: 23px;
			ul li.mainMenue a {
				padding-left: 0px;
			}
		}
		
		#HauptMenu {
			
			ul {
				li.mainMenue {
					display: block;
					width: 100%;
					text-align: center;
					margin-top: 0px;
				}
			}
		}
		#HauptMenu ul ul.MenueLevel2 {
			position: relative;
			left: 0;
			display: block;
			margin-left: 0px;
			text-align: center;
			width: 100%;
			li {
				float: none;
				text-align: center;
			}
		}
		#HauptMenu ul li.mainMenue:hover .wrapper-MenueLevel2 {
			position: relative;
			top: 0;
			left: 0;
			height: auto;
		}
		
		#HauptMenu > ul > li > a {
			font-size: 20px !important;
			background-color: #efefef;
			padding-right: 0px;
			&.Self {
				background-color: #00a0a7;
				color: #FFF;
			}
		}
		#HauptMenu ul li.mainMenue:hover .wrapper-MenueLevel2 {
			box-shadow: none;
		}
		
		#Navigation {
			border-width: 5px;
			padding-top: 20px;
			margin-top: unset;
			height: auto;
			min-height: 90px;
		}
		*/
  }
  .IsResponsive .banner {
    background-position-y: 70px;
    background-size: 1024px 658px;
  }
  .IsResponsive .claim {
    padding: 0px;
    padding-top: 270px;
  }
  .IsResponsive .ResponsiveSwitch {
    text-indent: -99999px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: #00a0a7;
    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 .top-navi-special {
    right: 0.5%;
  }
  .IsResponsive .footer-column, .IsResponsive .footer-column1 {
    padding: 0px 50px 0px 0px;
  }
  .IsResponsive #HauptMenu > ul > li > a {
    padding: 0px 4px 0;
  }
  .IsResponsive .logo {
    margin-left: 0px;
    left: 10px;
    width: 242px;
    background-position-y: 0;
    background-position-x: -103px;
    height: 82px;
  }
  .IsResponsive #WeiterBN {
    left: 0px;
  }
}
@media only screen and (max-width: 799px) {
  .IsResponsive .banner {
    background-position-y: 100px;
    background-size: 800px 514px;
  }
  .IsResponsive #Inhalte .Leftbar, .IsResponsive #Inhalte .Inhalt, .IsResponsive #Inhalte .Sidebar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .IsResponsive #SecondLevelMenu {
    display: none;
  }
  .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;
    padding: 7px 16px;
    height: 38px;
    line-height: 23px;
    position: relative;
    border: 1px solid #ce1337;
    width: 100%;
  }
  .IsResponsive #PrintForm #Printbutton a::before {
    font-family: "FontAwesome";
  }
  .IsResponsive #PrintForm #Printbutton a:hover {
    text-decoration: none;
  }
  .IsResponsive #HauptMenu {
    padding-left: 10px;
  }
  .IsResponsive #HauptMenu > ul > li > a {
    padding: 20px 10px 20px 10px;
  }
  .IsResponsive .top-navi-special {
    right: 23px;
  }
  .IsResponsive .logo {
    left: 17px;
  }
  .IsResponsive #Navigation {
    padding-top: 35px;
    margin-top: unset;
  }
  .IsResponsive #Navigation #HauptMenu ul li:first-child.mainMenue > a::before {
    display: none;
  }
  .IsResponsive #Inhalte, .IsResponsive #FooterContent, .IsResponsive #emHtmlHeader, .IsResponsive #HeaderContent, .IsResponsive #TopMenu {
    width: 100%;
  }
  .IsResponsive #HauptMenu, .IsResponsive #HauptMenuRahmen {
    width: w;
  }
  .IsResponsive #Inhalte {
    right: 0px;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu ul .mainMenue {
    float: none;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu .MenueLevel2 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 23px;
  }
  .IsResponsive .footer-column, .IsResponsive .footer-column1 {
    padding: 0px 40px 0px 40px;
  }
  .IsResponsive .footer-container {
    padding: 0% 3%;
    padding-top: 10%;
    padding-top: 100px;
  }
  .IsResponsive .footer-column, .IsResponsive .footer-column1 {
    padding: 0px 10px 0px 0px;
  }
  .IsResponsive #CalendarSmallCage table td, .IsResponsive .calendar_cage table td {
    width: 110px;
  }
  .IsResponsive .claim {
    top: 160px;
    padding-top: 300px;
  }
  .IsResponsive .claim.claim2 {
    font-size: 1.415rem;
    top: 220px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .IsResponsive .banner {
    background-position-y: 75px;
    background-position-x: -80px;
    background-size: 1000px 643px;
    height: 450px;
  }
  .IsResponsive .claim {
    top: 0px;
    padding-top: 330px;
    font-size: 1.5rem;
  }
  .IsResponsive .claim.claim2 {
    font-size: 1.25rem;
    top: 50px;
    line-height: 30px;
  }
  .IsResponsive #Navigation {
    padding-top: 0px;
    margin-top: unset;
  }
  .IsResponsive #PrintForm #Printbutton a {
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease 0s;
    padding: 7px 16px;
    height: 38px;
    line-height: 23px;
    position: relative;
    border: 1px solid #ce1337;
    width: 90%;
  }
  .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;
    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 #HauptMenu > ul > li > a {
    padding: 20px 1px 20px 1px;
    font-size: 14px;
  }
  .IsResponsive #Inhalte {
    padding: 0 23px;
    margin-top: 0px;
  }
  .IsResponsive #Printbutton {
    margin-top: 23px;
  }
  .IsResponsive #Printbutton a {
    display: block;
    text-align: center;
  }
  .IsResponsive .PaneButtons li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .IsResponsive .PaneButtons li .PaneButtonCenterContent {
    padding-left: 0px;
  }
  .IsResponsive .top-navi-special {
    right: 100px;
  }
  .IsResponsive .footer-container {
    padding: 0% 0%;
  }
  .IsResponsive .footer-container h3 {
    font-size: 12px;
  }
  .IsResponsive .footer-column, .IsResponsive .footer-column1 {
    padding: 0px 5px 0px 5px;
    font-size: 11px;
  }
  .IsResponsive #btn--backToTop {
    right: 60%;
    bottom: 1%;
  }
  .IsResponsive .background-bild {
    background-size: 100px 39px;
    width: 140px;
  }
}
