/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.2;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a { cursor: pointer; color: rgb(0, 154, 227); text-decoration: none;}
a:visited { color: rgb(0, 154, 227); }
a:hover { color: rgb(0, 154, 227); text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font: 12px/16px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 94%;
    margin: 0 3%;
}

.header-container .wrapper {
    width: 100%;
	min-width: 300px;
    margin: 0;
	position: relative;
	height: 102px;
}

.sprite {
	background: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-size: 350px 350px;
}

.title {
	width: 220px;
	height: 25px;
	margin: 22px 0 0 2%;
	display: block;
	float: left;
}

.title img {
	width: 100%;
}

/* ==============
    Font Icons
   ============== */

@charset "UTF-8";

@font-face {
  font-family: "sta";
  src:url("fonts/sta.eot");
  src:url("fonts/sta.eot?#iefix") format("embedded-opentype"),
    url("fonts/sta.woff") format("woff"),
    url("fonts/sta.ttf") format("truetype"),
    url("fonts/sta.svg#sta") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "sta" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sta" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list:before {
  content: "m";
}
.icon-twitter-alt:before {
  content: "t";
}
.icon-facebook:before {
  content: "f";
}
.icon-rss:before {
  content: "r";
}
.icon-github:before {
  content: "h";
}
.icon-linkedin:before {
  content: "l";
}
.icon-xing:before {
  content: "x";
}
.icon-magnifying-glass:before {
  content: "s";
}
.icon-fontawesome-webfont:before {
  content: "g";
}
.icon-twitter:before {
  content: "a";
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 15px 0 0 0;
}

.main article h1 {
    font-size: 1.4em;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
}

.footer-container footer {
    padding: 20px 0;
	color: #646567;
	font-size: 0.9em;
}

.footer-container footer .social {
	display: none;
}

.footer-container footer .social .google {
	background: none;
	color: #646567;
	width: 120px;
	margin-left: 80px;
}

.footer-container footer .social .icon-rss {
	margin-left: 0;   
}

.footer-container footer .kontakt .footerlogo {
	display: none;
}

.footer-container footer .kontakt .footerlogo img {
	width: 209px;   
}

.footer-container footer ul {
    padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.footer-container footer a, .footer-container footer a:visited {
	color: #646567;
}

.footer-container footer a:hover {
	text-decoration: underline;
}

.footer-container footer h3 {
    padding: 0px 0 0 0;
	margin: 25px 0 15px 0;
	color: #00a3e3;
    font-weight: bold;
    text-transform: uppercase;
	border-bottom: 1px dotted #000;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.icon-list {
    background: #2c2c2c;
	color: #fff;
	font-size: 40px;
	display: block;
	width: 58px;
	height: 77px;
	padding: 15px 0 0 10px;
	float: left;
}

.icon-list, .icon-list:hover, .icon-list:visited {
	color: #fff;
	text-decoration: none;
	display: block;
}

#navigation {
    display: none;
}

#tabs {
    position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}

#tabs a {
    color: #fff;
	display: block;
	padding: 10px 22px 8px 22px;
}

#tabs li {
    float: left;
	display: block;
	margin: 0 1px 0 0;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

#tabs li:hover {
	text-shadow: 3px 0px 9px #fff;
}

#tabs li a:hover {
	text-decoration: none;
}

.social {
    display: none;
}

.meta {
    display: none;
}

.searchbubble {
	width: 100%;
}

.searchbubble a {
	color: #fff;
	overflow: auto;
}

.searchbubble a:visited {
	color: #ccc;
}

.searchbubble .jobclassification a:visited { color: #fff;}

.whitebub .searchbubble a { cursor: pointer; color: rgb(0, 154, 227); text-decoration: none;}
.whitebub .searchbubble a:visited { color: rgb(0, 154, 227); }
.whitebub .searchbubble a:hover { color: rgb(0, 154, 227); text-decoration: underline; }

.searchleft .searchnav {
	width: 100%;
	border-bottom: 1px dotted #656565;
	padding: 6px 0px 3px 0px;
	margin: 0 0 8px 0;
}

.searchright .searchnav {
	width: 100%;
	border-bottom: 1px dotted #656565;
	padding: 3px 0px 3px 0px;
	margin: 0 0 8px 0;
}

.searchnav span {
	float: right;
	width: 30px;
	padding-right: 4px;
	text-align: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.searchbox {
	width: 94%;
	padding: 10px 3% 2px 3%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
	overflow: auto;
}

.searchleft, .searchright {
	width: 100%;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #2c2c2c;
	margin-left: 40px;
}

.banner {
	display: none;
}

.bannerbig {
	display: none;
}

.bannersmall {
	display: none;
}

.main .content article {
	width: 100%;
	margin-top: 12px;
	overflow: auto;	
}

tr {
   -moz-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease;
}

tr.hover {
   cursor: pointer;
   background: #6ecdfe;	
   background: rgba(110, 205, 254, 0.3);
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.listtable {
   width: 98.7%;	
}

.listtable p {
   margin: 0;
   padding: 0;
}


.listtable a:hover {
   text-decoration: none;
}

.listtable td {
   vertical-align: bottom;
   border-bottom: 1px dotted #2c2c2c;
   padding: 6px 2px 6px 2px;
}

.listtable .job {
   padding: 6px 3% 6px 2px;
}

.listtable .jobclassification {
    padding: 6px 3% 6px 2px;
}

.listtable .place {
   padding: 6px 2px 6px 2px;
}


.arrow {
	display: none;
}

h2 {
   margin: 5px 0 2px 0;
   padding: 0;
   font-size: 1.1em;
}

h2 span {
   display: inline;
   text-transform: uppercase;
   color: #ffc000;
}

.main .content aside {
	width: 100%;
	margin: 20px 0 20px 0;
}

aside section, .searchbubble section {
	background: #fff;
	margin: 0 0 15px 0;
    -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

aside section .spacerteaser {
	padding: 0;
	margin: 0;
}

aside section .endingbg {
	padding-top: 8px;
}

aside section h2, .searchbubble section h2 {
	width: 100%;
	background: #2c2c2c;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	margin:0;
	border: 0;
	padding: 5px 0 7px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}

aside section h2 span, .searchbubble section h2 span {
	padding: 0 4% 0 4%;
	display: block;
	color: #fff;
}


aside section .arrow-down, .searchbubble section .arrow-down {
	margin: 0 0 8px 20px;
}

.decoend {
	width: 100%;
	background: #2c2c2c;
	margin:0;
	padding: 0;
	height: 7px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

aside section ul {
    padding: 0 4%;
	margin: 0;
	list-style: none;
	display: block;
}

aside section ul li {
	width: 100%;
	border-bottom: 1px dotted #656565;
	padding: 3px 0px 3px 0px;
	margin: 0 0 8px 0;
}

aside section ul li:last-child {
	margin: 0;
}

aside section figure, aside section p {
	padding: 0 4% 5px 4%;
	margin: 0;
}

.endlink {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}

aside section ul li .arrowbut {
	float: right;
}

.dark .endingbg {
	background: #323e45;
	color: #eaeaea;
}

.dark .spacerteaser {
	background: #323e45;
	color: #eaeaea;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

.dark p {
	color: #eaeaea;
}

.dark ul li {
	border-bottom: 1px dotted #fff;
}

.dark p a, .dark p a:visited, .dark p a:hover {
	color: #fff;
}

.arrowbut {
	width: 29px; 
	height: 17px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.arrowbut .arrowgray {
	float: left;
	margin: 4px 0 0 12px;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #eaeaeb;
}

.pagenav {
	width: 100%;
	overflow: auto;
	padding: 0;
}

.paginator {
	float: right;
	margin: 20px 8px 0 0;
	padding: 0;
}

.paginator .pagenum, .paginator .pagenum:visited {
    display: block;
    padding: 1px 15px 0 15px;
    text-align: center;
    background: rgba(110, 205, 254, 0.5);
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
}


.paginator a:hover {
	background: rgba(44, 44, 44, .7);
}

.paginator .aktiv, .paginator .aktiv:visited {
    background: rgba(44, 44, 44, .7);
}

.paginator li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
}

.arrowbut .arrowblue {
	float: left;
	margin: 4px 0 0 12px;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #3082bb;
}

.arrowbut .arrowblueback {
	float: left;
	margin: 4px 0 0 12px;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #3082bb;
}

.backpages {
	width: 100%;
	float: left;
	margin-top: 30px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px; 
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px; 
	text-transform: uppercase;
}

.backpages .back {
	float: left;
	padding: 15px 20px 15px 10px;
}

.backpages .pages {
	float: right;
	padding: 15px 20px 15px 10px;
}

.backpages .pages span {
	margin-left: 10px;
}

.backpages .back a {
	background: #2c2c2c;
	padding: 4px 4px 2px 4px;
	font-weight: bold;	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.close {
	float: right;
	text-align: center;
	color: #fff;
	text-transform: lowercase;
}

.inseratenavi {
	width: 96%;
	overflow: auto;
	padding: 0 2% 0 2%;

}

.whitebackground article {
	width: 96% !important;
	overflow: auto;
	padding: 0 2% 0 2%;
	margin: 0;
}

.whitebackground article h2 {
	color: #009ae7;
	background: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px dotted #656565;
	padding: 20px 0 0 0;
}

.whitebackground article h3 {
	font-size: 1em;
	margin: 20px 0 10px 0;
	padding: 0;
}

.whitebackground article ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.whitebackground article ul li {
	padding: 0;
	margin: 0;
}

.whitebackground .social {
	display: block;
    float: left;
	padding: 0;
	margin: 17px 10px 0 0;
	list-style: none;
}

.whitebackground .social li {
    float: left;
	margin-left: 0;
	padding: 5px 0 0 4px;
	width: 16px;
	height: 15px;
	display: block;
	color: #fff;
	font-size: 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	position: relative;
}

.textlink {
    float: left;
	margin-left: 0;
	padding: 8px 0 0 0;
}

.textlink a, .textlink a:visited {
   color: #009ae7;
}

.inseratenavi ul {
	float: left;
	margin: 0;
	padding: 0;
}

.inseratenavi ul li:first-child {
	display: none;
}

.inseratenavi li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.inseratenavi li a {
	display: block;
	margin: 0 10px 10px 0;
	padding: 5px 5% 5px 5%;
	color: #222;
	border-radius: 5px;
	background: #ededee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededee 0%, #ededee 50%, #a6a8a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededee), color-stop(50%,#ededee), color-stop(100%,#a6a8a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededee 0%,#ededee 50%,#a6a8a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededee 0%,#ededee 50%,#a6a8a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededee 0%,#ededee 50%,#a6a8a9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededee 0%,#ededee 50%,#a6a8a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededee', endColorstr='#a6a8a9',GradientType=0 ); /* IE6-9 */
}

.inseratenavi li a:visited {
	color: #222;
}

#my_popup {
	background: white;
	border-radius: 2px;
	min-width: 300px;
	padding: 2%;
}

#my_popup .button {
	color: white;
	display: inline-block;
	border-radius: 6px;
	background: #2b2b2b;
	padding: 6px 10px 3px 10px;
	text-align: center;
}

#my_popup .button:hover {
	text-decoration: none;
	background: #296a9e;
}




/* ==========================================================================
   Search Form
   ========================================================================== */

.searchform form {
	display: inline-block;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 1;
}

.searchform input {
	background: #a0a0a0;
	background: -webkit-linear-gradient(#656565, #4d4d4d);	
	background: -moz-linear-gradient(#656565, #4d4d4d);	
	background: -o-linear-gradient(#656565, #4d4d4d);	
	background: -ms-linear-gradient(#656565, #4d4d4d);	
	background: linear-gradient(#656565, #4d4d4d);	
	border: 1px solid #444;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 2px 0 #242424;
	color: #a9a9a9;
	display: block;
	float: left;
	font-family: 'Cabin', helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 35px;
	margin: 0;
	padding: 0 2%;
	text-shadow: 0 1% 0 #000;
	width: 79.5%;
}

.ie .searchform input {
	line-height: 35px;
}

.searchform input::-webkit-input-placeholder {
   color: #888;
}

.searchform input:-moz-placeholder {
   color: #888;
}

.searchform input:focus {
	-webkit-animation: glow 800ms ease-out infinite alternate;
	-moz-animation: glow 800ms ease-out infinite alternate;
	-o-animation: glow 800ms ease-out infinite alternate;
	-ms-animation: glow 800ms ease-out infinite alternate;
	animation: glow 800ms ease-out infinite alternate;
	border-color: #7ccdfd;
	box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
	color: #fff;
	outline: none;
}

.searchform input:focus::-webkit-input-placeholder { 
	color: #efe;
}

.searchform input:focus:-moz-placeholder {
	color: #efe;
}

.searchform button {	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #444;
	border-left-color: #000;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 2px 0 #242424;
	color: #fff;
	display: block;
	float: left;
	font-size: 20px;
	height: 27px;
	line-height: 35px;
	margin: 0;
	padding: 4px 0 4px 0;
	position: relative;
	text-shadow: 0 -1px 0 #143853;
	width: 14%;
}	

.searchform button:hover,
.searchform button:focus {
	background: #246395;
	outline: none;
}

.searchform button:active {
	background: #246395;
	outline: none;
}


/* ==========================================================================
   Stellenanbieter
   ========================================================================== */


.premium .spacerteaser {


background: #f7f7f7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e5e5e5 82%, #d3d3d3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(82%,#e5e5e5), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 82%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 82%,#d3d3d3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 82%,#d3d3d3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#e5e5e5 82%,#d3d3d3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-8 */
color: #eaeaea;
	
	-webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

.premium .endingbg {
  background: #ccc;
}

.premium li a {
  display: block;
}

.premium li span {
  float: right;
  background: #fff;
  padding: 1px 5px 0 5px;
  border-radius: 50%;
}

.listtable .firm {
   padding: 6px 3% 6px 2px;
   width: 75%;
}

.listtable .profile {
	text-align: right;
	width: 25%;
}

.listtable .profile span {
	color: white;
	display: block;
	border-radius: 4px;
	background: #2b2b2b;
	padding: 6px 10px 3px 10px;
	text-align: center;
}

.detail .content {
	
}

.detail .content figure {
	width: 100%;
}

.detail .content figure img {
	max-width: 100%;
	height: auto;
}

.rndButton {
	display: block;
	float: right;
	margin: 0;
	padding: 6px 20px 5px 20px;
	border-radius: 5px;
	text-align: center;
	font-size: 1em;
	box-sizing: border-box;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
	background: #2c2c2c;
}

.rndButton, .rndButton:visited {
	color: #14354e;
	text-decoration: none;
	color: #fff;
	

}

.rndButton:hover {
	text-decoration: none;

}

.detail .content .left {
	width: 100%;
	
	margin-top: 0px;
	float: left;
	text-align: center;
}

.detail .content .right {
	width: 100%;
	margin-top: 0px;
	float: right;
	text-align: center;
	margin-bottom: 20px;
}

.detail .content .mid {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	float: left;
}

.detail .content .midright {
	width: 100%;
	margin-top: 0px;
	float: right;
}

.detail .teaserbox {
	background: rgba(255, 255, 255, 1);
	padding: 5px 2.5%;
	margin-top: 15px;
	 -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.detail .teaserbox h2 {
	margin-top: 10px;
}

.detail .contentbox {
	clear: both;
	padding-top: 10px;
}

.detail .certif {
	padding: 0;
}

.detail .content .left figure {
	margin: 15px 0;
}

.socialportrait {
	margin: 10px auto 20px auto;
	padding: 0;
	display: inline-block;
}

.socialportrait li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 20px;
	padding: 6px 0 0 0;
	border-radius: 50%;
	color: white;
	font-size: 1.3em;
	position: relative;
}

.socialportrait li a {
	width: 30px;
	height: 30px;
	display: block;
	top: 0;
  	left: 0;
	position: absolute;
}

.socialportrait li:last-child {
	margin: 0;
}

.buttonlist {
	margin: 10px auto 10px auto;
	padding: 0;
	display: inline-block;
}

.buttonlist li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	border-radius: 50%;
	color: white;
	position: relative;
}

.buttonlist li:last-child {
	margin: 0;
}

.detail .content .button {
	color: white;
	display: inline-block;
	border-radius: 4px;
	background: #2b2b2b;
	padding: 6px 10px 3px 10px;
	text-align: center;
}

.detail .content .button:hover {
	text-decoration: none;
	background: #296a9e;
}

.detail .socialteaser {
	width: 100%;
}

.detail h1 {
	line-height: 1.3em;
}

.pict {
	padding: 0;
	margin: 10px 0 10px 0;
	overflow: auto;
}

.pict figure {
	background: #ccc;
	width: 90px;
}

.pict .img1 {
	width: 46%;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	background: #ccc;
}

.pict .img2 {
	width: 46%;
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	background: #ccc;
}

.ui-accordion-header {
	background: #2b2b2b;
	color: #fff;
	padding: 9px 10px 9px 30px;
	margin: 0 0 6px 0;
	-webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-image: url('../img/accordion-arrow.png');
    background-repeat: no-repeat;
    background-position: 10px 12px; 
}

.ui-accordion-header-active {
	background-image: url('../img/accordion-arrow-open.png');
}

.ui-accordion-content {
	padding: 0 !important;
	margin: 0 !important;
}

.ui-accordion-content p {
	padding-top: 0;
	margin-top: 0;
}

#accordion h4 {
	margin: 15px 0 8px 0;
	font-size: 1.1em;

}

.stellenanbieter .content {
	margin-bottom: 20px;
}

.detail .mid a, .detail .mid a:visited {
	color: #fff;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 340px) {
	#tabs {
		font-size: 0.8em;
	}
}


@media only screen and (min-width: 480px) {
	
	aside section .spacerteaser {

	}

	aside section .nonav {


	}

	
	aside section {
		float: right;
		width: 48.8%;	
		clear: right;
	}
	
	.odd {
		float: left;
		clear: left;
	}


	
	.arrow {
		display: table-cell;
	}
	
	h2 {
	   font-size: 1.2em;
	}
	
	h2 span {
	   display: none;
	}
	
	.listtable td {
	   padding: 2px 2px 2px 2px;
	}
	
	.listtable .job, .listtable .place {
	   padding: 6px 2px 6px 2px;
	}
	
	.arrow span{
		display: block;
		width: 26px; 
		height: 15px; 
		text-transform: uppercase;
		background: #2c2c2c;
		color: #18a4e3;
		font-size: 0.8em;
		font-weight: bold;
		padding: 0 0 2px 3px;
	    -webkit-border-top-left-radius: 2px;
	    -moz-border-top-left-radius: 2px;
	    border-top-left-radius: 2px; 
	    -webkit-border-top-right-radius: 2px;
	    -moz-border-top-right-radius: 2px;
	    border-top-right-radius: 2px; 
	}
	
	
	.searchleft .searchnav {
		padding: 5px 0px 6px 0px;	
	}
	
	.searchright .searchnav {
		width: 88%;
		padding: 8px 0px 6px 0;
		margin: 0 0 8px 12%;	
	}
	
	.searchleft {
		width: 55%;
		float:left;
	}
	
	.searchright {
		width: 45%;
		float:left;
	}
	
	.social {
		display: block;
	    float: right;
		padding: 0;
		margin: 17px 10px 0 0;
		list-style: none;
	}

	.social li {
	    float: left;
		margin-left: 6px;
		padding: 5px 0 0 4px;
		width: 16px;
		height: 15px;
		display: block;
		color: #fff;
		font-size: 11px;
		line-height: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
		position: relative;
	}
	
	.social li a {
	    display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
		position: absolute;
	}
	
	.footer-container footer .social {
		display: block;
	    float: left;
		margin: 20px 0 20px 0;
	}
	
	.searchbubble section h2 span {
		padding: 0 2% 0 2%;
	}

	#tabs {
		font-size: 1em;
	}

	.detail .content .right {
		width: 33%;
	}

	.detail .content .mid {
		width: 65.3%;
	}

}


@media only screen and (min-width: 580px) {
	
	#blankContent {
		overflow: auto;
	}
	
	.inseratenavi {
		width: 26%;
		padding: 0 2% 0 2%;
		float: left;
	}
	
	.inseratenavi li {
		width: 100%;
	}

	.inseratenavi li a {
		width: 90%;
	}
	
	.inseratenavi ul li:first-child {
		display: block;
	}

	.whitebackground article {
		width: 65% !important;
		padding: 0 2% 0 2%;
		float: right;
	}
	
	.einzug {
		margin-left: 20%;
	}


}


@media only screen and (min-width: 768px) {
	
	.wrapper {
	    width: 96%;
	    margin: 0 2%;
	}
	
	.main {
	    padding: 20px 0 0 0;
	}
	
	.content {
		width: 80%; 
		float: left;
	}
	
	.searchbubble {
		width: 100%;
		float: left;
	}

	.banner {
		display: block;
		float: right;
		width: 18%;
		margin-bottom: 20px;
	}
	
	.banner img {
		width: 100%;
		height: 100%;
	}
	


    .main aside {
        float: left;
        width: 28%;
    }
	
}




@media only screen and (min-width: 981px) {
	
	.footer-container footer ul {
	    float: left;
	}
	
	.footer-container footer .firstleft {
		width: 142px;
		margin-right: 46px;
	}
	
	.footer-container footer h3 {
	    margin-top: 0;
	}
	
	.footer-container footer .firstleft h3 {
	    margin-top: 0px;
	}
	
	.footer-container footer .kontakt h3 {
	    margin-top: 30px;
		width: 142px;
	}
	
	.footer-container footer .kontakt {
	    float: right;
		width: 35%;
	}
	
	.footer-container footer .kontakt .footerlogo {
	    display: block;
	}
	
	.footer-container footer .social {
		margin-top: -20px;
	    clear: both;
	}	
	
	.content {
		width: 83.8%; 
	}
	
	.banner {
		width: 14.8%;
	}
	
	.searchbubble {
		width: 49%;
	}
	
	.inserat .searchbubble {
		width: 74.5%;
	}
	
	.main .content aside {
		width: 49.7%;
		margin: 0 0 0 1.3%;
	}
	
	.inserat .main .content aside {
		width: 24.2%;
	}
	
	#mobile-header {
		display: none;
	}

	.header-container .wrapper {
	height: 122px;
	}

	.title {
		width: 256px;
		height: 30px;
		margin: 22px 0 0 0;
		background-size: 350px 350px;
	}

	.social {
		margin: 15px 16.2% 0 0;
	}

	.meta {
		display: block;
    	float: right;
		padding: 0;
		margin: 5px 16.2% 0 0;
		list-style: none;
	}

	.meta li {
    	float: left;
		margin-left: 6px;
		padding: 0 0 0 4px;
		color: #fff;
	}

	.title {
    	float: left;
	}
	
	
	.inserat aside section {
		width: 100%;	
	}
	
	.searchbubble section h2 span {
		padding: 0 1.5% 0 1.5%;
	}
	
	.detail .content .left {
		width: 24.4%;
	}

	.detail .content .midright {
		width: 74.3%;
	}
}



@media only screen and (min-width: 1140px) {
	


/* ===============
    Maximal Width
   =============== */

    .wrapper, .header-container .wrapper  {
        width: 1158px; 
        margin: 0 auto;
    }
	
	.bannersmall {
		width: 160px;
		height: 600px;
		margin-right: 10px;
		float: right;
		background: #ccc;
		margin-bottom: 20px;
		display: block;
	}
	
	.bannerscale {
		display: none;
	}
}

@media only screen and (min-width: 1350px) {

    .wrapper, .header-container .wrapper  {
        width: 1288px; 
        margin: 0 auto;
    }
	
	.content {
		width: 75.5%; 
	}
	
	.bannerbig {
		width: 300px;
		height: 600px;
		float: right;
		background: #ccc;
		margin-bottom: 20px;
		display: block;
	}
	
	.bannersmall {
		margin-right: 140px;
	}
	
	.social {
		margin: 15px 24.5% 0 0;
	}
	
	.meta {
		margin: 5px 24.5% 0 0;
	}
	
	.footer-container footer .kontakt {
		width: 42.5%;
	}
}

@media only screen and (min-width: 1380px) {

    .wrapper, .header-container .wrapper, .footer-container .wrapper  {
		padding-left: 75px;
    }
	
	#tabs {
		margin-left: 75px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.alignleft {
	text-align: left;
}

.mini {
	font-size: 0.9em;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.breaker {
    clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






/* ===============
    Colors
   =============== */

.bluefade {
	background: #3da3e0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkYTNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM4OTZkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDYzOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3da3e0 0%, #3896d2 50%, #246395 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3da3e0), color-stop(50%,#3896d2), color-stop(100%,#246395)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3da3e0 0%,#3896d2 50%,#246395 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3da3e0 0%,#3896d2 50%,#246395 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3da3e0 0%,#3896d2 50%,#246395 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3da3e0 0%,#3896d2 50%,#246395 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da3e0', endColorstr='#246395',GradientType=0 ); /* IE6-8 */	
}

.grayfade {
	background: #cccecf; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNmE4YTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #a6a8a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#a6a8a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#a6a8a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#a6a8a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#a6a8a9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#a6a8a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#a6a8a9',GradientType=0 ); /* IE6-8 */	
}

#tabs li {
	background: #2A6FA7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTZmYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1e5070 0%, #2a6fa7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5070), color-stop(100%,#2a6fa7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5070 0%,#2a6fa7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5070 0%,#2a6fa7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5070 0%,#2a6fa7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5070 0%,#2a6fa7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5070', endColorstr='#2a6fa7',GradientType=0 ); /* IE6-8 */
}

#tabs li:hover {
	background: #2A6FA7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiMxZTUwNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmE2ZmE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #1e5070 53%, #2a6fa7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#1e5070), color-stop(100%,#2a6fa7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5070 53%,#2a6fa7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5070 53%,#2a6fa7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5070 53%,#2a6fa7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5070 53%,#2a6fa7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5070', endColorstr='#2a6fa7',GradientType=0 ); /* IE6-8 */
}

#tabs .kandidatenprofile {
	background: #143853; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyMmIzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDM4NTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #122b3a 0%, #143853 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#122b3a), color-stop(100%,#143853)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #122b3a 0%,#143853 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #122b3a 0%,#143853 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #122b3a 0%,#143853 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #122b3a 0%,#143853 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122b3a', endColorstr='#143853',GradientType=0 ); /* IE6-8 */	
}

#tabs .kandidatenprofile:hover {
	background: #143853; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2OSUiIHN0b3AtY29sb3I9IiMxMjJiM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTQzODUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #122b3a 69%, #143853 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(69%,#122b3a), color-stop(100%,#143853)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #122b3a 69%,#143853 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #122b3a 69%,#143853 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #122b3a 69%,#143853 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #122b3a 69%,#143853 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122b3a', endColorstr='#143853',GradientType=0 ); /* IE6-8 */
}

/* Openjobs */

.openjobs .searchbox {
	background: #2c2c2c;
}

.openjobs .main-container {
	background: #2a6fa7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNmZhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzNkYTJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzNkYTJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTZmYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2a6fa7 0%, #3da2e1 38%, #3da2e1 59%, #2a6fa7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a6fa7), color-stop(38%,#3da2e1), color-stop(59%,#3da2e1), color-stop(100%,#2a6fa7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a6fa7 0%,#3da2e1 38%,#3da2e1 59%,#2a6fa7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a6fa7 0%,#3da2e1 38%,#3da2e1 59%,#2a6fa7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a6fa7 0%,#3da2e1 38%,#3da2e1 59%,#2a6fa7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a6fa7 0%,#3da2e1 38%,#3da2e1 59%,#2a6fa7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6fa7', endColorstr='#2a6fa7',GradientType=0 ); /* IE6-8 */
/*	background: #3484b7 url(../img/bg.jpg);
	background-position: 0px 0px;
	background-repeat:repeat-x;*/
}

/* Candidats */

.candidate .main-container {
	background: #093853; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5Mzg1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzEyNGM2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzEyNGM2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTM4NTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #093853 0%, #124c65 36%, #124c65 65%, #093853 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#093853), color-stop(36%,#124c65), color-stop(65%,#124c65), color-stop(100%,#093853)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #093853 0%,#124c65 36%,#124c65 65%,#093853 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #093853 0%,#124c65 36%,#124c65 65%,#093853 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #093853 0%,#124c65 36%,#124c65 65%,#093853 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #093853 0%,#124c65 36%,#124c65 65%,#093853 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093853', endColorstr='#093853',GradientType=0 ); /* IE6-8 */
	
}

.candidate .searchbox {
	background: #128ac6;
}

.candidate .searchbubble .bluefade {
	background: #2c2c2c;
}

.candidate .searchbubble .searchbox a, .candidate .searchbubble .searchbox a:visited {
	color: #000;
}

.candidate .searchbubble .searchbox span a, .candidate .searchbubble .searchbox span a:visited {
	color: #fff;
}
.candidate .searchleft .searchnav {
	border-bottom: 1px dotted #fff;	
}

.candidate .searchright .searchnav {
	border-bottom: 1px dotted #fff;
}

.candidate article  {
	color: #128ac6;
}

.candidate .backpages {
	background: #128ac6;
}

.candidate .searchform button {	
	border: 1px solid #000;
}

.candidate tr.hover {
   background: rgba(110, 205, 254, 0.1);
}



/* Stellenanbieter */

.stellenanbieter .searchbox {
	background: #2c2c2c;
}

.stellenanbieter .main-container {
	background: #41a1e0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYTFlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJkNmZhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWExZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #41a1e0 0%, #2d6faa 50%, #41a1e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a1e0), color-stop(50%,#2d6faa), color-stop(100%,#41a1e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #41a1e0 0%,#2d6faa 50%,#41a1e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #41a1e0 0%,#2d6faa 50%,#41a1e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #41a1e0 0%,#2d6faa 50%,#41a1e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #41a1e0 0%,#2d6faa 50%,#41a1e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a1e0', endColorstr='#41a1e0',GradientType=0 ); /* IE6-8 */
}

#tabs .stellenanbieter {
	background: #398eca; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5OGVjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWExZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #398eca 0%, #41a1e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#398eca), color-stop(100%,#41a1e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #398eca 0%,#41a1e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #398eca 0%,#41a1e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #398eca 0%,#41a1e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #398eca 0%,#41a1e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398eca', endColorstr='#41a1e0',GradientType=0 ); /* IE6-8 */
}

#tabs .stellenanbieter:hover {
	background: #2d72a9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNzJhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWExZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #2d72a9 0%, #41a1e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d72a9), color-stop(100%,#41a1e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2d72a9 0%,#41a1e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2d72a9 0%,#41a1e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2d72a9 0%,#41a1e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2d72a9 0%,#41a1e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d72a9', endColorstr='#41a1e0',GradientType=0 ); /* IE6-8 */
}

form label {
    display: inline-block;
    line-height: 1.8;
    font-weight: bold;
    vertical-align: top;
    margin: 12px 0px 0px 0px;
}

form label.error {
    color: red;
    line-height: 1.0;
    font-weight: normal;
    display: block;
    margin: 4px 0px 0px 1px;
}

#vacancyform textarea {
    resize: vertical;
    min-height: 100px;
    min-width: 400px;
}

input#cemail {
    width: 250px;
}

input#cdays {
    width: 50px;
}

input#joburl {
    width: 400px;
}

input#jobpdf {
    width: auto;
}

input#sometext {
    width: 100%;
    resize: vertical;
}
