/* res_id: 734122a2aee79a45438c42b4e35508a9 */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
* {
  font-family: Arial, sans-serif;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
html {
  font-size: 62.5%;
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  padding: 15px 0;
}
@media (max-width: 767px) {
  header {
    padding: 0;
  }
}
header #navigation {
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header #navigation a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header #navigation a:hover {
  text-decoration: none;
  background: none;
}
header #navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header #navigation li {
  margin: 0;
  padding: 0;
}
header #navigation .logoContainer {
  float: left;
  width: 420px;
  text-align: center;
}
@media (max-width: 1200px) {
  header #navigation .logoContainer {
    width: 240px;
  }
}
header #navigation .logoContainer a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header #navigation .logoContainer img {
  max-width: 100%;
  max-height: 70px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1200px) {
  header #navigation .logoContainer img {
    max-height: 50px;
  }
}
header #navigation .levelRoot {
  width: calc(360px);
  margin-top: 45px;
  margin-bottom: -25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1200px) {
  header #navigation .levelRoot {
    margin-top: 25px;
    width: calc(350px);
  }
}
header #navigation .levelRoot.levelRootLeft {
  float: left;
}
header #navigation .levelRoot.levelRootRight {
  float: right;
}
header #navigation .levelRoot > li {
  display: inline-block;
  position: relative;
}
header #navigation .levelRoot > li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 5px;
  width: 0;
  background: #00496c;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
header #navigation .levelRoot > li:hover:after,
header #navigation .levelRoot > li:focus:after,
header #navigation .levelRoot > li.active:after {
  left: 0;
  width: 100%;
}
header #navigation .levelRoot > li:hover a,
header #navigation .levelRoot > li:focus a,
header #navigation .levelRoot > li.active a {
  text-decoration: none;
}
header #navigation .levelRoot > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #969696;
  padding: 5px 15px;
}
header #navigation .levelRoot > li > a:hover {
  color: #767676;
}
@media (max-width: 1200px) {
  header #navigation .levelRoot > li > a {
    font-size: 1.6rem;
  }
}
header #navigation .levelRoot > li > ul {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 25px;
  background: #ffffff;
  padding: 0;
  text-align: left;
  min-width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
header #navigation .levelRoot > li > ul > li a {
  display: block;
  color: #00496c;
  padding: 5px 15px;
}
header #navigation .levelRoot > li > ul > li a:hover {
  color: #ffffff;
  background: #00496c;
}
header #navigation .levelRoot > li:hover > ul {
  opacity: 1;
  max-height: none;
  padding: 10px 0;
}
@media (min-width: 991px) {
  header.moved {
    padding: 10px 0;
  }
  header.moved #navigation .logoContainer img {
    max-height: 35px;
  }
  header.moved #navigation .levelRoot {
    margin-top: 3px;
  }
  header.moved #navigation .levelRoot > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  header.moved #navigation .logoContainer img {
    max-height: 35px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  header.moved #navigation .levelRoot {
    margin-top: 3px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  header.moved #navigation .levelRoot > li > a {
    font-size: 1.4rem;
  }
}
#navigationMobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
}
#navigationMobile .bar {
  padding: 15px;
}
#navigationMobile .bar .logo img {
  max-height: 40px;
}
#navigationMobile ul {
  list-style-type: none;
  padding: 0;
}
#navigationMobile #navigationMobileUl {
  display: none;
  padding: 10px 0;
  margin: 0;
  background: #ffffff;
}
#navigationMobile #navigationMobileUl,
#navigationMobile #navigationMobileUl a {
  color: #00496c;
}
#navigationMobile #navigationMobileUl a {
  display: block;
}
#navigationMobile #navigationMobileUl > li {
  font-size: 16px;
  position: relative;
  padding: 5px 25px;
}
#navigationMobile #navigationMobileUl > li ul > li:before {
  content: ">";
  margin-right: 10px;
  float: left;
}
#navigationMobile #navigationMobileUl > li:hover {
  background: #00496c;
}
#navigationMobile #navigationMobileUl > li:hover,
#navigationMobile #navigationMobileUl > li:hover a {
  color: #ffffff;
}
#navigationMobile .nav-icon {
  width: 40px;
}
#navigationMobile .nav-icon:after,
#navigationMobile .nav-icon:before,
#navigationMobile .nav-icon div {
  background-color: #00496c;
  content: '';
  display: block;
  height: 5px;
  margin: 7px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navigationMobile .nav-icon:hover:before {
  -webkit-transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -o-transform: translateY(12px) rotate(135deg);
  -ms-transform: translateY(12px) rotate(135deg);
  transform: translateY(12px) rotate(135deg);
}
#navigationMobile .nav-icon:hover:after {
  -webkit-transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -o-transform: translateY(-12px) rotate(-135deg);
  -ms-transform: translateY(-12px) rotate(-135deg);
  transform: translateY(-12px) rotate(-135deg);
}
#navigationMobile .nav-icon:hover div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#headerCarousel {
  position: relative;
  height: 100%;
  z-index: 10;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #headerCarousel {
    margin-top: 70px;
    margin-bottom: 0;
  }
}
#headerCarousel .carousel-inner,
#headerCarousel .item {
  height: 100%;
}
#headerCarousel .carousel-inner > a > img,
#headerCarousel .item > a > img,
#headerCarousel .carousel-inner > img,
#headerCarousel .item > img {
  max-width: none;
}
@media (max-width: 767px) {
  #headerCarousel .carousel-inner > a > img,
  #headerCarousel .item > a > img,
  #headerCarousel .carousel-inner > img,
  #headerCarousel .item > img {
    position: static;
    max-width: 100%;
    min-height: 0;
    height: auto;
  }
}
#headerCarousel .headerDescription {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#headerCarousel .headerDescription * {
  color: #ffffff;
}
#headerCarousel .headerDescription p {
  font-size: 40px;
  line-height: 45px;
}
#headerCarousel .headerDescription strong {
  font-size: 45px;
  line-height: 54px;
}
#headerCarousel .carousel-indicators li {
  margin: 0 3px;
}
#headerCarousel .scrollTopContentContainer {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  #headerCarousel .scrollTopContentContainer {
    display: none;
  }
}
#headerCarousel .scrollTopContentContainer img {
  cursor: pointer;
  height: 60px;
  -webkit-animation: pulse 1.5s ease-out infinite;
  animation: pulse 1.5s ease-out infinite;
}
#headerCarousel #headerVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.breadcrumb {
  background: none;
  padding: 8px 0;
}
footer {
  background: url("../images/footerbg.png") no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 300px 20px 20px;
  line-height: 1.8rem;
}
@media (max-width: 767px) {
  footer {
    padding-top: 150px;
  }
}
footer a {
  font-size: 1.4rem;
  color: #ffffff;
}
footer a:hover,
footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer h4 {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 10px;
}
footer h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 120px;
  height: 5px;
  background: #ffffff;
}
footer .socialMedia i {
  font-size: 30px;
}
footer .right {
  text-align: right;
}
@media (max-width: 767px) {
  footer .right {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  footer .right h4:after {
    right: 0;
    left: auto;
  }
}
footer .copyright {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #969696;
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.sectionContainer {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .sectionContainer {
    padding: 30px 0;
  }
}
.sectionContainer.grey {
  background: rgba(150, 150, 150, 0.4);
}
.headlineContainer {
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .headlineContainer {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.headlineContainer.h1,
.headlineContainer.h2,
.headlineContainer.h3,
.headlineContainer h1,
.headlineContainer h2,
.headlineContainer h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.headlineContainer h1 {
  font-size: 4.5rem;
  line-height: 5.4rem;
  color: #00496c;
}
.headlineContainer h1:after {
  display: block;
  content: '';
  height: 4px;
  width: 190px;
  background: #00496c;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .headlineContainer h1 {
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
}
.headlineContainer h2 {
  font-size: 3.25rem;
  line-height: 3.75rem;
  color: #969696;
}
@media (max-width: 767px) {
  .headlineContainer h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.headlineContainer.h1 {
  margin-bottom: 15px;
}
.headlineContainer.h2 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .headlineContainer.h2 {
    margin-bottom: 20px;
  }
}
.floatingTextContainer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.floatingTextContainer p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.linkListContainer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.linkListContainer .item {
  display: block;
  color: inherit;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .linkListContainer .item {
    padding: 0;
    margin-bottom: 30px;
  }
}
.linkListContainer .item .imageContainer {
  height: 270px;
}
.linkListContainer .item .imageContainer img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.linkListContainer .item .imageContainer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 73, 108, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.linkListContainer .item .name {
  position: absolute;
  top: 135px;
  left: 50%;
  width: 190px;
  margin-left: -95px;
  background: #ffffff;
  text-align: center;
  padding: 5px;
  color: #00496c;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.linkListContainer .item .content {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .linkListContainer .item .content {
    margin-top: 15px;
  }
}
.linkListContainer .item:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .linkListContainer .item:hover {
    text-decoration: none;
  }
  .linkListContainer .item:hover .imageContainer img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .linkListContainer .item:hover .imageContainer .overlay {
    opacity: 0;
  }
  .linkListContainer .item:hover .name {
    top: 270px;
    background: #00496c;
    color: #ffffff;
  }
}
.btnAf {
  display: inline-block;
  width: 200px;
  background: #00496c;
  border: 1px solid #00496c;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btnAf:hover {
  text-decoration: none;
  color: #00496c;
  background: #ffffff;
}
.buttonContainer {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.parallaxContainer {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .parallaxContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.parallaxContainer .overlayBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .parallaxContainer .overlayBg {
    display: none;
  }
}
.parallaxContainer .mobileImg {
  display: none;
  width: 100%;
}
.parallaxContainer .textContainer {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .parallaxContainer .textContainer {
    color: #333333;
  }
}
.parallaxContainer .textContainer h4 {
  font-size: 3.25rem;
  line-height: 3.75rem;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .parallaxContainer .textContainer h4 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.parallaxContainer .textContainer p {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (max-width: 767px) {
  .parallaxContainer .textContainer p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.parallaxContainer .textContainer .btnAf {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .parallaxContainer {
    height: auto !important;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .parallaxContainer .mobileImg {
    display: inline;
  }
  .parallaxContainer .overlayBg {
    display: none;
  }
  .parallaxContainer .textContainer {
    position: static;
    padding: 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.parallax-mirror {
  z-index: 0 !important;
}
@media (max-width: 991px) {
  .parallax-mirror {
    display: none !important;
  }
}
.kachelAufzaehlungContainer {
  background: rgba(150, 150, 150, 0.4);
  margin-top: 150px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .kachelAufzaehlungContainer {
    padding-bottom: 30px;
  }
}
.kachelAufzaehlungContainer h2 {
  text-align: center;
  width: 500px;
  background: #00496c;
  color: #ffffff;
  font-size: 3.25rem;
  line-height: 4.05rem;
  padding: 5px;
  margin: -30px auto 60px;
}
@media (max-width: 767px) {
  .kachelAufzaehlungContainer h2 {
    width: auto;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.kachelAufzaehlungContainer .item {
  position: relative;
  padding: 10px 20px;
  background: #ffffff;
  margin: 30px;
}
@media (max-width: 767px) {
  .kachelAufzaehlungContainer .item {
    margin: 30px 0 70px;
  }
}
.kachelAufzaehlungContainer .item .counter {
  position: absolute;
  font-size: 2.4rem;
  padding: 8px 0;
  width: 52px;
  background: #00496c;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  .kachelAufzaehlungContainer .item .counter {
    top: -5px;
    left: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
    -moz-transform: translateY(-100%) translateX(-50%);
    -o-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
  }
}
.kachelAufzaehlungContainer .item h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #00496c;
  margin: 0;
}
.kachelAufzaehlungContainer .item p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.imageSliderContainer {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}
.imageSliderContainer .sliderNavigator {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.imageSliderContainer .sliderNavigator img {
  height: 70px;
}
@media (max-width: 767px) {
  .imageSliderContainer .sliderNavigator img {
    height: 35px;
  }
}
.imageSliderContainer .sliderNavigator.sliderNavigatorLeft {
  left: 30px;
}
.imageSliderContainer .sliderNavigator.sliderNavigatorRight {
  right: 30px;
}
.linkBlockContainer {
  display: block;
  background: #00496c;
  color: #ffffff;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.linkBlockContainer .image img {
  margin-top: 15px;
  height: 100px;
  max-width: 100%;
}
.linkBlockContainer h3 {
  position: relative;
  font-size: 2.2rem;
  padding-bottom: 10px;
}
.linkBlockContainer h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 120px;
  height: 5px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .linkBlockContainer h3:after {
    left: 50%;
    margin-left: -60px;
  }
}
.linkBlockContainer p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.linkBlockContainer .buttonContainer {
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .linkBlockContainer .buttonContainer {
    text-align: center;
  }
}
.linkBlockContainer .btnAf {
  margin-top: 45px;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .linkBlockContainer .btnAf {
    opacity: 1;
    margin-top: 15px;
  }
}
.linkBlockContainer:hover,
.linkBlockContainer.focus {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .linkBlockContainer:hover,
  .linkBlockContainer.focus {
    background: #969696;
  }
  .linkBlockContainer:hover .btnAf,
  .linkBlockContainer.focus .btnAf {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .linkBlockContainer {
    text-align: center;
  }
  .linkBlockContainer .btnAf {
    background: #ffffff;
    color: #00496c;
    border: 0;
    margin-bottom: 20px;
  }
  .linkBlockContainer:nth-child(2n) {
    background: #969696;
  }
  .linkBlockContainer:nth-child(2n) .btnAf {
    background: #00496c;
    color: #ffffff;
    border: 0;
  }
}
.googleMapsContainer {
  margin-top: 45px;
  margin-bottom: 45px;
}
.googleMapsContainer .contentWrapper,
.googleMapsContainer .map {
  height: 400px;
}
@media (max-width: 767px) {
  .googleMapsContainer .contentWrapper,
  .googleMapsContainer .map {
    height: 270px;
  }
}
.googleMapsContainer .contentWrapper {
  position: relative;
  background: #00496c;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .googleMapsContainer .contentWrapper {
    height: auto;
  }
}
.googleMapsContainer .contentWrapper a {
  color: #ffffff;
}
.googleMapsContainer .contentWrapper .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .googleMapsContainer .contentWrapper .content {
    position: static;
    top: auto;
    padding: 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.text2ColumnsContainer h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #00496c;
  margin-bottom: 15px;
}
.text2ColumnsContainer p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.text2ColumnsContainer .left,
.text2ColumnsContainer .right {
  padding-top: 30px;
  padding-bottom: 30px;
}
.text2ColumnsContainer .left {
  text-align: right;
  border-right: 4px solid #00496c;
  padding-right: 64px;
}
.text2ColumnsContainer .right {
  margin-left: -4px;
  border-left: 4px solid #00496c;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .text2ColumnsContainer .left,
  .text2ColumnsContainer .right {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .text2ColumnsContainer .left {
    border-right: 0;
    border-bottom: 4px solid #00496c;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .text2ColumnsContainer .right {
    border: 0;
  }
}
.text3ImagesContainer h3 {
  font-size: 3.25rem;
  line-height: 3.75rem;
  color: #969696;
}
@media (max-width: 767px) {
  .text3ImagesContainer h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.text3ImagesContainer p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.text3ImagesContainer .images .big {
  float: left;
  margin-right: 4px;
  width: calc(50% - 2px);
}
.text3ImagesContainer .images .small {
  margin-top: 4px;
  width: calc(50% - 2px);
}
.text3ImagesContainer .images .small:first-of-type {
  margin-top: 0;
}
.kacheln2SpaltenContainer {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}
.kacheln2SpaltenContainer .border {
  position: absolute;
  top: 10%;
  height: 80%;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  background: #00496c;
}
@media (max-width: 767px) {
  .kacheln2SpaltenContainer .border {
    display: none;
  }
}
.kacheln2SpaltenContainer .item {
  margin: 0 30px;
  position: relative;
  display: block;
  height: 300px;
}
@media (max-width: 767px) {
  .kacheln2SpaltenContainer .item {
    height: 270px;
    margin: 0 0 30px;
  }
}
.kacheln2SpaltenContainer .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 73, 108, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.kacheln2SpaltenContainer .item .name {
  position: absolute;
  top: 135px;
  left: 50%;
  width: 190px;
  margin-left: -95px;
  background: #ffffff;
  text-align: center;
  padding: 5px;
  color: #00496c;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .kacheln2SpaltenContainer .item:hover {
    text-decoration: none;
  }
  .kacheln2SpaltenContainer .item:hover .overlay {
    opacity: 0;
  }
  .kacheln2SpaltenContainer .item:hover .name {
    top: 270px;
    background: #00496c;
    color: #ffffff;
  }
}
.kachelIconsContainer .item {
  position: relative;
  height: 300px;
  background: #00496c;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .kachelIconsContainer .item {
    height: auto;
  }
}
.kachelIconsContainer .item > a {
  color: inherit;
}
.kachelIconsContainer .item .content,
.kachelIconsContainer .item .overlayContent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .kachelIconsContainer .item .content,
  .kachelIconsContainer .item .overlayContent {
    position: static;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .kachelIconsContainer .item .content {
    padding: 40px 10px;
  }
}
.kachelIconsContainer .item .icon {
  height: 70px;
  margin-bottom: 5px;
}
.kachelIconsContainer .item .title {
  font-size: 2.2rem;
  color: #ffffff;
}
.kachelIconsContainer .item .overlayBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 3px #767676;
  -moz-box-shadow: 2px 2px 3px #767676;
  box-shadow: 2px 2px 3px #767676;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .kachelIconsContainer .item .overlayBg {
    display: none;
  }
}
.kachelIconsContainer .item .overlayContent {
  opacity: 0;
}
@media (max-width: 767px) {
  .kachelIconsContainer .item .overlayContent {
    opacity: 1;
    background: #ffffff;
  }
}
.kachelIconsContainer .item .overlayContent h3 {
  font-size: 2.2rem;
  color: #00496c;
}
.kachelIconsContainer .item .overlayContent p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .kachelIconsContainer .item:hover .overlayBg,
  .kachelIconsContainer .item:hover .overlayContent {
    opacity: 1;
  }
  .kachelIconsContainer .item:hover .overlayBg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.imageMain3ImagesContainer {
  margin-top: 45px;
  margin-bottom: 45px;
}
.imageMain3ImagesContainer .row {
  margin-left: -2px;
  margin-right: -2px;
}
.imageMain3ImagesContainer .column {
  padding-left: 2px;
  padding-right: 2px;
}
.imageMain3ImagesContainer .main {
  height: 400px;
}
@media (max-width: 767px) {
  .imageMain3ImagesContainer .main {
    height: 270px;
  }
}
.imageMain3ImagesContainer .images .big {
  float: left;
  margin-right: 4px;
  width: calc(50% - 2px);
}
.imageMain3ImagesContainer .images .small {
  margin-bottom: 4px;
  width: calc(50% - 2px);
}
.inquiryContainer {
  margin-top: 45px;
  margin-bottom: 45px;
}
.inquiryContainer .form-control {
  -webkit-box-shadow: 2px 2px 3px #767676;
  -moz-box-shadow: 2px 2px 3px #767676;
  box-shadow: 2px 2px 3px #767676;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.imagePagebreakerContainer {
  position: relative;
}
.imagePagebreakerContainer .image {
  height: 500px;
}
@media (max-width: 767px) {
  .imagePagebreakerContainer .image {
    height: 270px;
  }
}
.imagePagebreakerContainer .contentWrapper {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  text-align: right;
}
@media (max-width: 767px) {
  .imagePagebreakerContainer .contentWrapper {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 30px;
    text-align: left;
  }
}
.imagePagebreakerContainer .contentWrapper .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 45px;
  color: #00496c;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .imagePagebreakerContainer .contentWrapper .content {
    position: static;
    padding: 25px 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.imagePagebreakerContainer .contentWrapper .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #333333;
}
.imagePagebreakerContainer .contentWrapper .content h3 {
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 15px;
}
.imagePagebreakerContainer .contentWrapper .content h3,
.imagePagebreakerContainer .contentWrapper .content h3 * {
  font-size: 2.2rem;
}
.imagePagebreakerContainer .contentWrapper .content h3 p {
  margin: 0;
}
.imagePagebreakerContainer .contentWrapper .content h3:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 120px;
  height: 5px;
  background: #00496c;
}
@media (max-width: 767px) {
  .imagePagebreakerContainer .contentWrapper .content h3:after {
    right: auto;
    left: 0;
  }
}
.imagePagebreakerContainer .contentWrapper .content .more {
  margin-top: 15px;
  display: inline-block;
  width: 200px;
  border: 4px solid #00496c;
  text-align: center;
  color: #00496c;
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.imagePagebreakerContainer .contentWrapper .content .more:hover {
  text-decoration: none;
  color: #ffffff;
  background: #00496c;
}
@media (max-width: 767px) {
  .imagePagebreakerContainer .contentWrapper .content .more {
    display: block;
    margin: 15px auto 0;
  }
}
.imagePagebreakerContainer .contentWrapper.blue .content,
.imagePagebreakerContainer .contentWrapper.grey .content {
  color: #ffffff;
}
.imagePagebreakerContainer .contentWrapper.blue .content h3:after,
.imagePagebreakerContainer .contentWrapper.grey .content h3:after {
  background: #ffffff;
}
.imagePagebreakerContainer .contentWrapper.blue .content p,
.imagePagebreakerContainer .contentWrapper.grey .content p {
  color: #ffffff;
}
.imagePagebreakerContainer .contentWrapper.blue .content .more,
.imagePagebreakerContainer .contentWrapper.grey .content .more {
  border: 4px solid #ffffff;
  color: #ffffff;
}
.imagePagebreakerContainer .contentWrapper.blue .content .more:hover,
.imagePagebreakerContainer .contentWrapper.grey .content .more:hover {
  color: #000000;
  background: #ffffff;
}
.imagePagebreakerContainer .contentWrapper.blue {
  background: rgba(0, 73, 108, 0.6);
}
@media (max-width: 767px) {
  .imagePagebreakerContainer .contentWrapper.blue {
    background: #00496c;
  }
}
.imagePagebreakerContainer .contentWrapper.grey {
  background: rgba(150, 150, 150, 0.6);
}
@media (max-width: 767px) {
  .imagePagebreakerContainer .contentWrapper.grey {
    background: #969696;
  }
}
.imagePagebreakerContainer .contentWrapper.right {
  left: auto;
  right: 0;
  text-align: left;
}
.imagePagebreakerContainer .contentWrapper.right .content h3:after {
  right: auto;
  left: 0;
}
.imagePagebreakerHoverBlockContainer {
  overflow: hidden;
}
.imagePagebreakerHoverBlockContainer .left,
.imagePagebreakerHoverBlockContainer .right {
  position: relative;
  display: block;
  width: 50%;
}
@media (max-width: 767px) {
  .imagePagebreakerHoverBlockContainer .left,
  .imagePagebreakerHoverBlockContainer .right {
    width: auto;
  }
}
.imagePagebreakerHoverBlockContainer .left {
  float: left;
}
@media (max-width: 767px) {
  .imagePagebreakerHoverBlockContainer .left {
    float: none;
    margin-bottom: 30px;
  }
}
.imagePagebreakerHoverBlockContainer .right {
  float: right;
}
@media (max-width: 767px) {
  .imagePagebreakerHoverBlockContainer .right {
    float: none;
  }
}
.imagePagebreakerHoverBlockContainer .image {
  height: 500px;
}
@media (max-width: 767px) {
  .imagePagebreakerHoverBlockContainer .image {
    height: 270px;
  }
}
.imagePagebreakerHoverBlockContainer .imageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.6);
}
.imagePagebreakerHoverBlockContainer .imageOverlay .title {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.imagePagebreakerHoverBlockContainer .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  background: #00496c;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .imagePagebreakerHoverBlockContainer .overlay {
    position: static;
    width: auto;
    height: auto;
    left: auto;
  }
}
.imagePagebreakerHoverBlockContainer .overlay .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 45px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .imagePagebreakerHoverBlockContainer .overlay .content {
    position: static;
    width: auto;
    padding: 15px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.imagePagebreakerHoverBlockContainer .overlay .content h3 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.imagePagebreakerHoverBlockContainer .overlay .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.imagePagebreakerHoverBlockContainer .overlay .content .more {
  margin-top: 15px;
  display: inline-block;
  width: 200px;
  border: 4px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding: 7px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.imagePagebreakerHoverBlockContainer .overlay .content .more:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
}
.imagePagebreakerHoverBlockContainer .left:hover .overlay {
  left: 0;
}
.imagePagebreakerHoverBlockContainer .right .overlay {
  left: auto;
  right: -100%;
}
.imagePagebreakerHoverBlockContainer .right:hover .overlay {
  right: 0;
}


