@charset "UTF-8";
/* martel-sans-regular - latin */
@font-face {
  font-family: Arial, sans-serif;
  /*'Martel Sans';*/
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/martel-sans-v12-latin-regular.woff2") format("woff2"), url("/media/fonts/martel-sans-v12-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* martel-sans-700 - latin */
@font-face {
  font-family: Arial, sans-serif;
  /*'Martel Sans';*/
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/media/fonts/martel-sans-v12-latin-700.woff2") format("woff2"), url("/media/fonts/martel-sans-v12-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* martel-sans-800 - latin */
@font-face {
  font-family: Arial, sans-serif;
  /*'Martel Sans';*/
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/media/fonts/martel-sans-v12-latin-800.woff2") format("woff2"), url("/media/fonts/martel-sans-v12-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*'Martel Sans', sans-serif;*/
/*#blau;*/
/*#aqua cyan;*/
/*#003D68;*/
/*#grau;*/
/*#weiß;*/
body, html, input[type="search"] {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  /*-webkit-hyphens: auto;
	   -moz-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;*/
}
body, button {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  background-color: #0067B9;
}
input, select, textarea {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  background-color: #0067B9;
}
img, button, input, figure, a {
  outline: 0;
}
select {
  padding: 0;
}
a img {
  border: 0;
}
a {
  text-decoration: underline;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #0068b1;
}
a[href*=""] {
  text-decoration: none !important;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.333;
  margin-bottom: 23px;
}
h2 {
  font-size: 2rem;
  line-height: 1.0625;
  margin-bottom: 23px;
}
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 {
  background-color: #efefef;
  margin-bottom: 0;
  padding: 14px 10px;
}
/* Hauptnavigation */
/* Topnavigation */
/* Buttons */
.submit, .IsButton, .prevPane, .firstPane, #Printbutton a, .PagebreaksInfoRegistrationLink {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
  background-color: #0068b1;
  border: 5px solid #fff;
  padding: 10px 8px 8px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.submit:hover, .IsButton:hover, .prevPane:hover, .firstPane:hover, #Printbutton a:hover, .PagebreaksInfoRegistrationLink:hover {
  text-decoration: none;
  background-color: #0FF;
  color: #0068b1 !important;
}
.submitAnmeldung {
  /*background-color:#003D68;*/
  border: 5px solid #fff;
}
.PagebreaksInfoRegistrationLink {
  width: 100%;
  text-align: center;
}
#Printbutton a {
  display: block;
  width: 100%;
  text-align: center;
}
#Printbutton a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
/* Input und Textfelder */
/* Anmeldeformular - Steps */
#FormTabs {
  margin-bottom: 5px;
  line-height: 36px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 23px;
}
#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;
  color: #FFF;
  z-index: -1;
}
#FormTabs #FormSteps .FormStep a.active {
  border-bottom: 0;
  text-decoration: underline;
  color: #FFF;
}
#FormTabs #FormSteps .FormStep::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 11px;
  position: absolute;
  right: 11px;
  top: 2px;
  z-index: -1;
}
#FormTabs #FormSteps .FormStep:last-child::after {
  display: none;
}
/* Anmeldeformular - PaneButtons */
.PaneButtons {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 35px;
  display: inline-block;
  border-top: 1px solid #efefef;
  padding-top: 18px;
  margin-top: 23px;
}
.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 {
  text-align: center;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent {
  padding-top: 0;
}
.PaneButtons .PaneButtonRight {
  text-align: right;
  float: right;
}
#Header #Navigation #HauptMenu, #Gesamt > #Navigation #HauptMenu {
  padding-left: 10px;
}
#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;
  padding-left: 40px;
}
#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.MenueLevel2, #Gesamt > #Navigation #HauptMenu ul li:hover ul.MenueLevel2 {
  display: inline-block;
  font-size: 1.125rem;
  width: 300px;
}
#Header #Navigation #HauptMenu ul li .MenueLevel3, #Gesamt > #Navigation #HauptMenu ul li .MenueLevel3 {
  display: none;
  position: absolute;
  left: 0;
}
#Header #Navigation #HauptMenu ul li li:hover ul, #Gesamt > #Navigation #HauptMenu ul li li:hover ul {
  display: inline-block;
  font-size: 1.125rem;
  width: 300px;
  margin-top: -52px;
}
Li .Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul::after, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul::after {
  content: "";
  clear: both;
  display: block;
}
Li .Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue {
  float: none;
}
Li .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: 700;
  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 #FFF;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0;
}
#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: #FFF;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 18px;
  padding-left: 38px;
  background-color: #0068b1;
  transition: all 0.3s ease 0s;
}
#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: none;
  background-color: #0FF;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a:hover::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a:hover::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a:hover::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a:hover::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a:hover::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a:hover::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a:hover::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a.Self::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a:hover::before {
  left: 23px;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a::before, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a::before, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 14px;
  color: #FFF;
  margin-top: -10px;
  top: calc(50% - 2px);
  transition: all 0.3s ease 0s;
}
#SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep:last-child, #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li:last-child {
  border-bottom: 0px;
}
#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 > 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 .AttendanceCheckbox input[type="radio"], .MeFormListEventLi .AttendanceCheckbox input[type="checkbox"] {
  margin-right: 0px;
}
.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;
}
#HTMLAbAnswers {
  margin-bottom: 25px;
}
.Slideshow {
  margin-bottom: 15px;
}
.Slideshow img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.FieldseparateInvoiceDelivery .LabelCheckboxInput, .FieldObeyRules .LabelCheckboxInput, .FieldDatenschutz .LabelCheckboxInput, .FieldPermit .LabelCheckboxInput, .FieldWiderruf .LabelCheckboxInput {
  padding-left: 28px;
}
.FieldseparateInvoiceDelivery .LabelCheckboxInput .CheckboxInput, .FieldObeyRules .LabelCheckboxInput .CheckboxInput, .FieldDatenschutz .LabelCheckboxInput .CheckboxInput, .FieldPermit .LabelCheckboxInput .CheckboxInput, .FieldWiderruf .LabelCheckboxInput .CheckboxInput {
  margin-left: -28px;
}
.FieldseparateInvoiceDelivery .LabelCheckboxInput .CheckboxLabelText .PflichtfeldStern, .FieldObeyRules .LabelCheckboxInput .CheckboxLabelText .PflichtfeldStern, .FieldDatenschutz .LabelCheckboxInput .CheckboxLabelText .PflichtfeldStern, .FieldPermit .LabelCheckboxInput .CheckboxLabelText .PflichtfeldStern, .FieldWiderruf .LabelCheckboxInput .CheckboxLabelText .PflichtfeldStern {
  margin-left: -10px;
}
.LabelRadiogroupInputMultirow, .LabelRadiogroupInputMultirowPriceCategory, .LabelRadiogroupInputMultirowalignleft, .LabelCheckboxInputAlignleft {
  padding-left: 28px;
}
#MasterdataStart .LabelCheckboxMasterdataTime, #MasterdataStart .LabelCheckboxInput {
  padding-left: 28px;
  display: inline-block;
  width: 100%;
}
.LabelRadiogroupInputMultirowalignleft {
  float: none;
  width: 100%;
}
.LabelCheckboxInputAlignleft {
  display: inline-block;
}
.RadiogroupInputMultirow, .RadiogroupInputMultirowalignleft, .RadiogroupInputPriceCategory, .RadiogroupInputMultirowPriceCategory, .CheckboxInputAlignleft {
  margin-left: -28px;
}
#ZusatztextUnterDatenschutz, #FormHTMLTextAboveCancallationStatement, #FormHTMLTextBelowCancallationStatement, #FormHTMLTextAbovePrivacyStatement, #ZusatztextUeberDatenschutz, #FormHTMLTextBelowPrivacyStatement, #FormHTMLTextAboveObeyRules, #FormHTMLTextBelowObeyRules, #FormHTMLTextBelowPermit, #FormHTMLTextAbovePermit, .ProfileHTMLTextBot, .ProfileHTMLTextTop {
  margin-bottom: 6px;
  margin-top: 6px;
  background-color: #fff;
  padding-top: 18px;
  padding-right: 25px;
  padding-bottom: 28px;
  padding-left: 25px;
}
#ZusatztextUnterDatenschutz *, #FormHTMLTextAboveCancallationStatement *, #FormHTMLTextBelowCancallationStatement *, #FormHTMLTextAbovePrivacyStatement *, #ZusatztextUeberDatenschutz *, #FormHTMLTextBelowPrivacyStatement *, #FormHTMLTextAboveObeyRules *, #FormHTMLTextBelowObeyRules *, #FormHTMLTextBelowPermit *, #FormHTMLTextAbovePermit *, .ProfileHTMLTextBot *, .ProfileHTMLTextTop * {
  font-size: 13px !important;
  line-height: 16px;
  color: #0068b1 !important;
}
#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 .LabelRadiogroupInputAlignleft, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard {
  font-weight: 400;
  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;
  font-weight: 400;
}
.GroupFieldsetQuestions .Frage .LabelRadioGroupMultirowalignleft, .GroupFieldsetQuestions .Frage .LabelRadioGroupAlignleft {
  display: block;
  width: 100%;
  clear: both;
  margin-right: 0;
  margin-bottom: 8px;
}
.GroupFieldsetQuestions .Frage .RadioGroupFieldsetStandard {
  font-weight: 400;
}
.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;
}
.PBDprofile {
  font-weight: 400;
}
.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;
  font-size: 23px !important;
}
.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: 700;
  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: 700;
  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: #C1022D !important;
  color: #FFF !important;
}
.InputfieldAlignleft {
  width: 100%;
}
.TextInput, .EmailInput, .UrlInput, .NumberInput, .CurrencyInput, .TextareaInput, .SelectInput, .FileInput, #SucheEingabe, .DisplayNotEditable {
  width: 65%;
}
/*#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;
}
#DataSummeryParticipation h3, #DataSummeryParticipant h3, #DataSummeryParticipantQuestions h3 {
  margin-bottom: 10px;
}
#DataSummeryParticipationYes, #DataSummeryParticipationNo, #DataSummeryParticipationYesAddP {
  font-weight: normal;
  padding-left: 23px;
  position: relative;
}
#DataSummeryParticipationYes::before, #DataSummeryParticipationNo::before, #DataSummeryParticipationYesAddP::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -1px;
}
#DataSummeryParticipationYes::before {
  content: "";
  color: #95BF0B;
}
.GroupFieldsetQuestions {
  padding-top: 20px;
  padding-bottom: 20px;
}
.GroupFieldsetQuestions h3 {
  margin-bottom: 15px;
}
div > .GroupFieldset h3, form > .GroupFieldset h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.PanesInfo {
  margin-bottom: 20px;
}
.header-area, #Inhalte, #FooterContent {
  width: 1250px;
  margin: 0 auto;
  color: #FFF;
}
.header-area {
  position: relative;
}
#Header, #Footer {
  background-color: #0068b1;
}
.logo {
  float: left;
}
.logo img {
  height: 100px;
  width: auto;
}
#Footer {
  color: #FFF;
  padding: 19px 20px;
}
#Footer #FooterContentText {
  position: relative;
}
#Footer #FooterContentText .footer-menu {
  position: absolute;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 30px;
  right: 0;
  float: left;
}
#Footer #FooterContentText .footer-menu a {
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  float: right;
}
#Footer #FooterContentText .footer-menu ul {
  list-style: none;
  padding-left: 0px;
}
#Footer #FooterContentText .footer-menu ul::after {
  content: "";
  clear: both;
  display: block;
}
#Footer #FooterContentText .footer-menu ul li {
  padding-bottom: 10px;
}
#Footer #FooterContentText .footer-menu ul li a {
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
}
#Footer #FooterContentText .footer-menu ul li a:hover {
  color: #0FF;
}
#Footer #FooterContentText .footer-menu1 {
  position: absolute;
  display: inline-block;
  top: 130px;
  margin-left: 30%;
  float: left;
}
#Footer #FooterContentText .footer-menu1 a {
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
  float: right;
}
#Footer #FooterContentText .footer-menu1 ul {
  list-style: none;
  padding-left: 0px;
}
#Footer #FooterContentText .footer-menu1 ul::after {
  content: "";
  clear: both;
  display: block;
}
#Footer #FooterContentText .footer-menu1 ul li {
  padding-bottom: 10px;
}
#Footer #FooterContentText .footer-menu1 ul li a {
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
}
#Footer #FooterContentText .footer-menu1 ul li a:hover {
  color: #0FF;
}
#Clickpath {
  clear: both;
}
.Inhalt {
  float: right;
}
.Inhalt {
  width: calc(100% - 426px);
  margin: 0;
  background-color: white;
  color: #0068b1;
  font-size: 14px;
  padding: 15px;
}
.Inhalt#InhaltCalendar {
  float: none;
  width: 100%;
  display: inline-block;
}
.Inhalt#InhaltCalendar #CalendarLarge {
  width: 100%;
}
.Sidebar, .Leftbar {
  width: 396px;
  min-height: 1px;
  margin-right: 30px;
  float: left;
}
.Leftbar {
  /*margin-bottom: 30px;*/
  clear: right;
}
.Sidebar {
  clear: left;
}
.ListEventName a {
  text-decoration: none;
  color: #333;
}
.GroupFieldset {
  border-bottom: 0;
  border-radius: 3px;
  margin-bottom: 18px;
  margin-top: 20px;
  font-weight: 400;
}
.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 .DateSelectInput {
  margin-bottom: 4px;
  border: 1px solid #bababa;
  padding: 6px 8px 7px;
  color: #666666;
}
#HeaderContent, #Navigation {
  float: left;
}
#NavigationTop {
  position: absolute;
  right: 0;
}
#NavigationTop ul::after {
  content: "";
  clear: both;
  display: block;
}
#NavigationTop ul li {
  display: inline-block;
}
#NavigationTop ul li a {
  color: #FFF;
}
#NavigationTop ul li a.kontakt-ico, #NavigationTop ul li a.intranet-ico {
  background: url("/media/images/contact.svg") no-repeat 0 0;
  width: 68px;
  height: 65px;
  background-position-x: center;
  background-position-y: bottom;
  display: inline-block;
  text-indent: -99999px;
}
#NavigationTop ul li a.intranet-ico {
  background-image: url("/media/images/intranet.svg");
}
#Navigation {
  display: inline-block;
  height: 111px;
  padding-top: 59px;
  font-size: 24px;
  font-weight: normal;
  float: right;
}
#Navigation #HauptMenu ul li.mainMenue:last-child {
  border-right: 0px;
}
#Navigation #HauptMenu ul li.mainMenue a, #Navigation #HauptMenu ul li.mainMenue span {
  display: block;
  margin-right: 1px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  padding: 15px 12px 11px;
  color: #FFF;
  background-color: #0068b1;
}
#Navigation #HauptMenu ul li.mainMenue a:hover, #Navigation #HauptMenu ul li.mainMenue a.Self, #Navigation #HauptMenu ul li.mainMenue a.InSelf, #Navigation #HauptMenu ul li.mainMenue span:hover, #Navigation #HauptMenu ul li.mainMenue span.Self, #Navigation #HauptMenu ul li.mainMenue span.InSelf {
  color: #0FF;
  text-decoration: none;
}
#Navigation #HauptMenu ul li.hasEntries::after {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #FFF;
}
.MenueLevel3 {
  margin-left: 290px;
}
.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;
}
input[type="text"], .SelectInput, .TextareaInput, 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;
  font-size: 0.875rem;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 6px;
  border-radius: 0;
  border: 1px solid #0068b1;
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
  color: #0068b1;
  font-family: Arial, sans-serif;
  line-height: 20px;
  font-size: 1.125rem;
}
input[type="text"].invalid, .invalid.SelectInput, .invalid.TextareaInput, 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="text"]:hover, .SelectInput:hover, .TextareaInput:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="number"]:hover, input[type="url"]:hover {
  border: 1px solid #0FF;
}
.DisplayNotEditable {
  background-color: #fff;
  border: 1px solid #bababa;
  padding: 8px 12px 7px;
  color: #0068b1;
  line-height: 14px;
  height: 34px;
}
.DisplayNotEditable:hover {
  border: 1px solid #0FF;
}
.SidebarHtml, #PrintForm, #LogInOut, #CalendarSmallHome {
  background-color: #FFF;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 40px 15px 15px;
  position: relative;
}
#PrintForm {
  padding-top: 15px;
}
.FieldPriceCategory {
  margin-top: 10px;
}
.HTMLtextBelow {
  margin-top: 26px;
  padding-top: 8px;
  border-top: 2px solid #FFF;
}
.Frage.FieldPListPermit {
  background-color: #c4c4c5;
  padding: 8px 10px;
}
.ParticipantListHQ {
  background-color: #c4c4c5;
  padding: 3px 34px;
}
.PListDesHTMLtop {
  margin-bottom: 16px;
}
.sb-c-imagetopofdata {
  margin-top: 14px;
  margin-bottom: 14px;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload {
  line-height: 22px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 7px;
  font-size: 1.125rem;
  font-weight: 400;
}
#TextTop > h1 {
  margin-bottom: 18px;
}
#TextTop {
  margin-bottom: 16px;
}
.QGroupHtmlTop, .QGroupHtmlBot {
  clear: both;
  margin-bottom: 8px;
  margin-top: 8px;
}
.Formular h3, #Answers h3, .Sidebar h2, .AnmeldungTagesordnung > h2 {
  font-size: 18px;
  font-weight: 600;
}
.Formular h3, #Answers h3, .AnmeldungTagesordnung > h2, .GroupFieldset legend {
  border-bottom: 1px solid #0068b1;
  margin-bottom: 16px !important;
  display: inline-block;
  width: 100%;
}
#Answers {
  margin-bottom: 23px;
}
#Answers h3 {
  margin-top: 12px;
}
#Answers .AnswerPerson {
  margin-bottom: 14px;
}
#Answers .AnswerAntwortValue {
  font-weight: 400;
  vertical-align: top;
}
#Answers .AnswerAntwortLabel {
  display: inline-block;
  width: 35%;
  margin-bottom: 4px;
}
#Answers .AnswerAntwortHL {
  font-weight: 600;
}
#Confirmation #CalendarHint {
  margin: 12px 0px;
}
.Sidebar {
  text-align: right;
  /* .EventKontakt{
		margin-top:-20px;
		h2{
			position:relative !important;
				margin-top:-60px;
		
				margin-right:-15px;
		}
		.ContactHeadline2{
		margin-top:30px;
		}
	} */
}
.Sidebar .SidebarHtmlText > div, .Sidebar .SidebarHtmlText > p {
  text-align: left;
  color: #0068b1;
  font-size: 1.125rem !important;
}
.Sidebar h2 {
  position: absolute;
  display: inline-block;
  top: -15px;
  right: 0px;
  min-width: 200px;
  padding: 10px 15px 8px 15px;
  background: #0FF;
  /*-webkit-box-shadow: 3px -9px 0 -3px grey;
		-moz-box-shadow: 3px -9px 0 -3px grey;
		box-shadow: 3px -9px 0 -3px grey;*/
  color: #0068b1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
}
.Sidebar h2::before {
  content: "";
  width: 6px;
  display: block;
  background-color: #0068b1;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.SidebarHtml #SidebarBuchungsnr {
  width: 100%;
  margin-bottom: 4px;
  margin-top: 3px;
}
.Inhalt .submitBuchungsnummer.submit {
  height: 34px;
  margin-left: 4px;
  padding: 6px;
}
#ObeyRulesFrage, .Frage.FieldDatenschutz, #PermitFrage, .Formular > .PflichtfeldHinweis {
  margin-bottom: 23px;
}
.Formular .PflichtfeldHinweis {
  margin: 10px 0px 26px;
  font-weight: normal;
}
.teilnehmerabfrage {
  float: none;
  clear: both;
}
.VList {
  list-style: none;
}
#LocaleSwitch {
  background-color: transparent;
  position: relative;
  float: right;
  top: 20px;
  right: 80px;
}
#LocaleSwitch::before {
  /*content: "Sprache:";
		display: block;
		color: #FFF;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		padding: 16px 20px 13px;*/
}
#LocaleSwitch ul {
  position: absolute;
  top: 0px;
  right: 0;
}
#LocaleSwitch ul li, #LocaleSwitch ul li a {
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#LocaleSwitch ul li {
  display: inline-block;
  background-color: transparent;
}
#LocaleSwitch ul li a {
  background-image: none !important;
  width: 32px;
}
#LocaleSwitch ul li a img {
  width: 32px;
  height: auto;
}
: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 .TextareaInput, #LogIn input[type="password"] {
  width: 100%;
}
#EventStartFormular .EventName {
  margin-bottom: 0px !important;
  border-bottom: 0px;
}
#SidebarEventList {
  list-style: none;
  padding-left: 0px;
}
#SidebarEventList li {
  text-decoration: none;
  position: relative;
}
#SidebarEventList li .OVListShortD {
  display: none;
}
#SidebarEventList li:hover .OVListShortD {
  display: block;
  position: fixed;
}
#SidebarEventList li .OVListEventname {
  line-height: 23px;
}
.OVList.VList {
  margin-top: 45px;
}
#EMailFrage, #EMailFrageDecline {
  margin-bottom: 35px;
}
/* .hinweistextAnmeldezeitraum {
color: #F00;
padding: 10px 20px;
margin-bottom: 23px;
background-color: #ffebda;
border: 1px dashed #F00;
display: inline-block;
position: relative;
padding-left: 50px;
&::before {
content: "\f12a";
font-family: FontAwesome;
position: absolute;
left: -1px;
top: -1px;
background-color: #F00;
height: 39px;
width: 39px;
color: #FFF;
text-align: center;
line-height: 40px;
font-size: 23px;
}
} */
.FormSalutation2.Salutation2 {
  margin-top: 12px;
}
.FormSalutation.Salutation {
  margin-bottom: 12px;
}
.Salutation {
  margin-bottom: 23px;
}
.Salutation2 {
  margin-top: 23px;
}
.GoogleMapHTMLTextStart {
  margin-bottom: 12px;
}
.GoogleMapHTMLTextEnd {
  margin-top: 12px;
}
.RadioGroupFieldsetMultirowalignleft, .RadioGroupFieldsetMultirow, .RadioGroupFieldsetStandard {
  font-weight: 400;
  padding-top: 10px;
}
.RadioGroupFieldsetStandard label, .RadioGroupFieldsetAlignleft label {
  font-weight: 400;
  padding-right: 20px;
}
.GroupFieldsetAdditionalParticipants {
  font-weight: 400;
  padding: 20px 23px;
  border: 6px solid #efefef;
}
.LabelRadiogroupInputAlignleft {
  padding-bottom: 5px;
}
.LinkShowAdditionalParticipant a, .LinkHideAdditionalParticipant a {
  background-color: #0068b1;
  color: #FFF;
  border: 1px solid #0068b1;
  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: #FFF;
  color: #0068b1;
}
.LinkShowAdditionalParticipant a::after, .LinkHideAdditionalParticipant a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 23px;
}
.LinkHideAdditionalParticipant {
  margin-bottom: 12px;
}
.LinkHideAdditionalParticipant a::after {
  content: "";
}
#DataSummeryEvents {
  border: 1px solid #efefef;
  padding: 20px 30px 30px;
}
#DataSummeryEvents ul li {
  border-bottom: 0px;
  margin-bottom: 12px;
}
#DataSummeryEvents ul li h3 {
  border-bottom: 0px;
  padding: 0;
  margin: 0px !important;
  display: block;
}
.ConfEventData {
  margin-top: 12px;
}
#Confirmation > h2 {
  margin-bottom: 23px;
}
#Clickpath {
  width: calc(100% - 426px);
  float: right;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#Clickpath .clickpath_link {
  margin-right: 7px;
}
#Clickpath .clickpath_link:last-child {
  margin-right: 0px;
}
#Clickpath .clickpath_link:last-child::after {
  display: none;
}
#Clickpath .clickpath_link a {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}
#Clickpath .fas {
  font-size: 10px;
}
#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 {
  font-weight: 400;
  padding-top: 4px;
}
#iconbar {
  margin-top: 3px;
  margin-left: 0px;
}
#iconbar ul li a {
  padding: 0px;
  border: 0px;
  font-size: 30px;
  text-decoration: none;
  line-height: 25px;
}
#iconbar ul li a:hover {
  text-decoration: none;
}
.sidebar-contact-area {
  margin: 0;
}
#CalendarSmallHome #CalendarSmallCage table .WeekDay5, #CalendarSmallHome #CalendarSmallCage table .WeekDay6 {
  background-color: #efefef !important;
  color: #868686;
}
#CalendarSmallHome #CalendarSmallCage table .WeekDay6 {
  background-color: #dedede !important;
}
.teilnehmerabfrage {
  margin-top: 6px;
}
.customfile {
  background: #fff !important;
  width: 65%;
  border: 1px solid #bababa !important;
  -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 !important;
  background-color: #0068b1;
  cursor: pointer;
  display: inline-block;
  padding: 6px 18px !important;
  border-radius: 3px;
  border: 0;
  transition: all 0.2s ease 0s;
  font-weight: 500;
}
.customfile .customfile-button:hover {
  opacity: 0.8;
}
#WiderrufDiv {
  margin-bottom: 23px;
}
.PriceCatActionCodeOptionContainer {
  margin-bottom: 20px;
}
.PriceCatActionCodeOptionContainer::after {
  content: "";
  clear: both;
  display: block;
}
.PriceCatActionCodeOptionContainer .AdditionalPriceCategoryText {
  clear: both;
  padding-left: 28px;
}
#DataSummeryEvents {
  margin-bottom: 23px;
}
.SlideshowElement {
  width: 100%;
}
p, span, div {
  /*color: $mc-1 !important;*/
  font-size: 1.125rem !important;
}
.LongDes {
  color: #0068b1;
  font-size: 1.125rem;
  font-weight: 400;
}
.RadioLabelText, LongDes {
  color: #0068b1 !important;
}
#XweX6666b26309f30990390002lpPageFormElementPrivacyHTMLbot {
  color: #0068b1;
}
.bn-title {
  margin-bottom: 4px;
  font-weight: 600;
}
#LogInAuto {
  margin: 7px 0px;
}
.LogInHint {
  margin-top: 6px;
}
#FormularBuchungsnummer {
  background-color: #FFF;
  padding: 20px;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN {
  width: 430px;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN #Buchungsnr {
  width: 100%;
  background-color: #FFF;
  height: 42px;
  font-size: 23px;
  line-height: normal;
  padding: 6px 10px 6px;
  font-family: Arial, sans-serif;
  border: none;
}
#FormularBuchungsnummer #Buchungsnummer #WeiterBN .submitBuchungsnummer {
  height: 42px;
  font-weight: bold;
}
#OffeneVeranstaltungen h1 {
  margin-bottom: 23px;
}
#Veranstaltungsliste .textOVTopFound {
  margin-bottom: 32px;
}
.OVList li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}
.PBDNotificationObligationRevocation {
  margin-top: 23px;
  font-weight: 400;
}
.EventAppointmentMonth {
  margin-top: 30px;
  margin-bottom: 23px;
}
.EventAppointmentMonth::after {
  content: "";
  clear: both;
  display: block;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] {
  width: 355px;
  float: left;
  padding-right: 10px;
  padding-bottom: 30px;
  border-right: 2px solid #FFF;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth]:empty {
  display: none;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader {
  padding: 12px 0;
  padding-top: 0px;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader::after {
  content: "";
  clear: both;
  display: block;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthPrev, .EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthNext {
  width: 40px;
  float: left;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthPrev .UpdateEventAppointmentsMonth, .EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthNext .UpdateEventAppointmentsMonth {
  border: 4px solid #FFF;
  background-color: #0068b1;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-weight: bold;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-family: Arial, sans-serif;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthPrev .UpdateEventAppointmentsMonth[disabled~=disabled], .EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthNext .UpdateEventAppointmentsMonth[disabled~=disabled] {
  opacity: 0.1;
  cursor: not-allowed;
  background-color: #333;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthCenter {
  line-height: 40px;
  color: #333;
  font-weight: bold;
  font-size: 23px;
  float: left;
  width: calc(100% - 80px);
  text-align: center;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable {
  width: 100%;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable button.ActiveAppointmentsByDay {
  background-color: #c0c0c0;
  color: #FFF;
  padding: 0.25rem;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  border: 0;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable button.ActiveAppointmentsByDay.SelectedEventAppointmentDay {
  background-color: #0068b1;
  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: #0068b1;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr th.EventAppointmentKW {
  color: #c0c0c0;
}
.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: 40px;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.EventAppointmentMonth .EventAppointmentMonthData {
  width: calc(100% - 355px);
  float: left;
  text-align: left;
  border-left: 2px solid #FFF;
  position: relative;
  left: -2px;
  min-width: 230px;
}
.EventAppointmentMonth .EventAppointmentMonthData .EventAppointmentsByDayHeader {
  border-bottom: 2px solid #FFF;
  color: #333;
  font-weight: bold;
  font-size: 23px;
  padding: 0px 23px 14px;
  padding-top: 30px;
}
.EventAppointmentMonth .EventAppointmentMonthData ul {
  padding-left: 0px;
  list-style: none;
  border-top: 0px;
}
.EventAppointmentMonth .EventAppointmentMonthData ul li {
  padding-left: 23px;
  padding-top: 15px;
}
.EventAppointmentMonth .EventAppointmentMonthData ul li p.EventappointementDates::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 7px;
  margin-left: -1px;
}
.EventAppointmentMonth .EventAppointmentMonthData ul li .EventappointementLabel {
  font-weight: bold;
}
.EventAppointmentMonth .EventAppointmentMonthData ul li .EventappointementDates {
  color: #777;
}
.RadiogroupInput, .IsAttendancy {
  top: -1px;
}
.RahmenT16 {
  background-color: #0067B9;
}
.RahmenT16 #Header {
  /*margin-bottom: 55px;*/
}
.RahmenT16 #Clickpath {
  display: none;
}
.RahmenT16 .Inhalt {
  width: 100%;
  background-color: #0FF;
  font-size: 1.125rem;
  color: #0067B9;
  padding: 40px;
}
.RahmenT16 .VListTableSidebarHidden {
  width: 100%;
}
#NavigationTop #TopMenuRahmen #TopMenu ul li a:hover {
  color: #0FF;
}
.OVListTable tr th {
  text-align: left;
}
.OVListTable tr td {
  padding-right: 30px;
}
.OVListTable tr td.td1 {
  width: 130px;
}
#GalleryList::after, #ParticipantsList::after {
  content: "";
  clear: both;
  display: block;
}
#GalleryList li, #ParticipantsList li {
  background-color: #e5e5e5;
  padding: 23px 30px;
  border-radius: 3px;
}
.PanesInfo.toll .FktAddressGroupList li {
  text-align: center;
  padding: 0 10%;
}
.PanesInfo.toll .FktAddressGroupList li > .FktAddressImage {
  display: inline-block;
  margin-bottom: 20px;
}
.PanesInfo.toll .FktAddressGroupList li > .FktAddressImage img {
  max-width: 200px;
  height: auto;
  border-radius: 100%;
}
.PanesInfo.toll .FktAddressGroupList li .FktAddressData > strong {
  margin-bottom: 10px;
  display: inline-block;
}
.OVList.VList .OVListEventPicture, .OVList.VList .OVListEventDaten {
  float: left;
}
.OVList.VList .OVListEventPicture {
  margin-right: 23px;
  width: 70px;
}
.OVList.VList .OVListEventDaten .OVListEventname.ListEventName {
  font-size: 23px;
  margin-bottom: 8px;
}
#HideInfos {
  left: calc(50% - (50% / 2));
}
#HideInfos .GroupFieldsetFormEinmalPW #EingabePW::after {
  content: "";
  clear: both;
  display: block;
}
#HideInfos .GroupFieldsetFormEinmalPW #EingabePW #preconfirmation {
  height: 44px;
}
#HideInfos .GroupFieldsetFormEinmalPW #EingabePW, #HideInfos .GroupFieldsetFormEinmalPW #WeiterBN {
  display: inline-block;
  vertical-align: top;
}
.DownloadHTMLText, .SidebarHtmlText {
  font-size: 1.125rem;
  text-align: left;
  color: #fff;
}
.DownloadHTMLText a, .SidebarHtmlText a {
  color: #0068b1;
}
.DownloadHTMLText a:hover, .SidebarHtmlText a:hover {
  color: #0FF;
}
.DownloadHTMLText ul, .SidebarHtmlText ul {
  color: #0068b1;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
.teilnehmerabfrage label {
  margin-right: 5px;
}
.DsLabel, .DsData, .DsPersonenData {
  font-weight: 400;
}
