@charset "UTF-8";
/* .box { @include border-radius(10px); } */
/* .box { @include box-sizing(border-box); } */
/* .box { @include transition(all 0.3s ease-out); } */
/* .box { @include appearance($appearance); } */
/* .box { @include box-shadow($shadow); } */
/* .box { @include background-size($size); } */
* {
  margin: 0;
  padding: 0;
}
body, html, input[type="search"] {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  font-size: 11.7px;
}
body, button, input, select, textarea {
  color: #111;
  font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
select {
  padding: 0;
}
a img {
  border: 0;
}
img {
  display: block;
}
ul, ol {
  padding-left: 15px;
}
#TopMenu ul, #HauptMenu ul, #LocaleSwitch ul, #Veranstaltungsliste ul, #LogIO ul {
  list-style: none;
  padding-left: 0;
}
.GroupFieldset > p > .LabelRadiogroupInput {
  display: block;
}
fieldset {
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
fieldset:first-child {
  border-top: 1px;
}
fieldset fieldset {
  border: 0;
}
.Frage, #LogInUser, #LogInPassword {
  margin-bottom: 3px;
}
.GroupFieldsetInvoiceAddress {
  background-color: #efefef;
  border-top: 0 none;
  padding-top: 2px;
  padding: 10px 36px;
}
.FrageSeparateinvoiceAddress, .FrageSeparatedeliveryAddress {
  background-color: #efefef;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 14px 10px;
}
/* Hauptnavigation */
/* Topnavigation */
/* Buttons */
.submit, .IsButton, .prevPane, .firstPane {
  font-size: 11.7px;
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.submit:hover, .IsButton:hover, .prevPane:hover, .firstPane:hover {
  text-decoration: underline;
}
/* Input und Textfelder */
/* Anmeldeformular - Steps */
#FormTabs {
  margin-bottom: 30px;
}
#FormTabs #FormSteps::after {
  content: "";
  clear: both;
  display: block;
}
#FormTabs #FormSteps .FormStep {
  height: auto;
  position: relative;
}
#FormTabs #FormSteps .FormStep a {
  top: 0;
  line-height: 30px;
  padding-left: 0px;
  padding-right: 35px;
}
#FormTabs #FormSteps .FormStep a.active {
  border-bottom: 0;
  text-decoration: underline;
}
#FormTabs #FormSteps .FormStep::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 11px;
  position: absolute;
  right: 14px;
  top: 2px;
  line-height: 30px;
}
#FormTabs #FormSteps .FormStep:last-child::after {
  display: none;
}
/* Anmeldeformular - PaneButtons */
.PaneButtons {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.PaneButtons::after {
  content: "";
  clear: both;
  display: block;
}
.PaneButtons .PaneButtonLeft, .PaneButtons .PaneButtonCenter, .PaneButtons .PaneButtonRight {
  float: left;
  width: calc(100% / 3);
}
.PaneButtons .PaneButtonLeft {
  text-align: left;
}
.PaneButtons .PaneButtonCenter {
  text-align: center;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent {
  padding-top: 0;
}
.PaneButtons .PaneButtonRight {
  text-align: right;
  float: right;
}
#Header #Navigation #HauptMenu ul::after, #Gesamt > #Navigation #HauptMenu ul::after {
  content: "";
  clear: both;
  display: block;
}
#Header #Navigation #HauptMenu ul .mainMenue, #Gesamt > #Navigation #HauptMenu ul .mainMenue {
  float: left;
}
#Header #Navigation #HauptMenu ul li, #Gesamt > #Navigation #HauptMenu ul li {
  position: relative;
}
#Header #Navigation #HauptMenu ul li ul, #Gesamt > #Navigation #HauptMenu ul li ul {
  display: none;
  position: absolute;
  left: 0;
}
#Header #Navigation #HauptMenu ul li:hover ul, #Gesamt > #Navigation #HauptMenu ul li:hover ul {
  display: inline-block;
}
.Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul::after, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul::after {
  content: "";
  clear: both;
  display: block;
}
.Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue {
  float: none;
}
.Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue a, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue a {
  display: block;
}
#Buchungsnummer::after, #SearchForm::after {
  content: "";
  clear: both;
  display: block;
}
#Buchungsnummer #EingabeBN, #Buchungsnummer #WeiterBN, #Buchungsnummer #EingabeSearch, #Buchungsnummer #SearchBN, #SearchForm #EingabeBN, #SearchForm #WeiterBN, #SearchForm #EingabeSearch, #SearchForm #SearchBN {
  float: left;
}
.error {
  background-color: #ed6767;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3), 0 0 0 1px #fff inset;
  color: #fff;
  font-size: 0.9em;
  padding: 0 9px;
  padding-left: 30px;
  line-height: 23px;
  width: 23px;
  overflow: hidden;
  height: 23px;
  padding-left: 16px;
  box-sizing: border-box;
}
.error p {
  margin: 0;
  display: inline;
}
.error em {
  border-color: #fff transparent transparent !important;
  border-width: 9px;
  bottom: -18px;
}
.error em::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ed6767 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 9px;
  bottom: -7px;
  content: "";
  display: block;
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
}
.error::before {
  background-color: #d74141;
  border-color: #fff currentcolor #fff #fff;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  height: 23px;
  left: 0px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
}
.error:hover {
  transition: all 0.2s ease 0s;
  width: auto;
  padding-left: 30px;
  height: auto;
  overflow: visible;
  z-index: 99999;
}
#SecondLevelMenu ul {
  list-style: none;
  padding-left: 0;
}
#SecondLevelMenu a {
  display: block;
  text-decoration: none;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI > a, #SecondLevelMenu #SecondLevelMenuRahmen ul li > a {
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 20px;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI > a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul li > a.Self {
  color: #333;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li {
  border-bottom: 1px solid #acacac;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0 0 0 18px;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 0;
  line-height: 30px;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a:hover, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a:hover, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a:hover, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a:hover, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a:hover, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a:hover, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a:hover, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a.Self, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a:hover {
  text-decoration: underline;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav > li, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav > li {
  position: relative;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav > li:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav > li:last-child {
  margin-bottom: 0;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav > li::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav > li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  margin-top: -10px;
  top: 50%;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI > a.Self {
  text-decoration: none;
}
.MeFormListEvent {
  padding-left: 20px;
}
.MeFormListEvent .AttendanceCheckbox {
  float: left;
  margin-left: -20px;
}
.MeFormListEventLi {
  padding-left: 20px;
}
.MeFormListEventLi .AttendanceCheckbox {
  display: inline-block;
  margin-left: -19px;
  position: relative;
  top: 5px;
}
.MeFormListEventLi .MeFormListEventDatenWithCheckbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#EventStartFormular .EventName, #EventStartFormular .EventAddText1, #EventStartFormular .EventDates, #EventStartFormular .EventAddText2, #EventStartFormular .EventLocation, .EventConfirmationStart .EventName, .EventConfirmationStart .EventAddText1, .EventConfirmationStart .EventDates, .EventConfirmationStart .EventAddText2, .EventConfirmationStart .EventLocation {
  padding-left: 0px;
}
.Slideshow {
  margin-bottom: 15px;
}
.Slideshow img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.LabelRadiogroupInputMultirow, .LabelRadiogroupInputMultirowPriceCategory, .LabelRadiogroupInputMultirowalignleft, .LabelCheckboxInputAlignleft {
  padding-left: 28px;
}
.LabelCheckboxInputAlignleft {
  display: inline-block;
}
.RadiogroupInputMultirow, .RadiogroupInputMultirowalignleft, .RadiogroupInputPriceCategory, .RadiogroupInputMultirowPriceCategory, .CheckboxInputAlignleft {
  margin-left: -28px;
}
#ZusatztextUnterDatenschutz, #FormHTMLTextBelowCancallationStatement {
  font-size: 13px;
  padding-left: 25px;
  margin-bottom: 20px;
  background-color: #efefef;
  padding-bottom: 18px;
  padding-top: 18px;
}
#ZusatztextUnterDatenschutz *, #FormHTMLTextBelowCancallationStatement * {
  font-size: 13px !important;
  line-height: 16px;
}
.GMapSidebar {
  width: 100%;
}
.Frage::after {
  content: "";
  clear: both;
  display: block;
}
/*.RadioGroupFieldsetStandard {
float: none;
clear: both;
margin-bottom: 0px;
display: inline-block;
width: 100%;
.LabelRadiogroupInputStandard {
display: block;
margin-bottom: 15px;
padding-right: 0;
&:last-child {
margin-bottom: 0;
}
}
}*/
.GroupFieldsetQuestions .Frage .LabelRadioGroup {
  font-weight: bold;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard {
  display: inline-block;
  margin-right: 23px;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft:last-child, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard:last-child {
  margin-right: 0;
}
.GroupFieldsetQuestions .Frage .RadioGroupFieldset {
  margin-bottom: 23px;
}
.GroupFieldsetQuestions .Frage .LabelRadioGroupMultirowalignleft, .GroupFieldsetQuestions .Frage .LabelRadioGroupAlignleft {
  display: block;
  width: 100%;
  clear: both;
  margin-right: 0;
  margin-bottom: 8px;
}
.GroupFieldsetQuestions .Frage .RadioGroupFieldsetStandard .LabelRadiogroupInputStandard {
  padding-right: 0;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft {
  padding-left: 20px;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard::after, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft::after {
  content: "";
  clear: both;
  display: block;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard .RadiogroupInput, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft .RadiogroupInput {
  float: left;
  margin-left: -21px;
}
.LongDesFolded {
  margin-bottom: 25px;
  margin-top: 10px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 9px;
}
#ZusatztextUnterDatenschutz:empty {
  display: none !important;
}
.LongDesHlFolded, .DisplayEventGroupHlFolded {
  border-bottom: 1px solid #EFEFEF;
  color: #666666;
  cursor: pointer;
  font-weight: normal;
  margin: 15px 0;
  padding: 4px 12px 13px;
  position: relative;
  min-height: 34px;
}
.LongDesHlFolded[title="Text verbergen"], .DisplayEventGroupHlFolded[title="Text verbergen"] {
  color: #111;
}
.LongDesHlFolded .ToggleLongDesIcon, .LongDesHlFolded .ToggleEventDisplayGroupIcon, .DisplayEventGroupHlFolded .ToggleLongDesIcon, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon {
  background-color: #FFF;
  color: #bdbf00;
  height: 26px;
  line-height: 0;
  position: absolute;
  right: 16px;
  top: 3px;
  width: 14px;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after {
  content: "";
  background-color: #AAA;
  display: inline-block;
  width: 2px;
  height: 16px;
  position: absolute;
  right: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before {
  transform: rotate(45deg);
  bottom: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after {
  transform: rotate(135deg);
  top: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.down, .LongDesHlFolded .ToggleEventDisplayGroupIcon.down, .DisplayEventGroupHlFolded .ToggleLongDesIcon.down, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.down {
  margin-top: -4px;
  transform: rotate(90deg);
}
#calroot {
  width: 251px;
  height: 227px;
  padding: 12px 11px;
  border: 0;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.41), 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.41), 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.41), 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#calroot #calhead {
  margin-bottom: 13px;
}
#calroot #calhead #calprev, #calroot #calhead #calnext {
  width: 20px;
  height: 20px;
  background: unset;
}
#calroot #calhead #calprev::after, #calroot #calhead #calnext::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  display: block;
  padding-top: 3px;
  box-sizing: border-box;
}
#calroot #calhead #calnext::after {
  content: "";
}
#calroot #calhead #caltitle {
  width: calc(100% - 40px);
}
#calroot #calhead #caltitle select {
  font-size: 13px;
  border: 0;
  padding-right: 6px;
}
#calroot #calhead #caltitle select#calmonth {
  margin-right: 5px;
}
#calroot .calweek a {
  width: 29px;
  height: 23px;
  line-height: 24px;
  margin-left: 0px;
  margin-right: 4px;
  margin-bottom: 2px;
}
#calroot .calweek a:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
#calroot #caldays {
  border-bottom: 0px;
  height: auto;
}
#calroot #caldays span {
  width: 29px;
  margin-right: 4px;
  margin-bottom: 2px;
  height: 23px;
  line-height: 24px;
}
#calroot #caldays span:last-child {
  margin-right: 0px;
}
#calroot #caldays span:nth-child(7), #calroot #caldays span:nth-child(6), #calroot .calweek a:nth-child(7), #calroot .calweek a:nth-child(6) {
  color: #d5473d;
}
#calroot #caldays span:nth-child(7)#calcurrent, #calroot #caldays span:nth-child(6)#calcurrent, #calroot .calweek a:nth-child(7)#calcurrent, #calroot .calweek a:nth-child(6)#calcurrent {
  color: #FFF;
}
#calroot #caldays span.caloff:nth-child(7), #calroot #caldays span.caloff:nth-child(6), #calroot .calweek a.caloff:nth-child(7), #calroot .calweek a.caloff:nth-child(6) {
  color: #f3968e;
}
#CalendarSmallCage .info, .calendar_cage .info {
  padding: 10px 20px;
}
#CalendarSmallCage div#nav, .calendar_cage div#nav {
  background-color: #FFF;
  color: #FFF;
}
#CalendarSmallCage div#nav #prev_month, #CalendarSmallCage div#nav #next_month, .calendar_cage div#nav #prev_month, .calendar_cage div#nav #next_month {
  background: none;
  border: none;
  height: auto;
  border-radius: unset;
  position: relative;
}
#CalendarSmallCage div#nav #prev_month > form, #CalendarSmallCage div#nav #next_month > form, .calendar_cage div#nav #prev_month > form, .calendar_cage div#nav #next_month > form {
  position: relative;
  z-index: 100;
}
#CalendarSmallCage div#nav #prev_month::after, #CalendarSmallCage div#nav #next_month::after, .calendar_cage div#nav #prev_month::after, .calendar_cage div#nav #next_month::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  height: 25px;
  top: 3px;
  left: 11px;
  position: absolute;
  z-index: 99;
  color: #333;
}
#CalendarSmallCage div#nav #prev_month::after, .calendar_cage div#nav #prev_month::after {
  content: "";
}
#CalendarSmallCage div#nav #next_month::after, .calendar_cage div#nav #next_month::after {
  content: "";
}
#CalendarSmallCage div#nav #CalendarSmallPrevMonth, #CalendarSmallCage div#nav #CalendarSmallNextMonth, #CalendarSmallCage div#nav #CalendarLargePrevMonth, #CalendarSmallCage div#nav #CalendarLargeNextMonth, .calendar_cage div#nav #CalendarSmallPrevMonth, .calendar_cage div#nav #CalendarSmallNextMonth, .calendar_cage div#nav #CalendarLargePrevMonth, .calendar_cage div#nav #CalendarLargeNextMonth {
  height: 25px;
  width: 20px;
}
#CalendarSmallCage div#nav #week_days_header, .calendar_cage div#nav #week_days_header {
  width: 100%;
}
#CalendarSmallCage div#nav #week_days_header tr td, .calendar_cage div#nav #week_days_header tr td {
  color: #333;
  height: 40px;
  font-weight: bold;
}
#CalendarSmallCage #timetravel, .calendar_cage #timetravel {
  font-size: 18px;
  color: #333;
}
#CalendarSmallCage table td, .calendar_cage table td {
  width: 40px;
  height: 31px;
  background-color: #fff !important;
  border: 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#CalendarSmallCage table td.events, .calendar_cage table td.events {
  background-color: #f6863c !important;
  color: #FFF !important;
}
.InputfieldAlignleft {
  width: 100%;
}
.TextInput, .EmailInput, .UrlInput, .NumberInput, .CurrencyInput, .TextareaInput, .SelectInput, .FileInput, #SucheEingabe, .customfile {
  width: 65%;
}
#RegHLSummery, #DataSummeryParticipation, #DataSummeryParticipant, #DsEscorts, #DataSummeryInvoiceAddress, #DataSummeryDeliveryAddress, .AnswerPerson, .AnswerSingleEscort {
  margin-bottom: 20px;
}
#DataSummeryParticipation h3, #DataSummeryParticipant h3, #DataSummeryParticipantQuestions h3, #DsEscorts h3, #DataSummeryInvoiceAddress h3, #DataSummeryDeliveryAddress h3, #Answers h3 {
  margin-bottom: 10px;
}
#DataSummeryParticipationYes, #DataSummeryParticipationNo, #DataSummeryParticipationYesAddP {
  font-weight: normal;
}
.GroupFieldsetQuestions {
  padding-top: 20px;
  padding-bottom: 20px;
}
.GroupFieldsetQuestions h3 {
  margin-bottom: 15px;
}
div > .GroupFieldset h3, form > .GroupFieldset h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
.PanesInfo {
  margin-bottom: 20px;
}
a:focus, a:hover {
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
a {
  color: #f6863c;
  text-decoration: none;
}
a {
  background-color: transparent;
  cursor: default;
}
a:link {
  cursor: pointer;
}
html {
  height: 100%;
}
body {
  font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-height: 100%;
  background: url(/media/MID-1/images/am-circle-1.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 10% 50%;
  background-size: cover;
  background-origin: padding-box;
}
#Gesamt {
  background-color: #FFF;
  width: 1170px;
  margin: 0 auto;
}
#HauptMenu, .Header-content, #Inhalte, #HeaderContent {
  width: 1170px;
  margin: 0 auto;
}
#Inhalte {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
#Clickpath {
  clear: both;
}
.Leftbar, .Inhalt {
  float: left;
}
#Footer {
  font-size: 13px;
  padding: 20px 15px;
  margin-top: 40px;
  color: #5a5a5a;
}
#Footer a {
  color: #5a5a5a;
  text-decoration: none;
}
#Footer a:hover {
  color: #f6863c;
  text-decoration: underline;
}
#Header {
  width: 100%;
  display: block;
  background: transparent;
  min-height: 108px;
}
.Inhalt {
  width: 650px;
  padding: 0 30px;
}
.Sidebar {
  float: right;
}
.Sidebar, .Leftbar {
  width: 260px;
  min-height: 1px;
}
.Leftbar {
  width: 230px;
}
.ListEventName a {
  text-decoration: none;
  color: #333;
}
.GroupFieldset {
  background-color: #f5f5f5;
  padding: 10px 20px 20px;
  border-bottom: 0;
  border-radius: 3px;
}
#Navigation #HauptMenu {
  height: 63px;
}
#Navigation #HauptMenu > ul {
  background-color: #f6863c;
  height: inherit;
  padding-top: 12px;
  background: url("/media/MID-1/images/am-line-14-2.png") no-repeat 0 0;
  padding-left: 30px;
  padding-right: 30px;
}
#Navigation #HauptMenu > ul > li > a {
  padding: 15px 13px;
  line-height: 20px;
  font-size: 11.7px;
  text-transform: uppercase;
  font-weight: bold;
}
#Navigation #HauptMenu > ul > li > a:hover {
  background-color: #EEEEEE;
}
#Navigation #HauptMenu a {
  font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#Navigation #HauptMenu ul li.mainMenue a {
  display: block;
  margin-right: 0px;
  text-decoration: none;
  color: #5a5a5a;
  transition: all 0.2s ease 0s;
  font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#Navigation #HauptMenu ul li.mainMenue a:hover {
  color: #666666;
}
#Navigation #HauptMenu ul li.mainMenue a.InSelf {
  color: #555;
  background-color: #eee;
}
#Navigation #HauptMenu ul li.mainMenue a.InSelf::after {
  color: #555;
}
#Navigation #HauptMenu ul li.mainMenue .MenueLevel2 li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin-right: 0px;
}
#Navigation #HauptMenu ul li.mainMenue .MenueLevel2 li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#Navigation #HauptMenu ul li.mainMenue .MenueLevel2 li a.Self {
  color: #FFF;
  background-color: #428BCA;
}
#HeaderContent {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
#HeaderContent .logo {
  display: inline-block;
  width: 180px;
  height: 60px;
  margin: 20px 0px 20px 45px;
}
#HeaderContent .logo img {
  height: 60px;
  width: auto;
}
.mainMenue.hasEntries > a::after {
  content: "";
  right: 14px;
  top: 50%;
  color: #666666;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.mainMenue.hasEntries > a {
  padding-right: 23px !important;
}
.MenueLevel2 {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 14px;
  min-width: 160px;
}
.Sidebar h2, .Leftbar h2 {
  line-height: 23px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 13.45px;
  color: #FFF;
  background: #f6863c;
  margin-bottom: 0px;
  padding: 10px;
  font-weight: 700;
  line-height: 14.8px;
}
.Inhalt h1 {
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
.Leftbar #LogIO, .Leftbar .SidebarHtmlText, .Leftbar .calendar_cage_small, .Leftbar #GMapRahmen, .Sidebar #LogIO, .Sidebar .SidebarHtmlText, .Sidebar .calendar_cage_small, .Sidebar #GMapRahmen {
  padding: 10px;
  margin: 0px;
}
.LabelTextInput, .FieldSalutation, .LabelSelect {
  line-height: 34px;
}
.GoogleMapHTMLTextStart, .GoogleMapHTMLTextEnd {
  margin-bottom: 6px;
}
.GoogleMapHTMLTextEnd {
  margin-top: 6px;
}
.header-bg-area {
  padding-left: 15px;
  padding-right: 15px;
}
.header-bg-area .header-bg {
  background-image: url("/media/MID-1/images/agentur_streifen4.jpg");
  background-repeat: no-repeat;
  background-position: 0px -80px;
  background-size: cover;
  height: 240px;
  width: 100%;
}
#Clickpath {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}
#Clickpath a {
  color: #337ab7;
  text-decoration: none;
}
#Clickpath a:hover {
  color: #23527c;
  text-decoration: underline;
}
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #7a7a7a;
  transition: border-color ease-in-out 0.15s;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="number"]:hover, input[type="number"]:focus {
  border-color: #171717;
}
.SelectInput {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #7a7a7a;
  transition: border-color ease-in-out 0.15s;
}
.SelectInput:hover, .SelectInput:focus {
  border-color: #171717;
}
textarea {
  height: auto;
}
select {
  display: inline-block;
}
#Buchungsnummer #EingabeBN .BuchungsnrLabel {
  display: none;
}
input[type="number"] {
  padding-right: 3px;
}
.submit, .IsButton, #Printbutton a {
  color: #5a5a5a;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e1e1e1;
  border: 1px solid #adadad;
}
.submit:hover, .IsButton:hover, #Printbutton a:hover {
  text-decoration: none;
  background-color: #e5f1fb;
  background-position: 0 -15px;
  border-color: #0078d7;
}
#Printbutton a {
  padding-left: 20px;
}
#Printbutton a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  left: -10px;
}
.DataSummeryQuestionGroup {
  margin-bottom: 23px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.DataSummeryQuestionGroup .Dsheadline {
  font-weight: bold;
}
.Frage .HTMLtext {
  margin-bottom: 10px;
  margin-top: 12px;
}
.Frage {
  min-height: 34px;
}
.RadiogroupInput, .IsAttendancy {
  top: 2px;
}
.DateSeperator, .TimeSeperator {
  margin-right: 4px;
}
.Dateinput .DateSelectInput {
  margin-bottom: 4px;
}
.customfile .customfile-button {
  font-size: 14px;
  width: auto;
  height: 34px;
  line-height: 24px;
}
.slider, .slideralignleft {
  margin-top: 14px;
}
.SidebarHtml, #PrintForm, #LogInOut, #CalendarSmallHome {
  margin-top: 0px;
  margin-bottom: 23px;
  border: 1px solid #cecece;
}
#PrintForm {
  border: 0px;
}
#BNtop {
  margin-bottom: 8px;
}
#TextTop {
  margin-bottom: 23px;
}
#EingabeBN {
  margin-right: 4px;
}
#LogInOut #LogIO #LogIn .LogInInput {
  margin-bottom: 6px;
}
#LogInOut #LogIO #LogIn .LogInInput #LogInUser input, #LogInOut #LogIO #LogIn .LogInInput #LogInPassword input {
  width: 100%;
}
#LogInOut #LogIO #LogIn .LogInButton {
  margin-bottom: 4px;
}
#LogInOut #LogIO #LogIn .LogInButton #LogInAuto {
  margin-bottom: 4px;
  font-size: 14px;
}
#LogInOut #LogIO #LogIn .LogInButton #LogInSubmit {
  text-align: right;
}
#LogInOut #LogIO #LogIn .LogInHint {
  font-size: 12px;
}
#Veranstaltungsliste .VList {
  margin-top: 40px;
}
#Veranstaltungsliste .VList li {
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 14px;
}
#Veranstaltungsliste .VList li:last-child {
  border-bottom: 0px;
}
#Veranstaltungsliste .VList li .OVListEventname {
  font-weight: normal;
  margin-bottom: 12px;
  font-size: 20px;
}
#SidebarBuchungsnummerForm {
  margin-top: 6px;
}
#SidebarBuchungsnummerForm::after {
  content: "";
  clear: both;
  display: block;
}
#SidebarEingabeBN {
  float: left;
  width: 65%;
}
#SidebarEingabeBN .Buchungsnr {
  width: 100%;
}
#SidebarWeiterBN {
  display: inline-block;
}
.GroupFieldset, #EventStartFormular {
  margin-bottom: 20px;
  margin-top: 20px;
}
.GroupFieldsetInvoiceAddress, .GroupFieldsetDeliveryAddress {
  margin-top: 0px !important;
}
.PflichtfeldHinweis {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
#SecondLevelMenu > ul > li > a.Self {
  font-weight: bold;
  color: #000;
  padding: 12px 0px;
}
#SecondLevelMenu > ul > li > a.Self:hover {
  color: #000;
}
#SecondLevelMenu > ul > li > ul > li a {
  display: block;
  padding: 4px 10px;
  padding-left: 14px;
  color: #262626;
  font-size: 14px;
}
#SecondLevelMenu > ul > li > ul > li a.Self {
  background-color: #e8e8e8;
  border-radius: 3px;
}
#ZusatztextUnterDatenschutz, #FormHTMLTextAboveCancallationStatement, #FormHTMLTextBelowCancallationStatement, #FormHTMLTextAbovePrivacyStatement, #FormHTMLTextBelowPrivacyStatement, #FormHTMLTextAboveObeyRules, #FormHTMLTextBelowObeyRules, #FormHTMLTextAbovePermit, #FormHTMLTextBelowPermit {
  font-size: 13px;
  padding: 18px 25px;
  margin-bottom: 6px;
  margin-top: 6px;
  background-color: #efefef;
}
#ZusatztextUnterDatenschutz *, #FormHTMLTextAboveCancallationStatement *, #FormHTMLTextBelowCancallationStatement *, #FormHTMLTextAbovePrivacyStatement *, #FormHTMLTextBelowPrivacyStatement *, #FormHTMLTextAboveObeyRules *, #FormHTMLTextBelowObeyRules *, #FormHTMLTextAbovePermit *, #FormHTMLTextBelowPermit * {
  font-size: 13px !important;
  line-height: 16px;
}
#Confirmation > h2, .EventConfirmationStart, .HTMLYes, #HTMLBelowAnswers, #HTMLAbInfo, #ReturnHint, #CalendarHint, .HTMLBelInfo, #grcode {
  margin-bottom: 18px;
}
#DownloadHTMLTextE1 ul {
  padding-left: 0px;
  list-style: none;
  margin-top: 6px;
}
.GroupFieldset .GroupFieldset {
  padding: 0;
}
#SidebarEingabeBN {
  width: 100%;
  margin-bottom: 5px;
}
#OffeneVeranstaltungen > h1, #TextTop > h1 {
  margin-bottom: 14px;
}
#FooterContentText::after {
  content: "";
  clear: both;
  display: block;
}
#FooterContentText .f-col-left {
  float: left;
}
#FooterContentText .f-col-right {
  float: right;
}
#Gesamt {
  margin-bottom: 40px;
}
.sidebar-contact-area {
  margin: 16px 0px;
}
.PagebreaksInfoRegistrationLink {
  margin: 14px 0;
  display: block;
}
.MeFormListEventLi .AttendanceCheckbox input[type="radio"], .MeFormListEventLi .AttendanceCheckbox input[type="checkbox"] {
  margin-right: 0px;
}
#EMailFrage, #EMailFrageDecline {
  margin-bottom: 35px;
}
#Agenda {
  margin-top: 20px;
}
.VList.VListSe {
  margin-top: 12px;
  list-style: none;
  padding-left: 0px;
}
.VList.VListSe li {
  margin-bottom: 15px;
}
.VList.VListSe .SeListEventIconEmpty {
  display: none;
}
.VList.VListSe .SeListDateFloat {
  width: 26%;
}
.VList.VListSe .SeListEventDaten {
  width: 74%;
}
.ContactPhoneLink {
  color: #000;
}
.LinkShowAdditionalParticipant a, .LinkHideAdditionalParticipant a {
  background-color: #f6863c;
  color: #FFFFFF;
  border: 1px solid #f6863c;
  padding: 7px 16px;
  padding-left: 38px;
  display: inline-block;
  transition: all 0.2s ease 0s;
  height: 38px;
  line-height: 23px;
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: bold;
}
.LinkShowAdditionalParticipant a:hover, .LinkShowAdditionalParticipant a:focus, .LinkHideAdditionalParticipant a:hover, .LinkHideAdditionalParticipant a:focus {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #f6863c;
}
.LinkShowAdditionalParticipant a::after, .LinkHideAdditionalParticipant a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 23px;
}
.LinkHideAdditionalParticipant a::after {
  content: "";
}
.teilnehmerabfrage {
  margin-top: 12px;
}
.teilnehmerabfrage .LabelRadiogroupInput {
  margin-bottom: 6px;
}
.teilnehmerabfrage .LabelRadiogroupInput:last-child {
  margin-bottom: 0px;
}
.FieldDatenschutz, #PermitFrage, #ObeyRulesFrage {
  margin-bottom: 18px;
}
.FormSalutation {
  margin-bottom: 12px;
}
#EventStartFormular {
  line-height: 23px;
}
.anmeldefristAbgelaufen {
  margin-top: 12px;
  font-weight: bold;
}
#GoogleMapsConf h2 {
  margin-bottom: 12px;
}
.ConfEventData {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
}
.PanesInfo .LongDesHl {
  margin-bottom: 16px;
}
#Agenda h2 {
  margin-bottom: 16px;
}
#RegHTMLtopSummery {
  margin-bottom: 23px;
}
#HTMLAbAnswers {
  margin-bottom: 12px;
}
div[id*="LongDescription"] {
  line-height: 1.5;
}
.GroupFieldsetQuestions .Frage .LabelRadioGroupMultirowalignleft {
  float: none;
  width: 100%;
}
.DisplayEventGroupHlFolded .fa-toggle-right::before {
  top: 10px;
  position: absolute;
  left: -4px;
  font-size: 31px;
  color: #F6863C;
}
.MeListEventIconEmpty {
  display: none;
}
#TextTopMe {
  margin-bottom: 23px;
}
#MeList ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
#MeList ul li .MeDateline {
  margin-bottom: 12px;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
