/* Version: 17.01.2014 */

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ThinItalic.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;	
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraLightItalic.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;	
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;	
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;	
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-SemiBoldItalic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraBoldItalic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-BlackItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    word-spacing: normal;
    background-color: #FFF;
    line-height: 1.4;
    background-attachment: fixed;
	background-image: url("//anzeigen.jobsintown.de/job/files/1313227/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}

p {
	margin: 0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.7rem;
	line-height: 1.25;
	font-weight: 600;
}

h2{
	margin: 0px;
	font-size: 1.45rem;
	line-height: 1.25;
	font-weight: 600;
}

h3{
	margin: 0px;
	font-size: 1rem;
	font-weight: 400;
}

hr{
	margin: 1rem 20%;
	height:2px; 
	background-color:#003761; 
	border: 0;
}

#rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 0.92rem;
	position: relative;
	box-shadow: 0px 0px 60px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 60px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 60px rgba(0,0,0,.5);
}

.logo{
	background-color: #FFF;
	padding: 1.3rem 4%;
	border-bottom: solid 1px #003761;
}

.logo img{
	width: 180px;
}

.header {
    position: relative;
}

.content{
	background-color: #FFF;
	padding: 2% 4%;
	margin-top: -0.5rem;
}

.titel{
	position: absolute;
	top: 0rem;
	color: #FFF;
	z-index: 10;
	background: rgb(74, 0, 6); /* The Fallback */
	background: rgba(0, 55, 97, 0.6); 
	text-align: center;
	padding: 3%;
	width: 715px;
}

.box_oben{

}

.box_mitte{
}

.box_unten{
}

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

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

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgText{
	padding: 2em;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	background-color: #E6E6E6;
}

.flex > div{
	position: relative;
}

.left {
	width: 35%;
}

.right {
	width: 65%;
}

#footer{
	background-color: #003761;
	padding: 1.3rem 6%;
	text-align: center;
	color: #FFF;
	border-top: solid 2px #000;
}

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

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	text-decoration: none;
	color: #003761;
}

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

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
	color: #999
}
 
.text_gross{
	font-size: 1.05rem;
}

.titel_gross{

}

.text_klein{
	font-size: 0.85rem;
}

.titel_klein{

}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #003761;
	padding: 0.75rem 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 0.375rem;
	-moz-border-radius: 0.375rem;
	border-radius: 0.375rem;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
}

.farbe {
	color: #003761;
}

.weiss {
	color: #FFF;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}
ul {
	padding: 0px;
	margin-top: 0.5rem;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style: none;
}

li {
	padding-top: 0.5rem;
	text-indent: -18px;
}

ul li::before {
    content: "•";
    padding-right: 10px;
}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}



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

.refnr {}

.apply {}
