@font-face {
  font-family: 'TitilliumWebLight';
  font-style: normal;
  font-weight: 200;
  src: local('Titillium WebThin'), local('TitilliumWeb-Thin'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr3XqdloEk0Ij5qwGW4qO9RM.woff) format('woff');
}
@font-face {
  font-family: 'TitilliumWeb';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/7XUFZ5tgS-tD6QamInJTcdGU7DQ8I6RFMlK0vgclk7w.woff) format('woff');
}
@font-face {
  font-family: 'TitilliumWebBold';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr0bathaSTBR2c4i13_wzlb0.woff) format('woff');
}
@font-face {
  font-family: 'TitilliumWebItalic';  
  font-style: normal;
  font-weight: 200;
  src: local('Titillium WebThin Italic'), local('TitilliumWeb-ThinItalic'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPo6qa2KAMrZguqdHYsLxXzk.woff) format('woff');
}

body {
	font-family: 'TitilliumWeb', Arial, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#333;
	padding:0;
	margin:0;
	background-color:#fff;
}

.seite {
	width:940px;
	margin:0 auto;	
	position:relative;
}

a {
	color:#d33f62;
}

#footer a, #main a {
	text-decoration:none;
}

img {
	border:0;
}

.cb {
	clear:both;
}

table { 
	border-spacing: 0;
  border-collapse: separate;
  padding: 0
  border:0;
}

.w300 {
	width:300px;
}

.w20 {
	width:20px;
}


/* HEADER */
#header-line {
	height:5px;
	display:block;
	width:100%;
	background-color:#003867;
	position:fixed;
	z-index:998;
}

#header-kontakt {
	padding-top:5px;
	height:50px;
	display:block;
	width:100%;
	color:#003867;
	background-color:#e5e5e5;
}

.header-kontakt-icon {
	background:url('../images/common/icon_kontakt.png') center left no-repeat;
	height:50px;
	display:block;	
}

.header-kontakt-l {
	float:left;
	padding:11px 0 0 53px;
}

.header-kontakt-r {
	float:right;
	padding-top:11px;
}

.header-nav-l {
	float:left;
}

#nav {
	height:80px;
	background-color:#fff;
	display:block;
	width:100%;
	z-index:998;
}

nav {
	height:80px;
	display:block;	
}

.header-shadow {
	-moz-transition: box-shadow 400ms; 
  -o-transition: box-shadow 400ms; 
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
	box-shadow: 0 10px 6px -6px #777;
}

.header-nav-l img {
	padding-top:18px;
}

.header-nav-r {
	float:right;
	padding-top:24px;
}

#header-pic {
	width:100%;
	display:block;
	height:300px;
	background-color:#e6e6e6;
	position:relative;
}

#kontakt-sticky-abs {
	position:absolute;
	right:-15px;
	top:-25px;
	display:none;
	z-index:999;
}

#kontakt-sticky {
	cursor:pointer;
	width:60px;
	height:60px;
	display:block;
	background:url('../images/common/icon_kontakt_big.png') top left no-repeat;
	position:fixed;	
}

#kontakt-sticky-close {
	cursor:pointer;
	width:60px;
	height:60px;	
	display:none;
	background:url('../images/common/icon_close.png') top left no-repeat;
	position:fixed;	
}

#kontakt-sticky-text-abs {
	position:absolute;
	right: 260px;
  top: 5px;
	display:none;
	z-index:998;
}

#kontakt-sticky-text {
	background-color:#d33f62;
	color:#fff;
	padding:20px;
	position:fixed;	
}

#kontakt-sticky-text a {
	color:#fff;
}

.header-pic-home { background:url('../images/header/home.jpg') top center no-repeat; }
.header-pic-cms { background:url('../images/header/cms.jpg') top center no-repeat; }
.header-pic-impressum { background:url('../images/header/home.jpg') top center no-repeat; }
.header-pic-datenschutz { background:url('../images/header/home.jpg') top center no-repeat; }
.header-pic-stellenangebote { background:url('../images/header/stellenangebote.jpg') top center no-repeat; }
.header-pic-zertifikate { background:url('../images/header/zertifikate.jpg') top center no-repeat; }
.header-pic-kontakt { background:url('../images/header/kontakt.jpg') top center no-repeat; }
.header-pic-referenzen { background:url('../images/header/referenzen.jpg') top center no-repeat; }

.header-nav-r ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.header-nav-r ul li {
	float:left;	
	margin-left:35px;
}



.header-nav-r ul li a {
	position: relative;
	text-decoration: none;
	color: #666666;
	font-weight:bold;	
}

.header-nav-r ul li a:hover, .header-nav-r ul li a.aktiv {
	color:#d33f62;
}

.header-nav-r ul li a:before {
	content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -6px;
  left: 0;
  background-color: #d33f62;
  visibility: hidden;
  -o-webkit-transform: scaleX(0);
  -moz-webkit-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -o-webkit-transition: all 0.3s ease-in-out 0s;
  -moz-webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;	
}

.header-nav-r ul li a:hover:before, .header-nav-r ul li a.aktiv:before {
  visibility: visible;
  -o-webkit-transform: scaleX(1);
  -moz-webkit-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}




#header-pic h1 {
	font-size:40px;
	color:#003867;
	font-weight:normal;
	line-height:43px;
}

#header-pic .seite {
	padding-top:40px;
}

#header-pic h1 span {
	background-color:#fff;
	padding:0 20px;
}


.pfeil-punkt {
	position:absolute;
	width:100%;
}

.preil-red-rnl {
	position:absolute;
	width:197px;
	height:153px;
	background:url('../images/common/pfeil_red_rnl.png') top left no-repeat;
	right:-212px;
}

.preil-grey-lnr {
	position:absolute;
	width:196px;
	height:152px;
	background:url('../images/common/pfeil_grey_lnr.png') top left no-repeat;
	left:-220px;
	top:-50px;
}

.preil-red-lnr {
	position:absolute;
	width:196px;
	height:152px;
	background:url('../images/common/pfeil_red_lnr.png') top left no-repeat;
	left:-220px;
	top:-40px;
}



/* CONTENT */

section .seite {
	padding:30px 0;
}

h2 {
	color:#003867;
	font-size:30px;
	line-height:30px;
	margin:0 0 30px 0;
	padding:0;
	font-weight:normal;
}


/* FOOTER */
#footer {
	background-color:#d3d5d6;
	width:100%;
	display:block;
	height:90px;
}

.footer-l {
	float:left;
	padding-top:30px;
}

.footer-r {
	float:right;
	padding-top:30px;
}



/* Home */
.home-tab th {
	background-color:#003867;
	text-align:left;
	color:#fff;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	vertical-align:top;
}

.home-tab-pad {
	padding:17px 22px;
}

.red-arrow {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background:url('../images/common/pfeil_red_small.png') center right no-repeat;
	padding-right:25px;	
	display:inline-block;
	margin:0 22px 17px 22px;
}

.red-arrow-margin {
	margin:0 0 10px 0;
}

.home-box-alle {
	background-color:#e6e6e6;
	text-align:center;
	padding-top:10px;
}

.btn-red {
	width:230px;
	background-color:#d33f62;
	color:#fff;
	text-align:center;
	display:block;
	text-transform:uppercase;
	padding:10px 0;
	font-weight:bold;
	margin:0 auto;
}

.btn-red span {
	background:url('../images/common/pfeil_white_small.png') center right no-repeat;
	padding-right:25px;
}


.btn-download {
	width:320px;
	background-color:#d33f62;
	color:#fff;
	text-align:center;
	display:block;
	text-transform:uppercase;
	padding:10px 0;
	font-weight:bold;
	margin:15px auto;
	float:right;
	font-size:16px;
}

.btn-download span {
	background:url('../images/stellenangebote/download.png') center right no-repeat;
	padding-right:25px;
}



/* Referenzen */
.referenzen-l, .kontakt-l {
	float:left;
	width:460px;
}

.referenzen-r, .kontakt-r {
	float:right;
	width:460px;
	text-align:left;
}

.fl {
	float:left;
	margin:0 5px 10px 0;
}

.referenzen {
	margin-right:20px;
}

.referenzen div {
	text-align:center;
	padding:7px 0 15px 0;
}


.fl-impressum {
	float:left;
}

.fr-impressum {
	float:right;
	text-align:left;
}

.zweispalt {	
	width:450px;	
}


/* Zertifikate */
.zertifikat-list {
	display:block;
	border-bottom:1px solid #d3d5d6;
	background:url('../images/common/pfeil_red_small.png') top left no-repeat;
	background-position:0 10px;
	padding:5px 0 5px 21px;
}


/* Kontakt */



.input-radio {
	width:27px;
	height:27px;
	display:block;
	float:left;
	overflow:hidden;
	background: url(../images/common/radiobutton.png) top left no-repeat;	
	background-position:0 0;
	cursor:pointer;
}

.input-radio-on {
	background-position:0 -30px !important;
}

.tab-kontakt td {
	padding-right:10px;
}

.tab-kontakt th {
	padding-right:20px;
	text-align:left;
	font-weight:normal;
}

.kontakt-l input[type=text], .kontakt-r textarea, .kontakt-r input[type=text] {
	width:440px;
	font-family: 'TitilliumWeb', Arial, sans-serif;
	font-size:16px;
	background-color:#f2f5f7;
	border:1px solid #003867;
	margin-top:22px;
	padding:3px;
}

#kontakt-disclaimer {
	font-size:12px;
	padding-top:40px;
}

.kontakt-submit-btn {
	float:right;
	margin-right:10px;
}


.kontakt-l-standorte {
	float:left;
	width:303px;
}

.kontakt-l-standorte img {
	margin-bottom:10px;
}

.error-border {
	border:1px solid #800000 !important;
}



/* Stellenangebot */

.stellenangebot-box {
	display:block;
	border-bottom:1px solid #d3d5d6;
	background:url('../images/stellenangebote/pdf.png') center left no-repeat;
	color:#003867;
	font-size:24px;
	line-height:28px;
	padding:14px 0 14px 41px;
}

.stellenangebot-box-text {
	padding-top:10px;
	float:left;
	width:530px;
}

.stellenangebot-tab {
	width:100%;
}

.stellenangebot-tab td {
	border-bottom:1px solid #d3d5d6;
}

.stellenangebot-tab tr:first-child td {
	border-top:1px solid #d3d5d6;
}

.stellenangebot-tab .job-titel {
	color:#003867;
	font-size:24px;
	line-height:28px;
}

.stellenangebot-tab .job-titel span {
	display:block;
	padding:5px 5px 7px 0;
}

.job-pdf {
	width:35px;
	padding-top:6px;
}

.stellenangebot-kontakt {
	background-color:#36424c;
	min-height:229px;
	display:block;
}




/* CMS */

.error {
	background-color:#800000;
	color:#fff;
	padding:5px;
	float:left;
	margin-bottom:20px;
}

.okay {
	background-color:#007131;
	color:#fff;
	padding:5px;
	float:left;
	margin-bottom:20px;
}

#cms_navi {
	border-bottom:1px solid #666;
	padding:5px;
}

#cms_navi a {
	color:#666;
}

.stellenangebot-kontakt-seite {
	background:url('../images/stellenangebote/kontakt.png') top left no-repeat;
	width:940px;
	height:229px;
	display:block;
	padding:0 !important;
}

.stellenangebot-kontakt-text {
	padding: 50px 0 0 240px;
	color:#fff;
}

.stellenangebot-kontakt-text span {
	font-size:24px;
}