/* Struktur */
*{   
	margin: 0px;
	padding: 0px;
}
img {
	border:none
}
a:link, a:visited, a:hover{
	color:#D62020;
    text-decoration:underline; 
} 
/* Struktur */
body {
	background-color: #F3F2F0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
   color: #616263;

}
#Rahmen {
	width:950px; 
    margin:0px auto 0px auto;  
}
#Gesamt {
	width:950px; 
    min-height:650px; 
    margin:0px auto 0px auto;     
	padding-bottom:0px;	
	background-repeat: repeat-y;
	background-color:#ffffff;
}
#Header {
	width:950px; 
    height:200px;
	background-color:#ffffff;
	padding-top:0px;
}
.HeadPicture {
	width: 100%;
}
#Inhalte {
	width:920px; 
    margin-left:10px;
	margin-top:8px;
    min-height:400px;
    position:relative;
}
#Footer {
	font-size:11px;  
    padding:20px;
    padding-left:10px;   
}
/* Inhaltsseiten */
/* Individuelle Einstellungen können jeweils über die ID vorgenommen werden */
.Inhalt {
	width:620px;
	float:right;
}
.Sidebar{
	width:250px;
	float:left;
	margin-left:00px;
}
/* Allgemeiner Definitionen */
p {
	margin-bottom:10px;
}
h1 {
	font-size:22px;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
h2 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:3px;
}
h3, .h3 {
	font-size:16px;
	margin-bottom:3px;
}
ul {
	margin-left:16px;
}
li {
	margin-bottom:12px;
}
/* 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:00px;
	width:350px;
	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 */
.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;
}
#Printbutton {
	width:230px;
	padding:10px;
	font-size:0.9em;
	color:#ffffff;
	background-color:#D62020;
	text-align:center;
}
#Printbutton a:link, #Printbutton a:visited, #Printbutton a:hover{color:#ffffff;} 
.Link{ /* allgemeine Link Klasse  */
  	color:#D62020;
    text-decoration:underline; 	
}
.eventLink,.contaktLink,.documentLink {}

/* Einzeldarstellung von Veranstaltungen  */
.EventIconDiv{}
.EventPictureDiv{}
.LongDescription{
	margin-top:15px;
}
.ShortDescription{}
.Salutation{}
.Salutation2{margin-top:10px;}/* fallz Anrede in zwei Teilen  */
.EventName{
/*margin-top:15px;*/
font-weight:bold;
font-size:1.1em;
}
.EventZeit{
	margin:0px;
}
.EventLocation{
	margin:0px;
}


/* Formulare  */
.Formular{/* für alle Formulare*/
	margin-left:0px; 
	width:560px;
}
#Buchungsnummer{}         
#anmelden {}

          
.submit { /* für alle submits  */
	background-color:#D62020;
    color: #FFFFFF;
    font-family: helvetica,arial,helv,sans serif;
    font-size: 11px;
    text-decoration: none;
	width:100px;
	float:left !important;	
}
.submitBuchungsnummer{}
.submitAnmeldung{
	clear:left;
	margin-left:400px;
}

/* 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:#FF9900;
	font-weight:bold;
}
.GroupFieldset{/* für alle Fragensätze */
	padding:10px;
	margin-top:10px;
}
.GroupFieldsetAttendance{/* Teilname */

}
.GroupFieldsetApplicant{/* Teilnehmer */

}
.GroupFieldsetEscort{ /*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;
}
#Attendance{
	clear:left;
	border:none;
	padding-top:10px;
	padding-left: 0px;
}  
#Attendance h2 {
	margin-top:0px;
}
#Attendance .LabelRadiogroupInput {
	display:block; /* Zeilenweise Darstellung der Radios für "Teilname" */
	margin-bottom:3px;
}
.Frage { /*umschließt jede Einzelfrage */
	padding-top:3px;
	padding-bottom:13px;
}
.LabelTextInput,.LabelRadioGroup,.LabelTextarea {
	margin-bottom:3px;
	width:180px;
	display:block;
	float:left;
}
.LabelCheckboxInput{}
.Buchungsnr,.TextInput,.EmailInput,.UrlInput,.NumberInput,.TextareaInput {
	width:280px;
	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;
}
.TextareaInput{
	height:200px;
}
.CheckboxInput{}
#LabelDatenschutz{
	clear:left;
	display:block;
	width:100%;
	padding-top:20px;
	float:left
}

.PflichtfeldHinweis {
	display: inline-block;
	margin-top: 20px;
}
#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;

	/* CSS3 spicing for mozilla and webkit */
	border-radius:4px;
	border-radius-bottomleft:0;
	border-radius-topleft:0;

	box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

#TextMiddle{
	display:none
}
#OffeneVeranstaltungen{
	clear:left;
	margin-top:100px;
}


#TextTop,#TextTopMe,#TextTopFormular, #TextTopMeForm,#TextTopConfirmation,
#Formular, #MeFormList,#Confirmation{
	margin-left:0px; 
}
#FormTabs{
	margin-bottom:40px;
}
#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;float:left;}
.ConfirmationPictureYes,.ConfirmationPictureNo{float:right;}


#Answers {margin-top:20px;margin-bottom:20px;}
#Answers h2 {margin-top:10px;}
#Answers h3, #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, .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:400px;width:200px;padding-top:10px;margin-bottom:10px;}



.LabelAlignleft,.LabelRadioGroupAlignleft{float: none;width:auto}
.InputfieldAlignleft{width:95%;}
.CheckboxInput {float:left;margin-left:35%;margin-right:1%}
.LabelCheckboxInput {display:block;width:55%;float:left}
.CheckboxInputAlignleft {float:left;margin-left:0%;margin-right:1%}
.LabelCheckboxInputAlignleft {display:block;width:90%;float:left}
/*.RadiogroupInputAlignleft,.RadiogroupInputStandard {display:inline;} */
.LabelRadiogroupInputAlignleft,.LabelRadiogroupInputStandard {display:inline !important; margin-right:15px;}
.RadioGroupFieldsetStandard,LabelRadioGroupMultirow{}
.RadioGroupFieldsetStandard{}
.RadioGroupFieldsetMultirow{}
.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;}



#HauptMenu {width:220px;}
#HauptMenu ul {
    border-top: 1px solid #CCCCCC;
    margin: 0 0 40px 20px;
list-style-type:none;
}
#HauptMenu li {
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    padding: 1px 0;
    width: 100%;
}
#HauptMenu li a {
    display: block;
    font-size: 105%;
    font-weight: bold;
    height: 1%;
    padding: 6px 3px;
}
#HauptMenu li a:hover {
    display: block;
    font-size: 105%;
    font-weight: bold;
    height: 1%;
    padding: 6px 3px;
color:#ffffff;
background-color:#990000;
}
#HauptMenu li a.Self {background-color:#990000;color:#ffffff}
#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;
    font-size: 90%;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    width: auto;
}
.Navigation {width:260px;min-height:400px;float:left;}

#NavigationTop{height:16px;position:absolute;top:143px;left:260px;z-index:100;}
#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;}

#Navigation{display:none;}
#NavigationTop{display:none;}
#LogInOut{display:none;}




#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;}
#NewsletterAbmeldung h1 span {
margin-top: 15px !important;
font-weight: bold !important;
font-size: 15px !important;
}
#NewsletterAbmeldung h1 {
	margin-bottom: 10px;
}

#emHtmlTextTop h2{
		font-size: 1.5rem;
		margin-bottom: 24px;
	}
#lpPageFormElementPrivacy .ProfileHTMLTextBotIsHidden p:first-child span:first-of-type  {
    margin-top: 13px;
    display: inline-block;
}
.PBDNotificationObligationRevocation p {
	font-size: 1rem;
	}
#DataSummeryParticipation {
    margin-bottom: 10px;
    margin-top: 10px;
}
.PBDNotificationObligationRevocation {
    margin-top: 10px;
}
.placeholder{
	background-color: white;
	cursor: auto;
	/*opacity: 1;*/
}

.form-check-input[type="radio"] {
	border: 1px solid #BAC0C3;
}