
a:link, a:active, a:visited {
    color: #009640;
    text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00662c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #009640;
	text-decoration: underline;
}

h1 {
	color: white;
	font-size:40px;
	line-height: 42px;
	font-weight:bold;
}

h2 {
	color: #009640;
	margin: 5px 0 30px;
}

h3 {
	color: black;
	font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px 0 5px;
	margin: 10px 0;
}

ul{
	padding:0;
}

ul li {
	background-image: none;
}

input[type="text"], input[type="password"], select {
    background-color: #f5f5f5;
    border: 1px solid #999;
    color: #000;
    padding: 2px 0 4px;
}

.pagediv{
	background-color: #f9f9f9;
}

.logo{
	position:absolute;
	margin-top: 20px;
	margin-left: 20px;
	z-index:3;
}

.logo img{
	float:left;
}

.logo_square{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	width: 56px;
	height: 56px;
}

.logo_text{
	width: 89px;
	height: 56px;
	opacity:1;
	margin-top: 0px;
}

.logo_text_sticky{
	opacity:0;
	margin-top:-44px;
}

.logo_square_sticky{
	width: 28px;
	height: 28px;
	margin-top: -16px;
}

.main_content{
	float: left;
	width: 412px;
	background:#FFF;
	margin: 10px 0;
	padding:0 12px;
	border: 1px solid #eee;
    box-shadow: 1px 1px 2px #bbb;
}

.frontPicBlock{
	margin: 0 -10px;
	padding-top: 10px;
}

.blockPic{
	overflow:hidden;
	display:block;
	width:100%;
	height:100%;
}

.blockPic div{
	color:white;
	display: block;
    vertical-align: middle;
	font-size: 16px;
    font-weight: bold;
	hyphens: auto;
	text-shadow: 0 0 5px black;
}

.blockPic a{
	text-decoration: none;
}

.blockPic a:hover p{
	text-decoration: none;

}
.blockPic a:hover .picoverlay{
	background-color: rgba(0, 150, 64, 0.85);
}

.pagediv {
	border-left: 10px solid #009640;
	box-shadow: 1px 3px 7px 3px #777;
}

.pagediv_header{
	padding: 20px 0 0 0;
}

.nav_top{
	position: relative;
	margin: 10px 20px;
}

.nav_top_sticky{
	position: fixed;
	z-index:3;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav_top li a:hover {
	color: #999;
}

.sa_green{
	background-color: #009640;
}

.logo_room{
	position: relative;
	display:block;
	width: 960px;
	height: 106px;
	text-align: center;
	font-size: 72px;
	line-height: 108px;
}

.logo_room_sticky {
	position:fixed;
	top:0;
	font-size: 24px;
	line-height: 48px;
	height: 40px;
	background: #f9f9f9;
	text-align: left;
	z-index:3;
}

.nav_main{
    position: absolute;
	background-color: #009640;
    width: 960px;
    height: 30px;
	text-align: center;
    opacity: 0.9;
    z-index: 2;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.spacer_sticky{
	display:block;
	height:106px;
}

.nav_main_sticky {
    position: fixed;
	top:40px;
    width: 960px;
    height: 30px;
	text-align: center;
    opacity: 1;
    z-index: 3;
}

.mini_logo{
	position: absolute;
	visibility:hidden;
	z-index: 4;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity: 0.1;
	margin-left: 20px;
}

.mini_logo_sticky{
	position: fixed;
	visibility:visible;
	top:5px;
	opacity: 1;
	z-index: 4;
}

.nav_main li{
	display: inline-block;
	float:none;
	margin: 0 20px;
	line-height: 29px;
}

.nav_main li a {
	color: white;
	padding: 0 20px 0 20px;
	font-size: 15px;
	color:#fff;
}

.nav_main li a:hover, .nav_main a.active {
	color: #fff;
	background-color: #00662c;
	display: inline-block;
}

.nav_left a.active {
    color: #009640;
}

.headerimage{
	width:960px;
	height:120px;
	display:block;
}

.headerimage-front{
	width:960px;
	height:320px;
	display:block;
}

.halftone{
	position: relative;
	margin-top: -120px;
	width:100%;
	height:100%;
	z-index: 1;
	pointer-events: none;
}

.halftone_front{
	position: absolute;
	width:960px;
	height:320px;
	margin-top: -320px;
	background: url("../img/szeneAdditiv/Halbtonraster-Verlauf_gross.png") repeat-x;
	background-size: 5px 200px;
	background-position: 0% 100%; 
	z-index: 1;
}

.halftone_front_edit{
	opacity:0;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.halftone_article{
	width:960px;
	height:120px;
	background: url("../img/szeneAdditiv/Halbtonraster-Verlauf_gross.png") repeat-x;
	background-size: 5px 200px;
	background-position: 0% 0%; 
}

.slogan {
    position: absolute;
	top:50%;
    color: white;
    padding: 0 0 0 40px;
	text-shadow: 0 2px 2px black;
	z-index: 2;
	pointer-events: none;
}
.slogan h1{
	pointer-events: auto;
}

.vertCenter{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.halftone_article .slogan {
    position: relative;
	padding-top: 28px;
	text-shadow: 0 2px 2px black;
	
}

.line_horiz{
	background: url("../img/szeneAdditiv/Halbton-Linie_gruen_2x.png") repeat-x;
	background-size: 3px 10px;
}

.nav_left{
	border-top: 0;
	padding-right:0;
	margin-bottom: 0;
	margin-right: 25px;
	width:215px;
}

.nav_left li a:hover {
	color: #009640;
}

.nav_left ul > li {
	background: url(../img/szeneAdditiv/Arrow.png) no-repeat;
	background-size: 11px 11px;
	background-position: 0 10px; 
	line-height:30px;
	border-top: 0;
}

.nav_left ul > li > a{
	padding: 0 0 0 18px;
}

.nav_left ul > li > ul {
    padding: 0;
}

.nav_left ul > li > ul > li {
	background: url(../img/szeneAdditiv/Arrow.png) no-repeat;
	background-size: 11px 11px;
	background-position: 15px 8px; 
	line-height: 25px;
	border-top: 0;
    padding: 0 0 5px 15px;
}

.nav_left ul > li > ul > li > ul {
    padding: 0 0 0 15px;
}

.nav_left ul.list_sep > li:not(:first-child) {
	border-top: 1px solid #999;
}

/*



.nav_left  ul.list_sep{
	border-bottom: 0;
}

*/

.events_link {
	border-bottom:none;
	padding: 5px 0 5px 8px;
	background-image: none;
}

.events_link a {
	color: #000;
}

.content a:link, .content a:active, .content a:visited {
    color: #009640;
}

.content a:hover {
	color: #009640;
}

.page_teaser_title a {
	color: #000;
}

.events_arrow{
	display:inline-block;
}

.events_div {
	background-image: none;
}

.events_item_div {
	border-left: 5px solid #009640;
}

.events_item_type {
	color: #009640;
}

.events_item_link a {
	color: #666;
}

.content a:not(.plain) {
    background-image: none;
}

.welcome_link a {
	background-image: none;
}

.list_sep .events_featured_div {
	background: none;
	border:0;
	border-top: 0;
	min-height:auto;
	margin-bottom:0;
	padding: 10px 10px 10px 8px;
}

.termine{
	float:right;
	padding: 10px 0;
}

.termine div.events_featured_div:not(:first-child) {
	border:0;
	border-top: 1px solid #999;
}

.events_featured_div a{
	color: #000;
}
.events_featured_div a:hover {
	color: #000;
	text-decoration:none;
}

.page_teaser{
	margin-bottom: 10px;
	background:#FFF;
	border: 1px solid #eee;
    box-shadow: 1px 1px 2px #bbb;
}

.page_teaser_img{
	width:auto;
	height:auto;
	margin:12px;
}

.submitBtn input{
	background-color: #009640;
	border: 2px solid #00662c;
}

.submitBtn input:hover {
	background-color: #00662c;
	border: 2px solid #00662c;
}

.foot_padding .line{
	background: rgba(0, 0, 0, 0) url("../img/szeneAdditiv/DK_Szene-Additiv_Halbton-Linie_schwarz.png") repeat scroll 0 0;
    background-size: 3px 10px;
	height: 10px;
}

.page_teaser_title a{
	font-weight: normal;
}

.page_teaser_title span{
	font-weight: bold;
}

.page_teaser_info{
	float:none;
	width:auto;
	padding: 10px 10px 10px 15px;
}

.tg  {border-collapse: separate; border-spacing:10px;}
.tg td{border-width:0;overflow:hidden;word-break:normal;width:33%;height:100%;}
.tg tr{
	height:130px;
}
.tg .tg-yw4l{vertical-align:middle}

.errors {
    padding: 2px 0 10px;
}
