/* Version: 17.01.2014 */
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
	background-color: #FFF;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px 0px 5px;
	line-height: 32px;
	font-size: 27px;
	font-weight: normal;
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #f8f8f8;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}

#content{
	padding: 25px 9%;
}

#aufgaben{
	width: 100%;
	margin-right: 20px;
}

#profil{
	width: 100%;
}

#box_links{
	width: 24%;
}

#box_rechts{
	width: 80%;
	margin-left: 3%;
	margin-top: 0.2rem;
}

#footer{
	background-color: #fff;
	padding: 20px 9%;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #84b83b;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: none;
}
 
.text_gross{
	font-size: 16px;
	line-height: 20px;
}

.titel_gross{
	font-size: 28px;
	line-height: 32px;
}

.text_klein{
	font-size: 11px;
	line-height: 15px;
}

.titel_klein{
	font-size: 18px;
	line-height: 23px;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


.green{
color: #90ba4d;
}

/*____________________
    
TRANSITION FÜR VERSCHIEDENE BROWSER

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
_______________________
*/

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  margin: 1rem auto;
  cursor: pointer;
	font-size: 1.1em;
 background-color: #a6c957;
border: 0.0625rem solid #a6c957;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
border-radius: 0.1875rem;
}

.button a:hover {
  background-position: 0.9375rem center;
  background-color: #a6c957;
text-decoration: none;
}

body ::selection {
	background-color: #b8e986;
}

.farbe {
	color: #0A75BD;
}

.ausblenden {

}

.flex{
	display: flex;
	flex-direction: row;
}

ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: square;
}

li {
	padding: 0px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}
