/*=======================================================
  colors
=======================================================*/
/* white */
/* black */
/* blue */
/* gray */
/*@gray: #c4cfd6;*/
/* mobile navigation blue */
/* red */
/* path variables */
/*=======================================================
  fonts
=======================================================*/
@font-face {
  font-family: 'klavika-regular';
  src: url('Fonts/regular/klavika-regular-webfont.eot#') format('eot'), url('Fonts/regular/klavika-regular-webfont.woff') format('woff'), url('Fonts/regular/klavika-regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'klavika-light';
  src: url('Fonts/light/klavika-light-webfont.eot#') format('eot'), url('Fonts/light/klavika-light-webfont.woff') format('woff'), url('Fonts/light/klavika-light-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'klavika-medium';
  src: url('Fonts/medium/klavika-medium-webfont.eot#') format('eot'), url('Fonts/medium/klavika-medium-webfont.woff') format('woff'), url('Fonts/medium/klavika-medium-webfont.ttf') format('truetype');
}
.light {
  font-family: klavika-light;
}
.medium {
  font-family: klavika-medium;
}
.regular {
  font-family: klavika-regular;
}
/* spacing */
p {
  font-size: 20px;
  line-height: 30px;
}
/* font-size */
h1 {
  font-size: 40px;
  font-family: klavika-light;
}
h2 {
  font-size: 20px;
  font-family: klavika-light;
}
h3 {
  font-size: 16px;
  font-family: klavika-medium;
}
h4 {
  font-size: 16px;
}
b,
strong {
  font-weight: bold;
}
.borderRadius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.boxShadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.gradientBlue {
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
}
.transition {
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}
/*=======================================================
  general settings
=======================================================*/
html {
  overflow-y: scroll;
}
body {
  background: #ffffff;
  font-size: 15px;
  color: #4d535c;
  font-family: klavika-light, sans-serif;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
}
.mainContent {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
aside {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.colRight {
  width: 100%;
  height: auto;
}
.colHalf {
  width: 100%;
}
.colFull {
  width: 100%;
  line-height: 24px;
}
/* style link */
a {
  text-transform: uppercase;
  text-decoration: none;
  color: #009fe3;
}
/* full image */
.fullImage img {
  width: 100%;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
#kesearch_updating_results {
  display: none;
}
.backToList {
  display: block;
  margin: 15px 0 0;
}
.newsBackToList {
  display: block;
  padding: 10px 0;
}
/* google maps karte */
.tx-go-maps-ext p {
  font-size: 13px !important;
  line-height: 15px !important;
}
/* error message */
.typo3-messages {
  color: #ff0000;
  padding: 10px 0;
}
/* screenreader panel */
#screenreaderPanel {
  float: right;
  position: fixed;
  top: 5px;
}
.blueText {
  color: #009fe3;
}
.divider {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.divider hr {
  background-color: #009fe3;
  color: #009fe3;
  border: 0 none;
  height: 1px;
}
/*=======================================================
  short class
=======================================================*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.oh {
  overflow: hidden;
}
.pr {
  position: relative;
}
.nB {
  border: none;
}
.dn {
  display: none;
}
.db {
  display: block;
}
/*=======================================================
  grid elements
=======================================================*/
.gridElementThree .gridElementOne {
  width: 100%;
}
.gridElementThree.footerTwoSmall .gridElementOne:nth-child(2n+1) {
  width: 100%;
}
.gridElementThree.footerTwoSmall .gridElementOne:nth-child(2) {
  width: 100%;
}
.gridElementFour .gridElementOne {
  width: 100%;
}
/*=======================================================
  Button
=======================================================*/
.buttonHolder {
  text-align: center;
  padding-bottom: 45px;
}
a {
  /* button small */
}
a.button {
  display: inline-block;
  padding: 20px 40px;
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  text-align: center;
  border: 1px solid #009fe3;
}
a.buttonSmall {
  font-size: 20px;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #009fe3;
  text-transform: lowercase;
}
/*=======================================================
  sections
=======================================================*/
section {
  background: #ffffff;
  /* home flyer */
}
section.firstRow {
  /* home */
}
section.firstRow.subPage {
  overflow: hidden;
}
section.secondRow.home {
  border-bottom: 1px solid #e3e8eb;
  padding-top: 20px;
}
section.fifthRow.branchen {
  border-top: 2px solid #e3e8eb;
  border-bottom: 2px solid #e3e8eb;
  min-height: 736px;
  background: url("./Images/background/fifthrow-branche.jpg") no-repeat 0 0 #ffffff;
}
section.seventhRow.home {
  border-top: 2px solid #e3e8eb;
  border-bottom: 2px solid #e3e8eb;
  min-height: 800px;
  padding-bottom: 20px;
  background: url("./Images/background/seventhrow-home.jpg") no-repeat 0 0 #ffffff;
}
section.seventhRow.home .header {
  color: #ffffff;
  text-align: center;
  margin: 70px 0 85px;
}
section.seventhRow.home .header h1 {
  padding-bottom: 7px;
}
section.eightRow.home {
  padding-top: 70px;
}
section.tenthRow.teamAbout {
  border-top: 2px solid #e3e8eb;
  border-bottom: 2px solid #e3e8eb;
  min-height: 980px;
  background: url("./Images/background/tenthrow-team.jpg") repeat-y center 0 #ffffff;
}
section.subPage {
  padding-bottom: 35px;
}
section.home .tx-iib-publications {
  width: 100%;
}
section.home .tx-iib-publications .infoCenter .teaserText {
  width: 80%;
}
/* background contact section */
.contactNumberBackground {
  min-height: 300px;
  background: url("./Images/background/ninthrow-home.jpg") no-repeat 0 0 #ffffff;
}
/*=======================================================
  header
=======================================================*/
/* header */
header {
  width: 100%;
  clear: both;
  background: #ffffff;
  height: 60px;
  position: relative;
  padding: 5px 0;
}
header .logo {
  float: left;
  line-height: 0;
  position: relative;
  z-index: 9999;
}
header .logo a {
  display: inline-block;
}
header h1 {
  color: #9aa6af;
  text-align: left;
  font-size: 27px;
  line-height: 60px;
  font-weight: bold;
  padding-left: 20px;
}
/* country select */
.mobileCountry {
  float: right;
  margin-right: 80px;
  margin-top: 15px;
  width: 20%;
}
.mobileCountry select {
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: #009fe3;
  font-family: klavika-light;
  -webkit-appearance: button;
}
.mobileCountry select:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
/* burger icon */
.burger {
  position: absolute;
  float: right;
  padding: 10px;
  top: 4px;
  right: 10px;
  display: none;
}
.burger li {
  width: 30px;
  height: 4px;
  background-color: #009fe3;
  border-radius: 3px;
  margin: 5px 0;
}
/*=======================================================
  navigation
=======================================================*/
/* navigation */
.navigation {
  /* section */
}
.navigation .topHeader {
  /* top header link list */
  padding: 50px 0 3px;
  float: right;
  display: none;
}
.navigation .topHeader .hotline {
  font-size: 14px;
  display: block;
  float: left;
  margin-right: 10px;
  font-family: klavika-regular;
  color: #a7a7a7;
}
.navigation .topHeader ul {
  float: left;
}
.navigation .topHeader ul li {
  padding: 0 10px;
  float: left;
}
.navigation .topHeader ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #a7a7a7;
  text-transform: none;
}
.navigation .topHeader ul li select {
  font-size: 12px;
  border: 0;
}
.navigation .topHeader ul li:last-child {
  padding-right: 0;
}
.navigation .navContainer {
  /* hold Logo & nav - its 100% from window */
  width: 100%;
  background: #ffffff;
}
.navigation .navContainer .mainNavigation {
  /* hold Logo & nav - max width grid */
  clear: both;
}
.navigation .navContainer .mainNavigation .logo {
  display: none;
}
.navigation .navContainer .mainNavigation .navigationHolder {
  /* hold nav */
  background: none repeat scroll 0 0 #1d2d35;
  float: right;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 300px;
  overflow-y: auto;
  /* nav element */
  /* form */
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li {
  /* subNav */
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li a {
  font-size: 11px;
  color: #fff;
  padding: 24px 15px;
  display: block;
  text-decoration: none;
  text-transform: none;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li .levelOne {
  cursor: pointer;
  display: block;
  font-size: 11px;
  color: #fff;
  padding: 24px 15px;
  text-decoration: none;
  text-transform: none;
  background: transparent;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li .levelOne .arrow {
  background: url("./Images/icons/png/arrow-small-white-nav.png") no-repeat right 0 transparent;
  float: right;
  width: 13px;
  height: 7px;
  display: block;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li > span {
  background: #141e23;
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li > span ul {
  padding-left: 0;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li > span ul li a {
  padding-left: 33px;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li > span ul li a .arrow {
  background: url("./Images/icons/png/arrow-small-white-nav.png") no-repeat right 0 transparent;
  float: right;
  width: 13px;
  height: 7px;
  display: block;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li > span ul li span ul li a {
  padding-left: 55px;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li .subNav {
  width: 100%;
  background: #141e23;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li .subNav ul {
  padding-left: 0;
}
.navigation .navContainer .mainNavigation .navigationHolder nav ul li .subNav ul li a {
  padding-left: 33px;
}
.navigation .navContainer .mainNavigation .navigationHolder form {
  float: right;
  margin: 10px 10px 0 20px;
  padding: 7px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #171f23;
}
.navigation .navContainer .mainNavigation .navigationHolder form input {
  border: none;
  background: transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 2px 5px;
  font-family: klavika-light;
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
}
.navigation .navContainer .mainNavigation .navigationHolder form input:focus {
  color: #ffffff;
  outline: none;
}
.navigation .navContainer .mainNavigation .navigationHolder form input[type=submit] {
  cursor: pointer;
  background: url("./Images/icons/png/search-icon.png") no-repeat 0px 4px transparent;
  padding: 0 10px;
}
/*=======================================================
  slider home
=======================================================*/
.contentSlider {
  position: relative;
  /* slider Image */
  /* parallax */
}
.contentSlider .sliderItem {
  min-height: 390px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.contentSlider .sliderItem .infoContainer {
  top: 90px;
}
.contentSlider img {
  height: auto;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}
.contentSlider .infoContainer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  z-index: 999;
  overflow: hidden;
  position: relative;
  top: 0px;
  background: url("./Images/background/box_test.png") no-repeat 0 0 transparent;
  background-size: 100% 100%;
  min-height: 310px;
}
.contentSlider .infoContainer > span {
  color: #ffffff;
  font-family: klavika-light;
  display: block;
}
.contentSlider .infoContainer > span.headline {
  font-size: 30px;
  padding-bottom: 10px;
}
.contentSlider .infoContainer > span.subHeadline {
  font-size: 20px;
}
.contentSlider .infoContainer > span.text {
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0 18px 0;
  min-height: 80px;
}
.contentSlider .infoContainer > span.button {
  display: flex;
}
.contentSlider .infoContainer > span.button a {
  border: 1px solid #ffffff;
  padding: 15px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
}
.contentSlider .infoContainer .pagination {
  float: right;
  overflow: hidden;
}
.contentSlider .infoContainer .pagination > div {
  float: left;
  height: 30px;
  overflow: hidden;
  text-indent: -99999px;
  width: 16px;
  cursor: pointer;
}
.contentSlider .infoContainer .pagination > div.owl-prev {
  background: url("./Images/icons/png/arrow-prev-white.png") no-repeat 0 0 transparent;
}
.contentSlider .infoContainer .pagination > div.owl-next {
  background: url("./Images/icons/png/arrow-next-white.png") no-repeat 0 0 transparent;
}
.contentSlider .infoContainer .pagination .dots {
  display: block;
  float: left;
  overflow: hidden;
  padding: 10px 10px 0;
}
.contentSlider .infoContainer .pagination .dots > div {
  float: left;
  margin: 0 2px;
}
.contentSlider .infoContainer .pagination .dots > div span {
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 2px;
}
.contentSlider .infoContainer .pagination .dots > div.active span {
  background: #ffffff;
}
.contentSlider .parallaxImg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 28.3%;
}
/*=======================================================
  teaser boxen home
=======================================================*/
.teaserBox {
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.teaserBox h2 {
  font-family: klavika-medium;
  margin-bottom: 10px;
}
.teaserBox .image {
  display: block;
  width: 100%;
}
.teaserBox .image img {
  width: 100%;
  height: auto;
}
.teaserBox .text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
}
.teaserBox .text p {
  font-size: 16px;
  line-height: 18px;
  min-height: 38px;
}
.teaserBox .text p.contactPhone {
  color: #009fe3;
  min-height: 0;
}
.teaserBox .text a {
  line-height: 18px;
}
/*=======================================================
  intro // home
=======================================================*/
.intro {
  text-align: center;
  padding: 30px 0 5px;
  /* arrow */
}
.intro h1 {
  font-size: 30px;
  padding-bottom: 12px;
}
.intro .arrowBigBlueDown {
  display: inline-block;
  width: 42px;
  height: 23px;
  margin-top: 16px;
  background: url("./Images/icons/png/arrow-big-blue-down.png") no-repeat 0 0 transparent;
}
/*=======================================================
  support // box home
=======================================================*/
.supportHolder {
  overflow: hidden;
  padding-bottom: 20px;
}
.support {
  margin-bottom: 20px;
}
.support .image {
  display: block;
  text-align: center;
}
.support .text {
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
}
/*=======================================================
  quote // box home
=======================================================*/
.quote {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #e3e8eb;
  box-sizing: border-box;
  background: #ffffff;
}
.quote .quoteSign {
  display: block;
  width: 100%;
  height: 140px;
  float: left;
  text-align: center;
}
.quote .quoteSign > img {
  padding-top: 42px;
}
.quote .quoteText {
  display: block;
  width: 100%;
  padding-left: 3%;
  font-size: 20px;
  line-height: 30px;
}
.quote .quoteText span {
  margin-top: 16px;
  display: block;
  font-size: 16px;
  line-height: auto;
  color: #009fe3;
}
/* line */
.line {
  display: block;
  background: #ffffff;
  width: 20%;
  height: 1px;
  margin: 10px auto;
}
/*=======================================================
  info center // home
=======================================================*/
.infoCenter {
  width: 100%;
  margin: 0 auto;
}
.infoCenter h1 {
  float: left;
}
.infoCenter .buttonSmall {
  float: left;
  margin-left: 20px;
}
.infoCenter .teaserText {
  display: block;
  font-size: 20px;
  line-height: 30px;
  clear: both;
}
/* info center container with download */
.infoCenterContainer {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 0 0;
  /* .box in col half */
}
.infoCenterContainer .box {
  padding: 0 10px;
}
.infoCenterContainer .box.first {
  margin-bottom: 25px;
}
.infoCenterContainer .box .image {
  width: 100%;
  text-align: center;
  display: block;
  padding-bottom: 10px;
}
.infoCenterContainer .box .image img {
  padding: 0;
  width: auto;
}
.infoCenterContainer .box .text {
  width: 100%;
  display: block;
  text-align: center;
}
.infoCenterContainer .box .text h2 {
  font-family: klavika-regular;
  padding-bottom: 20px;
}
.infoCenterContainer .box .text > span {
  line-height: 30px;
  font-size: 20px;
}
.infoCenterContainer .box .downloadLink {
  display: block;
  clear: both;
  padding: 0 0 10px 0;
  text-align: center;
  overflow: hidden;
}
.infoCenterContainer .box .downloadLink > span {
  padding: 0;
  display: block;
  float: left;
}
.infoCenterContainer .box .downloadLink > span.image {
  width: 40px;
  padding-right: 5px;
}
.infoCenterContainer .box .downloadLink > span.image img {
  padding: 0;
}
.infoCenterContainer .box .downloadLink .downloadText {
  box-sizing: border-box;
  font-size: 14px;
  padding: 4px 0 0 0;
  width: 75%;
  color: #009fe3;
}
.infoCenterContainer .box .sbHolder {
  width: 100%;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  float: left;
  margin-bottom: 10px;
}
.infoCenterContainer .box .sbHolder a.sbToggle {
  display: block;
  border-left: 1px solid #a7a7a7;
  width: 12px;
  height: 30px;
  box-sizing: border-box;
  padding: 11px 10px;
  background: url("./Images/icons/png/arrow-sb-holder-dropdown.png") no-repeat center center transparent;
}
.infoCenterContainer .box .sbHolder a.sbSelector {
  padding: 6px 16px;
  box-sizing: border-box;
  float: none;
}
/*=======================================================
  contact // home
=======================================================*/
.contactContainer {
  padding: 50px 0;
}
.contactContainer h2 {
  font-size: 40px;
  color: #4d535c;
  margin-bottom: 20px;
}
.contactContainer > .text {
  line-height: 30px;
}
.contactContainer .text {
  font-size: 20px;
  color: #4d535c;
}
.contactContainer .contactLinks {
  padding-top: 50px;
}
.contactContainer .contactLinks span {
  display: block;
  padding: 10px 0;
}
.contactContainer .contactLinks span a {
  border: 1px solid #009fe3;
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
}
.contactNumber {
  width: 100%;
  padding-top: 75px;
  overflow: hidden;
}
.contactNumber .image {
  width: 100%;
  text-align: center;
  display: block;
}
.contactNumber .image img {
  width: 100px;
  height: 100px;
}
.contactNumber .text > span {
  display: block;
  text-align: center;
}
.contactNumber .text > span.name {
  color: #4d535c;
  font-size: 22px;
  padding-bottom: 2px;
}
.contactNumber .text > span.smallText {
  font-size: 18px;
  padding-bottom: 2px;
}
.contactNumber .text > span.number {
  font-size: 18px;
  color: #009fe3;
}
.contactNumber .text > span.email a {
  text-transform: lowercase;
}
/*=======================================================
  news container // branchen
=======================================================*/
.newsContainer {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px;
  /* box */
}
.newsContainer > h1 {
  text-align: center;
  color: #ffffff;
  margin: 10px 0 30px 0;
}
.newsContainer > h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.newsContainer .box {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 auto 5px auto;
}
.newsContainer .box.newsPrev .image {
  position: relative;
  margin-bottom: 10px;
}
.newsContainer .box.newsPrev .image .jobType {
  position: absolute;
  left: 41px;
}
.newsContainer .box.newsPrev .image .jobType.jobType0 {
  width: 82px;
  height: 40px;
  background: url("./Images/logo/invest-in-bavaria-stellenangebote.png") no-repeat 0 0 transparent;
}
.newsContainer .box.newsPrev .image .jobType.jobType1 {
  width: 182px;
  height: 32px;
  background: url("./Images/logo/bayern_international.jpg") no-repeat 0 0 transparent;
}
.newsContainer .box.newsPrev .image img {
  width: 100%;
  height: auto;
}
.newsContainer .box.newsPrev .text {
  min-height: 90px;
  line-height: 20px;
}
.newsContainer .box.newsPrev > h2 {
  min-height: 50px;
  margin-bottom: 15px;
}
.newsContainer .box.newsPrev .link {
  margin-top: 20px;
}
.lineVert {
  display: none;
  background: #ffffff;
  float: left;
  height: 272px;
  margin: 23px 10px 0;
  width: 1px;
}
/* news single item */
.news-single-item {
  /* date */
}
.news-single-item .news-single-timedata {
  color: #009fe3;
}
.news-single-item h1 {
  margin: 5px 0 20px 0;
}
.news-single-item h4 {
  margin: 5px 0;
}
/*=======================================================
  timeline events
=======================================================*/
.timeLineHolder {
  min-height: 250px;
  padding: 0 0 40px 0;
}
.timeLineHolder #timebar {
  /* ul */
  border-left: 2px solid #eaedf1;
  list-style: none outside none;
  margin-left: 50px;
}
.timeLineHolder #timebar li {
  position: relative;
  /* current */
  /* next */
}
.timeLineHolder #timebar li.current {
  min-width: 140px;
}
.timeLineHolder #timebar li .imageHolder {
  display: none;
  width: 100%;
  position: absolute;
  top: -110px;
  height: 88px;
  background: transparent;
}
.timeLineHolder #timebar li .imageHolder .image {
  text-align: center;
  background: #ffffff;
  padding: 4px;
  font-size: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.timeLineHolder #timebar li .imageHolder .arrowDown {
  display: block;
  background: url("./Images/icons/png/arrow-down-timeline.png") no-repeat center 0 transparent;
  height: 11px;
  width: 100%;
}
.timeLineHolder #timebar li .text {
  overflow: hidden;
  padding: 15px 0 15px 30px;
}
.timeLineHolder #timebar li .text span {
  font-size: 14px;
  display: block;
}
.timeLineHolder #timebar li .text span.circle {
  background: none repeat scroll 0 0 #c9cdd2;
  border: 4px solid #ffffff;
  border-radius: 50%;
  height: 6px;
  left: -7px;
  position: absolute;
  top: 46%;
  width: 6px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.timeLineHolder #timebar li .text span.date {
  margin-top: 5px;
  font-size: 16px;
}
.timeLineHolder #timebar li .text span a {
  text-decoration: none;
  color: #009fe3;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.timeLineHolder #timebar li.current .text .circle {
  background: #009fe3;
  height: 18px;
  width: 18px;
  top: 36%;
  left: -14px;
}
.timeLineHolder #timebar li.next.one .text .circle {
  background: #009fe3;
  height: 14px;
  width: 14px;
  left: -12px;
}
.timeLineHolder #timebar li.next.two .text .circle {
  background: #009fe3;
  height: 10px;
  width: 10px;
  left: -10px;
}
.timeLineHolder #timebar li.next.three .text .circle {
  background: #009fe3;
  height: 8px;
  width: 8px;
  left: -9px;
}
/*=======================================================
  image and text 50/50 container
=======================================================*/
.factsAndText {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px;
  overflow: hidden;
}
.factsAndText > div {
  width: 100%;
}
.factsAndText > div.factsBlue {
  background: #009fe3;
  color: #ffffff;
  box-sizing: border-box;
  padding: 55px 20px 45px;
  margin-right: 5px;
}
.factsAndText > div.factsBlue > span {
  display: block;
}
.factsAndText > div.factsBlue > span.number {
  font-size: 80px;
  font-family: klavika-light;
}
.factsAndText > div.factsBlue > span.text {
  font-size: 30px;
  font-family: klavika-light;
}
.factsAndText > div.factsBlue > span.since {
  font-size: 18px;
  font-family: klavika-light;
  padding-top: 30px;
}
.factsAndText > div.text {
  margin-left: 5px;
}
/*=======================================================
  percent Number
=======================================================*/
.percentNumber {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px;
}
.percentNumber .percent {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
.percentNumber .percent span {
  display: block;
}
.percentNumber .percent span.number {
  font-size: 50px;
  color: #009fe3;
}
.percentNumber .percent span.text {
  font-size: 20px;
  font-family: klavika-light;
}
/*=======================================================
  agent
=======================================================*/
.agent {
  width: 100%;
  overflow: hidden;
}
.agent ul li {
  padding: 0 5px;
  text-align: center;
}
.fullSizeText {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px;
}
.fullSizeText img {
  padding: 25px 0;
  width: 100%;
  height: auto;
}
.fullSizeText ul {
  padding-left: 18px;
}
.fullSizeText ul li {
  font-size: 20px;
  line-height: 30px;
  list-style-type: circle;
}
.fullSizeText ol {
  padding-left: 25px;
}
.fullSizeText ol li {
  font-size: 20px;
  line-height: 30px;
  list-style-type: decimal;
}
.fullSizeText .buttonHolder a {
  position: relative;
  padding: 20px 40px 20px 64px;
}
.fullSizeText .buttonHolder a .searchIcon {
  display: block;
  height: 24px;
  left: 34px;
  position: absolute;
  top: 16px;
  width: 24px;
  background: url("./Images/icons/png/search-icon-white.png") no-repeat 0 0 transparent;
}
.fullSizeText iframe {
  margin: 20px 0;
}
.fullSizeText.noScalup img {
  width: auto;
  padding: 0;
}
/*=======================================================
  header // team about
=======================================================*/
.teamAboutHeadline {
  color: #ffffff;
  max-width: 1180px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
  top: 20px;
  left: 0;
}
.teamAboutHeadline h1 {
  font-size: 30px;
}
/*=======================================================
  team row // team about
=======================================================*/
.teamRow .function {
  width: 100%;
}
.teamRow .function .circle {
  width: 140px;
  height: 140px;
  background: #009fe3;
  border-radius: 50%;
  border: 4px solid #5bc5f2;
  margin: 0 auto;
}
.teamRow .function .circle > span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-family: klavika-light;
  padding-top: 63px;
}
.teamRow .personHolder {
  width: 100%;
}
.teamRow .personHolder > div {
  width: 50%;
  float: left;
  padding: 10px 0 40px 0;
  text-align: center;
}
.teamRow .personHolder > div span {
  width: 100%;
  display: block;
  color: #4d535c;
  min-height: 30px;
}
/*=======================================================
  person // team detail
=======================================================*/
.teamDetailInfo {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #e3e8eb;
}
.teamDetailInfo .imageHolder {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.teamDetailInfo .imageHolder .image {
  width: 100%;
  display: block;
}
.teamDetailInfo .imageHolder .social {
  width: 100%;
  display: block;
}
.teamDetailInfo .imageHolder .social a > span {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.teamDetailInfo .imageHolder .social a > span.xing {
  background: url("./Images/social/xing.png") no-repeat 0 0 transparent;
}
.teamDetailInfo .imageHolder .social a > span.linkIn {
  background: url("./Images/social/linkin.png") no-repeat 0 0 transparent;
}
.teamDetailInfo .imageHolder .social a > span.vcard {
  background: url("./Images/social/vcf.png") no-repeat 0 0 transparent;
}
.teamDetailInfo .infoHolder {
  width: 100%;
  text-align: center;
}
.teamDetailInfo .infoHolder > span {
  display: block;
  padding-bottom: 10px;
  font-family: klavika-light;
  font-size: 20px;
}
.teamDetailInfo .infoHolder > span.function {
  color: #009fe3;
  font-size: 16px;
}
.teamDetailInfo .infoHolder > span.phone {
  padding-top: 20px;
}
.teamDetailInfo .infoHolder > span.phone > span {
  color: #009fe3;
}
.teamDetailInfo .infoHolder > span.eMail > span {
  color: #009fe3;
}
.teamDetailInfo .infoHolder > span.eMail a {
  text-transform: none;
}
/*=======================================================
  help // help page
=======================================================*/
.helpHolder {
  padding-top: 50px;
  width: 100%;
}
.helpHolder > div .icon {
  width: 100%;
  text-align: center;
}
.helpHolder > div .helpBlock {
  width: 100%;
}
.helpHolder > div .helpBlock .headline {
  font-size: 20px;
  padding: 42px 0 10px 0;
}
.helpHolder > div .helpBlock .headline > span {
  color: #009fe3;
}
.helpHolder > div .helpBlock .text {
  padding: 10px 0 20px 0;
}
.helpHolder > div .helpBlock .text ul {
  padding-left: 12px;
}
.helpHolder > div .helpBlock .text ul li {
  list-style: disc;
  font-size: 20px;
  line-height: 30px;
}
/*=======================================================
  BLOG
=======================================================*/
.blog-list-container {
  /* latest items */
  /**/
  /**/
}
.blog-list-container .blog-latest-items {
  margin: 0 0 20px 0;
  /* older news */
}
.blog-list-container .blog-latest-items.top {
  border-bottom: 1px solid #009fe3;
  padding-bottom: 20px;
  /* left content */
  /* right content */
}
.blog-list-container .blog-latest-items.top .left-content {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 15px;
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
  /* keyword */
}
.blog-list-container .blog-latest-items.top .left-content .blog-list-date {
  overflow: hidden;
}
.blog-list-container .blog-latest-items.top .left-content .blog-list-date > div.day {
  color: #ffffff;
  font-size: 80px;
  width: 30%;
  float: left;
}
.blog-list-container .blog-latest-items.top .left-content .blog-list-date > div.month {
  color: #ffffff;
  font-size: 20px;
  float: left;
  width: 70%;
  padding-top: 22px;
}
.blog-list-container .blog-latest-items.top .left-content .blog-list-date > div.year {
  color: #ffffff;
  font-size: 20px;
  float: right;
  width: 70%;
}
.blog-list-container .blog-latest-items.top .left-content .keywords {
  margin-top: 20px;
  color: #ffffff;
}
.blog-list-container .blog-latest-items.top .left-content .keywords h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.blog-list-container .blog-latest-items.top .left-content .keywords a {
  color: #ffffff;
  text-decoration: underline;
  line-height: 21px;
}
.blog-list-container .blog-latest-items.top .left-content .comments {
  display: block;
  margin-top: 10px;
  width: 35px;
  height: 35px;
  padding-top: 5px;
  text-align: center;
  color: #ffffff;
  background: url("./Images/icons/png/icon_kommentar.png") no-repeat 0 0 transparent;
}
.blog-list-container .blog-latest-items.top .right-content {
  width: 100%;
  float: left;
  box-sizing: border-box;
  min-height: 233px;
  background: url("./Images/icons/jpg/blog-corner.jpg") no-repeat bottom right transparent;
  /* blog list image */
  /* teaser text */
  /* more link */
}
.blog-list-container .blog-latest-items.top .right-content h3 {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 26px;
}
.blog-list-container .blog-latest-items.top .right-content .blog-list-image {
  float: left;
  margin: 4px 10px 10px 0;
  width: 100%;
}
.blog-list-container .blog-latest-items.top .right-content .blog-list-image img {
  width: 100%;
  height: auto;
}
.blog-list-container .blog-latest-items.top .right-content .source {
  float: left;
  color: #353535;
  width: 100%;
  line-height: 22px;
}
.blog-list-container .blog-latest-items.top .right-content .blog-list-short {
  float: left;
  color: #353535;
  width: 100%;
  padding-bottom: 15px;
  line-height: 22px;
}
.blog-list-container .blog-latest-items.top .right-content .blog-list-morelink {
  width: 40%;
  float: left;
}
.blog-list-container .blog-latest-items.top .right-content .blog-list-morelink a {
  border: 1px solid #009fe3;
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
  text-transform: lowercase;
}
.blog-list-container .blog-latest-items.bottom {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  /* item holder */
}
.blog-list-container .blog-latest-items.bottom .itemWrap {
  width: 100%;
  overflow: hidden;
  background: url("./Images/icons/jpg/blog-corner.jpg") no-repeat bottom right transparent;
  /* datum */
  /* image */
  /* headline */
  /* teaser text */
}
.blog-list-container .blog-latest-items.bottom .itemWrap .blog-list-date {
  margin-bottom: 10px;
}
.blog-list-container .blog-latest-items.bottom .itemWrap .previewImage {
  width: 35%;
  float: left;
  height: auto;
  padding-right: 20px;
}
.blog-list-container .blog-latest-items.bottom .itemWrap h3 {
  font-size: 21px;
  margin-bottom: 10px;
  float: left;
  width: 55%;
  min-height: 50px;
}
.blog-list-container .blog-latest-items.bottom .itemWrap .blog-list-short {
  margin-bottom: 10px;
  width: 55%;
  float: left;
  min-height: 60px;
  line-height: 22px;
}
.blog-list-container .blog-latest-items.bottom .itemWrap .blog-list-morelink {
  width: 55%;
  float: left;
}
.blog-list-container .blog-latest-items.bottom .itemWrap .blog-list-morelink a {
  border: 1px solid #009fe3;
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
  text-transform: lowercase;
}
.blog-list-container .blog-latest-items.bottom.left {
  margin-left: 0;
}
.blog-list-container .blog-latest-items.bottom.right {
  margin-right: 0;
}
.blog-list-container.top {
  margin-bottom: 40px;
}
.blog-list-container.bottom h2 {
  margin-bottom: 20px;
}
.blog-list-container .archiveItemLine {
  overflow: hidden;
}
.blog-toarchive {
  padding: 20px 0;
  overflow: hidden;
  clear: both;
}
.blog-toarchive .back-to-post-list {
  width: 100%;
  padding-bottom: 20px;
}
.blog-toarchive > a {
  width: 100%;
  display: block;
}
/*=======================================================
  Blog Detail
=======================================================*/
.post-content .left-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 15px;
  margin-bottom: 15px;
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
  /* keyword */
}
.post-content .left-content .blog-list-date {
  overflow: hidden;
}
.post-content .left-content .blog-list-date > div.day {
  color: #ffffff;
  font-size: 80px;
  width: 100%;
  float: left;
}
.post-content .left-content .blog-list-date > div.month {
  color: #ffffff;
  font-size: 20px;
  float: left;
  width: 100%;
  padding-top: 22px;
}
.post-content .left-content .blog-list-date > div.year {
  color: #ffffff;
  font-size: 20px;
  float: right;
  width: 100%;
}
.post-content .left-content .keywords {
  margin-top: 20px;
  color: #ffffff;
}
.post-content .left-content .keywords h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.post-content .left-content .keywords a {
  color: #ffffff;
  text-decoration: underline;
  line-height: 21px;
}
.post-content .left-content .comments {
  display: none;
}
.post-content .right-content {
  width: 100%;
  /* blog images */
}
.post-content .right-content h1 {
  margin-bottom: 15px;
  color: #009fe3;
}
.post-content .right-content .post-subheader {
  line-height: 30px;
  color: #a7a7a7;
}
.post-content .right-content .post-image {
  margin: 15px 0;
}
.post-content .right-content .post-image img {
  width: 100%;
  height: auto;
}
.post-content .right-content .imageCount1 .post-image {
  width: 100%;
}
.post-content .right-content .imageCount1 .post-image img {
  height: auto;
  max-height: 450px;
  width: auto;
}
.post-content .right-content .imageCount2 .post-image {
  width: 100%;
}
.post-content .right-content .imageCount3 .post-image {
  width: 100%;
}
.contact-info {
  overflow: hidden;
  margin-top: 20px;
}
.contact-info .author {
  margin-bottom: 25px;
  overflow: hidden;
}
.contact-info .author img {
  float: left;
  margin-right: 10px;
}
.contact-info .author h2,
.contact-info .author b,
.contact-info .author div {
  float: left;
  width: 60%;
}
.contact-info .author h2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-info .author .contact-posts-link {
  margin-top: 10px;
}
/*=======================================================
  Blog Comments
=======================================================*/
.post-comments {
  margin-top: 60px;
  /* comment */
  /* blog form */
}
.post-comments .blog-comments-headline {
  color: #008ecc;
  font-size: 26px;
  margin-bottom: 15px;
}
.post-comments .blog-comment {
  width: 100%;
  padding: 10px 0;
}
.post-comments .blog-comment .blog-comment-header {
  color: #009fe3;
  border-bottom: 1px solid #e3e8eb;
  padding-bottom: 5px;
}
.post-comments .blog-comment .blog-comment-text {
  padding-top: 8px;
}
.post-comments .blog-comment-no-entry {
  margin: 10px 0;
}
.post-comments .blog-comments-form {
  background: none repeat scroll 0 0 #009fe3;
  box-sizing: border-box;
  margin-bottom: 45px;
  padding: 15px;
}
.post-comments .blog-comments-form .blog-comments-form-headline {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}
.post-comments .blog-comments-form form > div {
  width: 100%;
}
.post-comments .blog-comments-form form > div > div {
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
  overflow: hidden;
}
.post-comments .blog-comments-form form > div > div span {
  display: block;
  float: left;
}
.post-comments .blog-comments-form form > div > div span.commentLabel {
  box-sizing: border-box;
  padding: 7px 15px 7px 0;
  width: 100%;
}
.post-comments .blog-comments-form form > div > div span.commentLabel label {
  color: #ffffff;
}
.post-comments .blog-comments-form form > div > div span.commentInput {
  width: 100%;
  float: left;
}
.post-comments .blog-comments-form form > div > div span.commentInput.submit {
  width: 100%;
}
.post-comments .blog-comments-form form > div > div span input,
.post-comments .blog-comments-form form > div > div span textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #009fe3;
}
.post-comments .blog-comments-form form > div > div span input[type="submit"] {
  width: auto;
  float: right;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
  text-transform: lowercase;
  cursor: pointer;
}
.post-comments .blog-comments-form form > div > div.phone {
  display: none;
}
.back-to-post-list {
  padding-top: 20px;
}
/*=======================================================
  Events
=======================================================*/
.seperator {
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
}
.seperator hr {
  background-color: #a7a7a7;
  border: 0 none;
  color: #a7a7a7;
  height: 1px;
}
.filter form > span {
  display: block;
  width: 100%;
  clear: both;
}
.filter form > span label {
  box-sizing: border-box;
  padding: 7px 0 5px 0;
  width: 100%;
  float: left;
}
.filter form > span .sbHolder {
  width: 100%;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  float: left;
}
.filter form > span .sbHolder a.sbToggle {
  display: block;
  border-left: 1px solid #a7a7a7;
  width: 12px;
  height: 30px;
  box-sizing: border-box;
  padding: 11px 10px;
  background: url("./Images/icons/png/arrow-sb-holder-dropdown.png") no-repeat center center transparent;
}
.filter form > span .sbHolder a.sbSelector {
  padding: 6px 16px;
  box-sizing: border-box;
  float: none;
}
.filter form > span.events-iib label {
  width: 50%;
}
.filter form > span.events-iib input[type="checkbox"] {
  margin-top: 8px;
}
/* event list */
#tx_iibevents {
  clear: both;
  width: 100%;
}
#tx_iibevents .seperator hr {
  background-color: #009fe3;
  color: #009fe3;
}
/* event item */
.eventItem > span {
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}
.eventItem > span.city {
  color: #009fe3;
  padding-bottom: 15px;
}
.eventItem > span.date {
  padding-bottom: 10px;
}
.eventItem > span.description > span {
  display: block;
  line-height: 24px;
}
.eventItem > span.description > span.title {
  padding-bottom: 5px;
}
.eventItem .blog-list-morelink {
  border: 1px solid #009fe3;
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
  margin-top: 15px;
  text-transform: lowercase;
}
/*=======================================================
  Events Detail
=======================================================*/
.eventDetail {
  width: 80%;
  margin: 0 auto;
}
.eventDetail > span {
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}
.eventDetail > span.teaser {
  line-height: 30px;
}
.eventDetail > span.city {
  color: #009fe3;
  padding-bottom: 15px;
}
.eventDetail > span.date {
  padding-bottom: 10px;
}
.eventDetail > span.description > span {
  display: block;
  line-height: 24px;
}
.eventDetail > span.description > span.title {
  padding-bottom: 5px;
}
.eventDetail .short_desc {
  padding: 15px 0;
}
.eventDetail .ical {
  background: url("./Images/icons/png/icf-icon.png") no-repeat 0 0 transparent;
  padding: 10px 0 20px 50px;
  margin: 15px 0;
  border-bottom: 1px solid #009fe3;
}
.eventDetail .ical a {
  font-size: 14px;
}
.eventDetail .back {
  font-size: 14px;
  padding: 20px 0;
}
/*=======================================================
  mediathek
=======================================================*/
.tx-iib-gallery {
  clear: both;
  overflow: hidden;
}
.tx-iib-gallery .parent-container .images {
  width: 20%;
  float: left;
  margin: 10px 0;
}
.tx-iib-gallery .parent-container .images a {
  display: block;
}
.album {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  background: #ffffff;
}
.album .album-inner {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e3e8eb;
  min-height: 450px;
  /* teaser image */
}
.album .album-inner h2 {
  min-height: 45px;
}
.album .album-inner .teaserpic img {
  width: 100%;
  height: auto;
}
.teaserLink {
  padding-top: 15px;
  display: block;
}
/*=======================================================
  publications
=======================================================*/
.tx-iib-publications .colHalf {
  padding: 20px 0;
  border-bottom: 1px solid #a7a7a7;
}
/*=======================================================
  news list container
=======================================================*/
.news-list-container {
  width: 100%;
  margin: 0 auto;
}
.news-list-container .news-list-item {
  padding: 30px 0;
  font-size: 20px;
  border-bottom: 1px solid #009fe3;
}
.news-list-container .news-list-item .news-list-date {
  color: #009fe3;
  padding-bottom: 10px;
}
.news-list-container .news-list-item h3 {
  padding-bottom: 10px;
  font-size: 20px;
}
.news-list-container .news-list-item h3 a {
  color: #4d535c;
  font-size: 17px;
}
.news-list-container .news-list-item .news-list-short {
  line-height: 24px;
}
.news-list-container .news-list-item .news-list-morelink {
  padding-top: 25px;
}
.news-list-container .news-list-item .news-list-morelink a {
  border: 1px solid #009fe3;
  display: inline-block;
  font-size: 20px;
  padding: 5px 20px;
  text-transform: lowercase;
}
.news-list-container .news-list-browse .tx-ttnews-browsebox > p {
  width: 30%;
  float: left;
}
.news-list-container .news-list-browse .tx-ttnews-browsebox .tx-ttnews-browsebox-SCell {
  font-family: klavika-medium;
}
/*=======================================================
  tx iibevents
=======================================================*/
/*=======================================================
  contact page
=======================================================*/
.tx-iib-contact > h2 {
  font-size: 30px;
  padding: 50px 0 20px 0;
}
.tx-iib-contact form {
  /* error */
}
.tx-iib-contact form > div {
  /* branch */
  /**/
  /* message */
}
.tx-iib-contact form > div.salutation {
  width: 100%;
  padding: 0 0 20px 0;
}
.tx-iib-contact form > div.branch {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.tx-iib-contact form > div.branch .branchesText {
  margin-bottom: 10px;
}
.tx-iib-contact form > div.form {
  box-sizing: border-box;
}
.tx-iib-contact form > div.form.left {
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
  clear: both;
}
.tx-iib-contact form > div.form.right {
  width: 50%;
  float: left;
  padding: 0 0 0 10px;
}
.tx-iib-contact form > div.form .block {
  width: 100%;
  padding: 10px 0;
}
.tx-iib-contact form > div.form .block label {
  width: 100%;
  box-sizing: border-box;
}
.tx-iib-contact form > div.form .block select {
  width: 100%;
  margin-top: 5px;
}
.tx-iib-contact form > div.form .block input {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 5px;
  border: none;
  background: #a7a7a7;
  margin-top: 5px;
}
.tx-iib-contact form > div.form .block input.error {
  margin-bottom: 5px;
  border: 1px solid #ff0000;
}
.tx-iib-contact form > div.form .block .sbHolder {
  margin-top: 5px;
  float: none;
  display: inline-block;
}
.tx-iib-contact form > div.block-message {
  clear: both;
  width: 100%;
  padding-top: 10px;
}
.tx-iib-contact form > div.block-message label {
  width: 100%;
  box-sizing: border-box;
}
.tx-iib-contact form > div.block-message textarea {
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 11px 5px;
  border: none;
  background: #a7a7a7;
  margin-top: 5px;
}
.tx-iib-contact form > div.block-message textarea.error {
  margin-bottom: 5px;
  border: 1px solid #ff0000;
}
.tx-iib-contact form > div.submit {
  width: 100%;
  padding: 10px 0;
}
.tx-iib-contact form > div.submit .mandatoryHint {
  padding: 0 0 10px 0;
}
.tx-iib-contact form > div.submit .submitContainer {
  text-align: right;
}
.tx-iib-contact form > div.submit .submitContainer input {
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
  border: 1px solid #009fe3;
  color: #ffffff;
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.tx-iib-contact form label {
  width: 100%;
  box-sizing: border-box;
}
.tx-iib-contact form label.error {
  color: #ff0000;
}
.tx-iib-contact .sbHolder {
  width: 100%;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  float: left;
}
.tx-iib-contact .sbHolder a.sbToggle {
  display: block;
  border-left: 1px solid #a7a7a7;
  width: 12px;
  height: 30px;
  box-sizing: border-box;
  padding: 11px 10px;
  background: url("./Images/icons/png/arrow-sb-holder-dropdown.png") no-repeat center center transparent;
}
.tx-iib-contact .sbHolder a.sbToggle:hover {
  background: url("./Images/icons/png/arrow-sb-holder-dropdown.png") no-repeat center center transparent;
}
.tx-iib-contact .sbHolder a.sbSelector {
  padding: 6px 16px;
  box-sizing: border-box;
}
.tx-iib-contact .sbHolder .sbOptions {
  width: 100%;
}
/*=======================================================
  search
=======================================================*/
.tx-kesearch-pi1 {
  width: 100%;
  margin: 0 auto;
  /* filter */
  /* search result number */
  /* search result container */
  /* paginator */
}
.tx-kesearch-pi1 #kesearch_filters {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.tx-kesearch-pi1 #kesearch_filters .sbHolder {
  width: 100%;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  float: left;
}
.tx-kesearch-pi1 #kesearch_filters .sbHolder a.sbToggle {
  display: block;
  border-left: 1px solid #a7a7a7;
  width: 12px;
  height: 30px;
  box-sizing: border-box;
  padding: 11px 10px;
  background: url("./Images/icons/png/arrow-sb-holder-dropdown.png") no-repeat center center transparent;
}
.tx-kesearch-pi1 #kesearch_filters .sbHolder a.sbSelector {
  padding: 6px 16px;
  box-sizing: border-box;
  color: #009fe3;
  float: none;
}
.tx-kesearch-pi1 .resetbutt {
  display: block;
  padding: 20px 10px;
  width: 100%;
}
.tx-kesearch-pi1 .submitbutt {
  display: none;
}
.tx-kesearch-pi1 #kesearch_num_results {
  font-size: 24px;
  padding: 10px 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
  padding: 10px 0;
  line-height: 18px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .clearer {
  display: block;
  line-height: 5px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #009fe3;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
  padding: 10px 0;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .result_txt {
  padding-bottom: 10px;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser a {
  padding: 0 5px;
  display: inline-block;
}
/*=======================================================
  Social Sharing
=======================================================*/
#socialsharing {
  padding: 20px 0;
}
#socialsharing ul li {
  float: none;
  margin: 10px 0;
  width: 100%;
}
/*=======================================================
  Log In
=======================================================*/
.tx-felogin-pi1 > h3 {
  text-align: center;
  padding-bottom: 5px;
}
.tx-felogin-pi1 > div {
  text-align: center;
}
.tx-felogin-pi1 form {
  margin-top: 20px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box;
  padding: 10px;
}
.tx-felogin-pi1 form legend {
  font-family: klavika-medium;
  padding-bottom: 5px;
}
.tx-felogin-pi1 form div {
  padding: 5px 0;
}
.tx-felogin-pi1 form div:nth-child(4) {
  text-align: center;
}
.tx-felogin-pi1 form div label {
  width: 50%;
  float: left;
}
.tx-felogin-pi1 form div input {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 5px;
}
.tx-felogin-pi1 form div input[type="submit"] {
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #009fe3;
  color: #ffffff;
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
}
/*=======================================================
  download page // logged in
=======================================================*/
ul.csc-uploads {
  padding: 0;
  margin: 25px 0;
}
ul.csc-uploads li {
  line-height: inherit;
  margin: 5px 0;
}
ul.csc-uploads li a {
  text-decoration: none;
  float: left;
  padding-right: 10px;
}
ul.csc-uploads li span {
  display: inline-block;
  width: 80%;
}
ul.csc-uploads li span.csc-uploads-fileName {
  text-decoration: none;
}
ul.csc-uploads img {
  width: auto;
  padding: 0;
  float: none;
}
.fullSizeText .csc-uploads {
  padding: 0;
}
.fullSizeText .csc-uploads li {
  line-height: inherit;
}
.fullSizeText .csc-uploads li a {
  text-decoration: none;
}
.fullSizeText .tx-iib-publications {
  width: 100%;
}
/*=======================================================
  news archiv
=======================================================*/
.news-amenu-container {
  overflow: hidden;
  padding-bottom: 50px;
  width: 100%;
}
.news-amenu-container ul li {
  padding: 5px 0;
}
.news-amenu-container ul li.news-amenu-item-year {
  width: 100%;
}
/*=======================================================
  publikationen/newsletter
=======================================================*/
.cleverReachForm {
  width: 100%;
}
.cleverReachForm form {
  padding: 20px 0 0 0;
}
.cleverReachForm form input[type=text] {
  background-color: #ffffff;
  color: #36444e;
  font-size: 16px;
  border-left: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  border-right: 0;
  padding: 10px 0 10px 10px;
  font-family: klavika-regular;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
  outline: none;
  height: 43px;
}
.cleverReachForm form input[type=submit] {
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  font-size: 16px;
  border: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  border-radius: 0;
  font-family: klavika-regular;
  outline: none;
  height: 43px;
}
.cleverReachForm form .editable_content {
  width: 100%;
  overflow: hidden;
}
.cleverReachForm form .editable_content .musthave {
  width: 60%;
  float: left;
}
.cleverReachForm form .editable_content .submit_container {
  width: 40%;
  float: left;
}
.landingpage .intro h1 {
  font-size: 30px;
  text-align: left;
  line-height: 38px;
  color: #a7a7a7;
}
.landingpage .intro h1.center {
  text-align: center;
}

.landingpage .fullSizeText h2 {
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
}
.landingpage.teasers {
  min-height: 541px;
  padding: 0;
  background: url("./Images/landingpage/bg_teaser.jpg") no-repeat center top transparent;
}
.landingpage.teasers .newsContainer {
  padding-top: 60px;
}
.landingpage.teasers .newsContainer .newsPrev {
  min-height: 449px;
}
.landingpage.teasers .newsContainer .newsPrev h2 {
  min-height: 0;
}
.landingpage.teasers .newsContainer .newsPrev .downloadLink .image img {
  width: auto;
}
.landingpage.teasers .newsContainer .newsPrev .ib_video {
  margin-bottom: 10px;
}
.landingpage.teasers .newsContainer .newsPrev .downloadLink {
  width: 100%;
  display: block;
  padding: 5px 0;
  overflow: hidden;
}
.landingpage.teasers .newsContainer .newsPrev .downloadLink .image {
  margin: 0;
  float: left;
}
.landingpage.teasers .newsContainer .newsPrev .downloadLink a {
  display: inline-block;
  padding: 12px 0 0 10px;
}
.landingpage .teamDetailInfo {
  border-bottom: 0 none;
}
/*=======================================================
  footer
=======================================================*/
footer {
  background: #36444e;
  padding-top: 36px;
  /* landingpage */
}
footer .mainContent {
  min-height: 684px;
  /* grid element one logo + text */
  /* grid element one hotline */
  /* grid element one newsletter + form */
}
footer .mainContent .bavaria {
  margin-top: 10px;
}
footer .mainContent .bavaria .image {
  float: left;
  margin-left: 8px;
}
footer .mainContent .bavaria .image img {
  width: 100%;
  max-width: 340px;
}
footer .mainContent .bavaria .text {
  color: #ffffff;
  font-size: 14px;
  text-transform: lowercase;
  display: inline-block;
  padding: 7px 0 0 10px;
}
footer .mainContent .bavaria .text span {
  display: block;
}
footer .mainContent .hotline .text {
  font-size: 18px;
  color: #ffffff;
}
footer .mainContent .hotline .number {
  font-size: 28px;
  color: #ffffff;
  display: block;
  margin-top: 18px;
}
footer .mainContent .hotline .number .phoneLink {
  color: #ffffff;
}
footer .mainContent .newsletter .text {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
}
footer .mainContent .newsletter form input[type=text] {
  background-color: #ffffff;
  color: #36444e;
  font-size: 16px;
  border: 0;
  padding: 10px 0 10px 10px;
  font-family: klavika-regular;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
  outline: none;
  height: 43px;
}
footer .mainContent .newsletter form input[type=submit] {
  background: #5bc5f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5f2), color-stop(100%, #009fe3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bc5f2 0%, #009fe3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bc5f2 0%, #009fe3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc5f2', endColorstr='#009fe3', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  font-size: 16px;
  border: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  border-radius: 0;
  font-family: klavika-regular;
  outline: none;
  height: 43px;
}
footer .mainContent .newsletter form .editable_content {
  width: 100%;
  overflow: hidden;
}
footer .mainContent .newsletter form .editable_content .musthave {
  width: 60%;
  float: left;
}
footer .mainContent .newsletter form .editable_content .submit_container {
  width: 40%;
  float: left;
}
footer .mainContent .line {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  margin: 38px auto;
  opacity: 0.1;
}
footer .mainContent .footerHeadline {
  font-size: 18px;
  color: #ffffff;
}
footer .mainContent .headlines .headline {
  margin: 30px 0px 10px 0px;
  color: #ffffff;
  font-size: 16px;
  display: block;
  font-family: klavika-medium;
  opacity: 1;
  text-transform: uppercase;
}
footer .mainContent .headlines > a {
  color: #ffffff;
  display: block;
  font-family: klavika-light;
  margin-top: 5px;
  opacity: 0.5;
}
footer .footerBG {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
footer .footerBG .footerContent {
  max-width: 1180px;
  margin: 0 auto;
}
footer .footerBG .footerContent .text {
  color: #ffffff;
  font-size: 14px;
  font-family: klavika-light;
  display: block;
  padding-bottom: 5px;
}
footer .footerBG .footerContent .networkText {
  color: #ffffff;
  font-size: 16px;
  font-family: klavika-light;
  display: block;
  padding-bottom: 10px;
}
footer .footerBG .footerContent .social {
  display: block;
  overflow: hidden;
  clear: both;
}
footer .footerBG .footerContent .social li {
  float: left;
}
footer .footerBG .footerContent .social li a {
  height: 48px;
  width: 48px;
  display: block;
}
footer .footerBG .footerContent .social li a.kununu {
  background-image: url("./Images/icons/jpg/kununu.jpg");
}
footer .footerBG .footerContent .social li a.kununu:hover {
  background-image: url("./Images/icons/jpg/kununu.jpg");
}
footer .footerBG .footerContent .social li a.googleplus {
  background-image: url("./Images/icons/jpg/googleplus.jpg");
}
footer .footerBG .footerContent .social li a.googleplus:hover {
  background-image: url("./Images/icons/jpg/googleplus.jpg");
}
footer .footerBG .footerContent .social li a.linkedin {
  background-image: url("./Images/icons/jpg/linkedin.jpg");
}
footer .footerBG .footerContent .social li a.linkedin:hover {
  background-image: url("./Images/icons/jpg/linkedin.jpg");
}
footer .footerBG .footerContent .social li a.twitter {
  background-image: url("./Images/icons/jpg/twitter.jpg");
}
footer .footerBG .footerContent .social li a.twitter:hover {
  background-image: url("./Images/icons/jpg/twitter.jpg");
}
footer .footerBG .footerContent .social li a.facebook {
  background-image: url("./Images/icons/jpg/facebook.jpg");
}
footer .footerBG .footerContent .social li a.facebook:hover {
  background-image: url("./Images/icons/jpg/facebook.jpg");
}
footer .footerBG .footerContent .social li a.xing {
  background-image: url("./Images/icons/jpg/xing.jpg");
}
footer .footerBG .footerContent .social li a.xing:hover {
  background-image: url("./Images/icons/jpg/xing.jpg");
}
footer .footerBG .footerContent .social li a.youtube {
  background-image: url("./Images/icons/jpg/youtube.jpg");
}
footer .footerBG .footerContent .social li a.youtube:hover {
  background-image: url("./Images/icons/jpg/youtube.jpg");
}
footer .footerBG .footerContent .social li a.rss {
  background-image: url("./Images/icons/jpg/rss.jpg");
}
footer .footerBG .footerContent .social li a.rss:hover {
  background-image: url("./Images/icons/jpg/rss.jpg");
}
footer .footerBG .footerContent .social li a.slideshare {
  background-image: url("./Images/icons/jpg/slideshare.jpg");
}
footer .footerBG .footerContent .social li a.slideshare:hover {
  background-image: url("./Images/icons/jpg/slideshare.jpg");
}
footer.landingpage .mainContent {
  min-height: 0;
  padding-bottom: 40px;
}
footer.landingpage .footerBG .footerContent .text {
  width: 100%;
}
footer.landingpage .footerBG .footerContent .networkText {
  margin: 0 0 0 0;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: right;
}
footer.landingpage .footerBG .footerContent .social {
  width: 100%;
  margin: 0 0 0 0;
}
.sbHolder {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}
.sbHolder .sbToggle {
  /* toggle arrow */
  background: url("./Images/icons/png/select-icons.png") 0 -124px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  float: right;
  width: 30px;
}
.sbHolder .sbToggle:hover {
  background: url("./Images//icons/png/select-icons.png") 0 -124px no-repeat;
}
.sbHolder .sbToggle.sbToggleOpen {
  background: url("./Images/icons/png/select-icons.png") 0 -124px no-repeat;
}
.sbHolder .sbToggle.sbToggleOpen:hover {
  background: url("./Images/icons/png/select-icons.png") 0 -124px no-repeat;
}
.sbHolder .sbSelector {
  /* visible font */
  display: block;
  outline: none;
  overflow: hidden;
  padding-top: 1px;
  line-height: normal;
  float: left;
  font-family: klavika-light;
}
.sbHolder .sbSelector:link,
.sbHolder .sbSelector:visited,
.sbHolder .sbSelector:hover {
  color: #009fe3;
  outline: none;
  text-decoration: none;
}
.sbHolder .sbOptions {
  /* ul */
  background: #FFFFFF;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.sbHolder .sbOptions li {
  padding: 0 7px;
  float: none !important;
}
.sbHolder .sbOptions li a {
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
  font-family: klavika-light;
}
.sbHolder .sbOptions li a:link,
.sbHolder .sbOptions li a:visited {
  color: #009fe3;
  text-decoration: none;
}
.sbHolder .sbOptions li a:hover,
.sbHolder .sbOptions li a:focus {
  color: #009fe3;
}
.sbHolder .sbOptions li.last a {
  border-bottom: none;
}
.sbHolder .sbOptions .sbDisabled {
  border-bottom: dotted 1px #009fe3;
  color: #009fe3;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbHolder .sbOptions .sbGroup {
  border-bottom: dotted 1px #009fe3;
  color: #009fe3;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbHolder .sbOptions .sbSub {
  padding-left: 17px;
}
.sbHolderDisabled {
  background-color: #009fe3;
  border: solid 1px #009fe3;
}
/*=======================================================
  contrast
=======================================================*/
.contrast {
  color: #000000;
  /* sections */
  /* nav */
  /* info container */
  /* intro */
  /* quote */
  /* info center container */
  /* contact */
  /* timeline */
  /* team About */
  /* percent number */
  /* news container */
  /* Blog */
  /* blog kommentar */
  /* filter */
  /* events */
  /* news list */
  /* footer */
}
.contrast a {
  color: #000000;
  text-decoration: underline;
}
.contrast a.button {
  background: #000000;
}
.contrast a.button.spezial {
  color: #ffffff;
}
.contrast a.buttonSmall {
  border: 1px solid #000000;
  color: #000000;
}
.contrast section.seventhRow.home .header {
  background: #000000;
  padding: 10px 0;
}
.contrast .navigation {
  /* top header nav */
  /* main nav */
}
.contrast .navigation .topHeader .hotline {
  color: #000000;
}
.contrast .navigation .topHeader ul li a {
  color: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder {
  /* search */
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li a {
  color: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li > .levelOne {
  color: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li > .levelOne.active {
  border-bottom: 1px solid #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li .subNav {
  background-color: #ffffff;
  border: 1px solid black;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li.smallM > span ul {
  border: 1px solid black;
  background-color: #ffffff;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li.smallM > span ul li a {
  color: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li:hover .levelOne {
  border-bottom: 1px solid #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li:hover > span li:hover a {
  background: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li:hover > span li:hover span ul li a {
  background: transparent;
  color: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder nav ul li:hover > span li:hover ul li:hover a {
  background: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder form {
  border: 1px solid #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder form input {
  color: #000000;
}
.contrast .navigation .navContainer .mainNavigation .navigationHolder form input[type="submit"] {
  background: url("./Images/icons/png/search-icon-contrast.png") no-repeat 0px 4px transparent;
}
.contrast .contentSlider .infoContainer {
  background: #000000;
}
.contrast .intro .arrowBigBlueDown {
  background: url("./Images/icons/png/arrow-big-blue-down-contrast.png") no-repeat 0 0 transparent;
}
.contrast .quote .quoteText span {
  color: #000000;
}
.contrast .infoCenterContainer .box .downloadLink .downloadText {
  color: #000000;
  text-decoration: underline;
}
.contrast .contactNumber .text > span.number {
  color: #000000;
}
.contrast .timeLineHolder #timebar li .text span a {
  color: #000000;
  text-decoration: underline;
}
.contrast .teamAboutHeadline {
  background: #000000;
  padding: 10px 0;
}
.contrast .teamRow .function .circle {
  background: #000000;
}
.contrast .teamRow .function .circle span {
  color: #ffffff;
}
.contrast .percentNumber .percent span.number {
  color: #000000;
}
.contrast .newsContainer > h1 {
  background: #000000;
}
.contrast .newsContainer > h2 {
  background: #000000;
}
.contrast .blog-list-container .blog-latest-items.top .left-content {
  background: #000000;
}
.contrast .post-content .left-content {
  background: #000000;
}
.contrast .post-content .right-content h1 {
  color: #000000;
}
.contrast .post-comments .blog-comments-form {
  background: #000000;
}
.contrast .filter form > span .sbHolder {
  border: 1px solid #000000;
}
.contrast .filter form > span .sbHolder a {
  color: #000000;
}
.contrast .eventItem > span.city {
  color: #000000;
}
.contrast .eventDetail > span.city {
  color: #000000;
}
.contrast .news-list-container .news-list-item .news-list-date {
  color: #000000;
}
.contrast footer {
  background: #000000;
}
.contrast footer .footerBG {
  background: #000000;
}
.contrast footer .mainContent .headlines > a {
  opacity: 1;
}
.contrast footer .mainContent .newsletter form input[type="submit"] {
  background: none repeat scroll 0 0 #ffffff;
  border-left: 1px solid #000000;
  color: #000000;
}
