/* Version: 05.05.2014 */



@font-face { 
  font-family: "Open Sans";	 
  src: url(../../ofl/opensans/OpenSans[wdth,wght].woff2) format('woff2');
  font-weight: 300 900;
  font-style: normal;
}

@font-face { 	
  font-family: "Open Sans";	 
  src: url(../../ofl/opensans/OpenSans-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 300 900;
  font-style: italic;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: none;
	font-weight: 300;
	word-spacing: normal;
	line-height: 21px;
	background-color:#f1f1f1;
	margin:0;
}

strong {
	font-weight: 700;
}


#footer{
display: flex; 
flex-wrap: wrap; 
justify-content: center;
}
#footer > div{
margin: 20px; 
}
#footer2{

flex-wrap: wrap; 

}


p {margin:0;}

h1{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
}

h2{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #a91616;
	margin: 0px;
	line-height: 31px;
	font-size: 26px;
	font-weight: 700;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin: 0 auto;
	background-color: #FFF;
	position:relative;
}

#content{ 
	padding: 4%;
}

.job {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 31px;
	top: 10.8%;
	left: 4%;
	position:absolute;
	text-transform:uppercase;
}
.box-left {
  float: left;
  width: 48%;
}

.box-right {
 float: right;
  width: 48%;
}

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

img {
	max-width: 100%;
	height: auto;
	width: auto9; 
	border: 0;
	display: block
}

a:link {
	color: #4b4b4b;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

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

a:active{
	text-decoration: none;
	color: #000000;
}

.color_1{
	color: #000;
}

.color_2{
	color: #fff;
}
.cor {color: #a91616;}

ul {
	margin-left: 17px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	list-style-image: url(icon.jpg);
}

li {
	margin: auto;
	padding: 0;
}

li:before {
	content: disc;
	display: inline-block;
	margin-left: -15px;
	margin-right: 10px;
	vertical-align: middle;
	width: auto;	
}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

.bild1{
	display:block;	
}

.bild2{
	display:none;
}

.refnr {
	
}

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

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

p:empty {
	height: 18px;
}


/* 
_______________________

KAPITÄCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li { 
background: url(../../templates/job/164715/bp.jpg) no-repeat 2px 5px; padding-left:8px;
}

 

_______________________

BUTTON MIT HOVER
_______________________

.button a {
	background: #123487 scroll right top ;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
}
.button a:hover {
	background:#2d5aae;
}

 

_______________________

BUTTON MIT ANIMATION
_______________________

.bewerben {
	background-image:url(pfeil.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #e5000a;
	float: right;
	margin: 20px 40px 20px 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.bewerben:hover {	
	background-position: 15px center;
	}

.bewerben a {
	display: inline-block;
    padding: 15px 20px 14px 50px;
	color: #fff;
	}
.bewerben a:hover { color: #fff; 
	text-decoration: none;
}

HTML-Part
<div class="bewerben">
<a href="#" target="_blank"><strong>HIER BEWERBEN</strong></a> </div>
</div>

 

_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}
*/


.apply {}