#personalheader {
    padding: 0;
    margin: 0;
    text-align: left;
    height: 6rem;
    background-color: #84C515;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: bold;
	font-family: "Open Sans",sans-serif;
}


#personalheader span {
    padding: 0.5rem 6rem 0.5rem 2rem;
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    background-color: #777;
    float: right;
    font-size: 2rem;
    margin-top: 3rem;
}

#personalheader img.head_links_img {
    height: 100%;
    margin: 0;
    margin-left:2rem;
}

footer {
	background-color:#145e3b !important;
}

#systemheader {
	background-color: #84C515 !important;;
}




/* Lebenslagen */

section#lebenslagen ul li:nth-child(1) button {
    background-color: #3F6400 !important;
}

section#lebenslagen ul li:nth-child(2) button {
    background-color: #4F7C00 !important;
}

section#lebenslagen ul li:nth-child(3) button {
    background-color: #5D9300 !important;
}

section#lebenslagen ul li:nth-child(4) button {
    background-color: #6BAA00 !important;
}

section#lebenslagen ul li:nth-child(5) button {
    background-color: #7DC500 !important;
}

section#lebenslagen ul li:nth-child(6) button {
    background-color: #A2CD5A!important;
}


/* ENDE Lebenslagen */




header button.tgGeonav_btn {
	border-radius:0;
}



.tgGeonav_btn.btn_aktiv {
    background-color: rgba(0,0,0,0.3) !important;
}

#tools > button {
    background-color: transparent !important;
    color: transparent !important;
}

section ul .plus {
  	border-left: 0.5rem solid #6E6E6E !important;
}

section ul .minus {
  	border-top: 0.5rem solid #6E6E6E !important;
}


header button.tgGeonav_btn.btn_menu {
    background-image: url(../fastG5/framework/icon_wht_menu.png) !important;
}



@media only screen and (max-width: 72rem) {

	#personalheader {
		height:5rem;
		position:relative;
	}
	
	#personalheader span {
		padding: 0.5rem 2rem 0.5rem 1rem;
		font-size: 1.3rem;
		margin-top: 2.7rem;
	}
	

}

@media only screen and (max-width: 40rem) {
	#personalheader {
		height:4rem;
	}
	#personalheader span {
		padding: 0.5rem 2rem 0.5rem 1rem;
		font-size: 1rem;
		margin-top: 2rem;
	}
	

}

@media only screen and (max-width: 30rem) {
	

	#personalheader img.head_links_img {
		margin-left:0.5rem;
	}
	
	#personalheader span{
		display:none;
	}
	
}
