body {
	font-family: 'FFDINWebProRegular', Verdana, sans-serif;
    font-size:20px;
    color:#4C4843;
}

#wrapper {
    max-width:1024px;
    margin: 0 auto;
}

#main {
    line-height:1.4em;
}


#container {
    margin-top:10px;
}


#header {
  /*height:710px;*/
	width: 1020px;
}


#logo {
    float:left;
    margin-top:34px;
}

* .image_container {
	line-height: .5;
}

#main .mod_article {
  margin-bottom: 50px;
}

#header .mod_randomImage {
	-moz-border-radius:0 0 50px 0; /* Firefox */
    -webkit-border-radius:0 0 50px 0; /* Chrome, Safari */
    -khtml-border-radius:0 0 50px 0; /* Konqueror */
    border-radius:0 0 50px 0; /* CSS3 */
}

#header .mod_randomImage .zufallsbildfolgeseite {
	-moz-border-radius:0 0 50px 0; /* Firefox */
    -webkit-border-radius:0 0 50px 0; /* Chrome, Safari */
    -khtml-border-radius:0 0 50px 0; /* Konqueror */
    border-radius:0 0 50px 0; /* CSS3 */
    
}



h1 {
	font-family: 'FFDINWebProMedium', Verdana, sans-serif;
    color:#00843e;
    font-size:30px;
}
h2 {
	font-family: 'FFDINWebProRegular', Verdana, sans-serif;
    color:#154f90;
    font-size:22px;
}

.bold {
	font-family: 'FFDINWebProBold', Verdana, sans-serif;
    font-size:20px;
    color:#4C4843;
}

/* Links */
#main a,
#main a:link,
#main a:visited {
    color: #00843e;
    text-decoration: none;
}


/* Links */
#main a:focus,
#main a:hover {
	color:#154f90;
    text-decoration: underline;
}


.kampagne img {
	margin-right:20px;
	margin-top:20px;
	border:1px solid #00843e;
	float:left;
}



/* GRÜNE BOXEN */

.greenbox {
	background-color:rgba(0,132,62,0.6);
	color:#fff;
	width:42.5%;
	text-align: center;
	padding:3%;
	float:left;
	margin-right:3%;
	margin-bottom: 3%;
	min-height:460px;
}


#main .greenbox a,
#main .greenbox a:link,
#main .greenbox a:visited {
	color:#fff;
	text-decoration:underline;
	
}
.greenbox:nth-child(2n+1) {
	margin-right: 0;
}

.greenbox h2 {
	border-bottom:1px solid #fff;
	text-transform: uppercase;
	padding-bottom:20px;
	color:#fff;
	font-size:22px;
}

.greenbox ul{
    list-style-type:circle;
    line-height:1;
}


.greenbox img {
	width:10%;
}



.greenboxtarife {
	background-color:rgba(0,132,62,0.6);
	color:#fff;
	width: 42.5%;
	text-align: center;
	padding:3%;
	float:left;
	margin-right:3%;
	margin-bottom:3%;
	min-height:200px;
}

.greenboxtarife:nth-child(2n+1) {
	margin-right: 0;
}

.greenboxtarife h2 {
	border-bottom:1px solid #fff;
	text-transform: uppercase;
	padding-bottom:20px;
	color:#fff;
	font-size:22px;
}

.greenboxtarife ul{
    list-style-type:circle;
    line-height:1;
}




.greenboxabrechnung {
	background-color:rgba(0,132,62,0.6);
	color:#fff;
	width: 42.5%;
	text-align: center;
	padding:3%;
	float:left;
	margin-right:3%;
	margin-bottom:3%;
	min-height:350px;
}

.greenboxabrechnung:nth-child(2n+1) {
	margin-right: 0;
}

.greenboxabrechnung h2 {
	border-bottom:1px solid #fff;
	text-transform: uppercase;
	padding-bottom:20px;
	color:#fff;
	font-size:22px;
}

.greenboxabrechnung ul{
    list-style-type:circle;
    line-height:1;
}



.greenboxangebot {
	background-color:rgba(0,132,62,0.6);
	color:#fff;
	width: 42.5%;
	text-align: center;
	padding:3%;
	float:left;
	margin-right:3%;
	margin-bottom:3%;
	min-height:700px;
}

.greenboxangebot:nth-child(2n+1) {
	margin-right: 0;
}

.greenboxangebot h2 {
	border-bottom:1px solid #fff;
	text-transform: uppercase;
	padding-bottom:20px;
	color:#fff;
	font-size:22px;
}

.greenboxangebot ul{
    list-style-type:circle;
    line-height:1;
}









#main .mod_newsreader h2 {
    background-color: #154f90;
    color:#fff;
    font-size: 30px;
    font-weight:bold;
	width:50%;
    padding:8px;
}

#main .mod_newsreader .news h2 {
    background-color: #154f90;
    color:#fff;
    font-size: 30px;
    font-weight:bold;
	width:80%;
    padding:8px;
}

.empty {
	color:#e9eef1;
}



.ce_text ul {
/*    list-style-image:url("../Layout/aufzaehlung.svg");
    /*padding-left: 15px;*/
    line-height:1.8;
}




.toggler {
  font-weight:500;
  font-size:22px;
  color:#fff;
  background-color:#154f90;
  cursor:pointer;
  margin-top:20px;
	text-transform:uppercase;
  padding:8px;
}

.toggler:hover {
	background-color:rgba(0,132,62,0.6);
}

.ce_accordion .ce_text.greenbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ce_accordion .ce_text.greenbox li {
	line-height: 1.2;
	padding: 5px 0;
}

.ce_accordion .ce_text.greenbox ul li::before {
    content: '';
		background-image: url('../Layout/logo-grafik-weiss.svg');
		background-repeat: no-repeat;
		background-size: 16px auto;
		background-position: left center;
		padding-left: 25px;
    line-height:1.8;
}

/* News Header */
#newsbox {
	position: absolute;
	top: 170px;
}

#newsbox .mod_newslist h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsbox .mod_newslist h2 a {
	background-color:rgba(0,132,62,0.6);
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 20px;
	box-sizing: border-box;
	font-size:18px;
	font-family:'FFDINWebProRegular', Verdana, sans-serif;
	font-weight:400;

}

/*
#newsbox .mod_newslist h2 a::before {
	content: 'GESUCHT';
	display: block;
	/*evtl. DEL */
/*	font-family:'FFDINWebProMedium', Verdana, sans-serif;
}
*/


#newsbox .mod_newslist h2 a::before {
	content: 'JOBS';
	display: block;
	/*evtl. DEL */
	font-family:'FFDINWebProMedium', Verdana, sans-serif;
}



#newsbox .ce_text {
  background-color:#154f90;
	color: #fff;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#newsbox .ce_text p a {
	background-color:#154f90;
	color: #fff;
	text-decoration: none;
	line-height: .4;

}

#newsbox .ce_text p {
	margin: 0;
	padding: 0;
	font-family: 'FFDINWebProRegular', Verdana, sans-serif;
	font-size:18px;
}












/* News Header Bewerbung */






div#ausbildung.ce_text.ausbildung.last.block {
	background-color:#f1aa3c;
}


#newsbox .ce_text.ausbildung p a {
	background-color:#f1aa3c;
	color: #fff;
	text-decoration: none;
	line-height: .4;

}













.mod_newsreader h1::before {
	content: 'GESUCHT';
	display: block;
	line-height: 1.3;
}




div.ce_text.team.block {
	width:33.333%;
	float:left;
}

.team img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}



/* NEWS FOLGE */
.infopool .layout_latest {
    width:290px;
    padding:10px;
    float:left;
    margin-right: 30px;
    box-sizing:border-box;
    border:4px solid #94c11f;
    min-height:400px;
    margin-bottom:30px;
}

/* NEWS FOLGE */
.infopool .layout_latest.last {
    margin-right:0;
}
.startseite #main .mod_article,
.veraenderung #main .mod_article,
.anfang #main .mod_article,
.zeit #main .mod_article,
.durchstarten #main .mod_article {
    margin-left: 0;
}




.flexible img {
	width:100%;
	height: auto;
	margin: 30px 0;
}





/* FOOTER */
#footer {
    height:340px;
    /*background-size:cover;*/
}





#footer .inside {
	width:1020px;

}

#footer a,
#footer a:link,
#footer a:visited {
	color:#fff;
	text-decoration:none;


}

#footer a:hover {
	text-decoration:underline;


}



#footer .footerleft {
	max-width: 22%;
	background-color:rgba(94,91,91,0.8);
	color:#fff;
	padding:8px;
	float:left;
	height:290px;
}


#footer .footerleft h3 {
	text-transform:uppercase;
	font-size:20px;
}



#footer .footermiddle {
	max-width: 22%;
	background-color:rgba(94,91,91,0.8);
	color:#fff;
	padding:8px;
	height:290px;
	float:left;
	margin-right:30px;
}


#footer .footermiddle h3 {
	text-transform:uppercase;
	font-size:20px;
}




#footer .footerright {
	max-width: 48%;
	background-color:rgba(21,79,144,0.8);
	color:#fff;
	padding:8px;
	height:290px;


	-moz-border-radius:0 0 50px 0; /* Firefox */
    -webkit-border-radius:0 0 50px 0; /* Chrome, Safari */
    -khtml-border-radius:0 0 50px 0; /* Konqueror */
    border-radius:0 0 50px 0; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */
}


#footer .footerright h3 {
	text-transform:uppercase;
	font-size:20px;
}


#footer h5 {
	font-weight:300;
	font-size:12px;
}









.slogan {
	color:#00843e;
	font-size:30px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:50px;
}

#beba {
	max-width: 1020px;
	padding-left:10px;
  margin: 50px auto 20px auto;
	clear: both;
}

#beba a {
    text-decoration:none;
    color:#00843e;
    font-size:12px;
    line-height:1;
}

#beba a:hover {
    text-decoration:none;
    color:rgba(0,132,62,0.4);
    font-size:12px;
    line-height:1;
}
