@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("media/fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("media/fonts/open-sans-v34-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("media/fonts/open-sans-v34-latin-300italic.woff2") format("woff2"), url("media/fonts/open-sans-v34-latin-300italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("media/fonts/open-sans-v34-latin-600.woff2") format("woff2"), url("media/fonts/open-sans-v34-latin-600.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("media/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("media/fonts/open-sans-v34-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("media/fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("media/fonts/open-sans-v34-latin-800.woff") format("woff");
}
body, html, input[type="search"] {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 1rem;
}
body {
  margin-top: -10px;
}
body, button, input, select, textarea {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
select {
  padding: 0;
}
a img {
  border: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
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 {
  margin-bottom: 0;
}
/* Hauptnavigation */
/* Topnavigation */
/* Buttons */
.submit, .IsButton, .prevPane, .firstPane, #Printbutton a, .FieldseparateInvoiceDelivery .LabelCheckboxInput, .FieldPListPermit .LabelCheckboxInput {
  font-size: 16px;
  color: #015fbf;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  border-color: #929292;
  border-width: 2px;
  border-radius: 4px;
  padding: 12px 20px 12px 23px;
  transition: all 0.2s ease 0s;
  font-weight: normal;
}
.submit:hover, .IsButton:hover, .prevPane:hover, .firstPane:hover, #Printbutton a:hover, .FieldseparateInvoiceDelivery .LabelCheckboxInput:hover, .FieldPListPermit .LabelCheckboxInput:hover {
  border-color: #015fbf;
}
.FieldseparateInvoiceDelivery .LabelCheckboxInput {
  padding-left: 36px;
}
#Printbutton {
  text-align: center;
}
#Printbutton a {
  width: 100%;
}
#Printbutton a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
/* Input und Textfelder */
/* Anmeldeformular - Steps */
#FormTabs {
  line-height: 28px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 6px;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
#FormTabs #FormSteps {
  max-width: 736px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto !important;
}
#FormTabs #FormSteps::after {
  content: "";
  clear: both;
  display: block;
}
#FormTabs #FormSteps .FormStep {
  height: auto;
  position: relative;
}
#FormTabs #FormSteps .FormStep a {
  top: 0;
  padding-left: 0px;
  padding-right: 30px;
}
#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: 11px;
  top: 0px;
}
#FormTabs #FormSteps .FormStep:last-child::after {
  display: none;
}
/* Anmeldeformular - PaneButtons */
.PaneButtons {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 35px;
  display: inline-block;
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.PaneButtons::after {
  content: "";
  clear: both;
  display: block;
}
.PaneButtons .PaneButtonLeft, .PaneButtons .PaneButtonCenter, .PaneButtons .PaneButtonRight {
  float: left;
  width: calc(100% / 3);
  min-height: 1px;
}
.PaneButtons .PaneButtonLeft {
  text-align: left;
}
.PaneButtons .PaneButtonCenter {
  position: absolute;
  width: 100%;
  margin-top: -30px;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent {
  padding-top: 0;
}
.PaneButtons .PaneButtonRight {
  text-align: right;
  float: right;
}
.PaneButtons .ErrorHint {
  margin-top: 70px;
}
#Header #Navigation #HauptMenu ul, #Gesamt > #Navigation #HauptMenu ul {
  margin-bottom: 0;
}
#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;
}
#Header #Navigation #HauptMenu .MenueLevel2, #Gesamt > #Navigation #HauptMenu .MenueLevel2 {
  padding-top: 3px;
  z-index: 9999;
  min-width: 200px;
  border: 1px solid #bac3c6;
  background-color: #fff;
  border-top: 0px;
  border-bottom-width: 5px;
}
#Header #Navigation #HauptMenu .MenueLevel2 a, #Gesamt > #Navigation #HauptMenu .MenueLevel2 a {
  background-color: #FFF;
  padding: 5px 20px;
  display: block;
  color: #1a1a1a;
}
#Header #Navigation #HauptMenu .MenueLevel2 a:hover, #Header #Navigation #HauptMenu .MenueLevel2 a.Self, #Gesamt > #Navigation #HauptMenu .MenueLevel2 a:hover, #Gesamt > #Navigation #HauptMenu .MenueLevel2 a.Self {
  color: #015fbf;
}
.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;
}
.MeFormListEventLi .MeFormEventForm {
  padding-left: 0;
}
.MeFormListEventLi .MeFormListEvent {
  padding-left: 0;
}
.MeFormListEventLi .AttendanceCheckbox {
  display: inline-block;
  margin-left: -19px;
  position: relative;
  top: 5px;
}
.MeFormListEventLi .AttendanceCheckbox input[type="radio"], .MeFormListEventLi .AttendanceCheckbox input[type="checkbox"] {
  margin-right: 0px;
  width: 20px;
  height: 20px;
}
.MeFormListEventLi .MeFormListEventDatenWithCheckbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.MeFormListEventLi .MeFormListEventDatenWithCheckbox .AttendanceCheckbox {
  margin-top: 4px;
  float: left;
  margin-left: -20px;
}
.MeFormListEventLi > h2.MeFormListDateline {
  font-size: 1rem;
  margin-left: 35px;
  margin-bottom: 0;
}
.MeFormListEventLi h2.EventName {
  color: #015fbf;
}
.MeFormListEventLi .ListDatenDiv {
  margin-bottom: 20px;
}
.MeFormListEventLi .ListDatenDiv .SubEventDatablock, .MeFormListEventLi .ListDatenDiv .LongDes {
  margin-left: 10px;
}
.MeFormListEventLi .ListDatenDiv .SubEventDatablock p, .MeFormListEventLi .ListDatenDiv .LongDes p {
  margin-bottom: 0rem;
}
.MeFormListEventLi .MeFormListEventPicture {
  margin-left: 35px;
  margin-bottom: 20px;
}
#EventStartFormular .EventName, #EventStartFormular .EventAddText1, #EventStartFormular .EventDates, #EventStartFormular .EventAddText2, #EventStartFormular .EventLocation, .EventConfirmationStart .EventName, .EventConfirmationStart .EventAddText1, .EventConfirmationStart .EventDates, .EventConfirmationStart .EventAddText2, .EventConfirmationStart .EventLocation {
  padding-left: 0px;
}
#HTMLAbAnswers {
  margin-bottom: 25px;
}
.Slideshow {
  margin-bottom: 15px;
}
.Slideshow img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
#Answerlist .AnswerItem p {
  margin-bottom: 0.5rem;
}
.EventConfirmationStart .EventName {
  color: #015fbf;
}
#ZusatztextUnterDatenschutz, #FormHTMLTextAboveCancallationStatement, #FormHTMLTextBelowCancallationStatement, #FormHTMLTextAbovePrivacyStatement, #ZusatztextUeberDatenschutz, #FormHTMLTextBelowPrivacyStatement, #FormHTMLTextAboveObeyRules, #FormHTMLTextBelowObeyRules, #FormHTMLTextBelowPermit, #FormHTMLTextAbovePermit {
  font-size: 13px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 6px;
  margin-top: 6px;
  background-color: #efefef;
  padding-bottom: 18px;
  padding-top: 18px;
}
#ZusatztextUnterDatenschutz *, #FormHTMLTextAboveCancallationStatement *, #FormHTMLTextBelowCancallationStatement *, #FormHTMLTextAbovePrivacyStatement *, #ZusatztextUeberDatenschutz *, #FormHTMLTextBelowPrivacyStatement *, #FormHTMLTextAboveObeyRules *, #FormHTMLTextBelowObeyRules *, #FormHTMLTextBelowPermit *, #FormHTMLTextAbovePermit * {
  font-size: 13px !important;
  line-height: 16px;
}
#GMap {
  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;
  padding-top: 10px;
}
.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: #333;
}
.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::after, .LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before {
  content: "";
  background-color: #AAA;
  display: inline-block;
  width: 2px;
  height: 16px;
  position: absolute;
  right: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before {
  transform: rotate(45deg);
  bottom: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-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: #015fbf !important;
  color: #FFF !important;
}
.InputfieldAlignleft {
  width: 100%;
}
#Gesamt .TextInput, #Gesamt .EmailInput, #Gesamt .UrlInput, #Gesamt .NumberInput, #Gesamt .CurrencyInput, #Gesamt .TextareaInput, #Gesamt .SelectInput, #Gesamt .FileInput, #Gesamt #SucheEingabe, #Gesamt .customfile {
  width: 100%;
  height: 55px;
  padding: 13px 23px 16px;
  border-color: #929292;
  border-width: 2px;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: border-color 0.2s ease;
  color: #015fbf;
}
#Gesamt .TextInput:hover, #Gesamt .EmailInput:hover, #Gesamt .UrlInput:hover, #Gesamt .NumberInput:hover, #Gesamt .CurrencyInput:hover, #Gesamt .TextareaInput:hover, #Gesamt .SelectInput:hover, #Gesamt .FileInput:hover, #Gesamt #SucheEingabe:hover, #Gesamt .customfile:hover {
  border-color: #d2d2d2;
}
#Gesamt .TextInput:focus, #Gesamt .EmailInput:focus, #Gesamt .UrlInput:focus, #Gesamt .NumberInput:focus, #Gesamt .CurrencyInput:focus, #Gesamt .TextareaInput:focus, #Gesamt .SelectInput:focus, #Gesamt .FileInput:focus, #Gesamt #SucheEingabe:focus, #Gesamt .customfile:focus {
  border-color: #015fbf;
}
.invalid-feedback {
  font-size: 16px;
}
#lpPageFormElementPrivacy {
  margin-top: 40px;
}
/*#FormTabs #FormSteps .FormStep {
&::after {
content: "";
position: absolute;
right: 12px;
top: -1px;
width: 100%;
height: 4px;
background-color: #000;
right: 0%;
}
&::before {
content: "";
display: block;
height: 30px;
width: 30px;
background-color: #FFF;
border-radius: 100%;
position: absolute;
top: -14px;
left: 46%;
text-align: center;
color: #fff;
z-index: 99999;
padding-top: 4px;
box-sizing: border-box;
border: 4px solid #000;
}
&:first-child::after {
left: 46%;
}
&:last-child::after {
left: -50%;
}
a {
margin-top: 32px;
}
}*/
.CaptchaSpam {
  border: 1px solid #efefef;
  padding: 20px 30px 25px;
}
.CaptchaSpam::after {
  content: "";
  clear: both;
  display: block;
}
.CaptchaSpam #CaptchaImage {
  margin-left: 45%;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam {
  width: 90%;
  margin-right: 0px;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam::after {
  content: "";
  clear: both;
  display: block;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam #CaptchaQuestion {
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 40px;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam #CaptchaSpamResult {
  width: 50%;
  box-sizing: border-box;
  margin: 0px;
  float: left;
}
.CaptchaSpam .CaptchaSpamInfo {
  width: 10%;
  float: left;
  font-size: 13px;
  padding: 0 10px;
}
#RegHLSummery, #DataSummeryParticipation, #DataSummeryParticipant {
  margin-bottom: 20px;
}
#DataSummeryParticipant h3, #DataSummeryParticipantQuestions 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 {
  margin-bottom: 10px;
  padding-bottom: 9px;
}
.PanesInfo {
  margin-bottom: 20px;
}
a {
  color: #015fbf;
  font-weight: 500;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
#Header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  background: white;
  width: 100%;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
#Header.fixed {
  padding: 10px 20px;
}
#Header.fixed .HeadLogo {
  transition: all 0.2s ease-in-out;
  width: 200px;
}
.header-area, #FooterContent, #Inhalte, #Navigation, .HeaderLogo {
  width: 1440px;
  margin: 0 auto;
}
.header-area {
  display: none;
}
.Inhalt {
  max-width: 707px;
  width: 100%;
}
#Inhalte {
  padding-top: 92px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
.Leftbar, .Inhalt {
  flex-grow: 4;
}
.Inhalt {
  padding: 0 15px;
  flex-grow: 4;
}
.Sidebar {
  flex-grow: 4;
}
.Sidebar, .Leftbar {
  max-width: 280px;
  width: 100%;
  min-height: 1px;
}
.Leftbar {
  padding-left: 0px;
  padding-right: 15px;
}
.Sidebar {
  padding-right: 0px;
  padding-left: 15px;
}
.ListEventName a {
  text-decoration: none;
  color: #333;
}
.GroupFieldset {
  border-bottom: 0;
  border-radius: 3px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.GroupFieldset, #EventStartFormular, .FormTopHintDoubleOptIn, #TextTopFormular, #Clickpath {
  margin-bottom: 18px;
  width: 100%;
}
.GroupFieldsetInvoiceAddress {
  display: none;
}
.GroupFieldsetInvoiceAddress, .GroupFieldsetDeliveryAddress {
  margin-top: 0px !important;
}
.DateSeperator, .TimeSeperator {
  margin-right: 4px;
}
.Dateinput::after {
  content: "";
  clear: both;
  display: block;
}
.DateInput, .DateSelectInput {
  margin-bottom: 4px;
}
.DateInput.DateinputCalender {
  float: left;
  margin-right: 5px;
}
#Navigation {
  margin-top: 10px;
  height: 52px;
}
#Navigation #HauptMenu {
  border-bottom: 5px solid #E3E3E3;
}
#Navigation #HauptMenu > ul {
  position: relative;
  top: 5px;
}
#Navigation #HauptMenu ul li.mainMenue > a {
  display: block;
  margin-right: 3px;
  text-decoration: none;
  color: #1A1A1A;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-bottom: 5px solid #bac3c6;
  padding: 10px 20px;
  transition: all 0.2s ease 0s;
}
#Navigation #HauptMenu ul li.mainMenue > a:hover {
  border-bottom-color: #015fbf;
}
.login-failed {
  display: block;
  padding: 8px 14px;
  background-color: #ec7f7f;
  border: 1px solid #dd5e5e;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  padding-left: 36px;
  position: relative;
}
.login-failed::before {
  content: "!";
  display: block;
  position: absolute;
  left: 0;
  padding: 0 14px;
  font-size: 32px;
  top: 5px;
}
.SidebarHtml, #PrintForm, #LogInOut, #CalendarSmallHome {
  margin-top: 0px;
  margin-bottom: 23px;
}
input[type="text"], .SelectInput, .DateSelectInput, .TextInput, input[type="email"], input[type="password"], input[type="date"], input[type="number"], input[type="url"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 34px;
  height: 2.125rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  border-radius: 0;
  border: 1px solid #bababa;
  border: 0.0625rem solid #bababa;
  box-shadow: none;
  outline: none;
  color: #666;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding: 0.375rem 0.75rem;
}
input[type="text"].invalid, .invalid.SelectInput, .invalid.DateSelectInput, .invalid.TextInput, input[type="email"].invalid, input[type="password"].invalid, input[type="date"].invalid, input[type="number"].invalid, input[type="url"].invalid {
  box-shadow: 0px 0px 1px 1px #FFF inset, 0px 0px 7px -2px #ff7474 inset, 0px 0px 2px 0px #ff6868 !important;
  border-color: #FF5B5B;
  border-radius: 3px;
}
input[type="number"] {
  padding-right: 3px;
}
textarea {
  height: auto !important;
}
.SelectInput {
  padding-top: 5px;
  padding-bottom: 5px;
}
.TextareaInput {
  border: 0.0625rem solid #bababa;
  border-radius: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding: 0.375rem 0.75rem;
  margin-bottom: 2px;
}
.SidebarHtml, #PrintForm, #LogInOut, #CalendarSmallHome {
  margin-top: 0px;
  margin-bottom: 23px;
}
.EventKontakt .KontaktHTMLText > p:first-child {
  margin-bottom: 23px;
  border-bottom: 1px dashed #015fbf;
  padding-bottom: 13px;
}
.EventKontakt .KontaktHTMLText > p:last-child {
  margin-top: 23px;
  border-top: 1px dashed #015fbf;
  padding-top: 13px;
}
.EventKontakt .KontaktHTMLText > .contactImage {
  margin-bottom: 12px;
  width: 100%;
}
.EventKontakt .KontaktHTMLText .sb-c-imagetopofname, .EventKontakt .KontaktHTMLText .sb-c-imagetopofdata {
  margin-top: 12px;
  margin-bottom: 12px;
}
.FieldPriceCategory {
  margin-top: 10px;
}
.HTMLtextBelow {
  margin-top: 26px;
  padding-top: 8px;
  border-top: 2px solid #FFF;
}
.Frage.FieldPListPermit input {
  position: relative;
  z-index: 999;
  left: 15px;
}
.Frage.FieldPListPermit .LabelCheckboxInput {
  padding-left: 40px;
  margin-left: -22px;
}
.ParticipantListHQ {
  background-color: #015fbf;
  color: #FFF;
  padding: 3px 34px;
}
.PListDesHTMLtop {
  margin-bottom: 16px;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload {
  line-height: 20px;
  min-height: 30px;
  padding-top: 5px;
  color: #202020;
}
#TextTop {
  margin-bottom: 16px;
}
.QGroupHtmlTop, .QGroupHtmlBot {
  clear: both;
  margin-bottom: 8px;
  margin-top: 8px;
}
.Formular h3, #Answers h3, .Sidebar h2, .AnmeldungTagesordnung > h2, #GoogleMapsConf h2, div[id*="FktAddresses"] h2 {
  font-size: 20px;
  font-weight: 600;
}
.Formular h3, #Answers h3, .AnmeldungTagesordnung > h2, #GoogleMapsConf h2, div[id*="FktAddresses"] h2 {
  margin-top: 15px;
  margin-bottom: 26px;
  display: inline-block;
  width: 100%;
}
.Formular .GroupFieldsetQuestionsRegistratorOnly > h3 {
  padding: 0;
  margin: 0;
}
.GroupFieldsetEscort > fieldset {
  padding: 0;
  margin: 0;
}
.GroupFieldsetEscort > fieldset > fieldset {
  margin: 0;
}
.GroupFieldsetEscort > fieldset > fieldset > h3 {
  margin: 0;
}
.GroupFieldsetEscort > fieldset > fieldset > .Frage {
  margin: 0;
}
#Answers {
  margin-bottom: 23px;
}
#Answers h3 {
  margin-top: 12px;
}
#Answers .AnswerPerson {
  margin-bottom: 14px;
}
#Answers .AnswerAntwortValue {
  font-weight: 400;
}
#Answers .AnswerAntwortLabel {
  display: inline-block;
  width: 35%;
  margin-bottom: 4px;
}
#Answers .AnswerAntwortHL {
  font-weight: 600;
}
#Confirmation #CalendarHint {
  margin: 12px 0px;
}
.Sidebar, .Leftbar {
  color: #22272a;
}
.Sidebar .SidebarHtml, .Sidebar #LogInOut, .Sidebar .CalendarSmall, .Leftbar .SidebarHtml, .Leftbar #LogInOut, .Leftbar .CalendarSmall {
  border-top: 4px solid #015fbf;
  padding-top: 10px;
  position: relative;
}
.Sidebar .SidebarHtml h2, .Sidebar #LogInOut h2, .Sidebar .CalendarSmall h2, .Leftbar .SidebarHtml h2, .Leftbar #LogInOut h2, .Leftbar .CalendarSmall h2 {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  margin-top: -14px;
  font-size: 18px;
  font-weight: 400;
}
#NavEventUL {
  margin-top: 23px;
  border-top: 4px solid #E3E3E3;
  padding-top: 10px;
  position: relative;
}
#NavEventLI {
  padding-top: 10px;
  position: relative;
}
#NavEventLI > a {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  margin-top: -14px;
  color: #22272a;
  font-size: 18px;
  font-weight: 400;
}
.SidebarHtml #SidebarBuchungsnr {
  width: 100%;
  margin-bottom: 4px;
  margin-top: 3px;
}
#ObeyRulesFrage, .Frage.FieldDatenschutz, #PermitFrage, .Formular > .PflichtfeldHinweis {
  margin-bottom: 23px;
}
.Formular .PflichtfeldHinweis {
  margin: 10px 0px 26px;
}
.teilnehmerabfrage {
  float: none;
  clear: both;
}
.VList {
  list-style: none;
}
#Header #LocaleSwitch {
  float: left;
  background-color: #3c506e;
  height: 40px;
  width: 120px;
  position: relative;
  margin-left: -14px;
  margin-top: -8px;
}
#Header #LocaleSwitch::before {
  content: "Sprache:";
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 16px 20px 13px;
}
#Header #LocaleSwitch ul {
  position: absolute;
  top: 12px;
  right: 0;
}
#Header #LocaleSwitch ul li, #Header #LocaleSwitch ul li a {
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#Header #LocaleSwitch ul li {
  height: 24px;
  display: inline-block;
  width: 40px;
  background-color: #3c506e;
  padding: 0 11px;
  margin-left: 76px;
}
#Header #LocaleSwitch ul li {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.2s ease 0s;
  padding-top: 5px;
}
#Header #LocaleSwitch ul:hover li {
  opacity: 1;
  visibility: visible;
  height: 24px;
}
:lang(de) #LocaleSwitch ul li[title="Deutsch"], :lang(en) #LocaleSwitch ul li[title="English"], :lang(fr) #LocaleSwitch ul li[title="français"] {
  padding-left: 2px;
  position: relative;
  top: -1px;
  opacity: 1;
  visibility: visible;
  height: 24px;
}
:lang(de) #LocaleSwitch ul li[title="Deutsch"]::after, :lang(en) #LocaleSwitch ul li[title="English"]::after, :lang(fr) #LocaleSwitch ul li[title="français"]::after {
  content: "";
  display: inline-block;
  background: url(/media/images/language-block.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 10px;
  height: 7px;
}
.MeFormListEventDaten.ListDatenDiv {
  padding-left: 24px;
}
.AttendanceCheckbox {
  left: 0px;
  position: relative;
  top: 25px;
}
.MeFormListEventDaten h2 {
  padding-left: 0px;
}
.OVList.OVListIconSet li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #8c8c8c;
}
.OVList.OVListIconSet li .OVListEventIcon, .OVList.OVListIconSet li .OVListEventDaten, .OVList.OVListIconSet li .OVListEventPicture {
  float: left;
}
.OVList.OVListIconSet li .OVListEventIcon {
  width: 5%;
}
.OVList.OVListIconSet li .OVListEventDaten {
  width: 70%;
}
.OVList.OVListIconSet li .OVListEventDaten .OVListEventname {
  color: #00589c;
  font-size: 22px;
  margin-bottom: 1rem;
}
.OVList.OVListIconSet li .OVListEventPicture {
  width: 25%;
}
#Zahlungspflicht {
  margin-top: 20px;
  margin-bottom: 20px;
}
.EventPictureDiv {
  margin-bottom: 30px;
}
#LogIn input[type="text"], #LogIn .SelectInput, #LogIn .DateSelectInput, #LogIn .TextInput, #LogIn input[type="password"] {
  width: 100%;
}
#EventStartFormular {
  margin-bottom: 40px;
}
#EventStartFormular .Salutation {
  color: #202020;
  margin: 0;
  font-size: 1rem;
}
#EventStartFormular .EventName {
  margin-bottom: 0px !important;
  border-bottom: 0px;
  font-size: 50px;
  color: #015fbf;
  font-weight: 300;
}
#EventStartFormular .EventDates {
  display: block;
  color: black;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#EventStartFormular .EventLocation {
  font-size: 24px;
}
.FormSalutation2.Salutation2 {
  margin-top: 12px;
}
.FormSalutation.Salutation {
  margin-bottom: 12px;
}
#SidebarEventList li {
  text-decoration: none;
  position: relative;
}
#SidebarEventList li .OVListShortD {
  display: none;
}
#SidebarEventList li:hover .OVListShortD {
  display: block;
  position: fixed;
}
.OVList.VList {
  margin-top: 45px;
}
#EMailFrage, #EMailFrageDecline {
  margin-bottom: 35px;
}
#Footer {
  border-top: 1px solid #ccc;
  color: #202020;
  background: white;
}
#Footer #FooterContent {
  padding-top: 60px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
}
#Footer #FooterContent #footer_logo {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
#Footer #FooterContent ul {
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
  margin-bottom: 60px;
}
#Footer #FooterContent ul li {
  margin-right: 50px;
}
#Footer #FooterContent ul li:last-child {
  margin-right: 0;
}
#Footer #FooterContent a {
  color: #202020;
  text-decoration: none;
}
#Footer #FooterContent a:hover {
  color: #015fbf;
}
#Footer #FooterContent p {
  font-size: 14px;
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 50px !important;
  text-align: center;
}
.OVList > li {
  padding: 10px 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
.OVList > li .OVListEventDaten .OVListLocationDate {
  margin-bottom: 5px;
  color: #626262;
}
.OVList > li .OVListEventDaten .OVListEventname {
  margin-bottom: 8px;
  display: inline-block;
  transition: all 0.2s ease 0s;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.OVList > li .OVListEventDaten .OVListEventname::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #015fbf;
  font-size: 16px;
}
.OVList > li .OVListEventDaten .OVListEventname a {
  color: black;
}
.OVList > li .OVListEventDaten .OVListEventname:hover a {
  color: #015fbf !important;
}
.OVList > li .OVListEventDaten .OVListEventname:hover::before {
  transition: all 0.2s ease 0s;
  background-color: #333 !important;
}
#FormularBuchungsnummer {
  background-color: transparent;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
}
#FormularBuchungsnummer #BNtop {
  margin-bottom: 6px;
}
#FormularBuchungsnummer #BNtop .bn-title {
  font-weight: bold;
}
#FormularBuchungsnummer #Buchungsnummer {
  max-width: 706px;
  margin: 0 auto;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN {
  padding-left: 0;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN #Buchungsnr {
  width: 380px;
  height: 51px;
  line-height: 27px;
  display: inline-block;
  border-color: #929292;
  border-width: 2px;
  border-radius: 4px;
  padding: 12px 20px 12px 23px;
  transition: border-color 0.2s ease-in-out;
  font-weight: 600;
  color: #015fbf;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN #Buchungsnr:hover {
  border-color: #d2d2d2;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN #Buchungsnr:focus {
  border-color: #015fbf;
}
#FormularBuchungsnummer #Buchungsnummer #WeiterBN .submitBuchungsnummer {
  height: 51px;
  margin-left: 3px;
  padding-left: 34px;
  padding-right: 34px;
  font-weight: 600;
}
#OffeneVeranstaltungen {
  max-width: 706px;
  width: 100%;
  margin: 70px auto;
}
#OffeneVeranstaltungen > h1 {
  font-size: 36px;
  font-weight: 300;
  color: #202020;
  text-align: left;
}
.logo a {
  display: inline-block;
}
#NavigationTop {
  position: relative;
}
#NavigationTop #TopMenu {
  text-align: right;
}
#NavigationTop #TopMenu ul {
  display: inline-block;
}
#NavigationTop #TopMenu ul::after {
  content: "";
  clear: both;
  display: block;
}
#NavigationTop #TopMenu ul li {
  float: left;
  margin-left: 15px;
}
#NavigationTop #TopMenu ul li a {
  color: #fff;
  font-weight: 400;
}
#NavigationTop #TopMenu ul li a:hover {
  color: #015fbf;
}
.customfile {
  background: #fff;
  width: 65%;
  border: 1px solid #bababa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.customfile .customfile-feedback {
  color: #666666;
}
.customfile .customfile-feedback-populated {
  color: #666666;
  padding-left: 23px;
  font-size: 14px;
  font-weight: normal;
}
.customfile .customfile-feedbacksize {
  color: #666666;
  padding: 12px 28px;
  padding-right: 80px;
}
.customfile .customfile-feedbacksize:empty {
  padding: 0px;
}
.customfile .customfile-button {
  width: auto;
  font-size: 1rem;
  color: #fff;
  background-color: #015fbf;
  cursor: pointer;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 3px;
  border: 0;
  transition: all 0.2s ease 0s;
  font-weight: 500;
}
.customfile .customfile-button:hover {
  opacity: 0.8;
}
.InputfieldAlignleft {
  width: 100%;
  margin-bottom: 3px;
}
#InhaltCalendar {
  float: none;
  width: 100%;
}
#InhaltCalendar #CalendarLarge {
  width: 100%;
}
.teilnehmerabfrage {
  margin-top: 6px;
}
.teilnehmerabfrage .LabelRadiogroupInput {
  margin-bottom: 12px;
}
.range {
  width: 12%;
}
.slider, .slideralignleft {
  margin-top: 16px;
}
.escortData {
  border: 1px solid #efefef;
  padding: 23px 30px 20px;
  border-top: 1px solid #efefef !important;
}
.Frage .HTMLtextBelow.HTMLtextBelowAlignleft {
  margin-top: 0px;
  padding-left: 25px;
  padding-top: 0px !important;
  line-height: 16px;
}
.LogInButton::after {
  content: "";
  clear: both;
  display: block;
}
.LogInButton #LogInAuto {
  font-size: 14px;
  margin-top: 6px;
}
.LogInButton #LogInAuto #AutoLogin {
  position: relative;
  top: 2px;
}
.LogInButton #LogInSubmit {
  margin-top: 8px;
}
.LogInHint {
  font-size: 12px;
  position: relative;
  top: -36px;
  left: 123px;
  width: 143px;
  line-height: 18px;
}
#LocaleSwitch {
  float: none;
  margin-bottom: 23px;
}
#Gesamt {
  background-color: #f2f2f2;
}
#Gesamt > #NavigationTop {
  width: 1440px;
  margin: 0 auto;
}
.shariff {
  margin-top: 32px;
}
.AlternativeEvents li {
  margin-bottom: 8px;
}
.Sidebar #GMapRahmen {
  margin-top: 18px;
}
#DataSummeryEvents {
  border: 1px solid #efefef;
}
#DataSummeryEvents ul li {
  border-bottom: 0px;
  margin-bottom: 12px;
}
#DataSummeryEvents ul li h3 {
  border-bottom: 0px;
  padding: 0;
  margin: 0px !important;
  display: block;
}
#DataSummeryEvents ul li h5 {
  color: #015fbf;
}
.ConfEventData {
  margin-top: 12px;
}
.ConfEventData .EventDates, .ConfEventData .EventLocation {
  margin-bottom: 0;
}
#Confirmation > h2 {
  margin-bottom: 23px;
}
#Clickpath {
  display: inline-block;
  margin-top: 0px;
  background-color: #015fbf;
  padding: 0px 15px;
  border-radius: 3px;
  width: 100%;
  margin-top: 50px;
  height: 82px;
  display: flex;
}
#Clickpath #ClickpathNaviRahmen {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  align-self: center;
}
#Clickpath #ClickpathNaviRahmen > span {
  color: white;
  font-size: 16px;
}
#Clickpath .clickpath_link {
  margin-right: 12px;
  color: #808080;
}
#Clickpath .clickpath_link:last-child {
  margin-right: 0px;
}
#Clickpath .clickpath_link:last-child::after {
  display: none;
}
#Clickpath .clickpath_link::after {
  content: "";
  margin-left: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
#Clickpath .clickpath_link a {
  font-size: 16px;
  font-family: "Arial";
  font-weight: normal;
  color: #fff;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
}
#Clickpath .clickpath_link a:hover {
  opacity: 0.8;
}
#barcode, #grcode, #qrcode {
  margin-bottom: 23px;
}
#GMapRahmen {
  margin-top: 18px;
}
#GoogleMapsConf h2 {
  margin-bottom: 12px;
}
.AnmeldungTagesordnung h2, div[id*="FktAddresses"] h2 {
  font-weight: normal;
  margin-bottom: 16px;
  padding-bottom: 9px;
}
.FieldSalutation .RadioGroupFieldset {
  padding-top: 4px;
}
#CalendarSmallHome #CalendarSmallCage table .WeekDay5, #CalendarSmallHome #CalendarSmallCage table .WeekDay6 {
  background-color: #efefef !important;
  color: #868686;
}
#CalendarSmallHome #CalendarSmallCage table .WeekDay6 {
  background-color: #dedede !important;
}
.FieldSubTypeAlignleft .customfile {
  width: 100% !important;
}
.HeadLogo {
  width: 244px;
}
.css-trafficlight {
  display: inline-block;
  width: 60px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  background-color: #585858;
}
.FreePlaces {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.FreePlaces > span {
  margin-left: 10px;
}
.FreePlaces .css-trafficlight {
  display: inline-block;
  width: 60px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  align-self: center;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.FreePlaces .css-trafficlight span {
  content: "";
  color: white;
  position: absolute;
  border-radius: 14px;
  width: 16px;
  height: 16px;
  left: 2px;
}
.FreePlaces .trafficlightrot span {
  top: 2px;
  left: 42px;
  background-color: #F61616;
  box-shadow: 0 0 14px #F61616;
}
.FreePlaces .trafficlightgelb span {
  top: 2px;
  left: 22px;
  background-color: #FCD424;
  box-shadow: 0 0 14px yellow;
}
.FreePlaces .trafficlightgruen span {
  top: 2px;
  left: 2px;
  background-color: #0FE80F;
  box-shadow: 0 0 14px #0FE80F;
}
/* Termine Kalender */
.EventAppointmentMonth {
  margin-top: 30px;
}
.EventAppointmentMonth::after {
  content: "";
  clear: both;
  display: block;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] {
  width: 50%;
  padding-right: 10px;
  border-right: 1px solid #AAA;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader {
  padding: 7px 0;
  padding-top: 0px;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader::after {
  clear: "";
  clear: both;
  display: block;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthPrev .UpdateEventAppointmentsMonth, .EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthNext .UpdateEventAppointmentsMonth {
  border: 4px solid #FFF;
  background-color: #CD1536;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-weight: bold;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthCenter {
  line-height: 40px;
  color: #333;
  font-weight: bold;
  font-size: 23px;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable button.ActiveAppointmentsByDay {
  background-color: rgba(205, 21, 54, 0.1);
  color: #cd1536;
  padding: 0.25rem;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
  border: 0;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable button.ActiveAppointmentsByDay.SelectedEventAppointmentDay {
  background-color: #cd1536;
  color: #FFF;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable thead tr th {
  color: #555555;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable thead tr th.EventAppointmentKW {
  color: #cd1536;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr th.EventAppointmentKW {
  color: rgba(205, 21, 54, 0.5);
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr td {
  color: #a6a6a6;
  height: 40px;
  width: 40px;
  padding: 1px;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr td span {
  padding: 0.25rem;
  height: 40px;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr td button {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] {
  text-align: left;
  border-left: 1px solid #AAA;
  position: relative;
  left: -1px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] .EventAppointmentsByDayHeader {
  border-bottom: 1px solid #AAA;
  color: #333;
  font-weight: bold;
  font-size: 23px;
  padding: 0px 23px 14px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul {
  padding-left: 0px;
  list-style: none;
  border-top: 0px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li {
  padding-left: 23px;
  padding-top: 5px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li p.EventappointementDates::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 7px;
  margin-left: -1px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li .EventappointementLabel {
  font-weight: bold;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li .EventappointementDates {
  color: #777;
}
.SelectedEventAppointment {
  border-bottom: 2px solid #AAA;
  padding: 10px 0;
}
.SelectedEventAppointments {
  list-style: none;
}
.SelectedEventAppointments .SelectedEventAppointment .EventappointementDates::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 7px;
  margin-left: -1px;
}
.EventAppointmentMonth .EventAppointmentMonthTable td.Appointments span {
  border-radius: 100px;
}
.PBDNotificationObligationRevocation {
  margin-top: 30px;
}
#HideInfos {
  width: 600px;
  left: calc(50% - (600px / 2));
}
#HideInfos #preconfirmation, #HideInfos #Buchungsnr {
  margin-right: 3px;
  height: 34px;
}
#exposeMask {
  background-color: #000;
}
#anmelden + #NewsletterAbmeldung {
  background-color: #ececec;
  padding: 23px 23px 20px;
  border-radius: 7px;
  border: 1px solid #d9d9d9;
}
#NewsletterAbmeldung {
  margin-top: 12px;
}
#NewsletterAbmeldung #abmelden .newsletterTitle {
  font-size: 23px;
  margin-bottom: 12px !important;
  line-height: 28px;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  color: #333;
}
#NewsletterAbmeldung #abmelden .newsletterDescription {
  margin-bottom: 12px;
}
#NewsletterAbmeldung #abmelden #EMailFrageAbsage {
  background-color: #ddd;
  border: 1px solid #efefef;
  padding: 6px 6px 6px 18px;
  border-radius: 7px;
}
#NewsletterAbmeldung #abmelden #EMailFrageAbsage .LabelTextInput {
  font-weight: bold;
  line-height: 20px;
  min-height: 30px;
  padding-top: 5px;
}
#NewsletterAbmeldung #abmelden .PflichtfeldHinweis {
  margin-top: 8px;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}
#NewsletterAbmeldung #abmelden .NewsletterAbsageBottom {
  margin-bottom: 0px;
}
#iconbar, #FormularSearch {
  display: none;
}
.css-trafficlight {
  display: inline-block;
  width: 60px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  background-color: #585858;
}
.css-trafficlight span {
  content: "";
  color: white;
  position: absolute;
  border-radius: 14px;
  width: 16px;
  height: 16px;
  left: 2px;
}
.trafficlightrot span {
  top: 2px;
  left: 42px;
  background-color: #F61616;
  box-shadow: 0 0 14px #F61616;
}
.trafficlightgelb span {
  top: 2px;
  left: 22px;
  background-color: #FCD424;
  box-shadow: 0 0 14px yellow;
}
.trafficlightgruen span {
  top: 2px;
  left: 2px;
  background-color: #0FE80F;
  box-shadow: 0 0 14px #0FE80F;
}
div[class*="_popover"] .btn, div[class*="_modal"] .btn {
  font-size: 9px;
  padding: 6px;
  width: 23px;
  height: 23px;
  line-height: 0;
  background-color: #21a6ce;
}
div[class*="endOfQuestion"] {
  display: inline-block;
  margin-left: 10px;
}
div[class*="afterLabel"] {
  display: inline-block;
  margin-right: 10px;
}
div[class*="beforeLabel"] {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
div[class*="beforeQuestion"] {
  display: inline-block;
  float: left;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload {
  width: 100%;
  margin-right: 2%;
  display: block;
  float: none;
}
.endOfQuestion_popover_right, .endOfQuestion_modal {
  margin-right: -30px;
  position: relative;
  left: -36px;
}
.endOfQuestion_popover_right .icon, .endOfQuestion_modal .icon {
  display: block;
}
.teilnehmerabfrage .LabelSelectInput {
  margin-right: 8px;
}
#ParticipantListPane #ParticipantsList li.PListFirstInColumn {
  float: none;
  width: 100%;
  padding: 10px;
  background-color: #f2efed;
  transition: background-color 0.2s;
}
#ParticipantListPane #ParticipantsList li.PListFirstInColumn:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#ParticipantListPane #ParticipantsList .PlistItem0 {
  position: relative;
}
#ParticipantListPane #ParticipantsList div.PListPersonData {
  color: grey;
}
#ParticipantListPane #ParticipantsList div.PListPersonData .PListName {
  color: #333;
}
#ParticipantListPane #ParticipantsList div.PListPersonData a {
  color: grey;
}
#HideInfos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teilnehmerabfrage > label {
  width: 90%;
}
.teilnehmerabfrage > span {
  width: 50%;
}
.teilnehmerabfrage > input {
  width: 38%;
}
form > fieldset, form > div, form > ul {
  max-width: 736px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
#DsEscorts > div > h3 {
  display: none;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
