<!--

/* xPerto Stylesheet */

/* #Basic Inhalt
================================================== */
#xperto_content {
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	font-weight: 300;
	}
	
	/* LINKS */
	#xperto_content a {
	text-decoration: underline;
	outline: 0;
	color: #999999;
	}
	
	#xperto_content a:visited {
	}

	#xperto_content a:hover, #xperto_content a:focus {
	color: #253786;
	}
	
	/* Abstaende, Auflisteungen */
	#xperto_content p {
		padding: 0 0 12px 0;
		margin: 0;
		}
		
		#xperto_content h2 p { 
			padding: 0 ;
		}
	
	#xperto_content ul {
		padding: 0 0 0 14px;
		list-style:disc;
		}

	#xperto_content li {
		padding: 0;
		margin: 0;
		}
	
	
/* #Module
================================================== */
	
	/* Titel */		
	#xperto_content h1 {
		color:#253786;
		font-size: 26px;
		line-height: 1.3em;
		font-weight:300;
		margin-bottom: 12px;
		}
		
	/* Teasertext */		
	#xperto_content h2 {
		color:#253786;
		padding: 0px 0 6px 0;
		margin: 0;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: 300;
		}

	/*Fliesstext, Text allgemein*/	
	.xperto_fliesstext {
		padding: 0 35px 0 0;
		margin: 0;
		color:#253786;
		line-height: 20px;
		}
	
	.xperto_fliesstext table {
		padding: 0;
		margin: 0;
		width: 100%;
		}
	
	.xperto_fliesstext td {
		padding: 0 10px 0 0;
		margin: 0;
		font-size: 13px; 
		}
		
	 /*grosses Bild ueber die ganze Breite */	
	.xperto_grossesBild {
		padding: 0 0 14px 0;
		margin: 0;
		}

	/* Bildlegende */
	.xperto_legende	{
		color: #666666;
		font-size: 0.9em;
		padding: 6px 0 6px 0;
		margin: 0;
		}	

	/* Bild Text links/rechts, umfliessend */
	.xperto_BildTextModul {
		padding: 0 0 20px 0;
		margin: 0;
		}
 	/*Bild rechts, nicht umfliessend */	
	.xperto_BildRechts {
		padding: 0;
		margin: 0;
		}
	/*Bild rechts, umfliessend */	
	.xperto_BildRechtsUmfluss {
		padding: 0 0 15px 15px;
		margin: 0;
		float: right;
		}
		
	/*Bild links, nicht umfliessend */
	.xperto_BildLinks {
		padding: 0;
		margin: 0;
		}
		
	/*Bild links, umfliessend */	
	.xperto_BildLinksUmfluss {
		padding: 0 15px 15px 0;
		margin: 0;
		float: left;
		}

	/* Code */
	.xperto_code {
		padding: 0 0 15px 0;
		margin: 0;
		}


	/* GALERIE */
	#xperto_gallerie {
	padding: 0 0 15px 0;
	margin: 0;
	}
	
	/* Detailbild */
	#xperto_galleriePicDetail { 
		padding: 0 0 15px 0;
		}
	
	/*einzelnen Thumbnails */
	.xperto_gallerie_thumbnail {
		padding: 0 5px 0 0;
		margin: 0;
		float: left;
		vertical-align: top;
		text-align: center;
		}
	/* Text Diashow */
	#xperto_gallerieDia { 
		padding: 0 0 15px 0;
		margin: 0;
		}	
	#xperto_gallerieDia a.dia { 
		padding: 20px 0 0 0;
		margin: 0;
		}
	
	
		
		
	/* MITARBEITER */
	.xperto_mitarbeiter {  /*Container rund um Bild/Text */
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		color: #253786;
		border-bottom: 1px solid #253786;
		}
		
		.xperto_mitarbeiter a { text-decoration: underline; color: #999999; }
		
	.xperto_m_bild { /*Container rund um das Bild */
		float:left;
		padding: 0 25px 0 0;
		}
		
	.xperto_m_text { /*Container rund um den Textblock */
		font-size: 13px;
		margin: 0 0 0 275px;
	}
	
	.xperto_m_name { /*Mitarbeiter-Name */
		padding: 0 0 5px 0;
		margin: 0;
		font-weight: bold;
		font-size: 14px;
	}	
	
	.xperto_m_beschreibung {  /*Mitarbeiter-Beschreibung */
		padding: 0;
		margin: 0;
	}

/* END Inhalt */



/* #Portalansicht
================================================== */
#xperto_uebersicht { /* Uebersichtsanzeige bei Rubriken */
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 12px 0;
}

.xperto_u_titel { /* Titel Uebersichtsanzeige */
	color: #253786;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 12px;
}

.xperto_u_text { /* Text Uebersichtsanzeige */
	padding: 0 0 12px 0;
	color: #253786;
    line-height: 20px;
}


#xperto_portal { /*portalansicht, hauptklasse*/
	padding: 0;
	margin: 0;
	}
	
	#xperto_portal table { margin-bottom: 0; }
	
.xperto_portal_line { /*portalzeile*/
	padding: 0;
	margin: 0;
	border-bottom: none;
	}
	
.xperto_portal_bild { /*portal thumbnail */
	padding: 0 14px 0 0;
	margin: 0;
	}
	
.xperto_portal_text { /*portalfliesstext */
	padding: 0;
	margin: 0;
	color: #253786;
	}
	
	.xperto_portal_text p {
		padding: 0;
		margin: 0;
		}
	
	.xperto_portal_text h3 { /*portaltitel */
		padding: 0 0 6px 0;
		margin: 0;
		font-size: 18px;
		font-weight:400;
		color: #253786;
		}
	
/* END PORTALANSICHT */



/* #Blog
================================================== */
.xperto_blog {
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 1px solid black;
	}
/* END - BLOG */




/* #Formular
================================================== */
.xperto_formular {
	padding: 0;
	margin-left: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #666666;
	}
	
	.xperto_formular h6 { /* Feldueberschrift */
		padding: 5px 0 0 0;
		margin: 0;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		}
		
	.xp_form_input { /*Eingabefeld*/
		padding: 3px;
		margin: 0;
		border: 1px solid #DADADA;
		height: 18px;
		width: 300px;
		}
		
		.xp_form_input_error { /*Eingabefeld bei fehlendem Eintrag*/
		padding: 3px;
		margin: 0;
		border: 1px solid #FF0000;
		height: 18px;
		width: 300px;
		}
		
	.xp_form_textfeld { /* Textarea */
		padding: 3px;
		border: 1px solid #DADADA;
		height: 180px;
		width: 100%;
		}
		
		.xp_form_textfeld_error { /* Textarea */
		padding: 3px;
		border: 1px solid #FF0000;
		height: 180px;
		width: 100%;
		}
	
	.xp_error {
		color: #FF0000;
		}
		
	.xp_ok {
		font-weight: bold;
		}
	.visually-hidden {
	  border: 0 !important;
	  clip: rect(0 0 0 0) !important;
	  height: 1px !important;
	  margin: -1px !important;
	  overflow: hidden !important;
	  padding: 0 !important;
	  position: absolute !important;
	  width: 1px !important;
	}	


/* #Passwortschutz
================================================== */
#xperto_schutz {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	}



/* #Boxen
================================================== */

.xp_boxen { padding: 0; margin: 0;	}

.xp_box {
	padding: 0 0 24px 0;
	margin: 0;
}
.xp_box_last {
	padding: 0;
	margin: 0;
}

.xp_box_img { margin: 0; }
.xp_box_img img { width: 100% }

.xp_box ul { padding: 0; margin: 0; list-style-type: disc;  }
.xp_box li { padding: 0; margin: 0 15px 0 30px; font-size: 14px; line-height: 18px; }


	.xp_box h1, .xp_box_last h1 {
		padding: 15px 0 0 0;
		margin: 0;
		color:#253786;
		font-size: 18px;
		text-align: left;
	}
	
	.xp_box h3, .xp_box_last h3 {
		padding: 5px 0 0 0;
		margin: 0;
		color:#253786;
		font-size: 18px;
		text-align: left;
	}	
	
	.xp_box p, .xp_box_last p {
		padding: 5px 0 0 0;
		margin: 0;
		font-size: 12px;
		color: #253786;
		line-height: 18px;
		font-weight: 300;
	}
	
	.xp_box a, .xp_box_last a {
		text-decoration: underline;
		color: #999999;
	}
	
	.xp_box a:hover, .xp_box_last a:hover {
		color: #253786;
	}
	
	.xp_box_overview a { color: #999999; font-size: 12px; }
	.xp_box_overview a:hover { color: #253786; font-size: 12px; }
	
/* End Boxen */


/* #Diverse
================================================== */

/* Letzte Aenderung-Anzeige */
#xperto_lastChange { 
	padding: 0; 
	margin: 0; 
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	}
	
	
/* Rubrik Headerbild */
.xp_headerpic {
	padding: 0;
	/*max-height: 320px; */
	overflow: hidden;
}
.xp_headerpic img { width: 100%; }


/* Event */

.event-btn-anmeldung {
	margin-bottom: 36px;
}

.event-btn-anmeldung .button {
	background-color: #253786;
	color: #FFFFFF;
	border: 1px solid #253786;
}
.event-btn-anmeldung .button:hover {
	color: #555;
	background-color: #FFF;
}
.event-anmeldung {
	display: none; 
	background-color: #f2f2f2;
	padding: 24px;
	margin-bottom: 24px;
	position: relative;
}
.event-unterlagen {
	font-size: 0.9em;
	font-weight: 300;
}

.event-close { position: absolute; right: 20px; top: 20px; }
.event-close:hover {
	cursor: pointer; 
}
.event-anmeldung form {
	  margin-bottom: 0 !important;
  }

.event-anmeldung input[type="submit"] {
	background-color: #253786;
	color: #FFFFFF;
	border: 1px solid #253786;
}

.event-anmeldung input[type="submit"]:hover {
	color: #555;
	background-color: #FFF;
}

.event-confirm {
	background-color: #f2f2f2;
	padding: 24px;
	margin-bottom: 24px;
	position: relative;
}

/* Checkbox */

/* Checkbox Group layout */
  .xp-checkbox__group {
	margin: 8px 0 24px 0 !important;
	padding: 0;
  }
  

  
  
  .xp-checkbox__group > span {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 0px;
	align-items: center;
	justify-content:center;
  }
  
  /* Checkbox layout and max content mitigation*/
  .xp-checkbox + span {
	display: grid;
  }
  
  /* Hiding native checkbox */
  .xp-checkbox__label {
	position: relative;
	padding-left: 0;
  }
  
  /* Hiding native checkbox */
  .xp-checkbox:not(:checked),
  .xp-checkbox:checked {
	position: absolute;
	left: 5px;
	opacity: 0.0001;
	top: calc(50% - 6px);
  }
  .xp-checkbox:not(:checked) + span,
  .xp-checkbox:checked + span {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
  }
  
  /* checkbox aspect */
  .xp-checkbox:not(:checked) + span:before,
  .xp-checkbox:checked + span:before {
	content: "";
	position: absolute;
	left: 1.5px;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #bbb;
	background: #FFF;
	border-radius: 0;
	box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 0 rgb(0 0 0 / 20%);
	transition: all 0.275s;
  }
  
  /* checked mark aspect */
  .xp-checkbox:not(:checked) + span:after,
  .xp-checkbox:checked + span:after {
	content: "✕";
	position: absolute;
	top: 10px;
	left: 6.4px;
	line-height: 0;
	transition: all 0.2s;
	font-size: 16px;
	color: #253786;
  }
  
  /* checked mark aspect changes/animation */
  .xp-checkbox:not(:checked) + span:after {
	opacity: 0;
	-webkit-transform: scale(0) rotate(45deg);
	transform: scale(0) rotate(45deg);
  }
  .xp-checkbox:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
  }
  
  /* Disabled checkbox */
  .xp-checkbox:disabled:not(:checked) + span:before,
  .xp-checkbox:disabled:checked + span:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #e9e9e9;
  }
  .xp-checkbox:disabled:checked + span:after {
	color: #777;
  }
  .xp-checkbox:disabled + label {
	color: #aaa;
  }
  
  /* Accessibility: mousedown */
  .xp-checkbox:checked:active + span:before,
  .xp-checkbox:not(:checked):active + span:before {
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(0,0,0, .2);
  }
  
  /* Accessibility: focus */
  .xp-checkbox:checked:focus + span,
  .xp-checkbox:not(:checked):focus + span {
	border: 0px solid rgba(0,0,0, .2);
	margin: 0px;
  }
-->