@charset "UTF-8";
@font-face {
  font-family: "FiraSans";
  font-weight: 400;
  font-style: normal;
  src: local("FiraSans"), local("Fira Sans"), url("/media/fonts/FiraSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FiraSans";
  font-weight: 400;
  font-style: italic;
  src: local("FiraSans"), local("Fira Sans"), url("/media/fonts/FiraSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "FiraSans";
  font-weight: bold;
  font-style: normal;
  src: local("FiraSans"), local("Fira Sans"), url("/media/fonts/FiraSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "FiraSans";
  font-weight: bold;
  font-style: italic;
  src: local("FiraSans"), local("Fira Sans"), url("/media/fonts/FiraSans-MediumItalic.ttf") format("truetype");
}
/* Struktur */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html, body {
  font-size: 18px;
}
body {
  background-color: #E8E8E8;
  font-family: FiraSans, Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
  color: #222;
  line-height: 1.35em;
  height: 100%;
}
a:link, a:visited {
  color: #003b79;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  cursor: pointer;
  text-decoration: underline;
}
h1, .RegisterHeadline, #Confirmation > h2, .EventTopic {
  color: #003b79;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 34px;
}
h2 {
  color: #333;
  font-weight: bold;
}
h3, .h3 {
  color: #003b79;
}
h2, h3, .h3 {
  margin: 60px 0 40px;
  font-size: 18px;
  font-weight: bold;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 10px;
}
ul {
  box-sizing: border-box;
  padding-left: 15px;
}
#Rahmen, #Gesamt, #Header, #Footer {
  width: 100%;
}
/*Strutur END*/
/*Footer START*/
#Footer #FooterContent #FooterContentText .Footer-Background {
  background-color: #003b79;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM a {
  color: white;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .SM {
  display: flex;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .SM a {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  outline-width: 2px;
  outline-color: #d9c083;
  outline-offset: 2px;
  border-radius: 9999px;
  border: white 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .SM a:hover {
  outline-style: solid;
  background-color: white;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .SM a:hover img {
  filter: invert(12%) sepia(56%) saturate(4800%) hue-rotate(200deg) brightness(93%) contrast(101%);
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .SM a img {
  filter: invert(1);
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .Btn-Back {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .Btn-Back .icon {
  outline-width: 2px;
  outline-color: #d9c083;
  outline-offset: 2px;
  border-radius: 9999px;
  border: white 1px solid;
  display: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  background-color: white;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .Btn-Back .icon:hover {
  outline-style: solid;
}
#Footer #FooterContent #FooterContentText .Footer-Background .Footer-SM .Btn-Back .icon img {
  width: 12px;
  filter: invert(12%) sepia(56%) saturate(4800%) hue-rotate(200deg) brightness(93%) contrast(101%);
}
#Footer #FooterContent #FooterContentText .Footer-Links {
  margin: 20px auto 0;
  padding: 20px;
}
#Footer #FooterContent #FooterContentText .Footer-Links h2 {
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 400;
}
#Footer #FooterContent #FooterContentText .Footer-Links a {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
}
/* Inhaltsseiten */
/* Individuelle Einstellungen kÃ¶nnen jeweils Ã¼ber die ID vorgenommen werden */
#Inhalte {
  padding: 60px 20px;
  margin: 0 auto;
  display: flex;
}
#topImage {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#topImage:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("/media/images/header_rlp_3.jpg");
  background-size: cover;
  z-index: 0;
}
#topImage:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgba(207, 207, 207, 0.4);
  filter: blur(1px);
  z-index: 1;
}
#topImage .topImage-area {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
#topImage .topImage-area img {
  position: relative;
  z-index: 2;
  filter: unset;
  -webkit-filter: unset;
}
#topImage .topImage-area .image-copyright {
  font-size: 18px;
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: right;
  padding: 10px 20px;
  color: white;
  z-index: 2;
}
#Rahmen #Gesamt {
  margin: 0px auto 0px auto;
}
#Rahmen .Inhalt {
  width: 100%;
  padding: 48px;
}
#Rahmen:not(.RahmenT16) #Gesamt {
  background-color: #f0f3f7;
}
#Rahmen:not(.RahmenT16) #Inhalte {
  align-items: flex-start;
}
#Rahmen:not(.RahmenT16) #Inhalte .Inhalt {
  width: 66.666666%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
#Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper {
  background: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  width: 33.333333%;
}
#Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper .Sidebar {
  padding: 24px;
  width: 100%;
}
#Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper .Sidebar h2, #Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper .Sidebar h3 {
  border-bottom: #dddedc 1px solid;
  padding: 0 0 20px;
  font-size: 18px;
  margin: 0 0 20px;
}
#Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper .Sidebar .SidebarHtml:not(.EventDownloads) {
  margin: 0 0 60px;
}
#Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper .Sidebar .SidebarHtml#EventMenueHidden {
  margin-bottom: 30px;
  border-bottom: #dddedc 1px solid;
}
#Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper .Sidebar .SidebarHtml#EventMenueHidden ul {
  list-style: none;
  padding-left: unset;
}
#Rahmen:not(.RahmenT16) #Inhalte #SidebarWrapper .Leftbar {
  display: none;
}
#Rahmen.RahmenT16 #Gesamt {
  background-color: white;
}
#Rahmen.RahmenT16 #Inhalte {
  background-color: white;
  flex-direction: column;
}
#Rahmen.RahmenT16 #Inhalte .Leftbar, #Rahmen.RahmenT16 #Inhalte .Sidebar {
  width: 100%;
  padding: 24px;
  margin-top: 20px;
}
#Rahmen.RahmenT16 #Inhalte .Leftbar {
  display: none;
}
/* Darstellung in Listen */
.VList {
  /* gÃ¼ltig fÃ¼r alle Listen ul-Tags, individuell Ã¼ber Einzelklassen */
  margin-left: 0px;
  list-style-type: none;
}
.EndeLi {
  /* ÃœberhÃ¤ngende Floats beenden */
  clear: left;
}
.ListIconEmptyDiv, .ListIconDiv {
  /* gÃ¼ltig fÃ¼r alle Icons in Listen */
  float: left;
  idth: auto;
  margin-right: 20px;
}
.ListDatenDiv {
  /* gÃ¼ltig fÃ¼r alle Datenbereiche in Listen */
  margin-left: 0px;
  width: 450px;
  float: left;
}
.ListPictureDiv {
  /* gÃ¼ltig fÃ¼r alle Vorschaubilder in Listen */
  margin-left: 0px;
  float: left;
}
.ListEventName {
  /* gÃ¼ltig fÃ¼r alle Eventnamen in Listen  html-Tag h2*/
  margin-bottom: 0px;
}
.ListDate {
  /* gÃ¼ltig fÃ¼r alle Datums-AbsÃ¤tze in Listen */
  margin-bottom: 0px;
}
.ListLocation {
  /* gÃ¼ltig fÃ¼r alle Ortangaben in Listen */
  margin-bottom: 0px;
}
.ListShortD {
  /* gÃ¼ltig fÃ¼r alle Kurzbeschreibungen in Listen */
  margin-bottom: 0px;
}
/* Spezielle allgemeine Seiten-Elemente, oft mit identischem Aussehen */
.GoogleMaps {
  /* allgemeiner Wrapper */
}
#GMap {
  width: 520px;
  height: 400px;
}
#GoogleMapsForm #GMap {
  width: 250px;
  height: 250px;
}
.GMapHide {
  /*Blendet den Inhalt des MapFensters aus */
  visibility: hidden;
  width: 1px;
  height: 1px;
}
#PrintForm {
  padding-top: 20px;
  border-top: 1px solid #dddedc;
}
#PrintForm #Printbutton a {
  width: 230px;
  padding: 10px;
  font-size: 0.9em;
  color: #ffffff;
  display: block;
  background-color: #003b79;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
  transition: all 0.2s ease 0s;
}
#PrintForm #Printbutton a:hover {
  outline-color: #d9c083;
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: solid;
}
#Printbutton a:link, #Printbutton a:visited, #Printbutton a:hover .PagebreaksInfoRegistration a:link, .PagebreaksInfoRegistration a:visited, .PagebreaksInfoRegistration a:hover {
  color: #ffffff;
}
.Link {
  /* allgemeine Link Klasse  */
  color: #003b79;
  text-decoration: underline;
}
/* Einzeldarstellung von Veranstaltungen  */
.LongDescription {
  margin-top: 15px;
}
.Salutation2 {
  margin-top: 5px;
}
/* fallz Anrede in zwei Teilen  */
.EventName {
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.1em;
}
.EventZeit {
  margin: 0px;
}
.EventLocation {
  margin: 0px;
}
.EventPictureFormular:after {
  clear: both;
  display: block;
  content: " ";
}
/* Formulare  */
.Formular {
  /* fÃ¼r alle Formulare*/
  margin-left: 0px;
}
#BNbottom {
  clear: both;
  margin: 20px 0 0;
  display: inline-block;
}
/* Buchungsnummer */
#Buchungsnummer {
  display: flex;
}
#Buchungsnummer #EingabeBN {
  max-width: 300px;
  width: 100%;
}
#Buchungsnummer #WeiterBN {
  width: 120px;
}
.Buchungsnr {
  /* ansonsten i.d.R. wie class Textinput */
  width: 280px;
}
.BuchungsnrLabel {
  /* wird i.d.R. ausgeblendet */
  display: none;
}
/*Anmeldeformulare */
#TestEMail {
  /* blendet das spezielle Honycomb E-Mail Feld aus */
  display: none;
}
.PflichtfeldStern {
  color: #003b79;
  font-weight: bold;
}
.error {
  background-color: red;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  z-index: 9999;
}
.error em {
  display: none;
}
.invalid, input.invalid {
  border: 0px solid red;
  box-shadow: unset;
}
.GroupFieldset .GroupFieldset {
  padding: 0;
}
#Attendance .teilnehmerabfrage {
  margin-top: 20px;
}
#Attendance .teilnehmerabfrage .LabelSelectInput {
  display: inline-block;
  margin-right: 10px;
  margin-left: 18px;
  margin-top: 10px;
}
#Attendance .teilnehmerabfrage .SelectInput {
  width: unset;
}
.GroupFieldsetAttendance [id^=RepresentativeBox] {
  /* Teilname */
  display: inline-block;
  margin-bottom: 10px;
}
.GroupFieldsetAttendance p {
  display: inline-block;
}
.GroupFieldsetAttendance label {
  display: block;
}
.GroupFieldsetAttendance h3, .GroupFieldsetAttendance .h3 {
  margin-top: 0;
}
.GroupFieldsetAttendance p br {
  display: none;
}
.GroupFieldsetApplicant {
  /* Teilnehmer */
}
.GroupFieldsetRegistrator h3, .GroupFieldsetRegistrator .h3 {
  margin-top: 30px;
}
.GroupFieldsetEscort {
  border: none;
  padding: 0;
}
.GroupFieldset .escortData {
  margin-top: 60px;
}
.escortDataPerson, .GroupFieldsetEscortQuestions {
  border: none;
}
.escortData h3, .escortData .h3 {
  margin-top: 0;
}
.escortData > h3, .escortData .h3 {
  font-size: 10px;
  margin: 0;
}
#DsEscorts {
  margin: 60px 0;
}
#DsEscorts > h3, #DsEscorts .h3 {
  margin: 0;
}
#DsEscorts > div > h3, #DsEscorts .h3 {
  margin: 0 0 20px;
  font-size: 10px;
}
.GroupFieldsetParticipant {
  margin: 0 0 20px;
}
.GroupFieldsetQuestions {
  /* alle Zusatzfragen */
}
.RadioGroupFieldset {
  display: block;
  margin-bottom: 3px;
  border: none;
}
.GroupFieldsetQuestions .Frage .RadioGroupFieldset .LabelRadiogroupInput {
  /* Zeilenweise Darstellung der Radios fÃ¼r "normale" FragensÃ¤tze */
  display: block;
}
#Attendance {
  clear: left;
  border: none;
  padding-top: 10px;
}
#Attendance h2 {
  margin-top: 0px;
}
#Attendance .LabelRadiogroupInput {
  display: block;
  margin-bottom: 3px;
  /* Zeilenweise Darstellung der Radios fÃ¼r "Teilname" */
}
.Frage {
  /*umschlieÃŸt jede Einzelfrage */
  padding-top: 3px;
  padding-bottom: 13px;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput {
  margin-bottom: 3px;
  width: 33%;
  display: block;
  /*float:none;*/
}
.LabelFileUpload {
  width: 100%;
}
.slider, .slideralignleft {
  background-color: #003b79;
}
.Buchungsnr, .TextInput, .EmailInput, .UrlInput, .NumberInput, .TextareaInput {
  -moz-appearance: none;
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-width: 1px;
  box-sizing: border-box;
  color: #111;
  padding-left: 12px;
  padding-right: 12px;
  height: 48px;
}
.Buchungsnr:focus, .TextInput:focus, .EmailInput:focus, .UrlInput:focus, .NumberInput:focus, .TextareaInput:focus {
  border-color: #003b79;
  background-color: #f8f8f8;
}
.TextInput, .EmailInput, .UrlInput, .NumberInput, .TextareaInput {
  width: 100%;
}
.Buchungsnr:focus, .TextInput:focus, .EmailInput:focus, .UrlInput:focus, .NumberInput:focus, .TextareaInput:focus {
  border-color: #999;
  outline: 0;
  border-color: #003b79;
}
.TextareaInput {
  min-height: 100px;
}
.FieldDatenschutz {
  display: block;
  border: 1px solid #c6c6c6;
  padding: 10px;
  margin: 40px 0 0;
}
#LabelDatenschutz {
  clear: both;
  display: block;
  float: none;
}
#ZusatztextUnterDatenschutz {
  margin: 20px 0 0;
}
legend {
  font-weight: bold;
  margin: 10px;
}
#EndeFormular {
  clear: both;
}
.PflichtfeldHinweis {
  display: inline-block;
  margin-top: 40px;
}
/*Reihe / Rahmenformular START*/
.MeFormListEventDaten {
  clear: both;
  float: none;
  width: 100%;
}
.MeFormListEventDatenWithCheckbox {
  width: 90%;
}
.MeFormListEventDaten h2, .MeFormListEventDaten p {
  margin-bottom: 0;
}
.MeFormListEventDaten .GroupFieldsetAttendance {
  margin-top: 0;
  padding-bottom: 0;
}
.MeFormEventForm .GroupFieldsetAttendance {
  border: none;
}
.MeFormListEventLi {
  padding: 15px;
  border: 1px solid #c6c6c6;
}
#TextMiddle {
  display: none;
}
#OffeneVeranstaltungen {
  clear: left;
  margin-top: 60px;
}
#OffeneVeranstaltungen > h2 {
  margin-bottom: 40px;
}
#TextTop, #TextTopMe, #TextTopFormular, #TextTopMeForm, #TextTopConfirmation, #Formular, #MeFormList, #Confirmation {
  margin-left: 0px;
}
#EventStartFormular {
  margin-top: 20px;
}
#barcode {
  background-color: #ffffff;
  width: 520px;
}
#FormularBuchungsnummer {
  margin: 60px 0;
}
.MeLongDescription {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
.AnmeldungTagesordnung {
  clear: left;
}
.InputFieldPicture {
  clear: both;
  display: block;
}
.EventStart {
  line-height: 1.3em;
  margin-bottom: 20px;
}
/*Zusammenfassung START*/
h3#RegHLSummery {
  font-size: 1.3rem;
}
#DataSummeryParticipationYes {
  font-weight: normal;
}
h3.DsEventname, .h3.DsEventname {
  color: #666666;
}
#DataSummeryEvents ul li h3, #DataSummeryEvents ul li .h3 {
  margin: 0;
}
/*Zusammenfassung END*/
/*Bestätigungsseite START*/
.EventConfirmationStart {
  margin-bottom: 20px;
}
.EventPicture {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  float: left;
}
.ConfirmationPictureYes, .ConfirmationPictureNo {
  float: right;
}
#InhaltConfirmation h3, #InhaltConfirmation .h3 {
  font-size: 1.1rem;
}
#Confirmation > h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.AnswerAntwort {
  font-weight: normal;
}
.AnswerAntwortValue br:first-child {
  display: none;
}
.AnswerAntwortLabel, .AnswerAntwortValue {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.AnswerAntwortValue {
  font-weight: normal;
}
h3.ConfEventName {
  margin-bottom: 0;
  color: #666666;
}
#Confirmation h3.ConfEventName {
  border-top: none;
  padding: 0;
}
#Answers {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 600px;
}
#Answers h2 {
  margin-top: 10px;
}
.AnswerEventName {
  font-weight: bold;
  margin-bottom: 5px;
}
.AnswerItem .AnswerEventName {
  margin-bottom: 2px;
}
.AnswerEventZeit {
  margin-bottom: 5px;
}
.AnswerItem .AnswerEventZeit {
  margin-bottom: 2px;
}
.AnswerEventLocation {
  margin-bottom: 5px;
}
.AnswerItem .AnswerEventLocation {
  margin-bottom: 2px;
}
.AnswerItem h3 {
  margin-top: 5px;
}
.AnswerAntwort {
  margin-bottom: 5px;
}
.AnswerItem .AnswerAntwort {
  margin-bottom: 2px;
}
.AnswerBottom {
  font-size: 4px;
  margin: 0px;
  padding: 0px;
  height: 6px;
}
#Answerlist .AnswerPerson {
  margin: 0;
}
.AnswerPerson {
  margin-top: 0;
  margin-bottom: 4px;
}
ul#Answerlist {
  list-style: none;
  padding: 0;
}
/*Bestätigungsseite END*/
#Zahlungspflicht {
  clear: left;
  padding-top: 10px;
}
.LabelAlignleft, .LabelRadioGroupAlignleft {
  float: none;
  width: auto;
}
.InputfieldAlignleft {
  width: 95%;
}
.CheckboxInput {
  float: left;
  margin-right: 1%;
  margin-top: 2px;
}
/*Rahmenformular -Anmeldung per Checkbox*/
.AttendanceCheckbox, .MeFormListEventDatenWithCheckbox {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.AttendanceCheckbox {
  margin: 2px 2px 0 0;
}
.MeFormListEventDaten h2 {
  margin-top: 0;
}
.LabelCheckboxInput {
  display: block;
  width: 55%;
  float: left;
}
.CheckboxInputAlignleft {
  float: left;
  margin-left: 0%;
  margin-right: 1%;
}
.LabelCheckboxInputAlignleft {
  display: block;
  width: 100%;
  float: left;
}
.RadiogroupInputAlignleft, .RadiogroupInputStandard {
  display: inline-block;
}
.LabelRadiogroupInputAlignleft, .LabelRadiogroupInputStandard {
  display: inline !important;
  margin-right: 15px;
}
.RadiogroupInputMultirow, .RadiogroupInputMultirowalignleft, .RadiogroupInputPriceCategory, .RadiogroupInputMultirowPriceCategory {
  display: block;
  float: left;
  clear: left;
  margin-right: 1%;
}
.LabelRadiogroupInputMultirow, .LabelRadiogroupInputMultirowalignleft {
  display: block;
  width: 95%;
  float: left;
  padding-bottom: 5px;
}
.LabelRadioGroupMultirowalignleft {
  float: none;
  width: auto;
}
.DateSelectInputDay {
  width: 50px;
  text-align: right;
}
.DateSelectInputHour, .DateSelectInputMinute {
  width: 70px;
  text-align: right;
}
.DateSelectInputMonth {
  width: 60px;
  text-align: right;
}
.DateSelectInputYear {
  width: 50px;
  text-align: right;
}
option {
  padding-right: 10px;
}
.Dateinput {
  float: left;
  padding-bottom: 5px;
}
.DateSeperator, .TimeSeperator {
  font-weight: bold;
}
.DatetimeSeperator {
  font-weight: bold;
}
#SecondLevelMenu ul {
  list-style: outside none none;
  padding: 0;
}
#SecondLevelMenu ul a:hover, #SecondLevelMenu ul a {
  text-decoration: none;
}
#SecondLevelMenu ul li a {
  background-color: #003b79;
  border-top: 4px solid #8e8e8e;
  box-shadow: 0 1px 0 0 #fff inset;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px 20px;
  transition: all 0.2s ease 0s;
}
#SecondLevelMenu ul li a.Self, #SecondLevelMenu ul li a:hover {
  background-color: #F2F2F2;
  color: #003b79;
}
#HauptMenu {
  max-width: 1340px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#HauptMenu ul {
  list-style-type: none;
  padding: unset;
  margin: unset;
}
#HauptMenu > ul::after {
  content: "";
  clear: both;
  display: block;
}
#HauptMenu li {
  margin: 0;
  font-size: 18px;
  float: left;
  letter-spacing: 0.1em;
  display: flex;
}
#HauptMenu > ul > li > a {
  color: #FFF;
  display: block;
  font-weight: bold;
  text-decoration: none;
  align-self: center;
  padding: 24px 20px;
  line-height: 29px;
  transition: all 0.2s ease 0s;
  border-top: 2px solid transparent;
}
#HauptMenu > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #d9c083;
  color: white;
}
#HauptMenu > ul > li.selected > a {
  color: #ffffff;
}
#HauptMenu > ul li.selected > ul {
  display: block;
}
#HauptMenu ul.MenueLevel2 li a, #HauptMenu ul#EventNav li a {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  background-color: #dddddd;
  font-size: 9px;
  font-weight: bold;
  line-height: 1.2em;
  list-style: outside none none;
  padding: 0.5em 0 0.5em 2em;
  text-transform: none;
}
#HauptMenu ul.MenueLevel2 li a, #HauptMenu ul#EventNav li a {
  background-color: #ebebeb;
}
#HauptMenu ul.MenueLevel2 > li.selected > a, #HauptMenu ul#EventNav li a.Self {
  background-color: #ebebeb;
  color: #003b79;
}
#HauptMenu li.selected ul.MenueLevel3 a {
  padding: 0.5em 0 0.5em 3em;
}
#HauptMenu ul.MenueLevel3 li.selected a {
  background-color: #FFF !important;
}
#HauptMenu li.selected ul.MenueLevel4 a {
  background-color: #FFF;
  padding: 0.5em 0 0.5em 4em;
}
#HauptMenu li.selected ul.MenueLevel4 a:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b6203e;
  border-style: solid;
  border-width: 3px 5px;
  content: " ";
  display: inline-block;
  height: 0;
  left: 27px;
  position: absolute;
  top: 7px;
  width: 0;
}
#HauptMenu ul.MenueLevel4 li.selected a {
  color: #003b79 !important;
}
#HauptMenu ul.MenueLevel3 > li.selected > a {
  background-color: #ebebeb;
  color: #003b79;
}
#Navigation {
  background-color: #003b79;
  width: 100%;
}
#NavigationTop {
  height: 26px;
  width: 100%;
  background-color: #ffffff;
}
#NavigationTop #TopMenu {
  margin: 0 auto 0 auto;
  width: 1340px;
}
#NavigationTop #TopMenu ul {
  margin: 0;
  padding: 0;
}
#NavigationTop #TopMenu ul li {
  float: left;
  background-color: #990000;
  color: #ffffff;
  list-style-type: none;
  padding: 3px;
  padding-left: 5px;
  padding-right: 20px;
  height: 16px;
  margin: 0;
}
#NavigationTop #TopMenu ul li a:link, #NavigationTop #TopMenu ul li a:visited, #NavigationTop #TopMenu ul li a:hover {
  color: #ffffff;
}
#NavigationTop #TopMenu ul li a.Self:link, #NavigationTop #TopMenu ul li a.Self:visited, #NavigationTop #TopMenu ul li a.Self:hover {
  color: #ffffff;
  text-decoration: underline;
}
#LogInOut {
  padding-left: 10px;
  border-left: solid 1px #cccccc;
  position: absolute;
  top: 0;
  left: 895px;
  font-size: 10px;
  height: 100px;
}
#LogInHeader h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.inputLogIn {
  width: 120px;
}
.inputLogInU {
  width: 140px;
}
.inputLogInP {
  width: 100px;
}
.submitLogIn {
  float: none;
  width: 100px;
}
#LogInButton {
  float: right !important;
  width: 100px;
}
#LogOutButton {
  float: none;
}
#Logo {
  max-width: 179px;
  width: 100%;
  padding: 20px 0;
}
#LogInOut {
  display: none;
}
#LocaleSwitch {
  display: flex;
  align-self: flex-end;
  margin: 0 20px 20px 0;
}
#LocaleSwitch ul {
  list-style: none;
}
#LocaleSwitch ul > li {
  height: unset;
  font-size: 18px;
  display: none;
}
#LocaleSwitch ul > li a {
  text-decoration: underline;
}
#LocaleSwitch::before {
  content: "";
  background: url("/media/images/icon_globe.svg ");
  width: 20px;
  height: 20px;
  display: block;
}
#FormTabs {
  margin-bottom: 60px;
}
#FormTabs #FormSteps::after {
  content: "";
  clear: both;
  display: block;
}
#FormTabs #FormSteps .FormStep {
  height: auto;
  position: relative;
}
#FormTabs #FormSteps .FormStep a {
  padding: 5px 35px 5px 20px;
  top: 0;
  min-height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
#FormTabs #FormSteps .FormStep a:hover {
  text-dacoration: underline;
}
#FormTabs #FormSteps .FormStep a.active {
  background-color: #003b79;
  border-bottom: 0 none;
  color: #fff;
}
#FormTabs #FormSteps .FormStep a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 11px;
  position: absolute;
  right: 12px;
  top: 13px;
}
#FormTabs #FormSteps .FormStep:last-child a::after {
  display: none;
}
#InfoTabs .InfoStep a.Self, .FormStep a.active {
  border-bottom: none;
  text-decoration: underline;
}
li.PaneButtonCenter {
  width: 300px;
}
li.PaneButtonRight {
  float: right;
  width: auto;
}
a.nextPane, a.prevPane, .LinkHideAdditionalParticipant a, .LinkShowAdditionalParticipant a, a.PagebreaksInfoRegistrationLink, .submit, a.firstPane, a.prelastPane, .IsButton {
  -moz-appearance: none;
  background-color: #003b79;
  border-color: #4a4a4a;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
  display: inline-block;
  font-size: 18px;
  min-height: 48px;
  border-radius: 24px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.nextPane:hover, a.nextPane:focus, a.nextPane:active, a.prevPane:hover, a.prevPane:focus, a.prevPane:active, .LinkShowAdditionalParticipant a:hover, .LinkShowAdditionalParticipant a:focus, .LinkShowAdditionalParticipant a:active, a.PagebreaksInfoRegistrationLink:hover, a.PagebreaksInfoRegistrationLink:focus, a.PagebreaksInfoRegistrationLink:active, .submit:hover, .submit:focus, .submit:active, a.firstPane:hover, a.firstPane:focus, a.firstPane:active, .IsButton:hover, .IsButton:focus, .IsButton:active {
  cursor: pointer;
  outline-color: #d9c083;
  outline-width: 2px;
  outline-offset: 2px;
  outline-style: solid;
}
.PaneButtons {
  padding-top: 20px;
  clear: both;
}
a.PagebreaksInfoRegistrationLink {
  color: #ffffff;
}
.MasterDataLinkHTMLBottom {
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}
.OVList {
  padding-left: 0;
}
.OVList > li {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}
.OVList > li h2.ListEventName {
  margin: 0;
}
.OVList > li a {
  text-decoration: none;
  font-size: 18px;
}
.OVList > li a:hover {
  text-decoration: underline;
}
/*Online Teilnehmerliste START*/
.PListDesHTMLtop {
  clear: both;
  margin: 10px 0 0;
}
/*Online Teilnehmerliste END*/
/*Slideshow START*/
.SlideshowWrapper {
  height: 240px;
}
/*Slideshow END*/
.DateSelectInput {
  width: auto;
  text-align: left;
  padding: 0 6px;
  padding-right: 0;
}
.customfile-button {
  width: 120px;
}
.customfile {
  width: 70%;
  margin-top: 5px;
}
.LabelFileUpload {
  float: none;
}
.customfile-feedback-populated {
  padding-left: 20px;
}
#topImage .topImage-area {
  padding: unset;
  position: relative;
}
#Header {
  background-color: white;
}
#Header #HeaderContent {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.IsAttendancy {
  top: 0px;
  margin-right: 5px;
}
.LongDes {
  margin-bottom: 40px;
}
.LongDes img {
  width: 100%;
  margin-bottom: 40px;
}
.LongDes p, .LongDes span {
  font-family: FiraSans, Arial, Helvetica, sans-serif !important;
  color: #111 !important;
  font-size: 18px !important;
}
.ControlsFolded h2 {
  margin: 0px;
}
.LongDesHlFolded, .DisplayEventGroupHlFolded {
  cursor: pointer;
  margin: 15px 0;
  padding: 10px 12px;
  position: relative;
  min-height: 26px;
  background-color: #003b79;
  width: 97%;
  color: #FFF;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 1.2em;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease 0s;
  -moz-transition: background-color 0.2s ease 0s;
  -ms-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.LongDesHlFolded:hover, .DisplayEventGroupHlFolded:hover {
  background-color: #6F1829;
}
.LongDesHlFolded .ToggleLongDesIcon, .LongDesHlFolded .ToggleEventDisplayGroupIcon, .LongDesHlFolded .ToggleLongDesIconInButton, .DisplayEventGroupHlFolded .ToggleLongDesIcon, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon, .DisplayEventGroupHlFolded .ToggleLongDesIconInButton {
  height: 26px;
  line-height: 0;
  position: absolute;
  right: 16px;
  top: 7px;
  width: 14px;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleLongDesIconInButton.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIconInButton.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIconInButton.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIconInButton.fa-chevron-right::after {
  content: "";
  background-color: #FFF;
  display: inline-block;
  width: 2px;
  height: 16px;
  position: absolute;
  right: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIconInButton.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIconInButton.fa-chevron-right::before {
  transform: rotate(45deg);
  bottom: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleLongDesIconInButton.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIconInButton.fa-chevron-right::after {
  transform: rotate(135deg);
  top: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.down, .LongDesHlFolded .ToggleEventDisplayGroupIcon.down, .LongDesHlFolded .ToggleLongDesIconInButton.down, .DisplayEventGroupHlFolded .ToggleLongDesIcon.down, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.down, .DisplayEventGroupHlFolded .ToggleLongDesIconInButton.down {
  margin-top: -4px;
  transform: rotate(90deg);
}
.FormEventName {
  font-size: 1.6em;
}
.Inhalt {
  min-height: 600px;
}
.Inhalt .PaneButtons {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.Inhalt .PaneButtons .PaneButtonLeft {
  text-align: left;
}
.Inhalt .PaneButtons .PaneButtonCenter {
  text-align: left;
  width: 100%;
  display: flex;
}
.Inhalt .PaneButtons .PaneButtonCenter .PaneButtonCenterContent {
  padding-top: 0;
  align-self: flex-end;
  margin-left: 20px;
  font-size: 16px;
}
.Inhalt .PaneButtons .PaneButtonRight {
  text-align: right;
  float: right;
}
.DateSelectInput {
  background-color: #eeeeee;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  color: #666;
  height: 37px;
}
.DateSelectInput:focus {
  background-color: #FFF;
}
.DownloadHTMLText a {
  /*font-size: 12px;*/
  text-decoration: none;
}
.DownloadHTMLText a:hover {
  text-decoration: underline;
}
.DsLabel {
  margin-right: 30px;
}
.DisplayEventGroupHl, .DisplayEventGroupHlWithBorder {
  margin-top: 30px;
  margin-bottom: 11px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 8px;
  color: #000;
}
.DisplayEventGroupWithBorder, .MeFormListEventLi {
  padding: 0px;
  border: 0px;
}
.MeFormListEventLi {
  margin-top: 0px;
}
#GoogleMapsForm #GMap {
  width: 100%;
}
#GMapRahmen {
  margin-top: 12px;
  margin-bottom: 12px;
}
.LabelTextInput {
  line-height: 37px;
}
.DisplayNotEditable {
  line-height: 37px;
}
.MeFormListEventLi {
  margin-bottom: 23px;
}
.DataSummeryPerson > .DsLabel {
  margin-bottom: 6px;
}
#AttachDocumentHint {
  margin-bottom: 6px;
}
#DataSummeryRegistrator {
  margin-bottom: 40px;
}
.ErrorHint {
  color: #dc3545;
}
.ErrorHint p {
  font-size: 14px;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
.ListEventAppointments li {
  margin-bottom: 1em;
}
