/*
Green:		 #97b314
Blue:		   #28AAFF
*/

/* ------------------------------>>> RESET <<<------------------------------ */

* {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

html * { 
	font-size: 100.01%;
}

/* ------------------------------>>> GENERIC <<<------------------------------ */


.hide,
.skip,
.js, /* Hide if javascript is DISabled */
.jsversion .nojs /* Hide if javascript is ENabled */ {
	position: absolute;
	left: -1000em !important;
	top: -1000em !important;
}
.skip:focus,
.skip:active,
.jsversion .js {
	position: static;
	left: 0;
	top: 0
}

.hidden {
	display: none;	
}


/* ------------------------------>>> GLOBAL LAYOUT <<<------------------------------ */


body {
	font-family: Arial, sans-serif;
	font-size: 75%;
	line-height: 1.38;
	color: #000;
	background: #fff;
}

html, 
body {
	height: 99%;
}

.wrapper {
	width: 80.417em; /* 965px */
	margin: 0 auto;
	overflow: hidden;
}

#wrapper {
  margin-bottom: -22.750em;
	height: auto !important;
  min-height: 100%;
	position: relative;
	z-index: 1;
}
#wrapper > .wrapper { padding-bottom: 30em; }



/* -------------------->>> GLOBAL TYPO, IMAGES, FORMS <<<---------------------- */


/* ---------->>> Titles (quite messy, I agree...) <<<---------- */

h1, h2, h3,
.title,
.subtitle,
.vcard {
	font-family: Georgia, serif;
	line-height: 1.25;
	font-weight: normal;
	display: block;
}
h2,
#keyvisual span.title {
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: -0.25em;
}
.first h2 {
	margin-top: -0.25em !important;
}

h3,
h2.home,
.box-magazin h2,
.box-comments h3 {
	font-size: 1.5em;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0.7em;
}
.box-bt h3,
.box-bt-bold h3,
.box-gray h3,
.location h3 {
	font-size: 1.17em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}
.box-gray h3 {
	margin-top: -0.2em;
}
.box-comments h3,
.box-ref h3,
.box-sitemap h3 {
	font-size: 1.5em;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0.7em;
}
.box-ref h3 {
	margin-bottom: 1.1em;
}
h3.management {
	padding-top: 1.1em;
}

h4 {
	font-size: 1em;
	margin-bottom: 0;
	margin: 2em 0 0.3em;
}
.box-comments h4,
.box-management h4 {
	display: block;
	font-family: Georgia, serif;
	line-height: 1.25;
	font-weight: normal;
	font-size: 1.17em;
	margin-top: -0.2em;
	margin-bottom: 0.5em;
}
.box-management h4 {
	margin-top: 0;
	font-size: 1.08em;
}

h3.sansserif,
.searchresults h3 {
	font-family: Arial, sans-serif;
	font-size: 1.09em;
	line-height: 1.38;
	font-weight: bold;
	margin: 0;
}

.subtitle {
	font-size: 1.17em;
	margin-bottom: 0.65em;
	margin-top: -0.25em;
}
.latestArticles .subtitle {
	margin-bottom: 0.2em;
}

div.title.section h2 {
	margin-left: -0.05em;
}

div.title.section div.subtitle {
	margin-left: 0.1em;
}

/* ---------->>> Text <<<---------- */
/* px values calculated with 16px as reference */

a.controls {
  position: absolute;
  display: block;
  top:28.833em;
  padding: 40px 0 0 40px;
  overflow: hidden;
  width: 0;
  height: 0;
  background: url(../img/sprites.png) 0 -320px no-repeat;
  z-index: 2;
}
a.controls.prev:hover,
a.controls.prev:active,
a.controls.prev:focus {
  background: url(../img/sprites.png) -40px -320px no-repeat;
}

a.controls.prev {
  left: 10%;
  background-position: 0 -320px;
}
a.controls.next {
  right: 10%;
  background: url(../img/sprites.png) 0 -360px no-repeat;
}
a.controls.next:hover,
a.controls.next:active,
a.controls.next:focus {
  right: 10%;
  background: url(../img/sprites.png) -40px -360px no-repeat;
}

/* 13px for standard text */
.box-text, .news-text {
	font-size: 1.09em;
}

.box-text p{ margin-bottom: 1.5em; }
#footer .box-text p{ margin-bottom: .5em; }

/* 11px for small text */
.small {
	font-size: 0.92em;
	line-height: 1.28;
}
.box-text .small {
	font-size: 0.85em;
}

.gray {
	color: #999;
}
.lead {
	font-weight: bold;
}

.meta {
	font-size: 0.92em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

blockquote,
.blockquote {
	font-family: Georgia, serif;
	font-size: 1.17em;
	line-height: 1.3;
	display: block;
}


/* ---------->>> Links <<<---------- */

a {
	color: #333;
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
	color: #a4c400 !important;
}

/*a:active {
  color: #28AAFF !important;
}*/


a.callToAction {
  float: left;
  margin: 2.308em 0 0;
}

a.callToAction,
#main form button {
  background: #191919;
  color: #fff;
  text-decoration: none;
  font-size: 1.077em;
  padding: 0.2em 0.4em;
  text-transform: uppercase;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  font-weight: bold;
  cursor: pointer;
}


#main form button{
  line-height: 1.38;
}

a.callToAction:focus,
a.callToAction:hover,
#main form button:hover,
#main form button:focus {
  background: #97b314;
  color: #fff !important;
}
a * {
	cursor: pointer;
}

h1 a, 
h2 a, 
h3 a {
	display: block;
	color: #333;
	text-decoration: none !important;
}

.gray a {
	color: #999;
}


.linklist a {
	display: block;
	padding-left: 10px;
	background: url(../img/icon-arrow.gif) no-repeat left top;
}
.linklist a:focus,
.linklist a:hover,
.linklist a:active {
	background-image: url(../img/icon-arrow-hover.gif);
}
.linklist-large a {
	background-position: left 0.05em;
}

.news-links a{ font-style: italic; display: block; padding: .3em 0; }

a.pdf {
	padding-left: 18px;
	background: url(../img/icon-pdf.gif) no-repeat left top;
}
a.page {
	padding-left: 18px;
	background: url(../img/icon-page.gif) no-repeat left top;
}


a.flickr,
a.youtube,
a.twitter,
a.linkedin,
a.rss {
	display: block;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left top;
}

a.flickr {
	background-image: url(../img/icon-flickr.gif) !important;
}
a.youtube {
	background-image: url(../img/icon-youtube.gif) !important;
}
a.twitter {
	background-image: url(../img/icon-twitter.gif) !important;
}
a.linkedin {
	background-image: url(../img/icon-linkedin.gif) !important;
}
a.rss {
	background-image: url(../img/icon-rss.gif) !important;
}


.sitemap li a {
	display: block;
	padding-bottom: 0.13em;
	color: #333;
	font-family: Georgia, serif;
}


/* ---------->>> Lists <<<---------- */

ol, ul {
	list-style: none;
}

.box-text ul{ padding-left: 1.2em; list-style: square;}
.box-text ul.bullets li { margin-left: 0; }

/*.contm ul li{
  list-style: square;
  margin-left: em;
}*/


/* Thin line between two items */
ul.line {
	overflow: hidden;
	margin-bottom: -1.5em;
}
ul.line li {
	border-top: 1px solid #ACACAD;
	padding-top: 0.7em;
	padding-bottom: 1.5em;
	margin-top: -0.7em;
}

/* Bullet points */
ul.bullets {
	list-style: square;
}

ul.bullets li {
	margin-left: 1em;
}

/* Special decimal list */
ol.special {
	list-style: decimal;
	padding-top: 0.3em;
	padding-left: 1.3em;
	font-family: Georgia, serif;
	font-size: 1.5em;
	font-style: italic;
}
ol.special li {
	margin-bottom: 0.8em;
}
ol.special div {
	font-family: Arial, sans-serif;
	font-size: 0.72em;
	font-style: normal;
}

/* Special linklist (Jobs) */
.linklist-large {
	font-size: 1.09em;
	padding-bottom: 1.35em;
}
.linklist-large li {
  overflow: hidden;
  margin: 0 0 0.5em;
}
.linklist-large li span {
  float: right;
  width: 9.231em;
}
.linklist-large li a {
  float: left;
  padding: 0;
  width: 28.462em;
}
.news-links{ margin: .5em 0 1.5em 0;}
/* JOB Titles */
.jobOverviewList h3 {
  margin-bottom: 0.5em;
}

/* ---------->>> Tables <<<---------- */

table {
	border-collapse: separate;
}
td, th {
	text-align: left;
	padding: 0.2em 0.4em;
	border: 1px solid #ccc;
	border-color: #ccc #888 #888 #ccc;
}


/* ---------->>> Images <<<---------- */

img.full,
img.teaser {
	width: 100%;
	display: block;
}
img.teaser {
	padding-top: 0.1em;
	margin-bottom: 0.2em;
}
.logo img.teaser {
	padding-top: 0;
	margin-bottom: 0;
}
img.floatl {
	float: left;
	display: inline;
	margin: 0.1em 0.65em 0.2em 0;
}
img.icon {
	float: left;
	display: inline;
	margin: 0 0.4em 0 0;
	position: relative;
}
img.icon-arrow {
	top: 0.4em;
	width: 0.33em;
}


/* ---------->>> Forms <<<---------- */

/* List */
ul.form {
	margin-bottom: 1.7em;
	padding-top: 0.4em;
}
ul.form li, ul.form .col {
	margin-bottom: 0.9em;
	overflow: hidden;
	clear: left;
	width: 100%;
	position: relative;
}
ul.form .colr{ clear: none; float: right; margin-bottom: .9em; }
ul.form .c50{ width: 49%; padding-right: 0; margin-right: 0;}

#main ul.form .contl,
#main ul.form .contm,
#main ul.form .contr{ padding: 0; }

ul.form .text input,
ul.form .text textarea{ width: 98.5%;}

ul.form .col .text input,
ul.form .col .text textarea { width: 97.4%;}

label,
legend {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.35em;
}

legend {
	padding-bottom: 0.4em;
}

input,
textarea,
select {
	font-family: Arial, sans-serif;
	font-size: 0.92em;
	color: #666;
}

input.text,
input.comment-text,
textarea,
select {
	padding: 0.18em 0.2em;
	border: 1px solid #7c7c7c;
	border-color: #7c7c7c #c3c3c3 #c3c3c3 #7c7c7c;
} 
select {
	padding-bottom: 0;
} 
option {
	padding: 0.1em 0.2em;
}
input.text {
	line-height: 1;
}
textarea {
	height: 7.8em;
}
ul.form li.checkbox{
	margin-bottom: 0.4em;
}

/* Standard form */
.form select,
.form input.text,
.form input.file,
.form textarea {
	width: 21.1em;
}

/* Comment form */
.commentform input.text,
.commentform input.comment-text {
	width: 95.5%;
}
.commentform textarea {
	width: 98.7%;
}


fieldset {
	border: 0;
}
fieldset fieldset {
	padding-bottom: 0;
}

fieldset fieldset label {
	float: left;
	margin-right: 1.5em;
	font-weight: normal;
}
fieldset fieldset input {
	float: left;
	margin-right: 0.5em;
	margin-top: 0.1em;
}

/* Button element */

.wrapper button {
  font-family: Arial;
  background: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 3px;
  color: white;
  border: none;
  padding: .1em .2em .12em;
  line-height: 1em;
}






/* ------------------------------>>> HEADER <<<------------------------------ */

#header {
/*  float: left;*/
/*  width: 100%;*/
	position: relative;
	overflow: hidden;
}
/*.ie8 #header {
  position: relative;
} */
#logo {
  /*position: absolute;
  top:0;
  left:2.417em;*/
/*  float: left;*/
position: absolute;
top: 0;
left: 0;
}
#logo a {
	display: block;
}

/* Search */

#meta-search {
	position: relative;
	z-index: 10;
}
#meta-search div {
	position: relative;
	top: -0.1em;
	z-index: 10;
	float: left;
	padding-left: 1.1em;
	margin-bottom: -0.5em;
	background: #fff;
}
#meta-search fieldset {
	padding: 0;
}
#meta-search fieldset label {
  display: none;
}
#meta-search input, input.search-input, #newsletterAbo {
	position: relative;
	width: 12.833em;
	margin: 0.25em 0 0;
	color: #999;
	font-size: 1em;
	
	-moz-border-radius:    5em;
  -webkit-border-radius: 5em;
  border-radius:         5em;
  
  -moz-box-shadow: inset -0.082em 0.082em 0.1em rgba(0,0,0,.2);
  -webkit-box-shadow: inset -0.082em 0.082em 0.1em rgba(0,0,0,.2);
  box-shadow: inset -0.082em 0.082em 0.1em rgba(0,0,0,.2);
  
}
#meta-search button,
#main.searchResults .box-gray button,
#footer .c5 button {
  position: absolute;
  right: 0;
  top: 0;
  *top: .1em;
/*  padding: 1.6em 0 0 1.6em;
  width: 0;
  height: 0;*/
  width: 1.6em;
  height: 1.6em;
	margin: 0.25em 0.3em 0 0;
	background: url(../img/sprites.png) 0 -400px no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}
#meta-search button:hover,
#main.searchResults .box-gray button:hover {
  background-position: -40px -400px;
}
#main.searchResults .box-gray button {
  margin-top: 0.3em !important;
  margin-left: -3.3em !important;
  position: relative;
}


/* ---------->>> Main Navigation <<<---------- */

#nav-main {
  padding: 3.5em 0 0 15.5833em;
  overflow: hidden;
/*  clear: right;*/
}

#nav-main ul {
	padding-left: 0.35em;
	width: 100%;
}
/*.ie8 #nav-main  {
  position: absolute;
  top:-0.4em;
  right: 0;
}*/
#nav-main li {
	float: left;
	display: inline;	
	padding-right: 1.85em;
}
#nav-main li a,
#nav-main li span {
	display: block;
	padding-bottom: 1.5em;
	font-family: Georgia, serif;
	font-size: 1.5em;
	text-decoration: none;
}

#nav-main li a:focus,
#nav-main li a:hover,
#nav-main li a:active {
	color: #a4c400;
}

#nav-main li.current a {
	color: #28aaff;
}

#nav-main .lng {
  float: right;
  padding-left: 1.1em;
  padding-right: 0;   
}

#nav-main .lng ul {
  margin: 0.3em 0 0 0;
  padding-right: 0.6em;
}

#nav-main .lng ul li {
  padding-left: 1.1em;
  padding-right: 0; 
}


/*#nav-main .lng ul li {
  float: right;
  width: 4em;
}*/

#nav-main .lng a  {
  text-align: right;
  font-size:  1em;
  text-decoration: underline;
  font-style: italic;
}

/* ---------->>> Sub navigation (Magazin) <<<---------- */

#nav-sub {
	clear: right;
	border-top: 1px solid #acacad;
	line-height: 1;
}

#nav-sub ul {
	overflow: hidden;
}
#nav-sub li {
	float: left;
	display: inline;
	padding-right: 1.3em;
}
#nav-sub li a,
#nav-sub li span {
	display: block;
	padding: 0.43em 0 0.28em 0;
	border-bottom: 0.15em #fff solid;
	font-family: Georgia, serif;
	font-size: 1.17em;
	color: #333;
	text-decoration: none;
}
#nav-sub li.current a,
#nav-sub li span {
	border-color: #aaa;
	color: #7b7b7b !important;
}





/* ------------------------------>>> CONTENT <<<------------------------------ */


#main {
	padding-top: 3.5em;
	padding-bottom: 3.95em;
	margin-bottom: 7.333em;
	clear: left;
	border-bottom: 0.083em solid #000;
	z-index: 1;
}

#main.home {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  z-index: 1;
  background: white;
  position: relative;
  min-height: 500px;
/*  overflow: hidden;*/
  margin-top: 4.167em;
}

#main.home > h3{
  position: relative;
  text-align: right;
  z-index: 2;
/*  margin-right: 3.65em;*/
  margin-right: 65px;
  padding: 0 .3em .5em 0;
  background: transparent url('../img/line.png') no-repeat right bottom;
}

#keyvisual {
	margin-bottom: 3.5em;
	height: 21.58em;
}
#keyvisual.home {
  position: relative;
  height: 45.692em;
  width: 100%;
}
#teaserBadge {
  position: absolute;
/*  bottom: -5em;*/
  top: -14em;
/*  right: 5.42em;*/
  right: 65px;
  z-index: 100;
/*  margin: 0 2em -5em 0;*/
}


#main.home #keyvisual.home{ position: absolute; top: 0; z-index: 1; margin: auto 0;}


#teaserBadge img.hover{ display: none; }
#teaserBadge:hover img{ display: none; }
#teaserBadge:hover img.hover{ display: block; }


#keyvisual.home .teaserContent {
  position: absolute;
  top:14em;
  right: 0;
  width: 50em;
  text-align: center;
}
#keyvisual.home .teaserContent h2 {
  font-size: 4.615em;
  margin-bottom: 0.2em;
  line-height: 1.1em
}

.teaserContent h2{
  *position: relative;
}


#keyvisual.home .teaserContent h3 {

}
#keyvisual.home .teaserContent a.callToAction {
  float: right;
  margin: 2em 12em 0 0;
}

#keyvisual a {
	text-decoration: none;
}
#keyvisual a.imagelink {
	height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}


a.printPage {
  font-family: Georgia;
  font-size: 0.917em;
  text-decoration: underline;
  float: right;
  margin: -7.2em 0 0;
  font-style: italic;
}
/* home slider */
#keyvisual.home ul.slides li {
  position: absolute;
  top:0;
  left: 0;
}

/* search results */
#main.searchResults {
  /*margin-left: 15em;
  padding-left: 0.769em;*/
}

#main.searchResults .box-gray {
  background: none;
  padding: 0;
}

#main.searchResults .box-gray label {
  display: none;
}
#main.searchResults h3 {
  margin-bottom: 0.8em
}
#main.searchResults h3 a {
  text-decoration: none  !important;
}
#main.searchResults .small {
  font-size: 1em;
  font-style: italic;
    font-family: Georgia, serif;
}
#main.searchResults .small a {
  text-decoration: underline;
}

/* ---------->>> Sub Navigation <<<---------- */

#nav-sub-main {
	margin-top: -0.1em;
  font-family: Georgia, serif;
}

#nav-sub-main ul {
	line-height: 1.1;
	line-height: 1.5em;
}
#nav-sub-main > ul {
  margin: 0 2.5em 0 0;
}
#nav-sub-main ul ul {
	margin: 0.8em 0 1.3em 0.6em;
	font-size: 0.9em;
	
}
#nav-sub-main > ul > li {
  margin-bottom: 0.6em;
}
#nav-sub-main li a,
#nav-sub-main li span {
	display: block;
	margin-bottom: 0.4em;
	font-size: 1.167em;
	color: #333;
	text-decoration: none;
}
#nav-sub-main ul ul li a,
#nav-sub-main ul ul li span {
	margin-bottom: 0.4em;
  font-style: italic;
}
#nav-sub-main li a:focus,
#nav-sub-main li a:hover,
#nav-sub-main li a:active {
	/*text-decoration: underline;*/
}
#nav-sub-main li a.current,
#nav-sub-main li span {
	color: #28aaff;
}


/* ---------->>> Columns <<<---------- */
/* Inspired by YAML, http://www.yaml.de */

.cols {
	clear: both;
}

.col {
	float: left;
}
.colr {
	float: right;
	margin-left: -0.5em;
}

.c75 {
	width: 64.167em;
}
.c75.cont {
  width: 59.936em;
  padding-right: 4.231em;
}
.c50 {
	width: 43.333em;
	padding: 0 5.417em 0 0;
}
.colr.c50 {
  width: 31.667em;
  padding: 0;
  margin: 0;
}
.colr.c50 .c50 {
  width: auto;
  float: none;
  padding: 0;
}

.colr.c50 .contr {
  padding: 0;
}

.c25 {
	width: 15.417em;
}
.c33 {
	width: 33.333%;
}

.contl {
	padding-right: 1.04em;
}
.contr {
	padding-left: 1.04em;
}
.contm {
	padding: 0 0.52em;
}

.c25 .contl {
	padding-right: 1.56em;
}
.c25 .contml {
	padding-left: 0.52em;
	padding-right: 1.04em;
}
.c25 .contmr {
	padding-left: 1.04em;
	padding-right: 0.52em;
}
.c25 .contr {
	padding-left: 1.56em;
}

.c75 .contl {
	padding-right: 0.52em;
}
.c75 .contr {
	padding-left: 0.52em;
}

.c33 .contl {
	padding-right: 1.39em;
}
.c33 .contm {
	padding-left: 0.69em;
	padding-right: 0.69em;
}
.c33 .contr {
	padding-left: 1.39em;
}


/* ---------->>> Boxes <<<---------- */

.box-bt-bold {
	margin-bottom: 3em;
}
.box-bt {
	border-top: 1px solid #ACACAD;
	padding-top: 1.45em;
	margin-bottom: 3em;
}

.box {
	margin-bottom: 3em;
}
.box-text {
	padding-bottom: 1.5em;
}
.togglebox-container .box-text{
  padding-bottom: 0;
  padding-top: 1.5em;
}

.first {
	border-top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.box-title {
	padding-bottom: 0.7em;
}

.box-gray {
	background: #ecefef;
	padding: 1.67em 1.67em 1.8em 1.67em;
	margin-bottom: 1.17em;
	overflow: hidden;
}
.box-gray .box-text {
	padding-bottom: 0;
}

/* Workaround since the HTML is alreay used but the design changed */
.box-blue {
	/*background: #28AAFF;
	color: #fff;*/
	margin-bottom: 1.5em;
}
.box-blue-arrow {
	margin-top: -10px;
	padding-top: 10px;
	/*background: transparent url(../img/box-blue-arrow.gif) no-repeat top left;*/
}
#refs .box-blue {
	background: #28AAFF;
	color: #fff;
}
#refs .box-blue-arrow {
	display: block;
	background: transparent url(../img/box-blue-arrow.gif) no-repeat top left;
}


.box-teaser {
	margin-bottom: 2.9em;
}

.box-hint {
	margin-top: 0.5em;
}

.box-ref {
	margin-bottom: 1em;
}

.gray {
	margin-bottom: 3em;
}


/* ---------->>> Pager <<<---------- */

ul.pager {
	overflow: hidden;
	line-height: 1;
}
ul.pager li {
	float: left;
	display: inline;
}
ul.pager li a {
  text-decoration: underline !important;
}
ul.pager li a, 
ul.pager li span {
	display: block;
	float: left;
	padding: 0.35em 0.3em;
	outline: 0;
}
ul.pager li span,
ul.pager li.current a {

  text-decoration: none !important;
	color: #28aaff;
}

ul.pager li span{ margin-top: 1px; }

ul.pager li .prev {
	margin-right: 0.5em;
}
ul.pager li .next {
	margin-left: 0.5em;
}
#pager {
	margin-right: 1em;
}
#pagingDisplay {
	margin-top: 0.25em;
	margin-left: 1em;
	white-space: nowrap;
}

span.next {
	padding-right: 10px !important;
	background: url(../img/icon-arrow.gif) no-repeat right 0.25em;
}
a.next:focus,
a.next:hover,
a.next:active {
	background-image: url(../img/icon-arrow-hover.gif);
}
span.next {
	background-image: url(../img/icon-arrow.gif);
}

span.prev {
	padding-left: 10px !important;
	background: url(../img/icon-arrow-left.gif) no-repeat left 0.25em;
}
a.prev:focus,
a.prev:hover,
a.prev:active {
	background-image: url(../img/icon-arrow-left-hover.gif);
}
span.prev {
	background-image: url(../img/icon-arrow-left.gif);
}

span.next,
span.prev {
	font-weight: normal !important;
	display: none !important;
}

.pager a.next,
.pager a.prev {
	text-indent: -1000em;
	width: 5px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.pager-navs {
	margin-right: -1em;
}


/* ---------->>> Hover overlay <<<---------- */

a.overlay-js:focus,
a.overlay-js:hover,
a.overlay-js:active {
	color: #333 !important;
}
a.overlay {
	position: relative;
	display: block;
	height: 100%;
}
a.overlay span.overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: url(../img/ref-overlay.png) repeat;
}
a.overlay:focus span.overlay,
a.overlay:hover span.overlay,
a.overlay:active span.overlay {
	display: block;
}
a.overlay-js:focus span.overlay,
a.overlay-js:hover span.overlay {
	display: none;
}
a.overlay:active span.overlay {
	background-image: url(../img/ref-overlay2.png);
}
a.overlay.box-blue-arrow-link span.overlay {
	background-image: url(../img/ref-overlay-arrow.png) !important;
}


/* ---------->>> Testimonial <<<---------- */

a .blockquote {
	margin-bottom: 0.6em;
}

a.testimonial {
	overflow: hidden;
}
a.testimonial,
a .blockquote {
	color: #333;
	display: block;
	text-decoration: none !important;
}
a:focus .blockquote,
a:hover .blockquote,
a:active .blockquote {
	color: #28AAFF;
}

a.testimonial span.logo {
	display: block;
	width: 100%;
	overflow: hidden;
}
a.testimonial span.logo img {
	position: relative;
	width: 30em;
}
a.testimonial:hover span.logo img {
	left: -15em;
}


/* ---------->>> Search <<<---------- */

.searchform input {
	float: left;
	margin-right: 1.4em;
	width: 21.2em;
}
.searchform button {
	margin-top: -0.4em !important;
	margin-bottom: 0.4em;
}

.searchpager {
	overflow: hidden;
	border:none;
	padding: 0.3em 0;
	margin-bottom:  3em;
	width: 60%;
}
.searchpager .counter {
	float: left;
	padding-top: 0.35em;
	line-height: 1;
}
.searchpager .pager {
	float: right;
}

ul.searchresults {
	margin-top: -1.4em;
	padding-top: 2em;
	padding-bottom: 0.4em;
	width: 60%;
}
ul.searchresults li {
	padding-bottom: 1.7em;
}
ul.searchresults .box-text {
	padding-bottom: 0.6em;
}

div.searchresultsLine {
	border: solid #000;
  	border-width: 0.077em 0 0 0;
  	margin: 4em 0;
}

.searchresults .small a {
	color: #333;
	text-decoration: none;
}
.searchresults h3 a {
	text-decoration: underline !important;
}
.searchresults h3 a span {
	font-size: 0.85em;
	margin: 0 0.2em;
	font-weight: normal;
}
.searchresults h3 a span.pdf {
	margin-left: 0;
}


/* ---------->>> Comments <<<---------- */

.commentform .c33 .contl {
	padding-right: 2em;
}
.commentform .c33 .contm {
	padding: 0 0 0 0.1em;
}
.commentform .c33 .contr {
	padding-left: 2em;
}

ul.comments {
	/*border-bottom: 1px solid #ACACAD;*/
	margin-bottom: 1em;
}
ul.comments li {
	padding-bottom: 1.2em;
}

ul.commentform ul li {
	margin-bottom: 0;
}

.box-comments {
	margin-top: 0.8em;
	margin-bottom: 1.45em;
	padding-top: 1.6em;
}
.box-comments .box-gray {
	margin: 0;
}


/* ---------->>> Contact element <<<---------- */

.box-contact {
	border: 1px solid #ACACAD;
	border-width: 1px 0;
	padding: 0.4em 0;
	margin-top: 1em;
	margin-bottom: 3em;
	overflow: hidden;
}
.contact-context .box-contact{
	margin-bottom: 1em;
}
.no-border{
	border: 0;
}
.testimonial .box-contact {
	margin-bottom: 0;
}
.box-bt .box-contact,
.box-bt-bold .box-contact {
	border: 0;
	padding: 0;
	margin: 0;
}
.box-contact img,
.box-contact-contact img {
	float: left;
	display: inline;
	width: 4.17em !important;
	margin: 0.2em 1em 0.2em 0;
}
blockquote.portrait {
	margin-bottom: 0.2em;
	margin-left: 4.42em;
}
.contact_right{
	float: left;
	max-width: 101px;
}
.contact_clear{
	clear: both;
}



/* ---------->>> Management <<<---------- */

.box-management {
	overflow: hidden;
	padding-bottom: 1.2em;
}
.box-management img {
	float: left;
	display: inline;
	width: 6.23em !important;
	margin: 0.2em 0.7em 0.2em 0;
}
.box-management div.small {
	margin-left: 8.19em;
}


/* ---------->>> Magazine <<<---------- */

.box-magazin {
	border-top: 1px solid #ACACAD;
	padding-top: 1.45em;
	margin-bottom: 3em;
}
.box-magazin .linklist {
	margin-top: -1em;
}


/* ---------->>> Tabs <<<---------- */

.tabs {
	background: #ecefef;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.tabs .tabs-nav {
	background: #acacad;
	overflow: hidden;
}
.tabs .tabs-nav li {
	float: left;
}
.tabs .tabs-nav a {
	color: #fff;
	display: block;
	font-size: 0.92em;
	font-weight: bold;
	line-height: 1;
	padding: 0.6em 0.6em 0.4em 0.6em;
	text-decoration: none;
}
.tabs .tabs-nav a:hover,
.tabs .tabs-nav a:active,
.tabs .tabs-nav a:focus {
	color: #333 !important;
}
.tabs .tabs-nav .current a {
	background: #ecefef;
	color: #333;
	cursor: default;
}
.tabs .tab-content {
	display: none;
	padding: 1em 0.6em 0.6em 0.6em;
}
.tabs .tabs-content .current {
	display: block;
}


/* ---------->>> Map <<<---------- */

#map {
	margin-bottom: 4em;
	position: relative;
}

#map .map-icon {
	position: absolute;
	top: 25px;
	left: 120px;
	width: 67px;
	height: 54px;
}
#map .map-icon .icon {
	z-index: 2;
	position: relative;
	width: 47px;
	height: 54px;
	background: url(../img/map-icon.png) no-repeat top left;
	cursor: pointer;
}
#map .map-icon .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 67px;
	height: 54px;
	background: url(../img/map-icon-shadow.png) no-repeat top left;
}

#map .map-info {
	/* remove on going live */
	/*position: absolute;
	top: 90px;
	left: 113px;
	border: 1px solid #ababab;
	padding: 1.5em;*/
	
	width: 25.83em;
	background: #fff;
}
#map .map-info img {
	float: left;
	display: inline;
	width: 8.75em;
	margin-top: 0.2em;
}
#map .map-info .box-text {
	margin-left: 9em;
	padding: 0;
}

#map .map-info .close {
	position: absolute;
	top: 1.1em;
	right: 1.1em;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../img/icon-close.gif) no-repeat top left;
}


/* ---------->>> Grid Page <<<---------- */

.grid .clear {
	clear: both;
}
.grid .contm {
	padding: 0 0.7em;
}
.grid div.gridBoxContent {
	border-bottom: 1px solid #acacad;
	margin-bottom: 1.75em;
	padding-bottom: 2.5em;
}
img.gridBoxContent {
	margin-bottom: 1em;
}
.grid .info {
	font-size: 0.92em;
}
.grid .box-text {
	font-size: 1em;
	padding-bottom: 0;
}

/* ---------->>> Grid Page with orig. CQ5-HTML <<<---------- */
.gridBox h3 {
	font-style: normal;
	font-size: 1.2em;
	margin: 1em 0 .5em 0;	
}

.col.colr a.gridBoxImageLink,
.col.colr a.gridBoxImageLink:hover,
.col.colr a.gridBoxImageLink:focus {
	text-decoration: none;
	color: #333;
	padding: 0;	
	font-size: 1em;
}

.gridBox h4,
.gridBox p {	
	line-height: 1.25;
	font-weight: normal;	
	font-size: 0.9em;
	margin: 0;	
}

.gridBox img.gridBoxContent {
	margin-bottom: 0em;
}

/* ---------->>> Locations <<<---------- */
#location {
  color: #000;
}
#locations .clear {
	clear: both;
}
#locations .contm {
	padding: 0 0.7em;
}
#locations .contl img {
	width: 100%;
}
#locations div.location {
	border-bottom: 1px solid #acacad;
	margin-bottom: 1.75em;
	padding-bottom: 2.5em;
}
img.location {
	margin-bottom: 1em;
	width: 100%;
}
#locations .info {
	font-size: 0.92em;
}
#location .box-bt-bold {
  margin-left: -4.5em;
  margin-right: 4.2em;
}
#location form li {
	margin-bottom: 0.75em;
}
#location .float {
	float: left;
	width: 6em;
}
#location .floatr {
	margin-left: 7em;
}
#location label span {
	font-weight: normal;
}
#location input[type='text'] {
	width: 97.5%;
}
#location .floatr input[type='text'] {
	width: 4em;
}
#location input[type='radio'] {
	font-size: 1.09em;
	float: left;
	margin-right: 0.4em;
}
#location button {
	margin-bottom: 0;
	margin-top: 0.5em;
}
#location h4 {
  font-size: 1.083em;
  margin: 0 0 1em;
}
#location a {
  font-style: italic;
  font-family: Georgia, serif;
}
#location address {
  font-family: Georgia, serif;
}

#route {
  color: #000;
  background: none;
}
#route ul.tabs-nav {
  margin-top: 0.3em;
  background: none;
}
#route ul.tabs-nav li {
  float: none;
  background: none;
}
#route ul.tabs-nav li a {
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}
#route > span {
  font-style: italic;
  font-family: Georgia, serif;
}
#route.tabs .tabs-nav .current a {
  background: none;
}

#route.tabs a.icon {
  padding-left: 3em;
}
#route.tabs a.icon span {
  margin-top: -0.3em;
  margin-left: -3em;
}
#route.tabs li.car a.icon span {
  background-position: 0 -220px;
}
#route.tabs li.public a.icon span {
  background-position: 0 -200px;
}
/* -- content pages -- */

img.keyVisuals,
div.keyVisuals img {
  margin: 0 0 3.833em;
  padding-left: 0.6em;
}

/* ---------->>> Noscript <<<---------- */

/*noscript {
  padding: 1em 0;
  display: block;
}*/

/* ------------------------------>>> FOOTER <<<------------------------------ */
.c1, .c2, .c3, .c4, .c5 {
  float: left;
  width: 15.417em;
  margin: 0 0.833em 0 0;
}
.c5 { margin: 0; }
.c5 .badge { padding-top: 3.33em; position: relative; z-index: 2;}



#footer {
  z-index: 2;
  overflow: visible;
	clear: both;
	height: 19.777em; /* 276px */
	padding: 3.333em 0 0;
	color: #fff;
	padding-bottom: 1%;
	font-family: Georgia;
	position: relative;
	
  background-color: #2b2b2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#010101));
  background-image: -webkit-linear-gradient(top, #2b2b2b, #010101);
  background-image:    -moz-linear-gradient(top, #2b2b2b, #010101);
  background-image:     -ms-linear-gradient(top, #2b2b2b, #010101);
  background-image:      -o-linear-gradient(top, #2b2b2b, #010101);
  background-image:         linear-gradient(top, #2b2b2b, #010101);
}

#footer:after,
#footer .wrapper:after {
  content    : "\0020";
  display    : block;
  height     : 0;
  clear      : both;
  overflow   : hidden;
  visibility : hidden;
}

* html #footer .wrapper{ zoom: 1; }


#footer .wrapper {
  overflow: hidden;
  overflow: visible;
}
#footer .wrapper > span {
  display: block;
  margin: 4.5em 0 0;
  font-style: italic;
}
#footer a {
  color: #fff;
}
#footer .box-text a {
	display: block;
}
#footer .active a {
  color: #28aaff;
  text-decoration: none;
}
#footer label {
  font-weight: bold;
  display: block;
  font-size: 1em;
}

#footer h4,
#footer label {
  font-family: Arial;
  padding: 0 0 0.5em;
  margin: 0;
}

#footer legend {
  display: none;
}

#footer address {
  display: block; 
  padding: 0.5em 0 1.6em;
}

#footer address a {
  display: block;
}

#footer .box-bt-bold {
  border: none;
  padding: 0;
}

#footer ul li {
  margin: 0 0 0.5em;
  padding: 0;
  background: none;
}

#footer div.newsletterBox {
	margin-bottom: 2.5em;
}

#footer ul.social {
  height: 20px;
  /*margin: 2.5em 0 0;*/
}

#footer ul.social li {
  float: left;
  margin: 0 0.917em 0 0;
}

#footer ul.social li a {
  display: block;
  width: 0;
  height: 0;
/*  padding: 20px 0 0 20px;*/
  height: 20px;
  width: 20px;
  text-indent: -9999em;
  overflow: hidden;
  background: url(../img/sprites.png) 0 0 no-repeat;
}
#footer ul.social li.facebook a {
  background-position: 0 -440px;
}
#footer ul.social li.facebook a:hover {
  background-position: -40px -440px;
}
#footer ul.social li.twitter a {
  background-position: 0 -460px;
}
#footer ul.social li.twitter a:hover {
  background-position: -40px -460px;
}
#footer ul.social li.gplus a {
  background-position: 0 -480px;
}
#footer ul.social li.gplus a:hover {
  background-position: -40px -480px;
}
#footer .box-text {
  font-size: 1em;
  padding: 0;
}

.clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer .c5 fieldset{ position: relative; }
#newsletterAbo { padding: .18em .5em; border-color: #333;}
#footer .c5 button{
  background-position: 0 -422px;
  top: 1.9em;
  *top: 2.1em;
  right: 1.5em;
  height: 1.4em;
  width: 1.4em;
}

#footer .c5 button:hover{
  background-position: -40px -422px;
}

#footer .c3 p,
#footer .c4 p {
	padding-bottom: 1.5em;
}

/* -------------------->>> REFERENCES <<<---------------------- */

/* ---------->>> main image / detail page <<<---------- */

#productImage {
  text-align: center;
  border-bottom: 0.083em solid #000;
  margin: 0 0 3.65em;
  padding: 0 0 1.917em;
}

#productImage img {
  margin: 0 auto;
}

#productImage .info {
  padding: 0 10.417em;
}

#productImage h1 {
  font-size: 3.833em;
  font-family: Georgia;
}
#productImage h2 {
  margin-top: 0.6em;
  font-size: 1.5em;
}

/* right side */

.col.colr .feature {
  margin: 0 0 2.5em;
}

.col.colr .feature h3,
.col.colr .tagList li {
  font-family: Georgia;
  font-size: 1.167em;
}

.col.colr .tagList {
  overflow: hidden;
}

.col.colr .tagList li {
  float: left;
}

.col.colr .tagList li a {
  text-decoration: none;
  padding: 0 0.2em 0 0;
}
.col.colr a {
  font-style: italic;
  font-size: 1.1em;
  padding: 0 0.2em 0 0;
  font-family: "Georgia";
}

.col.colr h3 a {
  font-size: 0.85em;
  text-decoration: underline !important;
}

/* article */
.box-bt-bold .lead {
  font-family: Georgia;
  font-weight: normal;
  margin: 0 0 2.75em;
}

.box-bt-bold .lead p {
  font-size: 1.5em;

}
.box-bt-bold .lead a, .togglebox-container a.togglebox-link {
  margin: 0.3em 0 0;
  display: block;
  font-style: italic;
}

.box-bt-bold blockquote {
  padding: 0 0 .9em 2.5em;
  font-size: 1.167em;
}

.box-bt-bold blockquote span {
  font-size: 0.857em;
  font-family: Arial;
  display: block;
  margin: 0.5em 0 0;
}

.box-bt-bold .contact {
  margin: 2.5em 0 0;
  overflow: hidden;
}
.box-bt-bold .contact p {
  font-size: 1.083em;
}

.box-bt-bold .contact a {
  float: left;
  font-size: 1.2em;
  line-height: 1.2em;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  padding: 0.1em 0.5em;
  margin: 0.76em 0 0;
  font-weight: bold;
  text-decoration: none;
  
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em;
}
.box-bt-bold .contact a:hover {
  color: #fff !important;
  background: #97b314;
}

/* ---------->>> Navigation <<<---------- */

#nav-refs {
  position: relative;
  z-index: 10;
	clear: both;
  margin: 0 0 -2.3em;
}

#nav-refs .wrapper,
#filter {
	overflow: hidden;
	margin: 0 -0.5em;
	padding: 0.3em 0.5em;
}

#nav-refs .nav {
	float: left;
	display: inline;
	margin-right: 1.5em;
}
#nav-refs.overview {
  padding-top: 6.417em;
}
#nav-refs.overview .nav {
  float: right;
  font-size: 1.167em;
  font-style: normal;
}

#nav-refs .categories {
	float: left;
	display: inline;
	padding-top: 0.2em;
}
#nav-refs .pager {
	float: right;
	margin-bottom: -0.1em;
}

#nav-refs a {
  font-family: Georgia;
  color: #000;
  font-style: italic;
}

#nav-refs .nav {
  margin: 0;
}
/* ---------->>> Filter <<<---------- */
#nav-refs a#toggle {
  font-style: normal;
  margin-left: .3em;
  display: block;
  position: relative;
  padding-right: 2.583em;
}

#toggle span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../img/sprites.png) left -500px no-repeat;
}

#toggle.expanded span {
  background-position: 0 -520px;
}

a:focus#toggle span,
a:hover#toggle span,
a:active#toggle span {
  background-position: -40px -500px;
}

a:focus#toggle.expanded span,
a:hover#toggle.expanded span,
a:active#toggle.expanded span {
  background-position: -40px -520px;
}

#filter {
	clear: both;
	padding-top: 0;
	position: relative;
	overflow: visible;
}
#filter .cols {
	padding-top: 1.1em;
}
#filter #resetCols {
	padding-top: 0;
	position: relative;
	/* Bugfix UNICCOM-1160: Reset link overlayed the last filter link
	   which was not selectable anymore. 
	top: -2.2em;
	margin-bottom: -1.4em;*/
	overflow-y: hidden;
	float: right;
	width: 25%;
}

#filter h3 {
  font-family: Georgia;
	font-size: 1.167em;
	margin-bottom: 1em;
	font-weight: normal;
}

#filter .reset { 
	text-align: right; 
	/* Bugfix UNICCOM-1160: Reset link overlayed the last filter link
	   which was not selectable anymore. 
	/*padding-top: 2em;*/
}
#filter .reset a {
	font-size: 0.92em;
}
#filter .submit {
	position: absolute;
	bottom: 1em;
}

#filter ul {
	position: relative;
	overflow: hidden;
	margin-left: -0.25em;
	margin-bottom: 0.8em;
}
#filter li {
	margin-bottom: 0.3em;
	float: left;
	width: 100%;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
}
#filter li a,
#filter li span {
	line-height: 1.2;
	float: left;
	display: block;
	padding: 0.1em 0.3em 0.1em 0.25em;
	font-size: 1em;
	color: #333;
	text-decoration: underline;
  font-family: Arial, Helvetica;
  font-style: normal;
}
#filter li a:focus,
#filter li a:hover,
#filter li a:active {
}
#filter li.current a,
#filter li span {
	color: #fff !important;
	background: #28AAFF;
}

#progress {
	border-bottom: 2px solid #ACACAD;
	margin-top: 2.3em;
	width: 0;
}

/* ---------->>> Overview <<<---------- */
/* Referenzen */
#refs {
	margin: 0 -1em 0 0;
	padding: 0;
	padding-top: 1em;
	overflow: hidden;
}

#refs ul.cols {
	margin-top: -1.1em;
	float: left;
	width: 100%;
}
#refs div.box-ref {
	border-top: 1px solid #ACACAD;
	padding-top: 1.2em;
	padding-bottom: 1.8em;
	margin: 0;
}
#refs div.info {
	padding-top: 0.6em;
}
#refs div.ref {
	margin: 0 -0.6em;
	height: 17.97em; /*16.52em*/
	overflow: hidden;
	position: relative;
}
#refs .box-blue {
	display: block;
	height: 16.77em; /*15.32em*/
	overflow: hidden;
	margin: 0;
}
#refs .box-blue .box {
	display: block;
	padding: 1.67em 1.67em 1.8em 1.67em;
}
#refs .box-blue a {
	display: inline;
	padding: 0;
	color: #fff !important;
}
#refs .info a.box-blue-arrow-link {
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
}
#refs .info a.box-blue-arrow-link span.small {
	height: auto;
}
#refs .box-blue span {
	color: #fff !important;
}
#refs .box-blue h2,
#refs .box-blue span.title {
	font-family: Georgia,serif;
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 0.7em;
	margin-top: -0.25em;
	color: #fff;
	font-style: italic;
}
#refs li {
  height: 11.2em;
  overflow: hidden;
}
#refs a {
	display: block;
	width: 15.4167em;
	height: 10.4167em;
	overflow: hidden;
	margin: 0 0.833em 0 0;
	text-decoration: none;
	color: #000;
  overflow: hidden;
}
#refs a:hover {
  display: block;
  height: 11.198em;
}
#refs a:hover span{
  color: #000 !important;
}
#refs a span strong {
  font-family: Georgia;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.167em;
  margin: 2em 0 0 2em;
}
#refs a span span {
  float: left;
  width: auto;
  height: auto;
}
#refs a span {
  display: block;
  width: 185px;
  height: 125px;
  margin-bottom: 0.8em;
}
#refs a:hover span {
  display: block;
}

#refs a span strong {
  display: block;
}
#refs a img {
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0.8em;
	transition: margin 0.3s ease-in;
	-moz-transition: margin 0.3s ease-in;
	-webkit-transition: margin 0.3s ease-in;
	*float: left;
}
#refs a:hover img {
  margin-top: -75%;
}
#refs a:focus span,
#refs a:hover span,
#refs a:active span {
	color: #28AAFF;
}
#refs a.overlay-js:focus span,
#refs a.overlay-js:hover span,
#refs a.overlay-js:active span {
	color: #333;
}

#refs span.title {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.17em;
	line-height: 1.25;
	margin: 1.6em 1.6em 0.3em 1.6em;
	max-height: 2.5em;
	overflow: hidden;
}
#refs .info span.title {
	max-height: 10em;
}
#refs a span.small {
	display: block;
	overflow: hidden;
	margin: 0 2em 0 2em;
}


/* IE-Hacks */
#refs ul.cols{ *width: 99.5% !important; }
#refs a span.small{ *width: 75%; }




.listing{
  overflow: hidden;
}
.listing .col{
  width: 25%;
}
.listing .col > *{
  margin: 5px;
  height: 20em;
  overflow: hidden;
}
.listing .col > .gridBoxLarge {
  height: 30em;
}
.listing .new.section {
	width: 25%;
	float: left;
}
.listing li.alpha > *{
  margin-left: 0;
}
.listing li.omega > *{
  margin-right: 0;
}


.vcard{
  line-height: 1.5;
}

.vcard{ font-style: italic; }

.vcard .fn{
  font-style: normal;
  font-size: 1.2em;
  margin: 1em 0 .5em 0;
}

.vcard .org{
  font-size: 1em;
  margin: 0;
  font-style: italic;
}

h3.small{
  font-size: 1.2em;
}


#main .box-sitemap .contl { padding: 0 2.5em 0 0; }
#main .box-sitemap .contml { padding: 0 1.8em 0 .7em; }
#main .box-sitemap .contmr { padding: 0 .7em 0 1.8em; }
#main .box-sitemap .contr { padding: 0 0 0 2.5em; }
#main .box-sitemap .c25{ width: 25%; }



#main .box-sitemap a{
  font-style: normal;
}

#main ul.sitemap li a{
  font-size: 1.2em;
  display: block;
  margin: .4em 0;
  text-decoration: none;
}

#main ul.sitemap li li a{
  font-size: 1em;
  margin-left: .8em;
  font-style: italic;
}

ul.sitemap li ul{
  padding: 0 0 .1em 0;
}

/* icons */
h3.icon,
a.icon {
  margin-bottom: .4em;
}

h3.icon span,
li.icon,
a.icon span{
  float: left;
  
  width: 20px;
  height: 20px;
  
  margin: -0.1em 0 0 -2.15em;
  
  text-indent: -9999em;
  background: url(../img/sprites.png) 0 0 no-repeat;
}

.reference-icon h3.icon span {
  background-position: 0 0;
}

.magazine h3.icon span {
  background-position: 0 -20px;
}

.agenda h3.icon span {
  background-position: 0 -40px;
}

.tag-icon h3.icon span {
  background-position: 0 -60px;
}

.prise h3.icon span {
  background-position: 0 -80px;
}

.quote-icon h3.icon span {
  background-position: 0 -100px;
}

.graph-icon h3.icon span {
  background-position: 0 -120px;
}

.students h3.icon span {
  background-position: 0 -140px;
}

.mouse-icon h3.icon span {
  background-position: 0 -160px;
}

.person-icon h3.icon span {
  background-position: 0 -180px;
}

.train-icon h3.icon span {
  background-position: 0 -200px;
}

.car-icon h3.icon span {
  background-position: 0 -220px;
}

.rss h3.icon span {
  background-position: 0 -240px;
}
.twitter h3.icon span {
  background-position: 0 -260px;
}
.facebook h3.icon span {
  background-position: 0 -280px;
}

.mail-icon h3.icon span {
  background-position: 0 -300px;
}

.box-bt-bold.rss,
.box-bt-bold.twitter,
.box-bt-bold.facebook {
  margin-bottom: 0.3em;
}

.col.colr .icon {
  padding: 0 0 0 2em;
}

.col.colr .icon.tagList {
  padding: 0 0 0.4em 2.3em;
}
.col.colr .icon.tagList a {
  font-style: normal;
  font-size: 1em;
}

.col.colr .icon.tagList li.icon {
  margin: -0.1em -2em 0 -2em;
  background: url(../img/sprites.png) 0 -60px no-repeat;
}

.box-bt-bold blockquote {
  background: url(../img/sprites.png) -60px -3px no-repeat
}

div.callToAction {
	overflow: hidden;
	/*padding-bottom: 1.5em;*/
}

div.callToAction .contact {
	margin: 0;
}

.grid.elements div.new.section {
	width: 33%;
	float: left;
}

ul.form .twoColumns {
	overflow: hidden;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	margin-left: none;
}

div.togglebox-container {
	margin: -1.45em 0 0 0;
	padding-bottom: 1.8em;
}

div.togglebox-content {
	padding-top: 1.5em;
}

div.togglebox-content .box-text {
	padding: 0;
}

a.togglebox-link {
	font-family: Georgia;
}

.sidebarBox address {
	font-family: Georgia;
}




/* Initial styling of prev next links of slider on home page */
#wrapper > .wrapper { position: relative; overflow: visible; }
#wrapper > .wrapper a.controls{ z-index: 20; margin-top: -20px;}
#wrapper > .wrapper a.controls.prev{ left: 0; }
#wrapper > .wrapper a.controls.next{ right: 0; }

#wrapper > .wrapper .home a.controls { top: 50%; }



/*
                                  /
                       __       //
                       -\= \=\ //
                     --=_\=---//=--
                   -_==/  \/ //\/--
                    ==/   /0   o\==--
       _ _ _ _     /_/    \  ]  /--
      /\ ( (- \    /       ] ] ]==-
     (\ _\_\_\-\__/     \  (,_,)--
    (\_/                 \     \-
    \/      /  UNIC (   ( \  ] /)
    /      (         \   \_ \./ )
    (       \         \      )  \
    (       /\_ _ _ _ /---/ /\_  \
     \     / \     / ____/ /   \  \
      (   /   )   / /  /__ )   (  )
      (  )   / __/ '---`       / /
      \  /   \ \             _/ /
      ] ]     )_\_         /__\/
      /_\     ]___\
     (___)

                unic.orn


*/
