/**
 * -----------------------------------------------------------------------------
 * -- RESET SETTINGS FROM GENERAL
 */
img {border:0;}
a {text-decoration:none}
a:hover {text-decoration:underline}


#header .teaser {
  background-image: url(images/header/teaser_start.jpg);
  width: 124px;
  padding-left: 831px;
  background-size: 802px 210px;
}

#main {
	padding-bottom:0;
	width:975px;
	padding:0 !important;
	padding-top:12px !important;
}

#home-box_right {
	/*margin-left:41px;*/
	margin:0 auto;
	z-index:4;
	width:886px;
	width:906px;
	text-align:left;
}


/**
 * -----------------------------------------------------------------------------
 * -- HOME CONTENT page layout
 */
#home-content {
	width:906px;
	padding-top:265px;
	text-align:left;
	position:relative;
	margin:0 auto;
	margin-bottom:27px;
}

#home-box_right a:active, #home-box_right a:focus {
  text-decoration: underline !important;
  color: #cb0000 !important;
}

#header a:active, #header a:focus {
  color: #fff !important;
}

#mainnav a:active, #mainnav a:focus {
  color: #000 !important;
  text-decoration: none !important;
}

/*
  NUR! opera < 7
  Zu grosser margin-bottom des ersten content-containers
*/
html:first-child>b\ody #home-content {
	margin-bottom:20px !important;
}

#home-content1 {
	width:906px;
	text-align:left;
	position:relative;
  max-height:200px; /** SCHMERZECK 17.12.08: von height:188px; aufgrund Bugs in IE7 **/
	margin:0 auto;
}

#home-content2 {
	width:906px;
	margin-top:35px;
	text-align:left;
}


/**
 * -----------------------------------------------------------------------------
 * -- HOME CONTAINER rows + columns
 */
#home-content .container,
#home-content1 .container {
	width:277px;
	float:left;
	margin-right:50px;
	min-height:188px;
	overflow:hidden;
	margin-top:1px;
}

#home-content .container .link2 a.newslink {
	float:left;
	background:url(images/home/arrow_red_home.gif) left 0.5em no-repeat;
}

#home-content .container .link {
	position:absolute;
	bottom:0;
	left:0;
	width:277px;
}

#home-content .container .link2 {
	position:absolute;
	bottom:0;
	right:0;
	width:287px;
}
#home-content .container.second {
	margin-top:0;
	width:242px;
}
#home-content .container.third {
	width:280px;
	margin:1px -1px 0 0;
	padding:0;
/* m.meixner */
	background:url(images/home/divider.gif) left bottom repeat-x;
	position:relative;
	min-height:190px !important;
}

#home-content .container.third a.newslink.aktuelles {
  position:absolute;
  bottom:10px !important;
  left:2px;
}

#home-content .container.third a.rss {
	position:absolute;
	bottom:10px !important;
	right:15px;
	height:14px;
	width:14px;
	z-index:1;
	background:url(images/home/rss.gif) left top no-repeat;
	padding-left:20px;
	font-size:8px;
}

.container.twocolumns {
	width:565px !important;
	margin:1px 0 0 0 !important;
}

#home-content   .container ul.leistung,
#home-content1 .container ul.leistung {
	width:277px;
	min-height:158px;
}

#home-content1 .container.twocolumns ul.leistung {
	width:565px;
}

#home-content   .container ul.leistung li,
#home-content1 .container ul.leistung li {
	float:left;
	width:133px;
	margin-right:11px;
	list-style-type:none;
}
#home-content .container ul.leistung li img {
	margin-bottom:7px;
}
#home-content .container ul.leistung li a {
	color:#333;
}
#home-content .container ul.leistung li a:hover {
	text-decoration:none;
}
#home-content .container ul.leistung li a:hover span {
	text-decoration:underline;
}

#home-content   .container ul.leistung li span,
#home-content1 .container ul.leistung li span {
	font-size:9px;
}
#home-content   .container ul.leistung li.last,
#home-content1 .container ul.leistung li.last {
	margin-right:0;
	padding:0;
}

#home-content .container a {
	color:#666;
	font-size:9px;
	text-decoration:none;
}
#home-content .container a:hover {
	text-decoration:underline;
	color:#000;
}

#home-content .container.third ul.aktuell  {
	width:287px;
}

/* NUR! firefox
  problem mit positionierung des "Alle News"- und "RSS" links
*/
html:not([dummy]) #home-content .container.third ul.aktuell { min-height:145px; }

#home-content .container.third ul.aktuell li {
	width:287px;
	list-style-type:none;
	margin-bottom:12px;
}

#home-content .container.third ul.aktuell li span.color{
	color:#7b7b7b;
}

#home-content .container.third ul.aktuell li img {
	float:left;
	margin-right:7px;
}

#home-content .container.third ul.aktuell li a.aktuell-link {
  background:transparent url(images/red_dot.gif) no-repeat scroll 0pt 0.55em;
  padding-left: 0.8em;
	text-decoration:none;
	color:#222;
}
#home-content .container.third ul.aktuell li a.aktuell-link:hover {
	text-decoration:underline;
}


/**
 * -----------------------------------------------------------------------------
 * -- HOME common text styling
 */
a.newslink {
	background:url(images/home/arrow_red_home.gif) left 0.4em no-repeat;
	padding-left:10px;
	color:#666;
}
a.newslink:hover {
text-decoration:underline !important;
}

/* bboesl */
span.topthema {
  display: block;
  width: 133px;
  height: 100px;
  overflow: visible;
}

span.topthema a {
  display: block;
  width: 100%;
  height: 100%;
}
/* *** */

#home-content h1, #home-content2 h1, #home-content1 h1 {
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:14px;
	margin-top:1px;
}

#home-content h2.top-themen-title {
	width:195px;
}

#home-content h2.top-video-title {
  padding-bottom: 11px !important;
  height: 18px !important;
}

#home-content h2.aktuell-title {
	width:270px;
}

#home-content1 h2.minister-title {
	width:195px;
}

#home-content1 h2.leistung-title {
	width:400px;
}

#home-content2 h2.karriere-title {
	width:270px;
	/* margin-bottom:19px; */
}

#home-content h2.aufgaben {
	overflow:visible;
	text-indent:1px;
	background:#2f2f2f;
	width:206px;
	margin-bottom:19px;
	font-family:Verdana;
	font-size:11px;
	color:#dcdcdc;
	width:242px;
	margin-bottom:0;
	height:17px;
	text-align:center;
	padding-top:3px;
	font-weight:normal;
}

#home-content2 h1.einstieg-title {
	background:url(images/home/title_einstieg.gif) no-repeat;
	width:206px;
	margin-bottom:19px;
}

.home-headline {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #222222;

  padding-bottom: 0.7em;
  text-transform: uppercase;
}
.home-headline span {
  color: #d4031c;
}

#home-content a.movie {
	/*position:absolute;
	bottom:8px;
	left:410px;*/
	margin-top:-20px;
	display:block;
	width:100px;
	width:242px;
	text-align:center;
	height:11px;
	z-index:999;

}
#home-content a.movie span {
	font-size:9px;
}


/**
 * -----------------------------------------------------------------------------
 * -- HOME topvideo
 */
div.divider {
	background:url(images/home/divider.gif) repeat-x;
	height:1px;
	margin-top:5px;
	padding:0;
	margin-bottom:0;
	line-height: 0em;
}
/*#videoplayer { display: none !important; }*/ /*hide video*/
#videoplayer {
  height: 164px;
  width: 242px;
  position:relative;
}
#videoplayer { height: 212px; }

#videoplayer a {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#videoplayer a span {
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  /* background: transparent url(/misc/css/images/home/movieplayer-mask.png) no-repeat; */
}


/**
 * -----------------------------------------------------------------------------
 * -- HOME NEWSTICKER
 */
#topnews + .container.third { overflow-y: auto; }
#newsticker h2.home-headline { padding-bottom: .4em; }
ul.home-list.newsticker {
  margin: 0 0;
  padding-left: 0;
  float: none;
}
ul.home-list.newsticker li {
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0 0 0 1.4em;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
#main ul.newsticker li a { font-size: 10px; }
ul.home-list.newsticker li.cms       { background-image: url('/misc/newsticker/bundesheer.png'); }
ul.home-list.newsticker li.facebook  { background-image: url('/misc/newsticker/facebook.png'); }
ul.home-list.newsticker li.twitter   { background-image: url('/misc/newsticker/twitter.png'); }
ul.home-list.newsticker li.youtube   { background-image: url('/misc/newsticker/youtube.png');}
ul.home-list.newsticker li.flickr    { background-image: url('/misc/newsticker/flickr.png'); background-position: 0px 6px; }
ul.home-list.newsticker li.instagram { background-image: url('/misc/newsticker/instagram.png'); }
ul.home-list.newsticker li.extern    { background-image: url('/misc/newsticker/extern.png'); }
ul.home-list.newsticker li.noen      { background-image: url('/misc/newsticker/noen.png'); }
ul.home-list.newsticker li.ooen      { background-image: url('/misc/newsticker/ooen.png'); }
ul.home-list.newsticker li.heute     { background-image: url('/misc/newsticker/heute.png'); }
ul.home-list.newsticker li.derstandard { background-image: url('/misc/newsticker/derstandard.png'); }
ul.home-list.newsticker li.kleinezeitung { background-image: url('/misc/newsticker/kleinezeitung.png'); }
ul.home-list.newsticker li.kronenzeitung { background-image: url('/misc/newsticker/kronenzeitung.png'); }
ul.home-list.newsticker li.wienerzeitung { background-image: url('/misc/newsticker/wienerzeitung.png'); }
ul.home-list.newsticker li.kurier      { background-image: url('/misc/newsticker/kurier.png'); }
ul.home-list.newsticker li.orf         { background-image: url('/misc/newsticker/orf.png'); }
ul.home-list.newsticker li.oe1         { background-image: url('/misc/newsticker/oe1.png'); }
ul.home-list.newsticker li.oe3         { background-image: url('/misc/newsticker/oe3.png'); }
ul.home-list.newsticker li.presse      { background-image: url('/misc/newsticker/presse.png'); }
ul.home-list.newsticker li.salzburgernachrichten { background-image: url('/misc/newsticker/salzburgernachrichten.png'); }
ul.home-list.newsticker li.tirolertageszeitung   { background-image: url('/misc/newsticker/tirolertageszeitung.png'); }
ul.home-list.newsticker li.vorarlbergernachrichten { background-image: url('/misc/newsticker/vorarlbergernachrichten.png'); }


/**
 * -----------------------------------------------------------------------------
 * -- HOME SOCIAL MEDIA ROW
 */
#home-socialmedia {
  font-size: 0;
  margin-bottom: 30px;
}
#home-socialmedia .home-headline {
  font-size: .85rem;
}

#home-socialmedia [id^="social_e"] { display: inline-block; }
#home-socialmedia .sm_container iframe { width: 100%; height: auto; }
#home-socialmedia .sm_container,
#home-socialmedia .sm_link iframe {
  display: inline-block;
  width: 277px;
  height: 205px;
  margin: 0 0 0 11px;
  background-color: #DDD;
  font-size: .9rem;
  vertical-align: top;
  overflow: hidden;
}

#home-socialmedia > [id^="social_e"]:nth-child(2) .sm_container,
#home-socialmedia > [id^="social_e"]:nth-child(2) iframe
{ width: 329px; margin-left: 0; }

#home-socialmedia .sm_container .sm_sheet,
#home-socialmedia .sm_link iframe {
  height: 205px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

/* FB iframe forces 16:9 ratio, display black bars at top/bottom */
#home-socialmedia .sm_container iframe,
#home-socialmedia .sm_link iframe {
  height: 155px;
  padding: 25px 0;
  background-color: #000;
}
#home-socialmedia [id^="social_e"]:nth-child(2) iframe,
#home-socialmedia > .sm_container:nth-child(2) iframe,
#home-socialmedia > .sm_link:nth-child(2) iframe {
  height: 185px !important;
  padding: 10px 0;
}

#home-socialmedia .sm_container .sm_sheet:after {
  opacity: 1;
  transition: opacity .4s;

  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 5;
  height: 60px;

  background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}
#home-socialmedia .sm_container:hover .sm_sheet:after { opacity: 0; }
#home-socialmedia .sm_container .sm_sheet:before {
  opacity: .9;
  transition: opacity .4s;

  content: "";
  position: absolute;
  z-index: 15;
  left: 8px; top: 8px;
  width: 22px; height: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
}
#home-socialmedia .sm_container:hover .sm_sheet:before { opacity: 1; }
#home-socialmedia .sm_facebook:before  { background-image: url('../socialmedia_row/socialmedia_fb.png'); }
#home-socialmedia .sm_instagram:before { background-image: url('../socialmedia_row/socialmedia_ig.png'); }
#home-socialmedia .sm_youtube:before   { background-image: url('../socialmedia_row/socialmedia_yt.png'); }
#home-socialmedia .sm_flickr:before    { background-image: url('../socialmedia_row/socialmedia_fl.png'); }
#home-socialmedia .sm_twitter:before   { background-image: url('../socialmedia_row/socialmedia_tw.png'); }

#home-socialmedia .sm_container .sm_label {
  opacity: 0;
  transition: opacity .4s;

  position: relative;
  z-index: 10;
  display: block;
  padding: 10px 20px 4rem 38px;
  color: #FFF;
  font-size: .72rem;
  text-shadow: 0 0 2px #111;

  background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
}
#home-socialmedia .sm_container:hover .sm_label { opacity: 1; }


/**
 * -----------------------------------------------------------------------------
 * -- TOPNEWS
 */
.strong { font-weight: bold; }
.grey   { color: #CCC !important; }
.shadow { -moz-box-shadow: 3px 3px 3px #ccc; -webkit-box-shadow: 3px 3px 3px #ccc; box-shadow: 3px 3px 3px #ccc; }

#topnews {
    position: relative; overflow:hidden !important;
    background: url("images/loader.gif") no-repeat center 50px;
}

#topnews a { text-decoration: none !important;}

li#topnews-nav-prev,
li#topnews-nav-next 	{ display: block; position: relative;  margin-right: 2px; }
li#topnews-nav-prev 	{ margin-left: -1px; margin-right: 0; padding-right: 2px;}
li#topnews-nav-next 	{ position: absolute; right: -2px; }

#topnews ul li.navitem	{ float: left; display: block; margin-top: 181px; }

.navitem  .topnews_button {
    position: relative; 	display: block; 		width: 128px !important;
    float:left;				border-bottom: 3px solid #AAAAAA;
    height:26px;			text-align: left;		background-color: #FFF;
    margin-right:2px;
}

.navitem .topnews_button  span {
    font-family: "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
    font-size: 11px;		font-weight: normal;	text-align: center;
    position: relative; 	display: block; 		top: 4px; 			width:100%;
    padding-top: 3px; 		padding-bottom: 3px; 	text-shadow: 0px 0px 7px #FFF;
}

.active  .topnews_button		 { background-color: #ddd; }
.active  .topnews_button span   { color: black; }

.js_navitem .topnews_button { background: none;}
   .navitem .topnews_button { border-bottom: 3px solid white;}
.js_navitem .topnews_button { border-bottom: 3px solid #AAAAAA;}
   .navitem .topnews_button span { display: none;}
.js_navitem .topnews_button span { display: block;}

.active  .topnews_button		 { border-bottom: 3px solid #d1051d; }

.topnews_img { position: absolute; top: 0px; left: 0px; width: 565px; height: 181px;}

.info .strong               { display: block; margin-bottom: -5px; }
.info .topnews_count { display: block; position: absolute; bottom: 35px; right: 9px; }
.info {
    background: url("images/bg_white.png") repeat scroll right center transparent;
    color: black; 			top: 0; 				bottom: 1px; 		right: 0;
    width: 132px; 			position:absolute; 		text-align:left; 	font-size: 10px;
    text-shadow: 0px 0px 7px #FFF; 					padding: 10px 5px 10px 15px;
}

#topnews_img_buffer     { z-index: 10; }
#teaser-buffer                 { z-index: 20; }

#topnews_img1_buffer   { z-index: 100; }
#teaser-buffer                 { z-index: 105; }
#topnews_img1                   { z-index: 110; }
#teaser-topnews1            { z-index: 115; }
#topnews_img2                   { z-index: 120; }
#teaser-topnews2            { z-index: 125; }
#topnews_img3                   { z-index: 130; }
#teaser-topnews3            { z-index: 135; }
#topnews_img4                   { z-index: 140; }
#teaser-topnews4            { z-index: 145; }

.navitem .topnews_button          { z-index: 250;}
.navitem .topnews_button span { z-index: 260;}

#js_buttons   { left:-107px; position:absolute; width: 10000px; z-index:500; height: 0;}
#js_selector { left:23px; position:absolute; display: none;    z-index:600; }

#topnews-nav-prev,
#topnews-nav-next { z-index:1000; }

#js_selector .topnews_button { background: none;	border-bottom: 3px solid #d1051d; }
#home-content .container.third { width:286px; }


/**
 * -----------------------------------------------------------------------------
 * -- DEPRECATED karriere + einstieg (old)
 */

/** container **/
#home-content2 .container {
	float:left;
	width:557px;
    height: 321px;
}

/** text, lists + links **/
div.home-text {
	float:right;
	width:288px;
	height:69px;
	background:#e6e6e6;
	padding-top:16px;
	padding-left:14px;
    padding-right: 5px;
	line-height:1.2em;
	color:#222222;
}

ul.home-list {
	float:right;
	width:271px;
	color:#7a7a7a;
	margin-top:23px;
	padding-left:15px;

}

ul.home-list li {
	list-style-type:disc;
	margin-bottom:2px;
}

ul.button {
	width:149px;
}
ul.button li {
	position:absolute;
	bottom:41px;
	left:34px;
}
ul.button li.moreinfo a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:23px;
}
ul.button li.moreinfo {
	background:url(images/home/button_more_info.gif) no-repeat;
	width:194px;
	height:23px;
	list-style-type:none;
}
ul.button li.moreinfo a:hover {
	background:url(images/home/button_more_info_over.gif) no-repeat;
}

/** nav **/
ul.karriere-nav li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:35px;
    padding-bottom: 6px;
    margin-bottom: -6px;
}
ul.karriere-nav li li a {
	display:inline;
	text-indent:0;
	overflow:visible;
	height:100%;
}

ul.karriere-nav li {
	float:left;
	list-style-type:none;
	height:35px;
	width:115px;
	padding-right:10px;
}

ul.karriere-nav li li {
	float:none;
	list-style-type:disc;
	height:100%;
	width:100%;
	padding-right:0;
}

.container #karriere-nav-soldatin { background:url(images/home/nav_soldatin.gif) no-repeat; }
.container #karriere-nav-soldatin.active { background:url(images/home/nav_soldatin_hover.gif) no-repeat; }

.container #karriere-nav-unteroffizier { background:url(images/home/nav_unteroffizier.gif) no-repeat; }
.container #karriere-nav-unteroffizier.active{ background:url(images/home/nav_unteroffizier_hover.gif) no-repeat; }

.container #karriere-nav-offizier { background:url(images/home/nav_offizier.gif) no-repeat; }
.container #karriere-nav-offizier.active { background:url(images/home/nav_offizier_hover.gif) no-repeat; }

.container #karriere-nav-ausland { background:url(images/home/nav_ausland.gif) no-repeat; }
.container #karriere-nav-ausland.active { background:url(images/home/nav_ausland_hover.gif) no-repeat; }

.container #karriere-nav-alle { background:url(images/home/nav_alle.gif) no-repeat;	width:57px;	padding-right:0; }
.container #karriere-nav-alle.active { background:url(images/home/nav_alle_hover.gif) no-repeat;}

/** karriereinfo **/
.home-karriereinfo {
	width:557px;
	height:229px;
	border:1px solid #cecece;
	margin-top:6px;
	padding-top:22px;
	position:absolute;
    left: 34px;

    background-color: white;
}

.home-karriereinfo img {
	float:left;
	margin-right:10px;
}

/** container einstieg **/
#home-content2 .container-einstieg {
	float:right;
	width:287px;
	margin:0;
}

/** nav **/
ul.karriere-nav.einstieg li {
	float:left;
	list-style-type:none;
	height:35px;
	width:89px;
	padding-right:10px;
}

ul.karriere-nav.einstieg li li{
	float:none;
	list-style-type:disc;
	height:100%;
	width:100%;
	padding-right:0;
}

.container-einstieg #einstieg-nav-rekrut { background:url(images/home/nav_rekrut.gif) no-repeat; }
.container-einstieg #einstieg-nav-rekrut.active { background:url(images/home/nav_rekrut_hover.gif) no-repeat; }

.container-einstieg #einstieg-nav-milizsoldat { background:url(images/home/nav_milizsoldat.gif) no-repeat; }
.container-einstieg #einstieg-nav-milizsoldat.active { background:url(images/home/nav_milizsoldat_hover.gif) no-repeat; }

.container-einstieg #einstieg-nav-journalist { background:url(images/home/nav_journalist.gif) no-repeat; padding-right:0; }
.container-einstieg #einstieg-nav-journalist.active { background:url(images/home/nav_journalist_hover.gif) no-repeat; }

/** einstiegsinfo **/
 div.home-einstieginfo {
 	background:#e6e6e6;
	height:229px;
	margin-top:6px;
	padding-top:22px;
	position:relative;
    width: 287px;

	position:absolute;
    left: 653px;

 }

div.home-einstieginfo div.pic {
	height:229px;
	background:#fff;
	width:116px;
	padding:0;
	position:absolute;
	left:0;
	top:23px;
}
 div.home-einstieginfo img {
	float:left;
}

div.home-text-einstieg {
	background: #e6e6e6;
	margin-left:135px;
	padding-top:0;
}

div.home-text-einstieg p {
	text-align:left;
	width:151px;
	line-height:1.2em;
	margin-bottom:10px;
	color:#222222;
}
div.home-text-einstieg p a.weiter {
	color:#c31027;
	display:inline;
}

ul.home-list-einstieg {
	color:#222222;
	width:136px;
	padding-left:15px;
}

ul.home-list-einstieg li {
	list-style-type:disc;
}
ul.home-list-einstieg li a {
	text-decoration:none;
}
 ul.home-list-einstieg li a:visited {
	color:#000;
	text-decoration:none;
}
ul.home-list-einstieg li a:hover {
	color:#000;
	text-decoration:underline;
}
/**
 * -- END
 * -----------------------------------------------------------------------------
 */


/**
 * -----------------------------------------------------------------------------
 * -- HOME karriere + einstieg
 */

/** common **/
/* Very similar alternative font for Helvetica Condensed */
@font-face {
  font-family: 'Oswald';
  src: url('/misc/css/fonts/Oswald-Medium-webfont.eot');
  src: url('/misc/css/fonts/Oswald-Medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('/misc/css/fonts/Oswald-Medium-webfont.woff2') format('woff2'),
        url('/misc/css/fonts/Oswald-Medium-webfont.woff') format('woff'),
        url('/misc/css/fonts/Oswald-Medium-webfont.ttf') format('truetype'),
        url('/misc/css/fonts/Oswald-Medium-webfont.svg#Oswald-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

#home-content2 #kar-container,
#home-content2 #ein-container { width: 100%; }

.karriere-nav {
  list-style: none;
  padding: 0;
}

#kar-nav > li,
#ein-nav > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-sizing: border-box;
  padding-bottom: 1em;
}

#home-content2 a.kar-heading {
  height: 32px;
  padding-bottom: 0;
  margin-bottom: 6px;

  border-bottom: 3px solid #D1051D;
  color: #222;

  text-indent: 0; /* override */
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
}
#home-content2 a.kar-heading em {
  text-transform: uppercase;

  font-family: "Oswald", "Helvetica Neue Condensed", Helvetica, Arial, Verdana, sans-serif;;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.6em;
  letter-spacing: 1px;
}

#kar-nav,
#ein-nav { position: relative; }

.kar-card {
  left: 0; right: 0; top: 41px;
  padding-top: 10px;
}
li.active .kar-card { display: block; }

.kar-card div.kar-action > a,
.kar-card div.ein-action > a {
  /* override */
  text-indent: 0;
  height: auto;
}
.kar-action ul a,
.ein-action ul a { text-decoration: none; }

/** KARRIERE STYLES (left box) **/
.kar-row {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}
.kar-row > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.kar-img {
  -webkit-box-flex: 2 0 0%;      /* OLD - iOS 6-, Safari 3.1-6 */
     -moz-box-flex: 2 0 0%;      /* OLD - Firefox 19- */
      -webkit-flex: 2 0 0%;      /* Chrome */
          -ms-flex: 2 0 0%;      /* IE 10 */
              flex: 2 0 0%;      /* NEW, Spec - Opera 12.1, Firefox 20+ */

  align-self: flex-start;
}
.kar-img img { width: 100%; height: auto; }
.kar-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-flex: 3 0 0%;
     -moz-box-flex: 3 0 0%;
      -webkit-flex: 3 0 0%;
          -ms-flex: 3 0 0%;
              flex: 3 0 0%;

  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
}
.kar-txt {
  background-color: #E6E6E6;
  padding: .1em 2em .3em 1em;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.kar-txt p { margin-bottom: .5em; }

.kar-action {
  -webkit-box-flex: 2 1 40%;
     -moz-box-flex: 2 1 40%;
      -webkit-flex: 2 1 40%;
          -ms-flex: 2 1 40%;
              flex: 2 1 40%;

  align-self: center;
  word-wrap: break-word;
}
.kar-card div.kar-action > a {
  display: inline-block;
  background-color: #767676;
  color: #FFF;

/*       font-weight: bold; */
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  margin: .5em 0 0;
  padding: .4em 1.6em;
  border-radius: 1em;
  box-shadow: .2em .2em .1em #CCC;
}
.kar-card div.kar-action > a:hover {
  text-decoration: none;
  background-color: #888;
}
.kar-action:first-child {
  -webkit-box-flex: 3 1 60%;
     -moz-box-flex: 3 1 60%;
      -webkit-flex: 3 1 60%;
          -ms-flex: 3 1 60%;
              flex: 3 1 60%;
  text-align: center;
  order: 2;
}
.kar-action ul {
  color: #646668;
  padding-left: 1em;
}
.kar-action ul a { color: inherit; }

/** EINSTIEG STYLES (right box) **/
#ein-nav .kar-card {
  background-color: #E6E6E6;
}
#ein-nav .kar-card img {
  width: 100%;
}
.ein-txt {
  padding: .1em 1em;
}
.ein-action { padding-left: 1em; padding-bottom: .9em; }
.ein-action ul { padding-left: 1.5em; }

/** RESPONSIVENESS **/
@media (min-width: 768px) {
  #home-content2 #kar-container { width: 565px; }
  #home-content2 #ein-container { width: 287px; float: right; }
  #kar-nav > li { width: 25.5%; padding-bottom: 0; }
  #kar-nav > li:last-of-type { padding-right: 0; width: 23.5%; }
  #ein-nav > li { width: 34%; padding-bottom: 0; }
  #ein-nav > li:last-of-type { padding-right: 0; width: 32%; }
  #home-content2 a.kar-heading em { display: block; }
  #home-content2 li:not(.active) > a.kar-heading { color: #646668; border-color: #BDBDBD; }
  .kar-card {
    position: absolute;
    display: none;
    padding-bottom: 10px;
    font-size: 10px;
  }
  .kar-img {
  -webkit-box-flex: 1 0 0%;
     -moz-box-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
  }
  .kar-img img { width: 277px; height: 208px; }
  .kar-box {
  -webkit-box-flex: 1 0 0%;
     -moz-box-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
  }
  .kar-txt {
  -webkit-box-flex: 0 0 118px;
     -moz-box-flex: 0 0 118px;
      -webkit-flex: 0 0 118px;
          -ms-flex: 0 0 118px;
              flex: 0 0 118px;
    padding-top: .6em;
  }
  .kar-action {
  -webkit-box-flex: 0 0 0%;
     -moz-box-flex: 0 0 0%;
      -webkit-flex: 0 0 0%;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
    margin: auto 0;
  }
  .kar-action a { margin-top: 0 !important; width: 165px; }
  .kar-action ul { padding-left: 3em; }
  #kar-nav .kar-card { border: 1px solid #E6E6E6; }
  #ein-nav .kar-card { min-height: 210px; }
  .ein-txt { padding-top: .6em; }
  .ein-action { padding-top: .6em; }
}


/**
 * -----------------------------------------------------------------------------
 * -- MISC
 */

/** social media **/
.mobile-only { display: none; }


/** footer **/
/*
#home-impressum {
	position:relative;
	margin-top:40px;
	text-align:left !important;
}
#home-impressum div {
	clear:none !important;
	width:830px !important;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	padding:25px 0 26px 125px;
	color:#666666;
	background:url(images/bundesadler.gif) 40px 14px no-repeat #fff;
}
#home-impressum div p {
	width:830px;
	border:0 !important;
	margin-left:0 !important;
	font-size:0.9em !important;
	text-align:center;
}

#home-impressum div a {
	color:#000;
	text-decoration:underline;
}
#home-impressum div p a:hover {
	color:#000;
	text-decoration:underline;
}
*/
#home-impressum {
width:955px;
	padding:12px 10px 0 10px;
	margin:0 auto;
	background:url(images/main_bg.gif) 0 0 repeat-y;
	color:#666666;

}
#home-impressum div {
	margin: 0 auto;
	width:830px !important;
	padding:25px 0 24px 125px;
	background:url(images/bundesadler.gif) 40px 16px no-repeat #fff;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
#home-impressum div p {
	width:830px;
	font-size:0.9em !important;
	border:0 !important;
	margin-left:0 !important;
	text-align:center;
}
