/*
Theme Name: Notebook12
Theme URI: http://www.notebook12.de
Description: Custom Template for notebook12.de
Author: Sebastian Landinger
Author URI: http://www.sebastianlandinger.com
*/
/* css reset */
/* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] {
  display: none;
}
/* prevent text resizing mobile devices */
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
/* Address `font-family` inconsistency between `textarea` and other form elements. */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}
/* general resize elemts. no automatic margins paddings etc. */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
hr,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
/* Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}
/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* blockquotes reset */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input {
  margin: 0px;
  padding: 0px;
}
/* Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. Improve image quality when scaled in IE 7. */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}
/* destroy automatic focus outline */
:focus {
  outline: 0;
}
/* reset table collapse */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Correct font size not being inherited in all browsers.Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. Improve appearance and consistency in all browsers. */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/* Address inconsistent `text-transform` inheritance for `button` and `select` */
button,
select {
  text-transform: none;
}
/* Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. Correct inability to style clickable `input` types in iOS. Improve usability and consistency of cursor style between image-type `input` and others. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* Address box sizing set to content-box in IE 8/9. Remove excess padding in IE 8/9. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
/* Address `appearance` set to `searchfield` in Safari 5 and Chrome. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove default vertical scrollbar in IE 6/7/8/9. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
/* classes */
/* basic classes */
/* boxsizing on border-box */
.boxsize {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* completely hide a tag */
.hidden,
.seo {
  visibility: hidden;
  display: none;
  opacity: 0.0;
}
/* clearfloat */
.clearfloat {
  content: "";
  clear: both;
  display: table;
  height: 0px;
  width: 0px;
  visibility: hidden;
  opacity: 0.0;
}
/* gradient */
/* vertical gradient from bottom to top */
/* horizontal gradient from left to right */
/* font classes */
/* font smoothing */
.fontSmooth {
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
}
/* no font smoothing */
.fontPixel {
  -webkit-font-smoothing: none;
  font-smoothing: none;
}
/* seperate text in coloums */
/* animation and transistions */
/* basic transistion of an element */
/* delaying a transition */
/* rotations */
/* move element */
/* scale element */
/* 3D */
/* perspective */
/* origin point of the perspective */
/* preserve 3d for children */
.preserve3D {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* no rendering of the backface of an element */
.noBackface {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/* animation */
/* fonts */
/*
@font-face {
	font-family: 'helvetica-light';
	src: url('../fonts/helvetica-light.eot');
	src: local('?'), url('../fonts/helvetica-light.woff') format('woff'), url('../fonts/helvetica-light.ttf') format('truetype'), url('../fonts/helvetica-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* design */
body {
  background-color: #646464;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #404041;
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
}
/* body end */
a {
  cursor: pointer;
  text-decoration: none;
}
/* a end */
img.cimg {
  display: block;
  width: 100%;
}
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  /* grid end */
}
.wrap .grid {
  width: 90.166666666667%;
  margin: 0px auto;
  /* thirds end */
  /* quarters end*/
  /* sidebar end */
}
.wrap .grid .row {
  /* > div end */
}
.wrap .grid .row:after {
  content: "";
  clear: both;
  display: table;
  height: 0px;
  width: 0px;
  visibility: hidden;
  opacity: 0.0;
}
.wrap .grid .row > div {
  float: left;
  min-height: 1px;
  margin-right: 3.142329020333%;
}
.wrap .grid .row > div:last-child {
  margin-right: 0px;
}
.wrap .grid .thirds {
  /* > div end */
}
.wrap .grid .thirds > div {
  width: 31.238447319778%;
}
.wrap .grid .quarters > div {
  width: 22.64325323475%;
}
.wrap .grid .sidebar > div:first-child {
  width: 65.619223659889%;
}
.wrap .grid .sidebar > div:last-child {
  width: 31.238447319778%;
}
/* wrap end */
header {
  position: relative;
  z-index: 1;
  padding-top: 5px;
}
header .header-top {
  background-color: rgba(255, 255, 255, 0.97);
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 1px 1px 0px 0px;
}
header .header-top:after {
  content: "";
  clear: both;
  display: table;
  height: 0px;
  width: 0px;
  visibility: hidden;
  opacity: 0.0;
}
header .header-top .left {
  float: left;
  width: 20.332717190388%;
}
header .header-top .left a.logo {
  display: block;
}
header .header-top .left a.logo img {
  display: block;
  width: 100%;
}
header .header-top .right {
  float: right;
}
header .header-bottom {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 0px 0px 1px 1px;
}
header .header-bottom:after {
  content: "";
  clear: both;
  display: table;
  height: 0px;
  width: 0px;
  visibility: hidden;
  opacity: 0.0;
}
header .header-bottom .left {
  float: left;
}
header .header-bottom .right {
  float: right;
}
/* header end */
.bgSlider {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bgSlider .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 38, 64, 0.6);
  opacity: 0.0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.bgSlider.covered .cover {
  opacity: 1.0;
}
.topics {
  min-height: 67px;
  background-color: #eeeeee;
  border-bottom: 1px solid #dddddd;
}
/* topics end */
.contenthead {
  min-height: 1px;
  position: relative;
  z-index: 1px;
  margin-top: 800px;
  padding-bottom: 5px;
}
.contenthead .wrap {
  background-color: rgba(45, 70, 115, 0.9);
  padding-top: 26px;
  padding-bottom: 21px;
  border-radius: 1px 1px 0px 0px;
  position: relative;
}
.contenthead .wrap span {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.250em;
  padding-left: 67px;
}
.contenthead .wrap div.nb12-pictogramm {
  width: 54px;
  height: 43px;
  position: absolute;
  top: 20px;
  left: 4.9166666666665%;
}
.contenthead .wrap div.nb12-pictogramm img {
  display: block;
  width: 100%;
}
.content {
  min-height: 1px;
  position: relative;
  z-index: 1;
}
.content .wrap {
  background-color: #fff;
  padding-top: 34px;
  padding-bottom: 34px;
}
.content h1 {
  font-size: 2.000em;
  line-height: 1.200em;
  font-weight: 400;
  margin-bottom: 0.4em;
  color: #2d4673;
}
.content h2 {
  font-size: 1.750em;
  margin: 1em 0px;
  line-height: 1.200em;
  font-weight: 300;
}
.content h3 {
  font-weight: 400;
  font-size: 1.6em;
  margin: -0.3em 0px 0.8em;
  line-height: 1.200em;
  font-weight: 300;
}
.content p {
  line-height: 1.400em;
  margin-bottom: 1.4em;
  text-align: justify;
}
.content a {
  color: #404041;
  -webkit-transition: color 0.12s linear;
  -moz-transition: color 0.12s linear;
  -o-transition: color 0.12s linear;
  -ms-transition: color 0.12s linear;
  transition: color 0.12s linear;
  font-weight: 700;
}
.content a:after {
  content: ">";
  padding-left: 4px;
}
.content a:hover {
  color: #527ccc;
}
.content ul.bullets {
  margin-bottom: 1em;
}
.content ul.bullets li {
  line-height: 1.400em;
  margin-bottom: 5px;
  list-style: square;
  list-style-position: inside;
}
/* content end */
footer {
  position: relative;
  z-index: 1;
  font-size: 0.813em;
  line-height: 1.400em;
  color: #aaa;
  padding-top: 5px;
  /* logo end */
}
footer .wrap {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #343434;
}
footer a {
  color: #ddd;
}
footer a:hover {
  position: relative;
  left: 2px;
  color: #fff;
}
footer .logo {
  display: block;
  width: 64%;
}
footer .logo img {
  display: block;
  width: 100%;
}
/* footer end */
nav.main ul:after {
  content: "";
  clear: both;
  display: table;
  height: 0px;
  width: 0px;
  visibility: hidden;
  opacity: 0.0;
}
nav.main ul > li {
  float: left;
  margin-left: 34px;
}
nav.main ul > li a {
  display: block;
  color: #404041;
  font-size: 0.938em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 47px;
  -webkit-transition: color 0.12s linear;
  -moz-transition: color 0.12s linear;
  -o-transition: color 0.12s linear;
  -ms-transition: color 0.12s linear;
  transition: color 0.12s linear;
}
nav.main ul > li a:hover {
  color: #527ccc;
}
/* nav.main */
nav.sub ul {
  /* :after end */
  /* >li end */
}
nav.sub ul:after {
  content: "";
  clear: both;
  display: table;
  height: 0px;
  width: 0px;
  visibility: hidden;
  opacity: 0.0;
}
nav.sub ul > li {
  float: left;
  margin-left: 21px;
}
nav.sub ul > li a {
  display: block;
  color: #404041;
  font-weight: 400;
  -webkit-transition: color 0.12s linear;
  -moz-transition: color 0.12s linear;
  -o-transition: color 0.12s linear;
  -ms-transition: color 0.12s linear;
  transition: color 0.12s linear;
}
nav.sub ul > li a:hover {
  color: #527ccc;
}
/* nav.sub end */
#textcover {
  position: fixed;
  bottom: 0px;
  left: 50%;
  height: 128px;
  background: red;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.75)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#textcover.invisible {
  display: none;
}
#textcover .icon {
  width: 40px;
  height: 23px;
  margin: 52px auto;
  cursor: pointer;
  display: block;
  -webkit-transition: opacity 0.12s linear;
  -moz-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  -ms-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
#textcover .icon img {
  display: block;
  width: 100%;
}
#textcover .icon:hover {
  opacity: 0.8;
}
/* textcover */
nav.sitemap ul li a {
  display: inline-block;
}
/* nav.sitemap end */
.slideshow {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  overflow: hidden;
}
/* slideshow end */
.lang-item {
  display: inline-block;
  margin-left: 3px;
}
.bjqs-wrapper {
  height: 100% !important;
}
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
  height: 100% !important;
}
li.bjqs-slide {
  position: absolute;
  display: none;
  height: 100% !important;
}
li.bjqs-slide.first {
  background: transparent url('images/slider01.jpg') no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
li.bjqs-slide.second {
  background: transparent url('images/slider02.jpg') no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
li.bjqs-slide.third {
  background: transparent url('images/slider03.jpg') no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}
ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ol.bjqs-markers.h-centered {
  text-align: center;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}
/* retina images */
/* -- retina -- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* css */
  /* retina end */
}
/* responsive */
/* -- responsive -- */
@media screen and (max-width: 800px) {
  .wrap {
    /* grid end */
  }
  .wrap .grid {
    /* sidebar end */
  }
  .wrap .grid .sidebar > div:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .wrap .grid .sidebar > div:last-child {
    display: none;
  }
  .wrap .grid .thirds-footer > div {
    width: 100%;
    display: none;
  }
  .wrap .grid .thirds-footer > div:nth-child(3) {
    display: block;
  }
  /* wrap end */
}
@media screen and (max-width: 600px) {
  body {
    font-size: 90%;
  }
}

.teamTable td {
	vertical-align: top;
	padding: 5px;
}
/* -- landscape mode -- */
/* -- portrait mode -- */
/*	-- ultra high -- */
