@font-face {
  font-family: SuperGroteskWeb-Medium;
  src: url("/static/web/font/SuperGroteskWeb-Medium.eot");
}
@font-face {
  font-family: SuperGroteskWeb-Medium;
  src: url("/static/web/font/SuperGroteskWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: SuperGroteskWeb-CondMedium;
  src: url("/static/web/font/SuperGroteskWeb-CondMedium.eot");
}
@font-face {
  font-family: SuperGroteskWeb-CondMedium;
  src: url("/static/web/font/SuperGroteskWeb-CondMedium.woff") format("woff");
}

html {
  height: 100%
}
body {
  text-align: center;
  height: 100%;
  margin: 0;
  background-color: #2f567f;
  background-image: url('/static/web/images/bg_browser.png');
  background-repeat: repeat-x;
  background-position: top left;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  line-height:1.4;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
#designbody {
  text-align: left;
  color: #000;
  background-color: #fff;
  font-size:10pt;
  color:#000;
  background-image:none;
  text-align:left;
}

em{
  font-family: Georgia,Times,Times New Roman,Serif;
  color:#000000;
}

strong{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:14px;
  font-weight:700;
}

img {
  border: 0;
  padding: 0;
}

/* weisses Inhaltsfenster */
#mainframe {
  width: 932px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 0 35px 35px 41px;
  background: rgb(220,229,239);
  background: -moz-linear-gradient(top,  rgba(220,229,239,1) 0%, rgba(255,255,255,1) 5%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,229,239,1)), color-stop(5%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(220,229,239,1) 0%,rgba(255,255,255,1) 5%);
  background: -o-linear-gradient(top,  rgba(220,229,239,1) 0%,rgba(255,255,255,1) 5%);
  background: -ms-linear-gradient(top,  rgba(220,229,239,1) 0%,rgba(255,255,255,1) 5%);
  background: linear-gradient(to bottom,  rgba(220,229,239,1) 0%,rgba(255,255,255,1) 5%);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
}

/* Farbverlauf Kopf */
#contentShadowTop {
  position: absolute;
  top: 0;
  left: 5px;
  background-image: url('/static/web/images/bg_frame_top.png');
  height: 54px;
  width: 999px;
  z-index: 0;
}

/* Formatierung Schnellzugriffmenu oben und unten */
#menuTop, #menuBottom {
  position: relative;
  z-index: 10;
}

#menuTop, #menuTop a:link, #menuTop a:visited {
  color: #ffffff;
  font-size:20px;
  text-decoration: none;
  /*padding: 0 0px 0 5px;*/
}

#menuBottom, #menuBottom a:link, #menuBottom a:visited {
  color: #3b4856;
  font-size:13px;
  text-decoration: none;
  /*padding: 0 0px 0 5px;*/
}

#menuTop a:hover, #menuBottom a:hover {
  text-decoration: underline;
}

#menuTop {
  /*padding: 35px 96px 0 0;*/
  text-align: right;
  height: 22px;
}

#menuBottom {
  padding-top: 10px;
  text-align: center;
}

/* Login-Button und Logout-Button */
a.buttonLogin:link, a.buttonLogout:link {
  display: block;
  height: 22px;
  width: 77px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 27px;
  right: 1px;
}
a.buttonLogin {
  background-image: url('/static/web/images/bt_login.png');
}
a.buttonLogout {
  background-image: url('/static/web/images/bt_login.png');
}
a.buttonLogin:hover, a.buttonLogout:hover {
  background-position: 0 -22px;
}

/* Formatierung Inhaltsfenster oben und unten */
#contentBoxTop {
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  width:926px;
}
#contentBoxBottom {
  /*background-color: #f7f8fa;*/
  padding: 30px 0 22px 30px;
  color: #3b4856;
  font-weight: 400;
  text-align: left;
  /*line-height: 16px;*/
  width: 897px;
  /*margin-top: 30px;*/
}
#contentBoxBottom a:link, #contentBoxBottom a:visited {
  color: #72a11b;
  text-decoration: none;
}
#contentBoxTop a:link, #contentBoxTop a:visited {
  color: #72a11b;
  text-decoration: none;
}
#contentBoxBottom a.fileUrl:link, #contentBoxBottom a.fileUrl:visited {
  color: #72a11b;
}
#contentBoxBottom a:hover {
  color: #72a11b;
  text-decoration: underline;
}
#contentBoxBottom iframe {
  border-style: none;
  overflow: hidden;
  margin: 0;
}

/* Formatierung Teaserfenster oben */
#teaserframe {
  width: 926px;
  height: 351px;
  background-image: url('/static/web/images/px_teaserframe.png');
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 10;
}

img.batixLogo {
  position: absolute;
  top: 38px;
  right: 55px;
}

#referenzenBox {
  position: absolute;
  top: 140px;
  width: 165px;
  height: 180px;
  right: 55px;
  border-top: 1px dotted;
  color: #4b4b4b;
  font-weight: 400;
  text-align: left;
  padding-top: 15px;
  line-height:1.2;
}

#referenzenBox h3 {
  color: #5577aa;
  margin: 0 0 7px 0;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:16px;
  font-weight:700;
}

img.preloaderReferenzen {
  position: absolute;
  top: 40%;
  left: 50%;
}

#referenzenNavi {
  position: absolute;
  bottom: 0;
  left: 125px;
  height: 30px;
  width: 42px;
}
a.referenzNavBack, a.referenzNavForward {
  display: block;
  height: 28px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
}
a.referenzNavBack:hover, a.referenzNavForward:hover {
  background-position: 0 -29px;
}
a.referenzNavBack {
  left: 0;
  background-image: url('/static/web/images/bt_bwd.png');
}
a.referenzNavForward {
  right: 0;
  background-image: url('/static/web/images/bt_fwd.png');
}
.referenzenRef {
  position: absolute;
  top: 0;
  width: 180px;
}
#referenzenSlide {
  position: relative;
  width: 180px;
  height: 140px;
  overflow: hidden;
}
#referenzenCategories {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 155px;
  font-size:12px;
}

a.NavBack, a.NavForward {
	display: inline-block;
  height: 28px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  top: 7px;
}
a.NavBack:hover, a.NavForward:hover {
  background-position: 0 -29px;
}
a.NavBack {
  background-image: url('/static/web/images/bt_bwd.png');
}
a.NavForward {
  background-image: url('/static/web/images/bt_fwd.png');
}

/* Formatierung Inhalt links rechts */
#contentLeft, #contentLeftSingle {
  float: left;
  min-height: 300px;
  width: 570px;
  padding-right: 10px;
  margin-bottom: 50px;
  position:relative;
}

#contentRight {
  float: left;
  width: 272px;
  padding: 0px;
  position: relative;
  bottom: 30px;
  margin-left:45px;
}

#contentRight .teaserbox {
  padding: 20px;
  margin: 0px 0px 30px 0px;
  line-height:1.3;
  font-size: 13px;
  background: #EFF2F7;
  border-radius: 7px;
}

#contentRight .teaserbox h2 + p{
  margin-bottom:0px;
  font-family: 'Open Sans', sans-serif;
}

#contentRight .teaserbox img{
  margin: 0 6px 6px 0;
  border: none;
}

#contentBoxBottom img {
  margin: 0 6px 6px 0;
  border: 1px solid #aaaaaa;
}

#contentBoxBottom ul {
  list-style: none;
    padding-left: 15px;
}

#contentBoxBottom ul li:before {
  content: "\00BB \0020";
  font-size: 30px;
  line-height: 0.7;
}

#contentLeftSingle {
  width: auto;
  border: 0;
}

/* Formatierung Menupunkte */
#divMainMenu {
  background: rgb(46,90,140);
  background: -moz-linear-gradient(top,  rgb(46,90,140) 0%, rgb(31,67,107) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(46,90,140)), color-stop(100%,rgb(31,67,107)));
  background: -webkit-linear-gradient(top,  rgb(46,90,140) 0%,rgb(31,67,107) 100%);
  background: -o-linear-gradient(top,  rgb(46,90,140) 0%,rgb(31,67,107) 100%);
  background: -ms-linear-gradient(top,  rgb(46,90,140) 0%,rgb(31,67,107) 100%);
  background: linear-gradient(to bottom,  rgb(46,90,140) 0%,rgb(31,67,107) 100%);
  box-shadow: 1px 0px 2px rgba(0,0,0,0.25), 0px 0px 10px rgba(0,0,0,0.15);
  position: relative;
  height: 52px;
  width: 924px;
  z-index: 100;
  font-family:SuperGroteskWeb-Medium, 'Open Sans',sans-serif;
  font-size:20px;
  padding: 0px 0px 0px 2px;
}
ul.mainMenu, ul.subMenu {
  text-align: left;
  list-style: none;
  z-index: 10;
  padding: 0;
  margin: 0;
  display: inline;
  text-align: center;
}
ul.mainMenu li {
  float: left;
  width: 163px;
  height: 52px;
  text-align: left;
  z-index: 23;
  position: relative;
  box-shadow: 1px 0px 0px #153455, 2px 0px 0px #325b89;
}
ul.mainMenu li.liextra {
  width: 271px;
  box-shadow: inset 1px 0px 0px #143151, inset 2px 0px 0px #76a122;
  background: rgb(100,150,2);
  background: -moz-linear-gradient(top,  rgba(100,150,2,1) 0%, rgba(80,124,22,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,150,2,1)), color-stop(100%,rgba(80,124,22,1)));
  background: -webkit-linear-gradient(top,  rgba(100,150,2,1) 0%,rgba(80,124,22,1) 100%);
  background: -o-linear-gradient(top, rgba(100,150,2,1) 0%,rgba(80,124,22,1) 100%);
  background: -ms-linear-gradient(top,  rgba(100,150,2,1) 0%,rgba(80,124,22,1) 100%);
  background: linear-gradient(to bottom,  rgba(100,150,2,1) 0%,rgba(80,124,22,1) 100%);
}
ul.mainMenu a:link, ul.mainMenu a:visited {
  display: block;
  height: 52px;
  width: auto;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

span.menuText {
  display: inline;
  position: absolute;
  color: #ffffff;
  text-shadow: -1px -1px 0px #0f2844;
  width: 100%;
  left: 0;
  top: 14px;
  z-index: 2;
}

ul.mainMenu a:hover span.menuText {
  color: #d9e2eb;
}

#divSubMenu {
  position: relative;
  height: 40px;
  width: 926px;

  background: rgb(199,209,220);
  background: -moz-linear-gradient(left,  rgba(31,68,108,0.2) 0%, rgba(31,68,108,0) 25%, rgba(31,68,108,0) 75%, rgba(31,68,108,0.2) 100%), -moz-linear-gradient(top,  rgba(199,209,220,1) 0%, rgba(217,226,235,1) 38%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(31,68,108,0.2)), color-stop(25%,rgba(31,68,108,0)), color-stop(75%,rgba(31,68,108,0)), color-stop(100%,rgba(31,68,108,0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,209,220,1)), color-stop(38%,rgba(217,226,235,1)));
  background: -webkit-linear-gradient(left,  rgba(31,68,108,0.2) 0%,rgba(31,68,108,0) 25%,rgba(31,68,108,0) 75%,rgba(31,68,108,0.2) 100%), -webkit-linear-gradient(top,  rgba(199,209,220,1) 0%,rgba(217,226,235,1) 38%);
  background: -o-linear-gradient(left,  rgba(31,68,108,0.2) 0%,rgba(31,68,108,0) 25%,rgba(31,68,108,0) 75%,rgba(31,68,108,0.2) 100%), -o-linear-gradient(top,  rgba(199,209,220,1) 0%,rgba(217,226,235,1) 38%);
  background: -ms-linear-gradient(left,  rgba(31,68,108,0.2) 0%,rgba(31,68,108,0) 25%,rgba(31,68,108,0) 75%,rgba(31,68,108,0.2) 100%), -ms-linear-gradient(top,  rgba(199,209,220,1) 0%,rgba(217,226,235,1) 38%);
  background: linear-gradient(to right,  rgba(31,68,108,0.2) 0%,rgba(31,68,108,0) 25%,rgba(31,68,108,0) 75%,rgba(31,68,108,0.2) 100%), linear-gradient(to bottom,  rgba(199,209,220,1) 0%,rgba(217,226,235,1) 38%);
  box-shadow: inset -1px 0px 2px rgba(0,0,0,0.25), inset 0px 0px 10px rgba(0,0,0,0.15);

  z-index: 1;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;

  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
ul.subMenu {
  position: absolute;
  top: 3px;
  left: 25px;
}

ul.subMenu li {
  float: left;
  height: 13px;
  text-align: left;
  z-index: 23;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 20px 0 20px;
  box-shadow: 1px 0px 0px #365c85, 2px 0px 0px rgba(255,255,255,0.85);
}

ul.subMenu li:first-child {
  padding: 0 20px 0 5px;
}

ul.subMenu li:last-child {
 box-shadow: none;
}

ul.subMenu a:link, ul.subMenu a:visited {
  display: block;
  height: 25px;
  width: auto;
  margin: -3px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  color: #365c85;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.85);
}

/* Formatierungen Inhalt allgemein */
div.dottedLine {
  width: 100%;
  height: 1px;
  border-bottom: 1px #475b86 dotted;
}
div.dottedLineLeft{
  height: 300px;
  margin-top: 35px;
  border-left: 1px #475B86 dotted;
  width: 1px;
  float: left;
}

h1 {
  font-family: SuperGroteskWeb-CondMedium, 'Open Sans Condensed', sans-serif;
  font-size:26px;
  font-weight:normal;
  color: #6e9f18;
  margin: 0 0 10px 0;
  padding: 0;
}

h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:18px;
  font-weight: 700;
  color: #5577aa;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:16px;
  font-weight: 700;
  color: #000000;
  margin: 20px 0px 0px 0px;
  padding: 0;
}

blockquote {
  padding: 20px;
  margin: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  color: #000000;
}

blockquote:after {
  content: '\201E';
  display: block;
  float: left;
  font-size: 1000%;
  margin-right: 10px;
  margin-left: -40px;
  margin-top: -210px;
  margin-bottom: -80px;
color: #d1dbe9;
}



/* Formatierung Login oder Kontaktformulare */
form {
  /*border: 1px solid #475b86;
  padding: 20px 20px 20px 35px;
  margin: 20px 0 0 0;
  padding: 10px;*/
  margin-bottom: 10px;
}
form span {
  width: 65px;
  display: block;
  float: left;
}
form textarea, form input, form select {
  color: #4b4b4b;
}
form input[type=text] {
  width: 165px;
  height: 15px;
  border: 1px solid #8f98ab;
  margin-bottom: 5px;
}
form textarea {
  width: 226px;
  height: 140px;
  border: 1px solid #8f98ab;
  margin-bottom: 5px;
}
form select {
  width: 167px;
  height: 20px;
  border: 1px solid #8f98ab;
  margin-bottom: 5px;
}


/* Formatierungen Meldungen */
span.messageError {
  font-weight: 700;
  color: red;
  width: 100%;
}
span.messageSuccess {
  font-weight: 700;
  color: green;
  width: 100%;
}

/* Formatierungen Sitemap */
div.sitemapBox {
  float: left;
  /*border: 1px solid #dcd8d2;*/
  margin: 0 5px 15px 0;
  width: 368px;
  padding: 5px;
  with: 100%;
}
div.sitemapBox h3, div.sitemapBox h3 a {
  color: #cc6666;
  /*font: 14px Georgia;*/
}
/*div.sitemapBox div.sitemaptext0 {
  padding: 0 0 5px 10px;
  font-size:10px;
}*/
div.sitemapBox div.sitemap1 {
  padding: 5px 0 0 5px;
} 
/*div.sitemapBox div.sitemaptext1 {
  padding: 0 0 5px 20px;
  font-size:10px;
}*/
div.sitemapBox div.sitemap2 {
  padding: 5px 0 0 20px;
} 
/*div.sitemapBox div.sitemaptext2 {
  padding: 0 0 5px 35px;
  font-size:10px;
}*/
div.sitemapBox div.sitemap3 {
  padding: 3px 0 0 35px;
} 
/*div.sitemapBox div.sitemaptext3 {
  padding: 0 0 5px 45px;
  font-size:10px;
}*/

.newsdate {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color:#939393;
  display:inline-block;
  margin-top:20px;
}
.newsheadline {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.newsanmod{
  display:inline-block;
  font-family: 'Open Sans' sans-serif;
  font-size:13px;
  margin-top: 10px;
}

button.team {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  margin:0;
  padding:0;
  color: #475B86;
}
button.team:hover {
  text-decoration: underline;
}

.alert {
  border: 2px solid red;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #ffe8bd;
  margin-bottom: 20px;
}


.tsn-btn {
  color:white!important;
  display:inline-block;
  border: 1px solid;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  font-size: 12px;
  line-height: 26px;
  padding: 0 10px;
}

.tsn-btn.tsn-fb {
  background-color: #4e69a2;
  border-color: #435a8b #3c5488 #334c83;
}

.tsn-btn.tsn-tw {
  background-color: #1da1f2;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
  border: 1px solid #3b88c3;
}  

