* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family:"FrutigerNeueW01-Regular",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #454545;
	min-width: 300px;
	max-width: 800px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) url("../img/bg-striped.png") repeat scroll 0 0;
}
h1 {
	font-family:"FrutigerNeueW01-Regular",Helvetica,Arial,sans-serif;
	font-size: 40px;
	line-height: 44px;
	font-weight:normal;
	color:#006699;
	text-transform: uppercase;
	padding: 6px 0;
}
h2 {
	font-family:"FrutigerNeueW01-Regular",Helvetica,Arial,sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight:normal;
	color:#006699;
	text-transform: uppercase;
	padding-bottom: 6px;
	display: block;
}
h3 {
	font-family:"Frutiger Neue W01 Bd",Helvetica,Arial,sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight:normal;
	padding-bottom: 6px;
	display: inline-block;
}
.teaser_box h3 {
	font-size: 15px;
	padding-bottom: 2px;
}
b, strong {
	font-family:"Frutiger Neue W01 Bd",Helvetica,Arial,sans-serif;
	font-weight:normal;
}
a {
	font-family:"Frutiger Neue W01 Light",Helvetica,Arial,sans-serif;
	color: #006699;
	text-decoration: none;
}
a:hover, a:active {
	font-family:"Frutiger Neue W01 Light",Helvetica,Arial,sans-serif;
	color: #005580;
	text-decoration: underline;
}
ul {
	margin: 0 0 0 16px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;	
}
img {
    height: auto;
    max-width: 100%;
}
.clear {
	clear:both;	
}

/*** Container ***/
#maincontainer {
	background-color:#ffffff;
	width: 100%;
	text-align:left;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}
#content {
	clear:both;
	position:relative;
	padding-left: 80px;
	padding-right: 60px;	
}
.col2 {
	width: 48%;
}

/*** Header ***/
#sticky_header {
	position:fixed;
    top:-100px;
	background-color:#ffffff;
	border-bottom: 5px solid #dc0018;
	max-width:800px;
	width:100%;
	height:48px;
	z-index: 500;
	transition: 0.4s top cubic-bezier(.3,.73,.3,.74);
	box-shadow: 0 4px 2px 0 rgba(69, 69, 69, 0.4);
}
.show_header #sticky_header {
	top:0;
}
#sticky_header_content {
	position:relative;
	padding: 12px 0 12px 30px;	
}
#sticky_logo img {
	display:block;
	height: 23px;
}
#sticky_title {
	position: absolute;
	left: 80px;
	top: 10px;
	width: 340px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	max-height: 34px;
	overflow: hidden;
}
#header {
	position:relative;
	padding: 20px 40px 5px 40px;
	margin-bottom: 24px;
	border-bottom: 5px solid #dc0018;
}
#logo .normal {
	width: 220px;	
}
#logo .small {
	display:none;
}

/*** Home ***/
#subtitle {
	font-family:"Frutiger Neue W01 Light",Helvetica,Arial,sans-serif;
	font-size: 24px;
	line-height:28px;
	color: #000000;
	text-transform: uppercase;
}
#subtext {
	padding: 24px 0 22px 0;
}

/*** Aufgaben ***/
.css_table {
	display: table;
	width: 100%;
	padding-bottom: 16px;
}
.cell {
	display: table-cell;
	vertical-align: top;	
}
.cell.grey {
	background-color: #efefef;	
}
.cell_spacer {
	display: table-cell;
	width: 4%;
	background-color: #ffffff;
}
.cell_content {
	padding: 15px;
	font-size:13px;
	line-height:18px;
}
.cell_content li {
	padding-bottom: 4px;
	word-wrap: break-word;
	word-break:break-word;
	max-width: 271px;
}

/*** Kontakt ***/
#contact {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
	position:relative;
}
.refnr {
	padding-top: 8px;	
}
#send_mail {
    padding-top: 16px;
	display: none;
}
.contact-form {
    padding-top: 6px;
}
#email {
    background-color: #ffffff;
    border: 1px solid #757575;
	border-radius: 4px;
    font-family:"Frutiger Neue W01 Light",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 20px;
    outline: medium none;
    padding: 0 3%;
    width: 94%;
}
.send {
    padding-bottom: 8px;
    padding-top: 12px;
}
#send-jobatme {
	border-radius: 3px;
	background-color: #454545;
	font-family:"Frutiger Neue W01 Light",Helvetica,Arial,sans-serif;
	color: #ffffff;
	padding: 4px 20px;
	text-decoration: none;
}

/*** Teaser ***/
#content_teaser {
	position: relative;	
	padding-bottom: 60px;
	padding-top: 14px;
}
#content_teaser .cell {
    border: 2px solid #efefef;
	border-radius: 4px;
    box-sizing: border-box;
}
.teaser_box {	
	padding: 6px 8px;
	min-height: 200px;
	font-size:13px;
	line-height:18px;
}
.teaser_box a {
	font-weight: bold;	
}
.teaser_box img {
	width: 100%;
}
.teaser_box .text {
	padding-bottom: 14px;	
}

/*** Footer ***/
#footer {
	position:fixed;
    bottom:0;
	background:rgba(245,245,245,0.9);	
	border-top: 1px solid #cccccc;
	width:100%;
	max-width: 800px;
	height:40px;
	z-index: 500;
}
#footer_content {
	text-align: center;	
	position:relative;
}
.social_button {
	display: inline-block;
	padding-right: 12px;
	position: relative;
    top: 7px;
}
.social_button img {
	display: block;
	height:25px;
	width:25px;
}
.mail_mobile {
	display:none;	
}
.apply_btn a, .apply_btn a:hover {
	border-radius: 3px;
	background-color: #454545;
	font-family:"Frutiger Neue W01 Light",Helvetica,Arial,sans-serif;
	color: #ffffff;
	padding: 4px 20px;
	text-decoration: none;
}
#footer .apply_btn {
    display: inline-block;
	padding-left: 35px;
}
@media screen and (max-width: 780px) {
	#sticky_header_content {
		position: absolute;
		top: 0;
	}	
	#sticky_title {
		width: 500px;
	}
}
@media screen and (max-width: 700px) {
	.css_table {
		width: 100%;
	}
	.cell, .cell.grey {
		display: block;
		background-color: #ffffff;
	}
	.cell_spacer {
		display: block;
		line-height: 18px;
    	width: 1px;
	}
	.cell_content {
		border-top: 1px solid #cccccc;
		padding: 16px 0 0 0;
	}
	.cell_content li {
		max-width: 100%;
		word-wrap: normal;
	}
	.col2 {
		width: 100%;
	}
	#sticky_header_content {
		padding: 12px 0 12px 10px;
	}
	#sticky_title {
		left: 40px;
	}
	#content {
		padding-left: 40px;
		padding-right: 40px;
	}		
	#header {
		padding: 20px 20px 5px 10px;		
	}
	#logo .normal {
		width: 180px;
	}
	.teaser_box {
		min-height: 100%;
	}		
}
@media screen and (max-width: 620px) {
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
	h2 {
		font-size: 18px;
		line-height: 22px;
	}	
	#sticky_title {
		width: 300px;
	}
	#header {
		padding: 0 0 0 10px;
	}
	#logo {
		padding: 12px 0;
	}
	#logo .normal {
		display:none;
	}
	#logo .small {
		display:block;
		height: 23px;
	}
	.apply_btn, #footer .apply_btn {
		display:none;	
	}
	#send_mail {
		display:block;
	}
	.mail_mobile {
		display: inline-block;
	}
	.mail_send {
		display: none;	
	}
}
@media screen and (max-width: 460px) {
	h1 {
		word-wrap: break-word;
		/*-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; */
	}
	#sticky_title {
		font-size: 12px;
		width: 200px;
		top:8px;
	}
	#subtitle {
		font-size:15px;
		line-height:20px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:0) and (orientation : landscape) {
	html {
		-webkit-text-size-adjust: none;
	}
}