/*=======================================================
  colors
=======================================================*/
/* primär */
/* sekundär */
/* KA - Color CI */
/* Gray */
/* Light Colors */
/* Blue */
/* Orange */
/* Yellow */
/* Green */
/* path variables */
/* box shadow */
/* shadow inset */
.boxShadowInset {
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
}
/* transition */
.transition {
  -webkit-transition: all 500ms ease-in-out;
  /* Firefox */
  -moz-transition: all 500ms ease-in-out;
  /* WebKit */
  -o-transition: all 500ms ease-in-out;
  /* Opera */
  transition: all 500ms ease-in-out;
  /* Standard */
}
.transitionNone {
  -webkit-transition: none;
  /* Firefox */
  -moz-transition: none;
  /* WebKit */
  -o-transition: none;
  /* Opera */
  transition: none;
  /* Standard */
}
.transform {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.transformTwo {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.transformThree {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
.transformFour {
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
  transform: rotate(255deg);
}
.slideDown {
  -webkit-transition: height 500ms linear;
  -moz-transition: height 500ms linear;
  -ms-transition: height 500ms linear;
  -o-transition: height 500ms linear;
  transition: height 500ms linear;
}
.bgCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.transitionColor {
  -webkit-transition: color 500ms ease-in-out;
  /* Firefox */
  -moz-transition: color 500ms ease-in-out;
  /* WebKit */
  -o-transition: color 500ms ease-in-out;
  /* Opera */
  transition: color 500ms ease-in-out;
  /* Standard */
}
.cssArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0;
  border-color: #000000 transparent transparent transparent;
}
/*=======================================================
  short class
=======================================================*/
.clear {
  clear: both;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.visuallyhidden {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*=======================================================
  Content / Head Image / Fullsize Image
=======================================================*/
.headImage {
  min-height: 480px;
}
.logo.mobile {
  width: 25%;
}
/*=======================================================
  slider
=======================================================*/
.slider .projectSlider {
  width: 90%;
}
.slider .projectSlider .owl-stage .item {
  width: 90%;
}
.slider .projectSlider .owl-stage .item .teaserBox .description h2,
.slider .projectSlider .owl-stage .item .teaserBox .description p {
  font-size: 15px;
  line-height: 20px;
}
.slider .pages {
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0 0;
  box-sizing: border-box;
  position: relative;
}
.slider .pages > div {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.slider .pages a.moreLink.staff {
  margin: 0 6.5% 0 0;
}
/*=======================================================
  general settings
=======================================================*/
aside {
  width: 25%;
  float: left;
}
.columnRight {
  width: 75%;
  float: left;
}
.leftColumn {
  width: 66%;
  float: left;
}
.rightColumn {
  width: 33%;
  float: right;
  padding-left: 20px;
}
/*=======================================================
  grid layout
=======================================================*/
.grid {
  padding-left: 15px;
  padding-right: 15px;
}
.gridBox .box {
  padding: 0 10px;
}
.gridBox .box.box1of1 {
  width: 100%;
}
.gridBox .box.box1of2 {
  width: 50%;
  float: left;
}
.gridBox .box.box2of2 {
  width: 100%;
}
.gridBox .box.box1of3 {
  width: 33.3333%;
  float: left;
}
.gridBox .box.box2of3 {
  width: 66.6666%;
  float: left;
}
.gridBox .box.box3of3 {
  width: 100%;
}
.gridBox .box.box1of4 {
  width: 25%;
  float: left;
}
.gridBox .box.box2of4 {
  width: 50%;
  float: left;
}
.gridBox .box.box3of4 {
  width: 75%;
  float: left;
}
.gridBox .box.box4of4 {
  width: 100%;
  float: left;
}
.gridBox .box.box1of5 {
  width: 20%;
  float: left;
}
.gridBox .box.box2of5 {
  width: 40%;
  float: left;
}
.gridBox .box.box3of5 {
  width: 60%;
  float: left;
}
.gridBox .box.box4of5 {
  width: 80%;
  float: left;
}
.gridBox .box.box5of5 {
  width: 100%;
  float: left;
}
/*=======================================================
  Global Classes & Styles
=======================================================*/
.place {
  padding: 50px 0;
  box-sizing: border-box;
}
.place.breadcrumbOnly {
  padding: 50px 0 0;
}
/*=======================================================
  Header / Language Switcher
=======================================================*/
.langSwitcher {
  width: 55%;
}
/*=======================================================
  Content / Welcome Section
=======================================================*/
.questionBox {
  margin: 0;
}
/*=======================================================
  News / Press
=======================================================*/
.news .article .news-img-wrap {
  width: 28%;
  float: left;
  margin: 0 2% 0 0;
}
.news .article .news-img-wrap span.no-media-element img {
  width: auto;
  margin: 0;
}
.news .article .teaser-text {
  width: 70%;
  float: left;
}
.news.news-single .news-img-wrap {
  margin: 15px 0;
}
.page-navigation > p {
  float: left;
}
.page-navigation ul {
  float: right;
}
.page-navigation ul li {
  margin: 0 0 0 10px;
}
.pages_total .result_txt {
  float: left;
}
.pages_total ul {
  float: right;
}
.pages_total ul li {
  margin: 0;
}
.pages_total ul li a {
  margin: 0 0 0 10px;
}
/*=======================================================
  Content / Counter * Numbersbox
=======================================================*/
.blueBackground {
  padding: 25px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blueBackground .number {
  margin: 0;
  font-size: 45px;
}
.greyBackground {
  padding: 25px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.imageBox.two .row a {
  text-align: center;
  padding: 0 0 10px;
  margin: 0 1%;
  float: left;
  width: 18%;
}
.imageBox.two .row a:hover {
  padding: 0 0 9px;
  border-bottom: 1px solid #ffffff;
}
.imageBox.two h1 {
  font-size: 35px;
}
/*=======================================================
  Content / Parallax Grid Layout
=======================================================*/
.parallaxGrid {
  position: relative;
  overflow: hidden;
}
.parallaxGrid .box {
  position: relative;
}
.parallaxGrid .row img,
.parallaxGrid .row picture {
  display: block;
}
.parallaxGrid .row .half {
  width: 48%;
  float: left;
}
.parallaxGrid .row .half:first-child {
  margin: 0 2% 0 0;
}
.parallaxGrid .row .half:last-child {
  margin: 0 0 0 2%;
}
.parallaxGrid .row .half .block {
  width: 100%;
}
.parallaxGrid .row .half .block > img {
  display: block;
}
.parallaxGrid .row .half .block.down {
  padding: 100px 0 0;
  box-sizing: border-box;
}
.textBox {
  padding: 20px;
  margin: -15px 0 0 -90px;
}
.quote {
  width: 90%;
  float: right;
}
/*=======================================================
  Content / Details of Projects Grid
=======================================================*/
.detailGrid .row .half {
  width: 48%;
  float: left;
}
.detailGrid .row .half:first-child {
  margin: 0 2% 0 0;
}
.detailGrid .row .half:last-child {
  margin: 0 0 0 2%;
}
.detailGrid .row .half .block {
  width: 100%;
}
.detailGrid .row .half .block.down {
  padding: 100px 0 0;
  box-sizing: border-box;
}
/*=======================================================
  Content / CategoryCols
=======================================================*/
.categoryBox .block.pictureBox {
  width: 90%;
  z-index: 1;
}
.categoryBox .block.textBox {
  z-index: 3;
  width: 80%;
  float: right;
}
.categoryBox .mUp {
  margin: -50px 0 0;
}
/*=======================================================
  Content / Reference Blocks
=======================================================*/
.reference {
  margin: 20px 0;
}
.reference .imageBox {
  margin: 0;
}
/*=======================================================
  projectDatasets headlines wegen fehlenden mainContent container
=======================================================*/
.projectDatasets h1,
.projectDatasets h2,
.projectDatasets h3,
.projectDatasets h4,
.projectDatasets h5,
.projectDatasets .page-navigation {
  margin-left: 10px;
  margin-right: 10px;
}
/*=======================================================
  Content / Slider (Projectdetails)
=======================================================*/
.sliderSettings form select {
  width: 70%;
  display: block;
}
.sliderSettings form select.right {
  float: left;
  margin: 0 0 0 25px;
}
.sliderSettings form select.left {
  float: right;
  margin: 0 25px 0 0;
}
.sliderSettings .tagLine {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 25px;
}
/*=======================================================
  Content / News Teaser & Project Teaser
=======================================================*/
.moreLink {
  margin: 20px 0 0;
  float: right;
  text-transform: none;
}
/*=======================================================
  Content / Employee / Worker Detail
=======================================================*/
.employee > div {
  margin: 0;
}
.employee > div img {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
/*=======================================================
  Content / News Detail
=======================================================*/
.textBlog .row img {
  float: left;
}
/*=======================================================
  newsletter Pop Up
=======================================================*/
.newsletterPopUp,
.authenticationPopup {
  background: #ffffff;
  background-size: 100% 100%;
  padding: 10px;
  box-sizing: border-box;
}
.newsletterPopUp .block,
.authenticationPopup .block {
  width: 85%;
  margin: 0 auto;
}
.newsletterPopUp .block h1,
.authenticationPopup .block h1 {
  color: #666666;
}
.newsletterPopUp .block p,
.authenticationPopup .block p {
  color: #666666;
}
.newsletterPopUp .block a,
.authenticationPopup .block a {
  color: #052f43;
}
.newsletterPopUp .downloads form .row,
.authenticationPopup .downloads form .row {
  width: 85%;
}
.newsletterPopUp .downloads form .row label,
.authenticationPopup .downloads form .row label {
  float: left;
  width: 30%;
}
.newsletterPopUp .downloads form .row input,
.authenticationPopup .downloads form .row input {
  margin: 0;
}
.newsletterPopUp .downloads form .row input[type=text],
.authenticationPopup .downloads form .row input[type=text] {
  width: 70%;
  float: left;
}
.newsletterPopUp .downloads form .row input[type=submit],
.authenticationPopup .downloads form .row input[type=submit] {
  width: 60%;
}
/*=======================================================
  Content / Table Numbers w/ Text
=======================================================*/
.numberTable .leftCol {
  width: 80%;
  margin: 0 5% 0 0;
}
.numberTable .rightCol {
  width: 15%;
  text-align: right;
}
.numberTable .row {
  line-height: 30px;
}
/*=======================================================
  Content / Contact Form
=======================================================*/
.contact .contactLeft {
  border-right: 0;
}
.contact .contactLeft .contactPerson {
  margin: 50px 0;
  border: 0 none;
}
.contact .contactLeft .contactPerson .left {
  display: block;
  width: 100%;
}
.contact .contactLeft .contactPerson .right {
  margin: 25px 0 0;
  width: 100%;
  display: block;
}
.contact .contactRight {
  margin: 10px 0 0;
}
.borderLeft {
  border-left: 1px solid #0077ad;
  padding: 0 0 0 30px;
}
/*=======================================================
  Content / hotspotImage
=======================================================*/
.hotspotImage .hotspotItemContainer .item .textContainer {
  left: -280px;
  width: 580px;
}
#page-536 .hotspotImage .hotspotItemContainer .item-1,
#page-540 .hotspotImage .hotspotItemContainer .item-1 {
  top: 60%;
  left: 60%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-2,
#page-540 .hotspotImage .hotspotItemContainer .item-2 {
  top: 62%;
  left: 59.4%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-3,
#page-540 .hotspotImage .hotspotItemContainer .item-3 {
  top: 48%;
  left: 60%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-4,
#page-540 .hotspotImage .hotspotItemContainer .item-4 {
  top: 47%;
  left: 60%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-5,
#page-540 .hotspotImage .hotspotItemContainer .item-5 {
  top: 66%;
  left: 57%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-6,
#page-540 .hotspotImage .hotspotItemContainer .item-6 {
  top: 60%;
  left: 61%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-7,
#page-540 .hotspotImage .hotspotItemContainer .item-7 {
  top: 60%;
  left: 60%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-8,
#page-540 .hotspotImage .hotspotItemContainer .item-8 {
  top: 59%;
  left: 60%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-9,
#page-540 .hotspotImage .hotspotItemContainer .item-9 {
  top: 61%;
  left: 59.3%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-10,
#page-540 .hotspotImage .hotspotItemContainer .item-10 {
  top: 89%;
  left: 20%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-11,
#page-540 .hotspotImage .hotspotItemContainer .item-11 {
  top: 46.2%;
  left: 58.4%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-12,
#page-540 .hotspotImage .hotspotItemContainer .item-12 {
  top: 47%;
  left: 65.5%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-13,
#page-540 .hotspotImage .hotspotItemContainer .item-13 {
  top: 57.3%;
  left: 63.9%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-14,
#page-540 .hotspotImage .hotspotItemContainer .item-14 {
  top: 38%;
  left: 76%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-15,
#page-540 .hotspotImage .hotspotItemContainer .item-15 {
  top: 53%;
  left: 67.1%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-16,
#page-540 .hotspotImage .hotspotItemContainer .item-16 {
  top: 64.3%;
  left: 79.3%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-17,
#page-540 .hotspotImage .hotspotItemContainer .item-17 {
  top: 72%;
  left: 65%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-1 {
  top: 57%;
  left: 63%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-2 {
  top: 47%;
  left: 64.4%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-3 {
  top: 59.5%;
  left: 60%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-4 {
  top: 60.5%;
  left: 59%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-5 {
  top: 61%;
  left: 60%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-6 {
  top: 44.5%;
  left: 60.4%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-7 {
  top: 60.5%;
  left: 62%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-8 {
  top: 44.5%;
  left: 63%;
}
/*=======================================================
  Footer / Footerblocks
=======================================================*/
footer.place {
  padding: 10px 0;
}
footer .footerContent ul li {
  margin: 0 20px 0 0;
  -webkit-transition: all 500ms ease-in-out;
  /* Firefox */
  -moz-transition: all 500ms ease-in-out;
  /* WebKit */
  -o-transition: all 500ms ease-in-out;
  /* Opera */
  transition: all 500ms ease-in-out;
  /* Standard */
}
footer .footerContent ul li:hover {
  opacity: 0.8;
}
.footerNavi a {
  display: inline-block;
}
