@charset "UTF-8";
/* Struktur */
:root, html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
* {
  margin: 0px;
  padding: 0px;
}
img {
  border: none;
}
a {
  color: #EC6B10;
  text-decoration: none;
}
/* Struktur */
body {
  background-color: #606060;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  color: #5B4B4B;
  font-size: 1rem;
}
ol, ul {
  padding-left: 0rem;
}
#Rahmen {
  width: 1170px;
  margin: 0px auto 0px auto;
}
#Gesamt {
  background-color: #ffffff;
  min-height: 650px;
  margin: 0;
  padding-bottom: 0px;
  margin-left: 0px;
}
#Header {
  height: 120px;
  background-color: #ffffff;
  padding-top: 0px;
  position: relative;
}
#Header #Logo {
  position: absolute;
  top: 25px;
  left: 0px;
}
#Header #White {
  width: 900px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 260px;
  background-color: #ffffff;
}
#White h1 {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin: 0;
  padding: 0;
}
#grayBar {
  position: absolute;
  top: 0;
  left: 0px;
  width: 635px;
  height: 25px;
  background-color: #EAEAEA;
}
#grayBar2 {
  position: absolute;
  top: 0;
  left: 635px;
  width: 265px;
  height: 25px;
  background-color: #cccccc;
}
#LogInOut {
  display: none;
  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;
}
#RahmenInhalte {
  background-color: #EAEAEA;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 1160px;
}
#Inhalte {
  width: 1160px;
  margin-left: 10px;
  min-height: 400px;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 40px;
}
#Footer {
  font-size: 10px;
  padding: 20px;
  padding-left: 10px;
}
#Footer ul {
  list-style-type: none;
  margin-left: 0px;
}
#Footer ul li {
  float: left;
  padding-right: 20px;
}
/* Inhaltsseiten */
/* Individuelle Einstellungen können jeweils über die ID vorgenommen werden */
.Inhalt {
  width: 600px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Sidebar {
  width: 265px;
  float: left;
  margin-left: 35px;
  padding-top: 20px;
}
/* Allgemeiner Definitionen */
p {
  margin-bottom: 10px;
}
h1 {
  color: #000000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
h2 {
  color: #000000;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 3px;
}
h3 {
  color: #000000;
  font-size: 12px;
  margin-bottom: 3px;
}
ul {
  margin-left: 9px;
}
li {
  margin-bottom: 12px;
}
p {
  line-height: 1.4em;
}
/* 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 */
  width: 50px;
  float: left;
}
.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;
}
.OVListVr {
  margin-left: 50px;
}
.OVListVrEventDaten {
  width: 400px;
}
/* Spezielle allgemeine Seiten-Elemente, oft mit identischem Aussehen */
.EventKontakt, .EventDownloads {
  width: 240px;
  padding: 10px;
  padding-left: 0px;
  font-size: 0.9em;
}
.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;
}
.Print {
  /* allgemeiner Wrapper umschließt die Print- Elemente  */
  margin-top: 10px;
}
/* Einzeldarstellung von Veranstaltungen  */
.LongDescription {
  margin-top: 15px;
}
.Salutation2 {
  margin-top: 5px;
}
/* fallz Anrede in zwei Teilen  */
.EventName {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.1em;
}
.EventZeit {
  margin: 0px;
}
.EventLocation {
  margin: 0px;
}
.VListMeForm li {
  border: solid 1px #EC6B10;
  padding: 10px;
}
/* Formulare  */
.Formular {
  /* für alle Formulare*/
  margin-left: 0px;
  width: 600px;
}
/* für alle submits  */
/*.submit { 
	background-color:#EC6B10;
    color: #FFFFFF;
    font-family: helvetica,arial,helv,sans serif;
    font-size: 11px;
    text-decoration: none;
	width:200px;
	float:left !important;	
cursor: pointer;
}*/
.submit, .IsButton, .prevPane, .firstPane, #Printbutton a, .PagebreaksInfoRegistrationLink {
  background-color: #EC6B10;
  color: #FFFFFF;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ec6b10;
  padding: 2px 23px 3px;
  box-sizing: border-box;
  transition: all 0.1s ease 0s;
  vertical-align: top;
  line-height: 13px;
}
.submit:hover, .IsButton:hover, .prevPane:hover, .firstPane:hover, #Printbutton a:hover, .PagebreaksInfoRegistrationLink:hover {
  background-color: #FFF;
  color: #ec6b10;
}
#Printbutton a {
  width: 100%;
  text-align: center;
}
.submitAnmeldung {
  clear: left;
}
/* Buchungsnummer */
#EingabeBN {
  width: 300px;
  float: left;
}
#WeiterBN {
  width: 120px;
  float: left;
}
.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: #EC6B10;
  font-weight: bold;
}
.GroupFieldset {
  /* für alle Fragensätze */
  margin-top: 10px;
  border: none;
}
.GroupFieldsetAttendance {
  /* Teilname */
}
.GroupFieldsetApplicant {
  /* Teilnehmer */
}
.GroupFieldsetEscort, .GroupFieldsetRepresentative {
  /*speziell für das Ausblenden der Begleitpersonen Fragen*/
  display: none;
}
.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;
}
.GroupFieldsetAttendance .LabelRadiogroupInput {
  margin-right: 10px;
}
#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" */
  font-size: 0;
}
#Attendance .LabelRadiogroupInput .RadioLabelText {
  font-size: 16px;
  margin-left: 10px;
}
.sr-only {
  display: none;
}
.Frage {
  /*umschließt jede Einzelfrage */
  padding-top: 3px;
  padding-bottom: 13px;
  clear: left;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelSelect {
  margin-bottom: 3px;
  width: 33%;
  margin-right: 2%;
  display: block;
  float: left;
}
.Buchungsnr, .TextInput, .EmailInput, .UrlInput, .NumberInput, .TextareaInput, .SelectInput {
  width: 60%;
  padding-left: 2px;
  padding-top: 2px;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #BAC0C3 #BAC0C3 #BAC0C3 #BAC0C3;
  border-style: solid;
  border-width: 1px;
  color: #000000;
}
#Buchungsnr {
  width: calc(100% - 10px);
  box-sizing: border-box;
  vertical-align: top;
}
.NumberInput {
  width: 30%;
}
.TextareaInput {
  height: 200px;
}
#LabelDatenschutz {
  clear: left;
  display: block;
  width: 400px;
  padding-top: 20px;
  margin-bottom: 25px;
}
#EndeFormular {
  clear: both;
}
.errorMessage {
  display: none;
}
.error {
  /* supply height to ensure consistent positioning for every browser */
  height: 15px;
  background-color: #fed700;
  border: 1px solid #e3001b;
  font-size: 11px;
  color: #e3001b;
  padding: 3px 10px;
  margin-left: 10px;
  margin-top: -1px;
  border-radius: 4px;
  /* CSS3 spicing for mozilla and webkit */
  border-radius-bottomleft: 0;
  border-radius-topleft: 0;
  box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
}
#TextMiddle {
  clear: left;
  margin-top: 20px;
  padding-top: 30px;
}
#OffeneVeranstaltungen {
  clear: left;
  padding-top: 20px;
}
#TextTop, #TextTopMe, #TextTopFormular, #TextTopMeForm, #TextTopConfirmation, #Formular, #MeFormList, #Confirmation {
  margin-left: 0px;
}
#Formular {
  margin-bottom: 20px;
}
#EventStartFormular {
  margin-top: 20px;
}
#barcode {
  background-color: #ffffff;
  width: 520px;
}
.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;
}
.EventConfirmationStart {
  margin-bottom: 20px;
}
.EventPicture {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.ConfirmationPictureYes, .ConfirmationPictureNo {
  float: right;
}
#LogIn, #LogIn li {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 2px;
}
#HauptMenu {
  width: 190px;
}
#HauptMenu ul {
  list-style-type: none;
}
#HauptMenu li {
  border-bottom: 1px solid #FFFFFF;
  margin: 0;
  padding: 1px 0;
  width: 100%;
}
#HauptMenu li a {
  display: block;
  font-size: 0.82rem;
  font-weight: normal;
  /*background-image: url(/eventmanager-system/daten/images/button-ebene1.jpg);*/
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  color: #000000;
  background-repeat: no-repeat;
}
#HauptMenu li a:hover {
  display: block;
  text-decoration: underline;
}
#HauptMenu li a.Self {
  /*background-image:url(/eventmanager-system/daten/images/button-ebene1-act.jpg);*/
  background-repeat: no-repeat;
  background-color: #ef7f01;
}
#HauptMenu li a.InSelf {
  background-color: #cccccc;
  color: #990000;
}
#HauptMenu li #MenueLevel2 {
  background: none repeat scroll 0 0 #EAEAEA;
  border: medium none;
  font-size: 100%;
  margin: 0 0 -1px;
  padding: 0;
  width: 100%;
}
#HauptMenu li li {
  border-bottom: 0 none;
  border-top: 1px solid #FFFFFF;
  margin: 0 0 0 0px;
  padding-left: 10px;
  position: relative;
  width: auto;
}
.Navigation {
  width: 200px;
  min-height: 300px;
  float: left;
  margin-right: 10px;
  background-color: #EAEAEA;
  text-align: right;
}
#NavigationTop {
  height: 16px;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 100;
}
#NavigationTop #TopMenu ul {
  margin: 0;
  padding: 0;
}
#NavigationTop #TopMenu ul li {
  float: left;
  list-style-type: none;
  padding: 3px;
  padding-left: 5px;
  padding-right: 10px;
  height: 16px;
  margin: 0;
}
#NavigationTop #TopMenu ul li a:link, #NavigationTop #TopMenu ul li a:visited, #NavigationTop #TopMenu ul li a:hover {
  color: #808080;
}
#NavigationTop #TopMenu ul li a.Self:link, #NavigationTop #TopMenu ul li a.Self:visited, #NavigationTop #TopMenu ul li a.Self:hover {
  color: #808080;
  text-decoration: underline;
}
.SidebarHtml {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 20px 0px;
  padding: 0 0 20px;
}
.SidebarHtml h2 {
  font-weight: bold;
  font-familiy: arial, geneva, helvetica, verdana, tahoma, sans-serif;
}
.sideLink {
  margin-bottom: 20px;
}
#Answers {
  margin-top: 20px;
  margin-bottom: 20px;
}
#Answers h2 {
  margin-top: 10px;
}
#Answers h3 {
  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;
}
#Zahlungspflicht {
  clear: left;
  margin-left: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.PflichtfeldHinweis {
  margin-left: 400px;
}
.LabelAlignleft, .LabelRadioGroupAlignleft {
  float: none;
  width: auto;
}
.InputfieldAlignleft {
  width: 95%;
}
.CheckboxInput {
  float: left;
  margin-left: 35%;
  margin-right: 1%;
}
.LabelCheckboxInput {
  display: block;
  width: 100%;
  float: left;
}
.CheckboxInputAlignleft {
  float: left;
  margin-left: 0%;
  margin-right: 1%;
}
.LabelCheckboxInputAlignleft {
  display: block;
  float: left;
  padding-top: 20px;
}
.RadiogroupInputAlignleft, .RadiogroupInputStandard {
  display: inline;
}
.LabelRadiogroupInputAlignleft, .LabelRadiogroupInputStandard {
  display: inline !important;
  margin-right: 15px;
}
.RadiogroupInputMultirow, .RadiogroupInputMultirowalignleft {
  display: block;
  float: left;
  clear: left;
  margin-right: 1%;
}
.LabelRadiogroupInputMultirow, .LabelRadiogroupInputMultirowalignleft {
  display: block;
  width: 90%;
  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;
}
.ErrorContainer {
  width: 400px;
  float: left;
  color: #ff0000;
}
.GroupFieldsetAttendance .LabelRadiogroupInput {
  margin-right: 10px;
  display: block;
}
#NewsletterAbmeldung {
  margin-top: 40px;
}
#LocaleSwitch {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  width: 48px;
}
#LocaleSwitch ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#LocaleSwitch ul li {
  list-style-type: none;
  float: left;
  margin: 0;
}
#LocaleSwitch ul li a {
  background-repeat: no-repeat;
  display: block;
}
#LocaleSwitch ul li a:hover img {
  visibility: hidden;
}
.MeFormEventForm {
  clear: both;
}
#FormularSearch, #LocaleSwitch {
  display: none;
}
#FormularFragen {
  border: solid 1px #EC6B10;
}
button.nextPane, button.prevPane {
  background-color: #EC6B10;
  color: #FFFFFF;
  float: left !important;
  font-size: 11px;
  text-decoration: none;
  width: 100px;
}
#FormTabs {
  margin-bottom: 20px;
  height: 30px;
  /*background-image: url("/eventmanager-system/daten/images/formsteps.jpg");*/
  font-size: 11px;
}
#FormTabs #FormSteps {
  display: flex;
  list-style: none;
}
.PaneButtonCenter {
  width: 400px;
}
.PaneButtonCenterContent {
  padding-top: 0px;
}
.FormStep {
  margin-top: 7px;
  padding-top: 7px;
  padding-bottom: 5px;
  height: auto;
  font-weight: normal;
}
.FormStep a {
  border-left: solid 1px #000000;
  color: #000;
  padding: 0 10px;
}
.FormStep a.active, .FormStep a:hover {
  border-left: solid 1px #000000;
  color: #000000;
  padding: 0 10px;
}
.FormStep a.active {
  text-decoration: underline;
}
.FormStep:first-child a {
  border-left: solid 1px transparent;
}
#FormStep0 a, #FormStep0 a.active {
  border: none;
}
.DataSummeryQuestion {
  margin-bottom: 6px;
}
.DsLabel {
  width: 40%;
  margin-right: 3%;
  display: inline-block;
}
.DsData {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.SingeleEscortDataEnd {
  margin-bottom: 20px;
}
.PaneButtons {
  height: 100px;
  margin-top: 20px;
  margin-top: 30px;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.PaneButtons .PaneButtonCenter {
  margin-top: 30px;
}
.GroupFieldsetQuestions legend {
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}
.DownloadHTMLText li {
  list-style-type: none;
}
/*#PanesForm0 fieldset:nth-child(6) label:nth-child(1) {
	color: blue;
}*/
.LongDesHl {
  font-size: 1.1rem;
  margin-bottom: 10px;
  margin-top: 25px;
}
#EventStartFormular {
  font-size: 0.8rem;
}
.Sidebar .EventDownloads > h2 {
  /*font-size: 1.4rem;*/
}
.CheckboxLabelText {
  display: block;
  padding-left: 20px;
}
.logo {
  display: inline-block;
  padding-top: 16px;
  padding-left: 30px;
  float: left;
}
.logo-nebentext {
  float: left;
  width: 80%;
  text-align: center;
  padding-top: 17px;
}
.ErrorHint {
  display: none;
  color: red;
}
#InfoStepLinkEventAnmeldung {
  font-weight: bold !important;
}
#DataSummeryRegistrator {
  margin-bottom: 1em;
}
#DataSummeryRegistratorQuestions .DataSummeryQuestionGroup {
  margin-bottom: 0.5em;
}
#DataSummeryRegistratorQuestions .Dsheadline {
  font-weight: 700;
}
.PanesForm h2 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.PanesForm h3 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#DataSummeryParticipation {
  margin-bottom: 1em;
}
