/*=======================================================
  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;
}
/*=======================================================
  slider
=======================================================*/
.slider .projectSlider .owl-stage .item .teaserBox .description h2 {
  font-size: 18px;
  line-height: 24px;
}
.slider .projectSlider .owl-stage .item .teaserBox .description p {
  font-size: 16px;
  line-height: 22px;
}
.imageItem .imageContent {
  left: 25%;
}
/*=======================================================
  general settings
=======================================================*/
.grid {
  padding-left: 20px;
  padding-right: 20px;
}
.gridBox {
  padding-left: 10px;
  padding-right: 10px;
}
aside {
  padding: 30px 10px 0 20px;
}
/*=======================================================
  Content / News Detail
=======================================================*/
.textBlog .row img {
  float: left;
  margin: 0 10px 0 0;
}
/*=======================================================
  Content / Head Image / Fullsize Image
=======================================================*/
.headImage {
  position: relative;
  z-index: 9001;
}
.headImage .imageBox {
  width: 50%;
}
.headImage .imageBox.two {
  width: 70%;
}
.headImage .imageBox.two .row a:first-child {
  margin: 0 2% 0 0;
}
/*=======================================================
  TopImage / Desktop ImageBox
=======================================================*/
.headImageBoxPos {
  width: 100%;
}
/*=======================================================
  Content / Locations Section
=======================================================*/
.locationsBox .button {
  width: 90%;
}
/*=======================================================
  Content / Contact Form
=======================================================*/
.contact .contactLeft .contactPerson .left {
  display: inline-block;
  width: 40%;
}
.contact .contactLeft .contactPerson .right {
  margin: 0;
  vertical-align: top;
  width: 60%;
  display: inline-block;
}
.contact .contactRight form {
  display: inline-block;
  width: 100%;
}
.contact .contactRight form .powermail_fieldwrap,
.contact .contactRight form .row {
  width: 100%;
  display: inline-block;
}
.contact .contactRight form .powermail_fieldwrap label,
.contact .contactRight form .row label {
  float: left;
  width: 38%;
}
.contact .contactRight form .powermail_fieldwrap input,
.contact .contactRight form .row input {
  float: left;
  width: 60%;
}
.contact .contactRight form .powermail_fieldwrap input[type=submit],
.contact .contactRight form .row input[type=submit] {
  width: 60% !important;
  float: right !important;
  margin: 15px 10px 0 0;
}
.contact .contactRight form .powermail_fieldwrap select,
.contact .contactRight form .row select {
  float: left;
  width: 60%;
}
.contact .contactRight form .powermail_fieldwrap textarea,
.contact .contactRight form .row textarea {
  float: left;
  width: 60%;
}
.contact .contactRight form .powermail_fieldwrap .star,
.contact .contactRight form .row .star {
  display: inline-block;
  margin: 5px 0 0 2px;
}
.contact ul li.parsley-required,
.contact ul li .parsley-custom-error-message {
  display: inline-block;
}
/*=======================================================
  Content / hotspotImage
=======================================================*/
.hotspotImage .hotspotItemContainer .item .textContainer {
  left: -315px;
  width: 650px;
}
#page-536 .hotspotImage .hotspotItemContainer .item-1,
#page-540 .hotspotImage .hotspotItemContainer .item-1 {
  top: 62%;
  left: 61%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-2,
#page-540 .hotspotImage .hotspotItemContainer .item-2 {
  top: 64%;
  left: 60.4%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-3,
#page-540 .hotspotImage .hotspotItemContainer .item-3 {
  top: 50%;
  left: 61%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-4,
#page-540 .hotspotImage .hotspotItemContainer .item-4 {
  top: 49%;
  left: 61%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-5,
#page-540 .hotspotImage .hotspotItemContainer .item-5 {
  top: 68%;
  left: 57.4%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-6,
#page-540 .hotspotImage .hotspotItemContainer .item-6 {
  top: 62%;
  left: 61.4%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-7,
#page-540 .hotspotImage .hotspotItemContainer .item-7 {
  top: 62%;
  left: 61%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-8,
#page-540 .hotspotImage .hotspotItemContainer .item-8 {
  top: 60%;
  left: 61%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-9,
#page-540 .hotspotImage .hotspotItemContainer .item-9 {
  top: 63%;
  left: 59.3%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-10,
#page-540 .hotspotImage .hotspotItemContainer .item-10 {
  top: 92%;
  left: 21%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-11,
#page-540 .hotspotImage .hotspotItemContainer .item-11 {
  top: 48.2%;
  left: 58.8%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-12,
#page-540 .hotspotImage .hotspotItemContainer .item-12 {
  top: 48%;
  left: 66.2%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-13,
#page-540 .hotspotImage .hotspotItemContainer .item-13 {
  top: 59.3%;
  left: 64.9%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-14,
#page-540 .hotspotImage .hotspotItemContainer .item-14 {
  top: 40%;
  left: 76%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-15,
#page-540 .hotspotImage .hotspotItemContainer .item-15 {
  top: 54.3%;
  left: 67.6%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-16,
#page-540 .hotspotImage .hotspotItemContainer .item-16 {
  top: 66.3%;
  left: 79.8%;
}
#page-536 .hotspotImage .hotspotItemContainer .item-17,
#page-540 .hotspotImage .hotspotItemContainer .item-17 {
  top: 73.9%;
  left: 64.8%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-1 {
  top: 59%;
  left: 63%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-2 {
  top: 48%;
  left: 64.7%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-3 {
  top: 61.8%;
  left: 59.4%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-4 {
  top: 62.5%;
  left: 58.5%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-5 {
  top: 63.5%;
  left: 59.8%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-6 {
  top: 46.5%;
  left: 60.8%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-7 {
  top: 62.2%;
  left: 62%;
}
#page-538 .hotspotImage .hotspotItemContainer .item-8 {
  top: 46.1%;
  left: 62.9%;
}
/*=======================================================
  Footer / Footerblocks
=======================================================*/
footer .footerContent p {
  font-size: 12px;
  text-align: center;
}
