@charset "UTF-8";
.accordion h3 {
	padding-left:40px;
	padding-right:40px;
}
/*.accordion.first {
	margin-top:4em;
}*/
.accordion {
	margin-top:2em;
	margin-bottom:2em;
	border-bottom:1px #bbbebf solid;
}
.accordion p {
	margin-top: 0em;
	margin-bottom: 1em;
}
.trigger {
	cursor:pointer;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	width:100%;
	/*max-width:750px;*/
	border-top:1px #bbbebf solid;
	background-image: url(../_gfx/pfeil-accordion-geschlossen.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.trigger:hover {
	color:#f49000;
}
.trigger_active {
	background-image: url(../_gfx/pfeil-accordion-offen.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom:none;
}
.toggle_container {
	padding-left:40px;
	padding-right:40px;
	width:100%;
	/*max-width:750px;*/
}
/*--------------------------------stellenangebote----------*/
#stellenangebote .accordion {
	border-bottom:none;
}
#stellenangebote h4.trigger {
	background-color: #006BB3;
	font-weight:400;
}
#stellenangebote .trigger {
	color:#fff;
	border-top:none;
	background-image: url(../_gfx/pfeil-accordion-geschlossen-weiss.png);
	/*margin-bottom:5px;*/
	
	margin-top:5px;
}
#stellenangebote .trigger:hover {
	color:#fff;
}
#stellenangebote .trigger_active {
	background-image: url(../_gfx/pfeil-accordion-offen-weiss.png);
	background-color: #34499D;
}
#stellenangebote .toggle_container {
	margin-top:20px;
}
/*--------------------------------kontakt----------*/
#kontakt .trigger {
	width:100%;
	padding-left: 15px;
padding-right:15px;
	
}
#kontakt .toggle_container {
	padding-left:15px;
	padding-right:15px;
	width:100%;
	/*max-width:750px;*/
}
#kontakt .accordion {
	border:none;
	margin-top: 0em;
	margin-bottom: 0em;
}
#kontakt .accordion.last {
	border-bottom:1px #bbbebf solid;
}