/*=======================================================
  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;
}
header {
  background: #ffffff;
}
/* hamburger Icon */
.burger {
  cursor: pointer;
  float: right;
  right: 10px;
  top: 33px;
  margin-top: 20px;
}
.burger li {
  background-color: #434343;
  border-radius: 3px;
  height: 8px;
  margin: 7px 0;
  width: 47px;
}
.logo.mobile {
  float: left;
  width: 55%;
}
.logo.mobile img {
  max-height: 79px;
  max-width: 170px;
  display: block;
}
.logo.desktop {
  display: none;
}
.navigationRow {
  background: #052f43;
}
.navigationRow:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.navigationHolder {
  background: #eceae7;
}
.navigationHolder nav {
  margin: 53px 0 0 0;
}
.navigationHolder nav:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.navigationHolder nav ul li {
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.navigationHolder nav ul li:last-child {
  border-bottom: 0 none;
}
.navigationHolder nav ul li a {
  display: block;
  color: #052f43;
  padding: 15px 20px 15px 31px;
  text-transform: uppercase;
  font-size: 17px;
}
.navigationHolder nav ul li .mobile.toggleSubSubMenu,
.navigationHolder nav ul li .mobile.toggleSubMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: solid 1px #666666;
  background: url("/typo3conf/ext/ka_template/Resources/Public/Images/arrow_white_down.png") no-repeat center center #e2deda;
}
.navigationHolder nav ul li .mobile.toggleSubSubMenu.active,
.navigationHolder nav ul li .mobile.toggleSubMenu.active {
  background: url("/typo3conf/ext/ka_template/Resources/Public/Images/arrow_white_up.png") no-repeat center center #e2deda;
}
.navigationHolder nav ul li.hasChildren .subMenu {
  display: none;
}
.navigationHolder nav ul li.hasChildren .subMenu ul li {
  border-bottom: 0px none;
  width: 100%;
  padding: 0 0 0 20px;
  background: #666666;
}
.navigationHolder nav ul li.hasChildren .subMenu ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 12px 5px 12px 15px;
}
.navigationHolder nav ul li.hasChildren .subMenu ul li .levelThree {
  display: none;
}
.navigationHolder nav ul li.hasChildren .subMenu ul li .levelThree.openMenu {
  display: block;
}
.navigationHolder nav ul li.hasChildren .subMenu ul li .levelThree ul li {
  padding: 0;
  background: #434343;
}
.navigationHolder nav ul li.hasChildren .subMenu ul li .levelThree ul li a {
  color: #ffffff;
}
.navigationHolder nav ul li.hasChildren .subMenu.openMenu {
  display: block;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
/*=======================================================
  slider
=======================================================*/
.slider {
  width: 100%;
  padding: 15px 20px;
}
.slider .sliderNavigation {
  position: absolute;
  top: 250px;
  z-index: 4444;
  cursor: pointer;
}
.slider .sliderNavigation.left {
  left: 20px;
}
.slider .sliderNavigation.right {
  right: 20px;
}
.slider .sliderNavigation a {
  display: block;
  width: 46px;
  height: 46px;
  color: #ffffff;
}
.slider .sliderNavigation a.prev {
  background: url("/typo3conf/ext/ka_template/Resources/Public/Images/slider-left.png") no-repeat 0 0 transparent;
}
.slider .sliderNavigation a.next {
  background: url("/typo3conf/ext/ka_template/Resources/Public/Images/slider-right.png") no-repeat 0 0 transparent;
}
.slider .projectSlider {
  width: 100%;
  margin: 0 auto;
}
.slider .projectSlider .owl-stage .item {
  width: 100%;
  margin: 0 auto;
}
.slider .projectSlider .owl-stage .item .image {
  width: 100%;
}
.slider .projectSlider .owl-stage .item .image img {
  width: 100%;
  height: 100%;
}
.slider .projectSlider .owl-stage .item .description {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.slider .projectSlider .owl-stage .item .description h2 {
  color: #052f43;
  margin: 0 0 15px;
}
.slider .pages {
  width: 100%;
}
.slider .pages > div {
  margin: 20px 0;
  width: 25%;
}
.slider.detailSite {
  padding: 0;
}
.slider.detailSite .sliderNavigation {
  top: 40%;
}
.slider.detailSite .sliderNavigation.left {
  left: 0;
}
.slider.detailSite .sliderNavigation.right {
  right: 0;
}
.slider.detailSite .projectSlider .item .teaserBox {
  margin: 0;
}
/*=======================================================
  general settings
=======================================================*/
html {
  overflow-y: scroll;
}
* {
  box-sizing: border-box;
}
body {
  background: #ffffff;
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
}
.mainContent {
  max-width: 1040px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  background: #ffffff;
}
i,
em {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.content.slide {
  position: relative;
  z-index: 9000;
}
.content.slide.contentSection {
  z-index: 9050;
}
.csc-textpic-center-outer,
.csc-textpic-center-inner,
.csc-textpic-image,
.csc-textpic-right,
.csc-textpic-left,
.csc-textpic-imagewrap {
  max-width: 100%;
  display: block !important;
}
/*=======================================================
  grid
=======================================================*/
.grid {
  padding-left: 5px;
  padding-right: 5px;
}
.gridBox {
  padding-left: 5px;
  padding-right: 5px;
}
aside {
  width: 100%;
  padding: 30px 10px 0 0;
}
.leftColumn {
  width: 100%;
}
.rightColumn {
  width: 100%;
}
/*=======================================================
  teaser
=======================================================*/
.teaserHolder {
  width: 100%;
  padding: 20px 0;
}
.teaserHolder:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.teaser .image {
  font-size: 0;
}
.teaser .text {
  font-weight: 100;
}
.contentSection .mainContent {
  padding-top: 15px;
  padding-bottom: 15px;
}
.innerContent {
  padding: 0 0 15px;
}
/*=======================================================
  headlines
=======================================================*/
h1 {
  font-size: 35px;
  line-height: 40px;
  color: #052f43;
  font-weight: 400;
  margin: 0 0 15px;
}
h2 {
  font-size: 20px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  margin: 0 0 15px;
}
h3 {
  font-size: 16px;
  line-height: 22px;
  color: #E75113;
  font-weight: 400;
}
h4 {
  color: #052f43;
  font-size: 20px;
  line-height: 26px;
}
a {
  line-height: 22px;
  text-decoration: none;
  color: #0099cc;
  -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 */
}
a:hover {
  color: #0077ad;
}
p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
  padding: 2px 0 10px;
}
strong {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.text,
.textBrown,
.textBlue {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.text.brown,
.textBrown.brown,
.textBlue.brown {
  color: #a09689;
}
.text.brown p,
.textBrown.brown p,
.textBlue.brown p {
  color: #a09689;
}
.text.blue,
.textBrown.blue,
.textBlue.blue {
  color: #052f43;
}
.text.blue p,
.textBrown.blue p,
.textBlue.blue p {
  color: #052f43;
}
.textBrown {
  color: #a09689;
}
.textBrown p {
  color: #a09689;
}
.textBlue {
  color: #052f43;
}
.textBlue p {
  color: #052f43;
}
/*=======================================================
  font styles
=======================================================*/
b,
strong {
  font-weight: bold;
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.robotoNormal {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
/*=======================================================
  inputs
=======================================================*/
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
form sub {
  color: red;
}
input {
  font-size: 16px;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 0 none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
input:focus {
  outline: 0 none;
}
input:hover {
  outline: 0 none;
}
textarea,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select {
  background-image: url('../Images/arrow_select.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px auto;
}
/*=======================================================
  short class
=======================================================*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.oh {
  overflow: hidden;
}
.pr {
  position: relative;
}
.nB {
  border: none;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.tRight {
  text-align: right;
}
.center {
  text-align: center;
}
.gray {
  color: #666666;
}
/*=======================================================
  Global Classes & Styles
=======================================================*/
.contentSection ul {
  padding: 0 0 0 15px;
}
.contentSection ul li {
  list-style: outside square;
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.contentSection ul li.brown {
  color: #a09689;
}
.contentSection ul li.brown p {
  color: #a09689;
}
.contentSection ul li.blue {
  color: #052f43;
}
.contentSection ul li.blue p {
  color: #052f43;
}
.contentSection ol {
  padding: 0 0 0 15px;
}
.contentSection ol li {
  list-style-type: decimal;
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.contentSection ol li.brown {
  color: #a09689;
}
.contentSection ol li.brown p {
  color: #a09689;
}
.contentSection ol li.blue {
  color: #052f43;
}
.contentSection ol li.blue p {
  color: #052f43;
}
.mobileOnly {
  display: block;
}
.place {
  padding: 25px 0;
  box-sizing: border-box;
}
.place.breadcrumbOnly {
  padding: 25px 0 0;
}
.place.breadcrumbOnly .breadcrumb {
  margin: 0;
}
.bgBrown {
  background: #f7f7f5;
}
.bgLight {
  background: #eceae7;
}
.bgImage {
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.center {
  text-align: center;
}
.button {
  display: inline-block;
  width: auto;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  background: #E75113;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-weight: 400;
  -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 */
}
.button:hover {
  color: #ffffff;
  background: #fa6200;
}
.boxHolder {
  width: 100%;
}
.boxHolder:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.imageBox {
  width: 100%;
  background: rgba(5, 47, 66, 0.8);
  padding: 30px 20px;
  box-sizing: border-box;
  color: #ffffff;
  overflow: hidden;
}
.imageBox h1 {
  color: #ffffff;
  margin: 20px 0 20px;
}
.imageBox p {
  color: #ffffff;
}
.imageBox.two {
  background: rgba(102, 102, 102, 0.9);
}
.imageBox.two h1 {
  margin: 0;
  font-size: 30px;
}
.imageBox.two h2 {
  color: #ffffff;
  margin: 0 0 10px;
}
.imageBox.two .row {
  width: 100%;
  display: inline-block;
  margin: 10px 0 50px;
}
.imageBox.two .row a {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  width: 100%;
  -webkit-transition: none;
  /* Firefox */
  -moz-transition: none;
  /* WebKit */
  -o-transition: none;
  /* Opera */
  transition: none;
  /* Standard */
}
.imageBox.two .row a:hover {
  color: #ffffff;
}
.breadcrumb {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.breadcrumb ul li a {
  line-height: 18px;
  float: left;
  color: #052f43;
  font-size: 12px;
}
.breadcrumb ul li a:hover {
  color: #0099cc;
}
.breadcrumb ul li span {
  line-height: 18px;
  float: left;
  color: #052f43;
  font-size: 12px;
}
.breadcrumb ul li:after {
  content: "/";
  margin: 0 5px 0;
  float: left;
  display: block;
  color: #052f43;
  font-size: 12px;
  line-height: 18px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.headImage .breadcrumb {
  background: rgba(5, 47, 66, 0.8);
  padding: 5px 10px;
  width: auto;
}
.headImage .breadcrumb ul li {
  display: inline-block;
}
.headImage .breadcrumb ul li a {
  color: #ffffff;
}
.headImage .breadcrumb ul li a:hover {
  color: #0099cc;
}
.headImage .breadcrumb ul li span {
  color: #ffffff;
}
.headImage .breadcrumb ul li:after {
  color: #ffffff;
}
.headImage .breadcrumb ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/*=======================================================
  Global / Fixed Contact Panel
=======================================================*/
.fixedPanel {
  display: none;
}
/*=======================================================
  newsletter Pop Up
=======================================================*/
.mfp-bg,
.mfp-wrap {
  z-index: 99999;
}
#authenticationPopup {
  margin: 0 auto;
  max-width: 650px;
  min-width: 300px;
  width: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.authenticationPopup {
  background: #ffffff;
  background-size: 100% 100%;
  padding: 10px;
  box-sizing: border-box;
}
.authenticationPopup .block {
  width: 100%;
  margin: 0 auto;
}
.authenticationPopup .block h1 {
  color: #666666;
}
.authenticationPopup .block p {
  color: #666666;
}
.authenticationPopup .block a {
  color: #052f43;
}
.authenticationPopup .downloads {
  display: inline-block;
  width: 100%;
}
.authenticationPopup .downloads form {
  overflow: hidden;
}
.authenticationPopup .downloads form .row {
  width: 100%;
  margin: 25px auto 0;
}
.authenticationPopup .downloads form .row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.authenticationPopup .downloads form .row label {
  box-sizing: border-box;
  padding: 10px 0 0;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #666666;
}
.authenticationPopup .downloads form .row label.brown {
  color: #a09689;
}
.authenticationPopup .downloads form .row label.brown p {
  color: #a09689;
}
.authenticationPopup .downloads form .row label.blue {
  color: #052f43;
}
.authenticationPopup .downloads form .row label.blue p {
  color: #052f43;
}
.authenticationPopup .downloads form .row input {
  box-sizing: border-box;
  font-size: 20px;
  margin: 10px 0 0;
  background: #eceae7;
}
.authenticationPopup .downloads form .row input[type=text] {
  font-size: 16px;
  border: 0px none;
  height: 43px;
  padding: 2px 15px;
  width: 100%;
  margin-bottom: 10px;
}
.authenticationPopup .downloads form .row input[type=submit] {
  background: #fa6200;
  color: #ffffff;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  -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 */
}
.authenticationPopup .downloads form .row input[type=submit]:hover {
  background: #E75113;
}
/*=======================================================
  Header / Link Row
=======================================================*/
.topHead {
  display: none;
  z-index: 9002 !important;
  background: #eceae7;
}
.topHead .linkRow {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.topHead .linkRow > ul {
  width: 100%;
}
.topHead .linkRow > ul li {
  float: left;
  width: 25%;
  margin: 10px 0 0;
}
.topHead .linkRow > ul li a {
  color: #a09689;
  font-size: 12px;
  -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 */
}
.topHead .linkRow > ul li a:hover {
  color: #666666;
}
.mobileHead {
  z-index: 9002 !important;
  background: #eceae7;
}
/*=======================================================
  Header / Language Switcher
=======================================================*/
.langSwitcher {
  position: relative;
  float: left;
  margin: 20px 0 0 0;
}
.langSwitcher a {
  background: #e7e7e7;
  color: #434343;
  padding: 10px;
  margin: 2px;
  display: inline-block;
}
.langSwitcher a.active,
.langSwitcher a:hover {
  background: #052f43;
  color: #ffffff;
}
.langSwitcher a.active {
  cursor: default;
}
/*=======================================================
  TopImage / Desktop ImageBox
=======================================================*/
.headImageBoxPos {
  width: 100%;
}
/*=======================================================
  Content / Head Image / Fullsize Image
=======================================================*/
.headImage {
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headImage .imageBox {
  width: 100%;
}
/*=======================================================
  Content / Welcome Section
=======================================================*/
.questionBox {
  width: 100%;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  margin: 25px 0 0;
}
.questionBox h3 {
  font-weight: 400;
  font-size: 18px;
}
.questionBox p {
  margin: 25px 0 10px;
}
.questionBox select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #e2deda;
  color: #666666;
  border: 0 none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.questionBox button {
  border: 0 none;
  margin: 25px 0 0;
  cursor: pointer;
  width: 100%;
}
.questionBox .contactSelect {
  margin: 15px 0 0;
}
.infoBox strong {
  color: #052f43;
}
.infoBox h2 {
  margin: 0 0 15px 0;
  color: #052f43;
}
/*=======================================================
  Content / Employee / Worker Detail
=======================================================*/
.employee > div {
  margin: 20px 0 0;
  width: 100%;
}
.employee h2 {
  margin: 10px 0 0;
  color: #0099cc;
}
.employee p {
  color: #a09689;
}
/*=======================================================
  Content / Locations Section
=======================================================*/
.locationsBox {
  margin: 25px 0 0;
}
.locationsBox p {
  margin: 10px 0;
  display: inline-block;
}
.locationsBox .button {
  margin: 25px 0;
}
/*=======================================================
  Content / Counter * Numbersbox
=======================================================*/
.blueBackground {
  padding: 15px;
  box-sizing: border-box;
  background: #052f43;
}
.blueBackground h1 {
  color: #ffffff;
}
.blueBackground h1 a {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.blueBackground .number {
  color: #ffffff;
  font-size: 68px;
  text-align: center;
  display: block;
}
.blueBackground .line {
  height: 1px;
  width: 100%;
  background: #ffffff;
  margin: 10px 0;
  display: block;
}
.blueBackground p {
  color: #ffffff;
}
.greyBackground {
  padding: 15px;
  box-sizing: border-box;
  background: #eceae7;
}
.bgImage .blueBackground {
  margin-top: 10px;
  background: rgba(5, 47, 66, 0.8);
}
/*=======================================================
  News / Press
=======================================================*/
.news .article {
  padding: 25px 0 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #a09689;
}
.news .article:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.news .article.homeTop {
  padding: 0 0 15px;
  border-bottom: none;
}
.news .article.homeTop:last-child {
  border-bottom: none;
}
.news .article.homeTop p {
  padding: 2px 0 10px;
}
.news .article.homeTop .header {
  padding: 2px 0 10px;
  margin: 0;
  color: #666666;
}
.news .article.homeTop .header a {
  color: #666666;
}
.news .article.homeTop .header a:hover {
  color: #0099cc;
}
.news .article.homeTop .date {
  padding-bottom: 0;
}
.news .article .header {
  margin: 0 0 10px;
}
.news .article .header a {
  color: #052f43;
  font-weight: 700;
  -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 */
}
.news .article .header a:hover {
  color: #0099cc;
}
.news .article .news-img-wrap {
  width: 100%;
}
.news .article .news-img-wrap span.no-media-element {
  display: block;
}
.news .article .news-img-wrap span.no-media-element img {
  margin: 0 0 10px;
}
.news .article .teaser-text {
  width: 100%;
}
.news .article .teaser-text p {
  color: #052f43;
  font-weight: 400;
}
.news .article .teaser-text a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.news .article:last-child {
  border-bottom: 1px solid #a09689;
}
.news .news-list-view .blueBackground {
  overflow: hidden;
}
.news .news-list-view .blueBackground h1 {
  line-height: 26px;
}
.news .news-list-view .blueBackground h1 a {
  font-size: 22px;
  line-height: 26px;
}
.page-navigation {
  margin: 15px 0 0;
}
.page-navigation:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.page-navigation ul li {
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
}
.page-navigation ul li.current {
  padding: 5px 10px;
  border: 1px solid #052f43;
  box-sizing: border-box;
  background: #052f43;
  color: #ffffff;
}
.page-navigation ul li a {
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #052f43;
  color: #052f43;
}
.page-navigation ul li a:hover {
  background: #052f43;
  color: #ffffff;
}
.pages_total ul li {
  margin: 0;
}
.pages_total ul li a {
  margin: 0 10px 0 0;
}
.pages_total ul li a.current {
  padding: 5px 10px;
  border: 1px solid #052f43;
  box-sizing: border-box;
  background: #052f43;
  color: #ffffff;
}
/*=======================================================
  Content / CategoryCols
=======================================================*/
.categoryBox {
  margin: 25px 0;
  width: 100%;
}
.categoryBox .block.pictureBox {
  z-index: 1;
  position: relative;
}
.categoryBox .block.pictureBox a {
  display: block;
}
.categoryBox .block.textBox {
  position: relative;
  z-index: 3;
  width: 100%;
  float: right;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.categoryBox .block.textBox h2 {
  color: #0099cc;
  margin: 30px 0 0;
}
.categoryBox .mUp {
  margin: 0;
}
.categoryBox .line {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background: #052f43;
}
.categoryBox:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/*=======================================================
  Content / Reference Blocks
=======================================================*/
.reference {
  margin: 0;
  display: inline-block;
}
.reference .imageBox {
  display: inline-block;
  margin: 15px 0;
  width: 100%;
}
.reference .imageBox h1 {
  margin: 10px 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 32px;
}
.reference .imageBox h3 {
  color: #cdd6d9;
}
.reference .imageBox .date {
  font-size: 14px;
  color: #cdd6d9;
}
.reference .imageBox p {
  color: #ffffff;
  margin: 10px 0;
}
.reference .imageBox .picture {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
}
/*=======================================================
  Content / Youtube iFrame / Google Maps iFrame
=======================================================*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tx-go-maps-ext {
  margin: 0 0 20px;
}
/*=======================================================
  Content / Parallax Grid Layout
=======================================================*/
.parallaxGrid .row {
  margin: 0 0 50px;
  display: inline-block;
  width: 100%;
}
.parallaxGrid .row img,
.parallaxGrid .row picture {
  display: none;
}
.parallaxGrid .row .half {
  width: 100%;
}
.parallaxGrid .row .half .block {
  width: 100%;
}
.parallaxGrid .row .half .block > img {
  display: none;
}
.textBox {
  background: #ffffff;
  box-sizing: border-box;
}
.quote {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #0099cc;
  border-bottom: 1px solid #0099cc;
}
.quote p {
  font-weight: 700;
  color: #0099cc;
}
/*=======================================================
  Content / Details of Projects Grid
=======================================================*/
.detailGrid {
  margin: 0 0 15px;
}
.detailGrid h2 {
  margin: 0 0 20px;
  color: #666666;
}
.detailGrid .profile {
  width: 100%;
}
.detailGrid .profile strong {
  display: block;
  margin: 15px 0 0;
}
.detailGrid .row {
  margin: 20px 0 20px;
  width: 100%;
  display: inline-block;
}
.detailGrid .row .half {
  width: 100%;
}
.detailGrid .row .half .block > img {
  display: block;
}
.detailGrid .quote {
  width: 100%;
  float: none;
}
#page-482 .detailGrid {
  margin-bottom: 0;
}
#page-482 .detailGrid .innerContent {
  padding-bottom: 0;
}
.personBox {
  width: 100%;
  display: inline-block;
}
.personBox .image {
  width: 100%;
}
.personBox h3 {
  color: #ffffff;
  margin: 0 0 20px;
}
.personBox .bottom {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #a09689;
}
.personBox .bottom p {
  color: #ffffff;
}
/*=======================================================
  Content / News Detail
=======================================================*/
.textBlog > img {
  display: block;
  margin: 30px 0;
}
.textBlog .row {
  display: block;
  margin: 30px 0;
}
.textBlog .row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.textBlog .row img {
  margin: 10px 10px 0 0;
}
.textBlog p {
  display: block;
  margin: 20px 0;
}
.textBlog strong {
  color: #052f43;
  text-transform: uppercase;
}
/*=======================================================
  Search / Search Result Styles
=======================================================*/
.kesearchbox input {
  padding: 13px;
}
.kesearchbox input[type=text] {
  float: left;
  padding: 10px;
  border: 1px solid #e7e7e7;
}
.kesearchbox input[type=image] {
  padding: 10.5px;
  border: 1px solid #e7e7e7;
  float: left;
  margin: 0 20px;
  -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 */
}
.kesearchbox input[type=image]:hover {
  background: #e7e7e7;
}
.tx-kesearch-pi1 {
  color: #052f43;
  margin: 25px auto 0;
}
.tx-kesearch-pi1 .result-list-item {
  margin: 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e7e7e7;
}
.tx-kesearch-pi1 .result-list-item:last-child {
  border: 0 none;
}
.tx-kesearch-pi1 .result-list-item .result-number {
  color: #0099cc;
}
.tx-kesearch-pi1 .result-list-item .result-title {
  margin: 0 0 10px 0;
  display: inline-block;
}
.tx-kesearch-pi1 .result-list-item .result-title a {
  color: #0099cc;
}
.tx-kesearch-pi1 .result-list-item .result-title a:hover {
  color: #052f43;
}
/*=======================================================
  Content / Mobile Menu Search
=======================================================*/
.navigationHolder .search {
  margin: 20px 0 0;
  padding: 0 0 0 30px;
  width: 98%;
}
.navigationHolder .search .searchClick.desktopOnly {
  display: none;
}
.navigationHolder .search .searchInputContainer input[type=text] {
  margin: 0 2% 0 0;
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
}
.navigationHolder .search .searchInputContainer input[type=submit] {
  cursor: pointer;
  display: inline-block;
  width: 38%;
  padding: 9px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  background: #E75113;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  -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 */
}
.navigationHolder .search .searchInputContainer input[type=submit]:hover {
  color: #ffffff;
  background: #fa6200;
}
/*=======================================================
  Content / Downloads
=======================================================*/
.download .infoBox {
  margin: 20px 0 0;
}
.download .headline h2 {
  color: #052f43;
}
.download .headline p {
  margin: 20px 0;
}
/*=======================================================
  Content / Slider (Projectdetails)
=======================================================*/
.sliderSettings {
  background: #dfddda;
  border-bottom: 1px solid #666666;
  padding: 20px 10px 0;
}
.sliderSettings form select {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #052f43;
  color: #052f43;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
}
.sliderSettings form select.right {
  margin: 20px 0 0;
}
.sliderSettings form select.left {
  margin: 0 0 20px;
}
.sliderSettings .tagLine {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
}
.sliderSettings .tagLine .tag {
  float: left;
  margin: 5px 10px 0 0;
}
.sliderSettings .tagLine .tag .left {
  background: #ffffff;
  border: 1px solid #E75113;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #E75113;
  float: left;
  font-size: 12px;
  line-height: 18px;
}
.sliderSettings .tagLine .tag .right {
  background: url("/typo3conf/ext/ka_template/Resources/Public/Images/x-category.png") no-repeat center center #f5aa41;
  border: 1px solid #E75113;
  border-left: 0 none;
  padding: 19px 10px;
  box-sizing: border-box;
  float: left;
}
.projectSlider {
  width: 100%;
}
.slider {
  z-index: inherit !important;
}
.edge {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -27px;
}
/*=======================================================
  Content / Workersbox
=======================================================*/
.worker {
  margin: 15px 0 0;
  background: #ffffff;
}
.worker .top {
  position: relative;
}
.worker .top a {
  display: block;
}
.worker .top .triangle {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #ffffff transparent;
}
.worker .bottom {
  padding: 20px;
  box-sizing: border-box;
}
.worker .bottom h2 {
  color: #0099cc;
}
.worker .bottom span {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}
.worker .bottom span.brown {
  color: #a09689;
}
.worker .bottom span.brown p {
  color: #a09689;
}
.worker .bottom span.blue {
  color: #052f43;
}
.worker .bottom span.blue p {
  color: #052f43;
}
.worker .bottom .line {
  background: #0099cc;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
/*=======================================================
  Content / Table Numbers w/ Text
=======================================================*/
.numberTable {
  width: 100%;
  padding: 0 0 50px;
}
.numberTable .leftCol {
  width: 70%;
  float: left;
  margin: 0 5% 0 0;
}
.numberTable .rightCol {
  width: 25%;
  float: left;
  text-align: right;
}
.numberTable .head {
  padding: 0 0 20px;
  font-size: 35px;
  line-height: 40px;
  color: #052f43;
  font-weight: 400;
}
.numberTable .head:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.numberTable .row {
  font-size: 18px;
  line-height: 24px;
  color: #052f43;
  font-weight: 400;
}
.numberTable .row .leftCol,
.numberTable .row .middleCol,
.numberTable .row .rightCol {
  border-bottom: 1px solid #052f43;
  padding: 20px 0;
}
.numberTable .row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.numberTable.threeCol .leftCol,
.numberTable.threeCol .middleCol,
.numberTable.threeCol .rightCol {
  width: 30%;
  text-align: left;
}
.numberTable.threeCol .middleCol {
  float: left;
  margin: 0 5% 0 0;
}
.chartList {
  width: 100%;
}
.chartList .row {
  padding: 10px 0;
}
.chartList .row .square {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.chartList .row .square.grey {
  background: #c5bcb2;
}
.chartList .row .square.red {
  background: #e85b1f;
}
.chartList .row .square.orange {
  background: #f1911d;
}
.chartList .row .square.yellow {
  background: #fab81f;
}
.chartList .row .square.blue {
  background: #fab81f;
}
.chartList .row .square.lightblue {
  background: #1786a7;
}
.chartList .row .square.airblue {
  background: #63b3ca;
}
.chartList .row .square.dark {
  background: #998f83;
}
.chartList .row .desc {
  margin: 0 15px 0;
  display: inline-block;
}
.chartList .row .percent {
  display: inline-block;
}
/*=======================================================
  Content / News Teaser & Project Teaser
=======================================================*/
.teaserBox {
  margin: 20px 0 0;
}
.teaserBox .image {
  width: 100%;
}
.teaserBox .image a {
  display: block;
}
.teaserBox .description {
  width: 100%;
  box-sizing: border-box;
}
.teaserBox .description h2 {
  color: #052f43;
  margin: 15px 0;
}
.teaserBox:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.moreLink {
  margin: 20px 0 0;
  display: inline-block;
}
.moreLink.staff {
  width: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #E75113;
  color: #ffffff;
  -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 */
}
.moreLink.staff:hover {
  background: #fa6200;
}
/*=======================================================
  Content / Contact Form
=======================================================*/
.phone {
  color: #0099cc;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.contact {
  margin: 10px 0 0;
  width: 100%;
  display: inline-block;
}
.contact:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contact .contactLeft {
  width: 100%;
  margin: 10px 0 0;
}
.contact .contactLeft .contactPerson {
  margin: 20px 0;
  padding: 0 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #052f43;
}
.contact .contactLeft .contactPerson .left img {
  border-radius: 85px;
}
.contact .contactLeft .contactPerson .right {
  margin: 25px 0 0;
}
.contact .contactLeft .contactPerson:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contact .contactRight {
  width: 100%;
  margin: 10px 0 0;
}
.contact .contactRight .star {
  font-size: 13px;
  color: #052f43;
  line-height: 16px;
}
.contact .contactRight h3 {
  margin: 0 0 20px;
}
.contact .contactRight form .powermail_fieldwrap,
.contact .contactRight form .row {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
}
.contact .contactRight form .powermail_fieldwrap label,
.contact .contactRight form .row label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.contact .contactRight form .powermail_fieldwrap label.brown,
.contact .contactRight form .row label.brown {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap label.brown p,
.contact .contactRight form .row label.brown p {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap label.blue,
.contact .contactRight form .row label.blue {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap label.blue p,
.contact .contactRight form .row label.blue p {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap input,
.contact .contactRight form .row input {
  padding: 15px;
  box-sizing: border-box;
  margin: 5px 0;
  width: 100%;
  background: #f7f7f5;
  color: #052f43;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.contact .contactRight form .powermail_fieldwrap input.brown,
.contact .contactRight form .row input.brown {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap input.brown p,
.contact .contactRight form .row input.brown p {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap input.blue,
.contact .contactRight form .row input.blue {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap input.blue p,
.contact .contactRight form .row input.blue p {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap input[type=submit],
.contact .contactRight form .row input[type=submit] {
  width: 100% !important;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  background: #E75113;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-weight: 400;
  -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 */
  margin: 15px 0 0;
  padding: 15px;
}
.contact .contactRight form .powermail_fieldwrap input[type=submit]:hover,
.contact .contactRight form .row input[type=submit]:hover {
  color: #ffffff;
  background: #fa6200;
}
.contact .contactRight form .powermail_fieldwrap select,
.contact .contactRight form .row select {
  padding: 15px;
  box-sizing: border-box;
  margin: 5px 0;
  width: 100%;
  background: #f7f7f5;
  color: #052f43;
  border: 0 none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.contact .contactRight form .powermail_fieldwrap select.brown,
.contact .contactRight form .row select.brown {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap select.brown p,
.contact .contactRight form .row select.brown p {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap select.blue,
.contact .contactRight form .row select.blue {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap select.blue p,
.contact .contactRight form .row select.blue p {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap textarea,
.contact .contactRight form .row textarea {
  padding: 15px;
  width: 100%;
  background: #f7f7f5;
  color: #052f43;
  resize: vertical;
  border: 0 none;
  min-height: 180px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.contact .contactRight form .powermail_fieldwrap textarea.brown,
.contact .contactRight form .row textarea.brown {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap textarea.brown p,
.contact .contactRight form .row textarea.brown p {
  color: #a09689;
}
.contact .contactRight form .powermail_fieldwrap textarea.blue,
.contact .contactRight form .row textarea.blue {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap textarea.blue p,
.contact .contactRight form .row textarea.blue p {
  color: #052f43;
}
.contact .contactRight form .powermail_fieldwrap ul,
.contact .contactRight form .row ul {
  padding: 0;
}
.parsley-required,
.parsley-custom-error-message {
  color: #E75113;
  font-size: 14px;
  margin: 5px 0;
  list-style: none;
}
.borderLeft {
  border-left: 0 none;
  padding: 0;
  box-sizing: border-box;
}
/*=======================================================
  Content / Place Detail Contact Block
=======================================================*/
.contactBlock {
  background: #052f43;
}
.contactBlock h1 {
  font-size: 30px;
  color: #ffffff;
}
.contactBlock p {
  color: #ffffff;
}
.contactBlock strong {
  color: #ffffff;
}
/*=======================================================
  Content / wertschöpfungskette
=======================================================*/
ul.tabs {
  margin: 0;
  padding: 0;
}
ul.tabs:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
ul.tabs li {
  list-style-type: none;
  margin: 0 0 8px;
}
ul.tabs li,
h2.resp-accordion {
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 40px 10px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  height: 100px;
  width: 100%;
}
.valueChain.tabber .item .tabContent {
  padding: 30px;
}
.valueChain.tabber .item .tabContent .cols:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.valueChain.tabber .item .headline {
  margin-bottom: 25px;
}
.valueChain.tabber ul.tabs li {
  cursor: pointer;
}
.valueChain.tabber ul.tabs li.resp-tab-inactive {
  cursor: auto;
}
.valueChain.tabber h2.resp-accordion {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.valueChain.tabber h2.resp-accordion.resp-tab-inactive {
  cursor: auto;
}
.valueChain.tabber .tabIcon {
  background: #E75113;
  border-radius: 20px;
  bottom: -8px;
  margin: 0 auto;
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
}
.valueChain.tabber .tabIcon:before {
  content: '+';
  color: #ffffff;
  position: absolute;
  left: 9px;
  top: 3px;
  font-size: 20px;
}
.valueChain.tabber .resp-tab-inactive .tabIcon {
  display: none;
}
.valueChain.tabber .resp-tab-active .tabIcon {
  background: #fa6200;
}
.valueChain.tabber .resp-tab-active .tabIcon:before {
  content: 'x';
  font-size: 19px;
  left: 10px;
}
.valueChain.tabber .resp-tab-content {
  background: #eceae7;
}
/*=======================================================
  Content / hotspotImage
=======================================================*/
.hotspotImage {
  position: relative;
}
.hotspotImage .hotspotItemContainer .item {
  position: absolute;
}
.hotspotImage .hotspotItemContainer .item:hover .marker {
  background: url("/typo3conf/ext/ka_template/Resources/Public/Images/marker-blue.png") no-repeat center center transparent;
  background-size: 100%;
}
.hotspotImage .hotspotItemContainer .item:hover .textContainer {
  display: block;
  z-index: 99999;
}
.hotspotImage .hotspotItemContainer .item .marker {
  background: url("/typo3conf/ext/ka_template/Resources/Public/Images/marker.png") no-repeat center center transparent;
  background-size: 100%;
  cursor: pointer;
  display: block;
  height: 36px;
  position: absolute;
  width: 16px;
}
.hotspotImage .hotspotItemContainer .item .textContainer {
  background: #ffffff;
  border-bottom: solid 1px #E75113;
  display: none;
  left: -115px;
  margin-top: 45px;
  padding: 15px;
  position: absolute;
  width: 270px;
}
.hotspotImage .hotspotItemContainer .item .textContainer p:last-child {
  padding-bottom: 0;
}
#page-536 .hotspotImage .hotspotItemContainer .item-1,
#page-540 .hotspotImage .hotspotItemContainer .item-1 {
  top: 54%;
  left: 59%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-2,
#page-540 .hotspotImage .hotspotItemContainer .item-2 {
  top: 57%;
  left: 58.1%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-3,
#page-540 .hotspotImage .hotspotItemContainer .item-3 {
  top: 46%;
  left: 59%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-4,
#page-540 .hotspotImage .hotspotItemContainer .item-4 {
  top: 45%;
  left: 59%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-4 .marker,
#page-540 .hotspotImage .hotspotItemContainer .item-4 .marker {
  z-index: 3;
}
#page-536 .hotspotImage .hotspotItemContainer .item-5,
#page-540 .hotspotImage .hotspotItemContainer .item-5 {
  top: 58%;
  left: 56.3%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-6,
#page-540 .hotspotImage .hotspotItemContainer .item-6 {
  top: 54.5%;
  left: 59.5%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-7,
#page-540 .hotspotImage .hotspotItemContainer .item-7 {
  top: 54%;
  left: 59%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-8,
#page-540 .hotspotImage .hotspotItemContainer .item-8 {
  top: 52%;
  left: 58%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-9,
#page-540 .hotspotImage .hotspotItemContainer .item-9 {
  top: 56%;
  left: 57.1%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-10,
#page-540 .hotspotImage .hotspotItemContainer .item-10 {
  top: 80%;
  left: 17%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-11,
#page-540 .hotspotImage .hotspotItemContainer .item-11 {
  top: 44%;
  left: 57%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-12,
#page-540 .hotspotImage .hotspotItemContainer .item-12 {
  top: 40%;
  left: 64.4%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-13,
#page-540 .hotspotImage .hotspotItemContainer .item-13 {
  top: 50%;
  left: 63.2%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-14,
#page-540 .hotspotImage .hotspotItemContainer .item-14 {
  top: 32%;
  left: 75%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-15,
#page-540 .hotspotImage .hotspotItemContainer .item-15 {
  top: 46%;
  left: 66%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-16,
#page-540 .hotspotImage .hotspotItemContainer .item-16 {
  top: 57%;
  left: 79%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-17,
#page-540 .hotspotImage .hotspotItemContainer .item-17 {
  top: 64%;
  left: 64%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-1 {
  top: 50%;
  left: 62%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-2 {
  top: 41%;
  left: 63.4%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-3 {
  top: 52.5%;
  left: 58%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-4 {
  top: 54.5%;
  left: 57%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-5 {
  top: 53.5%;
  left: 59%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-6 {
  top: 39.5%;
  left: 59%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-7 {
  top: 53.5%;
  left: 60%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-8 {
  top: 39.5%;
  left: 61%;
}
/*=======================================================
  Sitemap
=======================================================*/
.csc-sitemap ul li ul li {
  margin: 10px 0 0 20px;
}
.csc-sitemap ul li ul li ul li {
  margin: 10px 0 0 20px;
}
/*=======================================================
  Footer / Footerblocks
=======================================================*/
footer {
  background: #eceae7;
}
footer .footerContent {
  margin: 15px 0 0;
}
footer .footerContent ul li {
  float: left;
  margin: 0 10px 0 0;
}
footer .footerContent:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.footerNavi {
  position: relative;
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #052f43;
}
.footerNavi a {
  display: block;
  color: #ffffff;
  margin: 0 20px 0;
}
.footerNavi a:hover {
  color: #0099cc;
}
.footerNavi .socialIcons {
  margin-top: 20px;
  display: block;
}
.footerNavi .socialIcons a {
  display: inline-block;
  margin: 0 8px;
}
.footerNavi .socialIcons:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.footerNavi:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
