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

p {
	margin:0;
}

h1{
	margin: 0px;
	font-size: 20px;
	line-height: 31px;
	font-weight: normal;
}
h2{
	margin: 0px;
	font-size: 24px;
	line-height: 29px;
	font-weight: normal;
}
#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #FFF;
	box-shadow: -0.5px 5px 15px #999;
/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/

}
#rahmen_top {
	padding: 0px;

}
#rahmen_bottom {
	padding: 0px;
}

#content{
	margin-right: 4.4%;
	margin-left: 5.8%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#top {
	position: absolute;
	top: 429px;
	right: 111px;
}

#box_oben{
}

#box_unten{
}

#box_links{
	float:left;
	width:48%;
}

#box_mitte{
}

#box_rechts{
	float:right;
	width:48%;
}

#footer{
}

#video {
                position: absolute;
                top: 25px;
                right: 23px;
}


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

 
/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #fab417;
}
a:active{
	text-decoration: none;
	color: #fab417;
}

.btn
{
                border-radius: 8px;
                width:150px;     
                height:30px;
                background-color:#72ba01;
                color:#fff;
                padding-top:10px;
                font-size:13px;
                text-align:center;
                
}

 
.text_gross{
	font-size: 16px;
	line-height: 20px;
}

.titel_gross{
	font-size: 26px;
	line-height: 35px;
}

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

.titel_klein{
	font-size: 21px;
	line-height: 25px;
}

.farbe {
	color: #009675 !important;
}

.abstand{
	margin-bottom: -10px;
}

/*.blocksatz{
	text-align: justify;
	text-align-last: justify;
}

.blocksatz:after{
	content: "";
	display: inline-block;
	width: 100%;
}*/

.ausblenden {
   
	}


ul {
	margin-left:11px;
	padding-left:11px;
	margin-top:0px;
	list-style-type: disc;
	list-style-image:url(//anzeigen.jobsintown.de/job/files/1281623/pfeil.jpg);
}
li {
	margin: auto;
	padding: 0;
}

	#bild1{
	display:none;
}
	
	#bild2{
	display:none;
}

p:empty {
height: 18px;
}


.refnr {}

.apply {}



.gruen {
	color: #009675 !important;
}

.button_box {
  text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #0ca678;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 1rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #0ca678;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #0ca678;
}

