/* @group Layout */

@media(max-width:979px) {
	*{-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
}


#main .inside{
	margin-bottom: 50px;
	margin-top: 50px;
	min-height: 400px;
}

#logo{
	position: absolute;
	right: 0px;
	top: 40px;
}

#logo_cekib{
	position: relative;
	right: 0;
	top: 0;
}

#topheader{
	position: relative;
}

#topheader .inside{
}

#balken{
	height: 160px;
	width: 100%;
	z-index: 999;
	position: relative;
}

#balkengruen{
	background-color: #a2d829;
	height: 160px;
	width: 100%;
	position: absolute;
	box-shadow: 0 1px 5px #000;
}

#balkenweiss{
	background-color: #fff;
	height: 120px;
	width: 100%;
	position: absolute;
	box-shadow: 0 1px 5px #000;
}

#navdtp{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#bigfooter{
	
	min-height: 100px;
	background-color: #494949;
	width: 100%;
}

#bigfooter .inside{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.aktuell #main .inside{
	margin-top: 10px;
}

@media(min-width:768px) and (max-width:979px) {
	#bigfooter .inside{
	width: 744px;
	}	
}

@media(max-width:767px) {
	#bigfooter .inside{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
}



/* @end */



/* @group Text */

body{
	color: #444;
	font-family: 'museo-sans', sans-serif;
	font-weight: 300;
/*	 -ms-word-break: break-all;
	     word-break: break-all;
	     word-break: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;*/
}


p{
	font-size: 16px;	
	line-height: 1.5em;
	font-weight: 300;
}

h1{
	font-family: "museo-slab",serif;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: 500;
	color: #b32453;
	
/*	color: #8cbe19;*/
}

h2{
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300;
	color: #000;
}

h3{
	font-family: "museo-slab",serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #b32453;
	font-weight: 500;
}

h4{
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	font-weight: 500;
}

h5{
	font-size: 16px;
	line-height: 1.5em;
	color: #b32453;
	font-weight: 500;
}

h6{
	font-size: 16px;
	line-height: 1.5em;
	color: #444;
	font-weight: 500;
	margin-bottom: 0;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 0.5em;
}

strong{
	font-weight: 500;
}

em{
	font-family: 'museo-sans', sans-serif;
	font-weight: 300;
	font-style: italic;
}


a {
/*	font-weight: 300;*/
	text-decoration: none;
	color: #d92b65;
}
a:hover {
	color: #b32453;
	cursor:pointer;
}

a:focus{
	outline: none;
}


/*sub + sub laut Adobe-Tipp*/
 sup, sub {
 	font-size: 11px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
 }
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.mod_article ol {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 8px;
	padding-left: 30px;
}
.mod_article ul {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 8px;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 15px;
}
.mod_article li {
	margin-bottom: 8px;
}
.mod_article li ul,
.mod_article li ol {
	margin-bottom: 0;
	margin-top: 8px;
}

blockquote{
	position: relative;
	width: 80%;
	-moz-box-shadow: 0 2px 5px #494949;
	-webkit-box-shadow: 0 2px 5px #494949;
	box-shadow: 0 2px 5px #494949;
	padding: 12px 20px;
	background-color: #f3f3f3;
	margin: 18px auto 20px;
}

blockquote cite {
	color: #999;
	font-size: 12px;
	display: block;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Navigation */

#nav1{
	position: absolute;
	top: 50px;
}

#nav1 ul{
	font-size: 18px;
	line-height: 24px;
}

#nav1 li {
	float: left;
}

#nav1 a,
#nav1 span.active{
	font-weight: 300;
	padding: 10px;
	color: #777;
}

#nav1 a{
	transition: color .5s linear;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	color: #777;
}

#nav1 a:hover{
/*	transition: color .5s linear;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;*/
	color: #a2d829;
}

#nav1 span.active,
#nav1 a.trail{
	color: #7ba61f;
	
}

#nav2{
	position: absolute;
	top: 125px;
}

#nav2 ul{
	font-family: 'museo-sans', sans-serif;	
	font-size: 16px;
	line-height: 16px;
}

#nav2 li {
	float: left;
}

#nav2 a,
#nav2 span.active{
	font-weight: 300;
	color: #fff;
	padding: 8px 10px 11px;
	display: block;
/*	text-shadow: 0 1px 2px #4d5b26;*/
}

#nav2 span.active,
#nav2 a.trail{
	background: -webkit-linear-gradient(top, #a2d829 0%, #7ba61f 100%) #7ba61f;
	background: -moz-linear-gradient(top, #a2d829 0%, #7ba61f 100%) #7ba61f;
	background: -ms-linear-gradient(top, #a2d829 0%, #7ba61f 100%) #7ba61f;
	background: linear-gradient(to bottom, #a2d829 0%, #7ba61f 100%) #7ba61f;
}

#nav2 a{
	transition: background .5s linear;
	-webkit-transition: background .5s linear;
	-moz-transition: background .5s linear;
	-o-transition: background .5s linear;
	background: -webkit-linear-gradient(top, #a2d829 0%, #7ba61f 100%) 0 35px no-repeat #a2d829;
	background: -moz-linear-gradient(top, #a2d829 0%, #7ba61f 100%) 0 35px no-repeat #a2d829;
	background: -ms-linear-gradient(top, #a2d829 0%, #7ba61f 100%) 0 35px no-repeat #a2d829;
	background: linear-gradient(to bottom, #a2d829 0%, #7ba61f 100%) 0 35px no-repeat #a2d829;
}

#nav2 a:hover{
	transition: background .5s linear;
	-webkit-transition: background .5s linear;
	-moz-transition: background .5s linear;
	-o-transition: background .5s linear;
	background-position: 0 10px;
}




/* @end */

/* @group Navigation mobil */

.touchnav{
	display: none;
}

@media(max-width:979px) {
	#balken{
	display: none;
	}
	
	.touchnav{
	display: block;
	position: relative;
	cursor:pointer;
		margin-top: 0;
		z-index: 999;
	}
	
	.javacheck{
	}

	#whitebar{
	background-color: #fff;
	width: 100%;
	height: 100px;
	position: absolute;
	box-shadow: 0 1px 5px #000;
	}
	
	.menuwrapper{
	background-color: #a2d829;
	width: 100%;
	min-height: 130px;
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: 0 1px 5px #000;
	margin-bottom: 0px;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;	
	}
	
	/*.menuwrapper.active{
	-webkit-transition: background-color 900ms linear;
	-moz-transition: background-color 900ms linear;
	-o-transition: background-color 900ms linear;
	-ms-transition: background-color 900ms linear;
	transition: background-color 900ms linear;
	background-color: #85b220;
		
	}*/
	
	.menucontent{
		margin: 0;
		padding: 0;
	}
	
	.toucharea{
		height: 100px;
		width: 744px;
		margin-right: auto;
		margin-left: auto;
		z-index: 999;
		cursor:pointer;
		padding-left: 10px;
		padding-top: 32px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display: block;
		background: url(logo_cekib.gif) right center no-repeat;
		background-size: 141px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	a.toucharea {
		color: #84b11f;
		-webkit-transition: color 400ms linear;
		-moz-transition: color 400ms linear;
		-o-transition: color 400ms linear;
		-ms-transition: color 400ms linear;
		transition: color 400ms linear;
		font-size: 18px;
	}

	a.toucharea.active{
		color: #ccc;
	-webkit-transition: color 900ms linear;
	-moz-transition: color 900ms linear;
	-o-transition: color 900ms linear;
	-ms-transition: color 900ms linear;
	transition: color 900ms linear;
	}	

	.touchnav .navmobil{
		width: 744px;
		margin: 120px auto 10px;
	}


	.touchnav li.submenu{
		width: 228px;
		float: left;
		margin-right: 10px;
		margin-left: 10px;}

	
	.touchnav .navmobil a,
	.touchnav span.active{
		color: #fff;
		display: block;
		font-size: 16px;
		border: 1px solid #83ad27;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		margin-bottom: 3px;
		padding: 7px;
		background-color: #8cbe19;
		
	}
	



	
	.touchnav a.submenu,
	.touchnav span.active.submenu{
		font-size: 18px;
		color: #fff;
		background-color: #664;
		border: 1px solid #553;
	}
	
	.touchnav span.active{
		color: #fff;
		font-weight: 300;
		background-color: #729527;
	}
	
	
	.touchnav span.active.submenu{
		background-color: #598100;
	}
	
	/*.touchnav span.active:before{
  		font-family: FontAwesome;
  		font-weight: normal;
  		font-style: normal;
  		display: inline-block; 		
  		content: "\f178";
		margin-right: 5px;
		color: #fff;
	}*/
	
	.touchnav .no-js .navmobil {
		display:none;
	}
	
	.touchnav .no-js:hover .navmobil {
		display:block;
	}
}

@media(max-width:767px) {
	
	.touchnav .navmobil{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.menuwrapper{
		min-height: 100px;
	
}
	
	.toucharea{
		width: 100%;
		background: url(logo_cekib.gif) right center no-repeat;
		background-size: 160px;
	}
	
	a.toucharea {
		font-size: 16px;
		padding-top: 20px;
			}
	
	#whitebar,
	.toucharea{
		height: 70px;
	}
	
	.touchnav .navmobil{
		margin: 90px auto 10px;
	}
	
	
	.touchnav li.submenu{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}
}

/* @end */

/* @group Basic Elements */

figure.image_container.float_right{
	margin-left: 15px;
	margin-bottom: 5px;
}

figure.image_container.float_left{
	margin-right: 15px;
	margin-bottom: 5px;
}

figcaption.caption{
	margin-bottom: 16px;
	margin-top: 8px;
}

.pdf_link{
	text-align: right;
	float: right;
	width: 100px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.ce_toplink{
	text-align: right;
	line-height: 25px;
	height: 27px;
}

.ce_toplink a:after{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block; 		
	content: "\f077";
	margin-left: 5px;
	color: #777;
}

.pagination{
	margin-top: 32px;
}

.pagination p{
	display: inline-block;
	float: left;
}

.pagination ul{
	list-style-type: none;
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}

.pagination li{
	list-style-type: none;
	display: inline-block;
}

.pagination a,
.pagination span{
	width: auto;
	padding:4px 15px 4px 14px;
	text-align:center;
	vertical-align:middle;
	line-height: 16px;
	font-size: 13px;
	font-weight: 300;
	color:#444;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#ececec;
	background-image:-moz-linear-gradient(top, #fff, #ececec);
	background-image:-webkit-linear-gradient(top, #fff, #ececec);
	background-image:-ms-linear-gradient(top, #fff, #ececec);
	background-image:-o-linear-gradient(top, #fff, #ececec);
	background-image:linear-gradient(to bottom, #fff, #ececec);
	background-repeat:repeat-x;
	-moz-transition:background .15s linear;
	-webkit-transition:background .15s linear;
	-o-transition:background .15s linear;
	transition:background .15s linear;
}

.pagination a:hover {
	text-decoration:none;
	background-position:0 -15px !important
}

.pagination a:active {
	background-color:#e6e6e6;
	background-position:0 -30px !important
}

.pagination .current {
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color:#fff
}

.pagination .first,
.pagination .previous,
.pagination .next,
.pagination .last{
	color: #888;
}

.iframewrapper{
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
	margin: 20px 10px;
	clear: both;
}

.iframewrapper iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* @end */

/* @group ce_table */

.ce_table table{
	width: 100%;
		color: #fff;
	}

.ce_table th{
	color: #fff;
	background-color: #7ba61f;
	font-weight: 500;
	font-style: normal;
	line-height: 18px;
	font-size: 16px;
	padding: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: left;
}

.ce_table th.col_0{
	background-color: #d1d193;
	padding: 8px;
}

.ce_table td{
	padding: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 18px;
	font-size: 16px;
	color: #444;
}
.ce_table .col_0{
	font-weight: 500;
}

.ce_table .col_last{
	border-right-style: none;
}

.ce_table tr.even{
	background-color: #f9f9f9;
}

.ce_table tr.odd{
	background-color: #ededed;
}

.ce_table tfoot td{
	padding: 4px 8px;
	background-color: #948e7d;
	color: #fff;
}

#anreisezeiten .col_1{
	text-align: right;
}

#anreisezeiten td{
	font-size: 14px;
}

/* @end */

/* @group ce_accordion */

.ce_accordion .toggler{
	font-size: 16px;
	padding: 5px 10px;
	color: #fff;
	background-color: #a2d829;
	cursor: pointer;
	outline: none;
	box-shadow: 0 1px 2px #444;
	margin: 2px 2px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-transition:background .4s linear;
	-webkit-transition:background .4s linear;
	-o-transition:background .4s linear;
	transition:background .4s linear;
}

.ce_accordion .toggler.active,
.ce_accordion .toggler:hover{
	background-color: #7ba61f;
}

.ce_accordion div.accordion{
	padding: 15px 10px 10px;
	background-color: #eee;
	box-shadow: 0 1px 2px #444;
	margin: 7px 2px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.ce_accordion div.accordion p{
	font-size: 14px;
}




/* @end */

/* @group Button */

.ce_metamodel_content .item > a,
.ce_metamodel_list .item > a,
.ce_metamodel_list .kurs_detailseite a,
.ce_metamodel_list .anmeldung a,
.mod_metamodel_list .item > a,
.mod_metamodel_list .kurs_detailseite a,
.mod_metamodel_list .anmeldung a,
.linkbutton a,
.ce_toplink a,
.back a{
	width: auto;
	padding:4px 15px 4px 14px;
	text-align:center;
	vertical-align:middle;
	line-height: 16px;
	font-size: 13px;
	font-weight: 300;
	color:#444;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#ececec;
	background-image:-moz-linear-gradient(top, #fff, #ececec);
	background-image:-webkit-linear-gradient(top, #fff, #ececec);
	background-image:-ms-linear-gradient(top, #fff, #ececec);
	background-image:-o-linear-gradient(top, #fff, #ececec);
	background-image:linear-gradient(to bottom, #fff, #ececec);
	background-repeat:repeat-x;
	-moz-transition:background .15s linear;
	-webkit-transition:background .15s linear;
	-o-transition:background .15s linear;
	transition:background .15s linear;
}

/*.mod_metamodel_list .item > a:hover,*/
/*.mod_metamodel_list .kurs_detailseite a:hover,*/
.mod_metamodel_list .anmeldung a:hover,
.linkbutton a:hover,
.ce_toplink a:hover,
.back a:hover {
	text-decoration:none;
	background-position:0 -15px !important
}

/*.mod_metamodel_list .item > a:active,*/
/*.mod_metamodel_list .kurs_detailseite a:active,*/
.mod_metamodel_list .anmeldung a:active,,
.linkbutton a:active,
.ce_toplink a:active,
.back a:active {
	background-color:#e6e6e6;
	background-position:0 -30px !important
}


p.back{
	margin-right: 0;
	margin-left: 0;
}



/* @end */

/* @group Metamodels Kursliste */

#memo_filter.mod_metamodels_frontendfilter{
	margin-top: 4px;
}

#memo_filter.mod_metamodels_frontendfilter form,
#memo_filter.mod_metamodels_frontendfilter .formbody{
	padding: 0;
	margin: 0;
}

#memo_filter .widget.mm_tags{
	margin-bottom: 15px;
}

#memo_filter.mod_metamodels_frontendfilter ul,
#memo_filter.ce_metamodels_frontendfilter ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#memo_filter.mod_metamodels_frontendfilter li,
#memo_filter.ce_metamodels_frontendfilter li{
	margin: 0;
	padding: 0;
}


#memo_filter .mm_tags a{
	font-weight: 300;
	background-color: #f0f0f0;
	text-decoration: none;
	color: #444;
	display: block;
	padding: 8px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 14px;
	-moz-transition:background-color .4s linear;
	-webkit-transition:background-color .4s linear;
	-o-transition:background-color .4s linear;
	transition:background-color .4s linear;	
}

#memo_filter .mm_tags a:hover{
	background-color: #ddd;
}

#memo_filter .mm_tags a.active{
	background-color: #ddd;
}

#memo_filter .mm_tags a:before{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block; 		
	content: "\f096";
	margin-right: 7px;
	color: #ccc;
}

#memo_filter .mm_tags a.active:before{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block; 		
	content: "\f046";
	margin-right: 5px;
}

#memo_filter .mm_tags.lernform a.active:before{
	color: #cc2a0a;
}

#memo_filter .mm_tags.zielgruppe a.active:before{
	color: #b22353;
}

#memo_filter .mm_tags.thema a.active:before{
	color: #e68f0f;
}


#memo_filter .mm_tags label{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px;
	margin-bottom: 2px;
	background-color: #ccc;
	font-size: 14px;
	line-height: 14px;
}

#memo_filter .lernform label{
	background-color: #cc2a0a;
}

#memo_filter .zielgruppe label{
	background-color: #b32453;
}

#memo_filter .thema label{
	background-color: #e7900f;
}


#memo_filter .mm_tags span.count{
	display: inline-block;
	float: right;
	color: #999;
}

#memo_filter .mm_tags .active span.count{
}


.clearall{
	margin-right: 10px;
	margin-left: 10px;
}

.clearall a{
	display: block;
	width: 100%;
	text-align:center;
	vertical-align:middle;
	font-size: 13px;
	font-weight: 300;
	color:#444;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#ececec;
	background-image:-moz-linear-gradient(top, #fff, #ececec);
	background-image:-webkit-linear-gradient(top, #fff, #ececec);
	background-image:-ms-linear-gradient(top, #fff, #ececec);
	background-image:-o-linear-gradient(top, #fff, #ececec);
	background-image:linear-gradient(to bottom, #fff, #ececec);
	background-repeat:repeat-x;
	-moz-transition:background .15s linear;
	-webkit-transition:background .15s linear;
	-o-transition:background .15s linear;
	transition:background .15s linear;
	line-height: 23px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.clearall a:hover {
	text-decoration:none;
	background-position:0 -15px !important
}

.clearall a:active {
	background-color:#e6e6e6;
	background-position:0 -30px !important
}

#memo_teaser .item{
	margin: 0 0 20px;
	border-bottom: 1px dotted #666;
	padding-bottom: 20px;
	position: relative;
}

#memo_teaser .kursname{
	font: 20px/1.4em "museo-slab",serif;
	font-weight: 300;
	display: block;
	clear: both;
	color: #444;
	margin-bottom: 8px;
}

#memo_teaser .lernform,
#memo_teaser .zielgruppe,
#memo_teaser .thema{
	width: 420px;
}

#memo_teaser .value ul{
	margin: 0;
	padding: 0;
}

#memo_teaser .value li{
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 4px;
	font-size: 10px;
	line-height: 10px;
	margin-top: 0;
}

#memo_teaser .lernform{
	height: 24px;
	display: block;
	position: relative;
}

#memo_teaser .lernform .value{
	display: inline-block;
	margin-right: 2px;
	padding: 4px;
	font-size: 10px;
	line-height: 10px;	
	background-color: #efefef;
	margin-top: 5px;
	color: #444;
	border-left: 3px solid #cc2a0a;
}


#memo_teaser .zielgruppe .value li{
	background-color: #efefef;
	color: #444;
	border-bottom-color: #b32453;
	border-bottom-width: 2px;
	border-left: 3px solid #b32453;
}

#memo_teaser .thema .value li{
	background-color: #efefef;
	color: #444;
	border-left: 3px solid #e7900f;
}

#memo_teaser .item a{
	display: block;
	width: auto;
	position: absolute;
	right: 0;
	bottom: 20px;
}

@media(min-width:768px) and (max-width:979px) {
	#memo_teaser .lernform,
	#memo_teaser .zielgruppe,
	#memo_teaser .thema{
	width: 285px;
}
}

@media(max-width:767px) {
	#memo_teaser .lernform,
	#memo_teaser .zielgruppe,
	#memo_teaser .thema{
	width: 100%;
}

#memo_teaser .item a{
	display: block;
	width: auto;
	position: relative;
	margin-top: 10px;
	bottom: 0;
}
}



/* @end */

/* @group MetaModels Detailinfo */

#memo_detail .item{
	margin: 0;
	padding: 0;
}

#memo_detail .lernform{
	font-size: 18px;
	font-weight: 300;
	color: #000;
	line-height: 1.5em;
}

#memo_detail .kursname{
	font-family: "museo-slab",serif;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: 500;
	color: #b32453;
	margin-bottom: 0.5em;
}

#memo_detail .kursmotiv{
	width: 300px;
	float: right;
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 10px;
	position: relative;
}

#memo_detail .kursmotiv .value{
	margin: 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 1px 3px #888;
	overflow: hidden;
}

#memo_detail .kursmotiv p{
	margin: 0;
}

#memo_detail .kursmotiv img{
vertical-align: bottom;
}

#memo_detail h5{
	width: auto;
	margin: 0.5em 0;
}

#memo_detail h3:after{
content:"";
height: 2px;
width:100%;
margin: 0 -100% 0 0.5em;
overflow: visible;
/*border-top:2px solid #b32453;*/
display:inline-block;
vertical-align: baseline;
background-color: #b32453;
}

#memo_detail h5:before{
	font: 24px FontAwesome;
	font-weight: normal;
	font-style: normal;
	content: "\f05a";
	display: inline-block; 
	vertical-align: baseline;		
	margin-right: 5px;
}

#memo_detail h5:after{
content:"";
height: 1px;
width:100%;
margin: 0 -100% 0 0.5em;
overflow: visible;
border-top:9px solid #eee;
display:inline-block;
vertical-align: baseline;
background-color: #ccc;
}



#memo_detail .kursbeschreibung {
	margin-bottom: 30px;
}

#memo_detail .download li{
	padding: 20px;
	background-color: #f1f1f1;
	margin: 10px 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 1px 3px #888;

}



#memo_detail .download ul{
	list-style-type: none;
	font-size: 14px;
	margin-left: 0;
	padding-left: 0;
}

#memo_detail .download li{

}


#memo_detail .download a img{
vertical-align: middle;
}

#memo_detail .download .size{
	color: #444;
	font-size: 12px;
}

#memo_detail .intern .hinweis{
	margin: 0 2px;
}

#memo_detail .intern p{
	color: #fff;
	text-align: center;
	padding: 5px;
	background-color: #b32453;
	margin: 10px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 1px 3px #888;
}

#memo_detailtermine .item{
	padding: 20px;
	background-color: #f1f1f1;
	margin: 10px 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 1px 3px #888;
	position: relative;
}



#memo_detailtermine .item h3{
	font-family: "museo-sans",sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #b32453;
	font-weight: 500;
	margin: 0;
	width: 780px;
}

#memo_detailtermine .datum{
	font-family: "museo-sans",sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	font-weight: 300;
	margin-top: 0;
	width: 780px;
}

#memo_detailtermine .datum .label{
	font-family: "museo-sans",sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	display: inline-block;
	float: left;
	margin-right: 5px;
}

#memo_detailtermine .zusatzinfo .label{
	display: none;
}

#memo_detailtermine .zusatzinfo p{
	font-size: 16px;	
	line-height: 1.5em;
	font-weight: 300;
	margin-top: 16px;
}

#memo_detailtermine .anmeldung {
	display: block;
	overflow: visible;
	position: absolute;
	top: 25px;
	right: 15px;
}

#memo_detailtermine .anmeldung a{
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color:#fff
}

.backtop{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	height: 30px;
	padding-right: 2px;
	padding-left: 2px;
}

.back{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	clear: both;
	width: 940px;
}

@media(min-width:768px) and (max-width:979px) {
	.back{
		width: 724px;
	}
}

@media(max-width:767px) {
	.back{
		width: auto;
	}
}


.backlink a{
	float: left;
}



.backlink i{
	margin-right: 5px;
	color: #777;
}

.toplink a{
	float: right;
}

.toplink i{
	margin-left: 5px;
	color: #777;
}

@media(min-width:768px) and (max-width:979px) {
	#memo_detail .kursmotiv{
		width: 228px;
	}
	#memo_detailtermine .item h3{
		width: 570px;
	}
}

@media(max-width:767px) {
	#memo_detail .kursmotiv{
		float: none;
		width: 100%;
	margin: 0 0 20px;
}

#memo_detailtermine .item h3,
#memo_detailtermine .datum{
	width: auto;
}



#memo_detailtermine .anmeldung {
	position: relative;
	top: 0px;
	right: 0px;
	margin-top: 10px;
}

#memo_detailtermine .anmeldung a{
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color:#fff;
	width: 100%;
	display: block;
}
}

/* @end */

/* @group Metamodels A-Z */


#memo_alphabet div.item{
	margin: 0 0 2px;
	overflow: hidden;
	background-color: #f9f9f9;
	width: 100%;
	-moz-transition:background 1s linear;
	-webkit-transition:background 1s linear;
	-o-transition:background 1s linear;
	transition:background 1s linear;
}

#memo_alphabet div.item.even{
	background-color: #ededed;
}

#memo_alphabet div.item > a:hover,
#memo_alphabet div.item > a:active{
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color:#fff;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
	}

#memo_alphabet .kursname a{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	color: #444;
	width: 560px;
	display: inline-block;
	float: left;
	padding-left: 5px;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#memo_alphabet .kursname a:hover{
	color: #b32453;
}

#memo_alphabet .lernform{
	font-size: 14px;
	font-weight: 300;
	color: #444;
	width: 120px;
	display: inline-block;
	float: left;
/*	padding-top: 10px;*/
	margin-left: 5px;
	height: 100%;
	margin-top: 16px;
	padding-left: 7px;
}

#memo_alphabet .item > a{
	display: inline-block;
	float: right;
	margin: 10px 5px;
}

@media(min-width:768px) and (max-width:979px) {
	#memo_alphabet .kursname a{
	width: 360px;
	}
}

@media(max-width:767px) {
	#memo_alphabet div.item{
	padding: 10px;
	}

	#memo_alphabet .kursname a,
	#memo_alphabet .lernform{
	padding: 0;
		margin: 0;
	}

	#memo_alphabet .kursname a,
	#memo_alphabet .lernform,
	#memo_alphabet .item > a{
	width: 100%;
	display: block;
	float: none;
	}

	#memo_alphabet .item > a{
	margin: 10px 0 0;
	}

}

/* @end */

/* @group MetaModels Terminliste */

#memo_termine div.item{
	margin: 0 0 2px;
	overflow: hidden;
	background-color: #f9f9f9;
}

#memo_termine div.item.even{
	background-color: #ededed;
}

#memo_termine a.kurs_detailseite{
	font-family: 'museo-sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	color: #444;
	width: 480px;
	display: inline-block;
	float: left;
	padding-left: 5px;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#memo_termine a.kurs_detailseite:hover{
	color: #b32453;
}

#memo_termine .lernform{
	font-size: 14px;
	font-weight: 300;
	color: #444;
	width: 120px;
	display: inline-block;
	float: left;
	margin-left: 5px;
	height: 100%;
	margin-top: 16px;
}

#memo_termine .datum{
	font-size: 14px;
	font-weight: 700;
	color: #444;
	width: 90px;
	display: inline-block;
	float: left;
	margin-left: 5px;
	height: 100%;
	margin-top: 16px;
	text-align: right;
}

#memo_termine .kurs_detailseite a{
	display: inline-block;
	float: right;
	margin: 10px 5px;
}

#memo_termine .kurs_detailseite a:hover,
#memo_termine .kurs_detailseite a:active{
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color:#fff;
	-moz-transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
	}

#memo_termine .pagination{
	padding-right: 5px;
	padding-left: 5px;
}

@media(min-width:768px) and (max-width:979px) {
	#memo_termine a.kurs_detailseite{
	width: 280px;
	}
}

@media(max-width:767px) {
	#memo_termine div.item{
	padding: 10px;
	}

#memo_termine a.kurs_detailseite,
	#memo_termine .lernform,
	#memo_termine .datum{
		padding: 0;
		margin: 0;
	}
	
#memo_termine a.kurs_detailseite{
	width: 100%;
	display: block;
	float: none;
	}
	

	#memo_termine .lernform{
		width: 50%;
		display: block;
		float: left;
	}
	
	#memo_termine .datum{
		width: 50%;
		display: block;
		float: right;
	}	

	#memo_termine div.kurs_detailseite {
		overflow: hidden;
		margin-top: 25px;
			clear: both;}
	
	#memo_termine .kurs_detailseite a{
		width: 100%;
		display: block;
		margin: 0;
	}

}

/* @end */

/* @group Formular */

div.formbody{
	
	background-color: transparent;
	padding: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size: 14px;
	font-weight: 300;
}



fieldset{
	padding: 20px;
	background-color: #f1f1f1;
	margin-bottom: 15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 1px 3px #888;
}

fieldset legend{
	color: #fff;
	background-color: #b32453;
	padding: 3px 5px 5px;
	font-weight: 300;
	font-style: normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width: auto;
	box-shadow: 0 1px 3px #888;
}

fieldset .radio_container,
fieldset.checkbox_container{
	padding: 0;
	background-color: transparent;
	margin-bottom: 5px;
	box-shadow: none;
}

select{
	width: 100%;
}

input.text,
select.select,
textarea.textarea{
	margin-top: 4px;
	margin-bottom: 9px;
}


.form20 {
	width: 20%;
	float: left;
}

.form50l {
	width: 49%;
	float: left;
}

.form50r {
	width: 49%;
	float: right;
}

.form80 {
	width: 78%;
	float: right;
}

@media(max-width:767px) {
	.form20,
	.form50l,
	.form50r,
	.form80{
	float: none;
	width: 100%;
}
}

input.captcha{
	width: 50px;
	text-align: center;
	display: block;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.captcha_text{
}

.radio_container span {
	float: left;
	margin-right: 20px;
}

.explanation p{
	font-size: 14px;
}


.explanation h6{
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 20px;
}

input.submit{
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
}

p.error{
	background-color: #a2d829;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top: 3px;
	font-size: 14px;
}

#bereich_mitarbeiter,
#bereich_rechnungsadresse{
	margin-top: 20px;
}

/*#condition_mitarbeiter{
	padding: 2px 20px 20px;
	background-color: #ecf0ca;
	margin-bottom: 10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-moz-box-shadow:inset 0 1px 1px #eee;
-webkit-box-shadow:inset 0 1px 1px #eee;
box-shadow:inset 0 1px 1px #eee;
	
}*/

input.checkbox{
}

.checkbox_container span{
	display: block;
	margin-bottom: 10px;
}

input[type="submit"].cekibgruen, .button.cekibgruen {
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color:#fff
}
input[type="submit"].cekibgruen:active, .button.cekibgruen:active {
	background-color:#7ba61f
}

input[type="submit"].cekibblau, .button.cekibblau {
	background-color:#2f87b4;
	background-image:-moz-linear-gradient(top, #5bb2de, #2f87b4);
	background-image:-webkit-linear-gradient(top, #5bb2de, #2f87b4);
	background-image:-ms-linear-gradient(top, #5bb2de, #2f87b4);
	background-image:-o-linear-gradient(top, #5bb2de, #2f87b4);
	background-image:linear-gradient(to bottom, #5bb2de, #2f87b4);
	border-color:#2f87b4;
	color:#fff
}
input[type="submit"].cekibblau:active, .button.cekibblau:active {
	background-color:#2e86b3
}

/* @end */

/* @group Isotope */

#filters{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
}

#filters .button{
	font-size: 14px;
	color: #444;
	padding-right: 10px;
	padding-left: 10px;
}

#filters .button:hover {
}



/*#filters .button:active,*/
#filters .button.is-checked {
background-color:#7ba61f;
background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
border-color:#7ba61f;
color:#fff;
background-position:0 0px !important;

}

.lernform.mark_ausbildung{
	border-left: 14px solid #eb10c6;
}

.lernform.mark_fernlehrgang{
	border-left: 14px solid #00b9ff;
}

.mark_fernstudiengang{
	border-left: 14px solid #2940e3;
}

.lernform.mark_seminar{
	border-left: 14px solid #a2d829;
}

.lernform.mark_tagung{
	border-left: 14px solid #ffb300;
}

.lernform.mark_weiterbildung{
	border-left: 14px solid #de0707;
}



@media(max-width:767px) {
	#filters{
	display: none;
	}
	
	.lernform.mark_ausbildung,	
	.lernform.mark_fernlehrgang,	
	.mark_fernstudiengang,
	.lernform.mark_seminar,	
	.lernform.mark_tagung,	
	.lernform.mark_weiterbildung{
		border-left: none;
	}
	
}



/* @end */

/* @group Suche */


#suchlupe{
	font-family: 'museo-sans', sans-serif;
	font-weight: 300;
	color: #444;
}

#suchlupe::-webkit-input-placeholder {
	font-family: FontAwesome, sans-serif;
	font-weight: 300;
}

#suchlupe:-moz-placeholder { /* Firefox 18- */
	font-family: FontAwesome, sans-serif;
	font-weight: 300;
}

#suchlupe::-moz-placeholder { /* Firefox 19+ */
	font-family: FontAwesome, sans-serif;
	font-weight: 300;
}

#suchlupe:-ms-input-placeholder {
	font-family: FontAwesome, sans-serif;
	font-weight: 300;
}

#suchbutton{
	display: none;
}

.mod_search .formbody{
	padding: 0;
	height: 33px;
	overflow: visible;
}

input[type="search"] {
	-webkit-appearance:textfield
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance:none
}

.mod_search input.text{
	display: block;
	float: left;
	width: 79.5%;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0;
}

.mod_search input.submit{
	display: block;
	float: right;
	margin: 0;
	width: 20%;
	padding-right: 3px;
	padding-left: 3px;
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color:#fff
}

.mod_search p.header{
	clear: both;
}

.mod_search h3{
	border-top: 1px dotted #666;
	padding-top: 10px;
}

.mod_search h3 a{	
	color: #b32453;
}

.mod_search p.header strong{
	color: #b32453;
	font-weight: 500;
}

.mod_search div{
}

.mod_search p.url{
	color: #999;
	font: 14px 'museo-sans', sans-serif;
	font-weight: 300;
}
.mod_search .relevance,
.mod_search .filesize{
	color: #999;
	font: 12px 'museo-sans', sans-serif;
	font-weight: 300;
}

.mod_search .relevance{
	float: right;
	margin-top: 7px;
}

.mod_search .highlight {

	font-weight: 500;
	color: #d92b65;
}


/* @end */

/* @group FAQ */

.mod_faqlist ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.mod_faqreader .ce_text{
	margin-right: 0;
	margin-left: 0;
}

.mod_faqreader p.info{
	font-size: 12px;
	color: #999;
	text-align: right;
	margin-top: 12px;
}


/* @end */

/* @group Bigfooter */

.footer_name{
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	display: block;
}

.footer_name p{
	color: #ccc;
	font-size: 18px;
	margin-top: 6px;
}

.footer_name a{
	color: #ccc;
}

.footer_name a:hover{
	color: #fff;
}

@media(min-width:768px) and (max-width:979px) {
	.footer_name{
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
	.footer_name p{
		text-align: center;
	}
}

@media(max-width:767px){
	.footer_name{
display: none;
}
}

.footer_suchfeld{
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
}

@media(min-width:768px) and (max-width:979px) {
	.footer_suchfeld{
	width: 354px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
}

@media(max-width:767px){
	.footer_suchfeld{
	width: 100%;
	float: none;
	display: block;
	padding: 10;
	margin: 0;
}
}


.footer_sitemap{
	width: 720px;
/*	margin-right: 10px;
	margin-left: 10px;*/
	float: left;
	display: block;
}



.footer_sitemap.mod_sitemap a{
	color: #ccc;
	font-size: 14px;
	font-weight: 300;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.footer_sitemap.mod_sitemap a:hover{
	color: #fff;
}

.footer_sitemap.mod_sitemap .level_1 a.submenu{
	margin-bottom: 7px;
	font-size: 16px;
	color: #fff;
}

.footer_sitemap.mod_sitemap .level_1 a.submenu.trail.first{
	color: #fff;
}

.footer_sitemap.mod_sitemap .level_1 a.submenu.trail.sibling.first{
	color: #a2d829;
}

.footer_sitemap.mod_sitemap .level_2 a.trail{
	color: #a2d829;
}


.footer_sitemap.mod_sitemap li.submenu{
	float: left;
	display: block;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
}

@media(min-width:768px) and (max-width:979px) {
	.footer_sitemap{
		width: 558px;
		float: left;
		display: block;
	}
	
	
	.footer_sitemap.mod_sitemap li.submenu{
	width: 166px;
	}
}

@media(max-width:767px){
	.footer_sitemap.mod_sitemap{
display: none;
}
}


.footer_adresse{
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
}

.footer_adresse h2{
	font-size: 16px;
	color: #fff;
	margin-top: 0;
}


.footer_adresse p,
.footer_adresse a{
	color: #ccc;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.footer_adresse a:hover{
	color: #fff;
}

@media(min-width:768px) and (max-width:979px) {
	.footer_adresse{
		width: 166px;
	}
}

/* @end */

/* @group Cookiebar */


#cookiebar {
	font-size:13px;
	line-height:1.5em;
	padding: 0;
}

#cookiebar .inside{
	max-width: 960px;
	margin: 20px auto;
}

#cookiebar button{
	-moz-border-radius:2px;
	-webkit-border-radius:3px;
}
#cookiebar span {
	margin-right: 0em;
	margin-bottom: 10px;
	margin-left: 0em;
	display: block;
}

#cookiebar button {

	background-color: #a1d729;
}

#cookiebar a {
	color: #a1d729;
	text-decoration:none
}
#cookiebar a:hover {
	color: #fff;
}

@media(min-width:768px) and (max-width:979px) {
	#cookiebar .inside{
		max-width: 768px;
	}
}

@media(max-width:767px){
	#cookiebar .inside{
		width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
}




/* @end */

/* @group Rocksolid-Slider */

.mod_rocksolid_slider{
	margin: 0!important;
}

.mod_rocksolid_slider .ce_text{
	margin: 0;
	text-align: center!important;
}

.mod_rocksolid_slider .ce_text p,
.mod_rocksolid_slider .ce_text h1,
.mod_rocksolid_slider .ce_text h2,
.mod_rocksolid_slider .ce_text h3,
.mod_rocksolid_slider .ce_text h4{
	margin-right: 10px;
	margin-left: 10px;
}


.mod_rocksolid_slider .ce_text p{
	font-size: 18px;
}


.mod_rocksolid_slider .ce_text h1	{
	text-align: center;
	color: #a2d829;
	font-size: 36px;
	margin-top: 16px;
	margin-bottom: 8px;
}

.rsts-skin-default .rsts-nav {
	position: relative;
	right:0px;
	bottom:0px;
	left:0px;
	text-align:right
}

.rsts-nav-bullets ul{
	text-align: center;
}

.rsts-skin-default .rsts-nav-bullets {
	line-height: 100px
}
.rsts-skin-default .rsts-nav-bullets a {
	display:inline-block;
	width: 11px;
	height: 11px;
	overflow:hidden;
	margin:12px 4px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	outline:none;
	text-align:left;
	text-indent:-999px;
	background-color:#ccc;
	-webkit-background-clip:padding;
	-moz-background-clip:padding;
	background-clip:padding-box;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:  none;
}
.rsts-skin-default .rsts-nav-bullets a:hover {
	background-color:#aaa;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:  none;
}

.rsts-skin-default .rsts-nav-bullets a.active {
	background-color:#b32453;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:  none;
}

@media(max-width:767px) {
	.mod_rocksolid_slider .image_container{
	width: 150%;
	height: auto;
	margin-left: -25%;
	}
	
	.mod_rocksolid_slider .ce_text h1	{
		font-size: 24px;
		margin-top: 12px;
		margin-bottom: 6px;
	}

}



/* @end */

/* @group offene Klassen */
@media(max-width:767px) {
.nophone{
		display: none!important;
	}
}

@media(min-width:768px) and (max-width:979px) {
	.nopad{
		display: none!important;
	}
}

.marginal p{
	font-size: 14px;
}

.marginal h3{
	font-size: 16px;
	margin-bottom: 0;
}

.bildschatten figure.image_container{
	padding: 2px;
}

.bildschatten img{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
		box-shadow: 0 2px 3px #444;
}

.nbg img{
	height: 310px;
}

@media(min-width:768px) and (max-width:979px) {
	.nbg img{
	height: 235px;
	}
}

@media(max-width:767px) {
	.nbg img{
	height: auto;
	width: 100%;
}
}

.icon_teaser i{
	text-align: center;
	display: block;
	margin-bottom: 10px;
	color: #999;
}


.icon_teaser span {
	text-align: center;
	display: block;
	font-size: 20px;
}

.icon_teaser_article p{
	text-align: center;
	font-size: 14px;
}

.top0 p,
.top0 h1,
.top0 h2,
.top0 h3,
.top0 h4,
.top0 h5,
.top0 h6{
	margin-top: 0;
}


.topnews figure.image_container{
	width: 151px;
	padding: 3px;
	margin-top: 20px;
}

.topnews img{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0 2px 4px #444;
}

@media(min-width:768px) and (max-width:979px) {
	.topnews figure.image_container{
		width: 116px;
	}
}


@media(max-width:767px) {
	.topnews figure.image_container{
	display: none;
	}
}




.team{
	text-align: center;
	margin-top: 10px;
}
.team .image_container{
/*	height: 204px;*/
}
.team img{
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	box-shadow: 0 2px 4px #444;
	margin-left: 2px;
	transition: width .5s linear;
	-webkit-transition: width .5s linear;
	-moz-transition: width .5s linear;
	-o-transition: width .5s linear;
	width: 200px;
	height: 200px;
}

.team a[href^="mailto"]:before{
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block; 		
		content: "\f003";
	margin-right: 5px;
	
}

.coop{
	width: 300px;
	float: left;
/*	background-color: #f2fae1;	*/
	background-color: #f1f1f1;	
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	box-shadow: 0 1px 2px #444;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	min-height: 125px;
	position: relative;
}

.coop p{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0;

	padding-right: 10px;
	padding-left: 10px;
}

.coop a{
	font-size: 14px;
	position: absolute;
	bottom: 10px;
}

@media(min-width:768px) and (max-width:979px) {
	.coop{
	width: 352px;
}
}

@media(max-width:767px) {
	.coop{
	min-height: 0px;
	float:none !important;
	display:block !important;
	width:auto !important;
	margin-bottom: 12px;
}
	
	.coop a{
		position: relative;
		bottom: 0;
	}
}

.bahnwidget{
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 16px;
}

.bahnwidget fieldset{
	padding: 0px;
	background-color: transparent;
	margin-bottom: 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	box-shadow: none;
}

.hell{
	background-color: #f9f9f9!important;
}

.dunkel{
	background-color: #ededed!important;
}

.box {
	background-color: #f1f1f1;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 16px 2px;
	box-shadow: 0 1px 2px #444;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


.box p{
	font-size: 14px;
}

.box h1, .box h2, .box h3, .box h4 {
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 0;
}

.box p, .box h1, .box h2, .box h3, .box h4 {
	margin-right: 20px;
	margin-left: 20px;

}

.anmeldung-button a{
	display:inline-block;
	padding:4px 15px 4px 14px;
	margin-bottom:0;
	text-align:center;
	vertical-align:middle;
	line-height:16px;
	font-size: 14px;
	color:#000;
	cursor:pointer;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#7ba61f;
	background-image:-moz-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-webkit-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-ms-linear-gradient(top, #a2d829, #7ba61f);
	background-image:-o-linear-gradient(top, #a2d829, #7ba61f);
	background-image:linear-gradient(to bottom, #a2d829, #7ba61f);
	border-color:#7ba61f;
	color: #fff;
	display: inline-block;
}



/* @end */

/* @group youtube */


.videoiframewrapper{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0;
	clear: both;
}

.videoiframewrapper iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_2_1{
	padding-bottom: 50%;
}

.video_16_9{
	padding-bottom: 56.25%;
}

.video_5_3{
	padding-bottom: 60%;
}

.video_3_2{
	padding-bottom: 66.67%;
}

.video_4_3{
	padding-bottom: 75%;
}

/* @end */