@charset "UTF-8";
* {
  box-sizing: border-box;
  moz-box-sizing: border-box;
  outline: none !important;
  webkit-box-sizing: border-box;
}

body, html {
  height: 100%;
}

html,
body,
div#pano,
div#panoplayer {
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-weight: 400;
}

.player,
div#pano,
div#panoplayer {
  overflow: hidden;
}

#contentConatiner {
  display: none;
}

.gmnoprint {
  opacity: 1 !important;
  transform: none !important;
}

.hideVR {
  display: none !important;
}

.mCustomScrollBox,
.mCSB_container {
  overflow: visible !important;
}

.toggleNavigation {
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  cursor: pointer;
  height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  z-index: 8001;
  right: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.toggleNavigation .left,
.toggleNavigation .left {
  display: inline-block;
}

.toggleNavigation.closed {
  right: 0;
}

.toggleNavigation.closed:hover {
  -webkit-transform: translate(-5px, 0);
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
}

.toggleNavigation.left.closed:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
}

.toggleNavigation.left {
  left: 200px;
}

.toggleNavigation.left.closed {
  left: 0;
}

.toggleNavigation:hover {
  color: #000;
}

.toggleNavigation i {
  margin: 12px;
}

.toggleNavigation.left .right,
.toggleNavigation.right .left {
  display: none;
}

.toggleNavigation.closed .closed,
.toggleNavigation.open .open {
  display: none;
}

.toggleNavigation.closed .open,
.toggleNavigation.open .closed {
  display: block;
}

.sidebarNavigation {
  width: 200px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  height: 100%;
  /*overflow: hidden;*/
  position: fixed;
  text-align: center;
  top: 0;
  right: 0px;
  z-index: 8000;
  webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.sidebarNavigation.left {
  left: 0px;
}

.sidebarNavigation.closed {
  right: -200px;
}

.sidebarNavigation.left.closed {
  left: -200px;
}

.sidebarNavigation .image-container {
  padding: 0 10px 20px 10px;
}
.sidebarNavigation .image-container img {
  max-width: 100%;
}
.sidebarNavigation .content-container {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;
  text-shadow: 0 1px 1px #000;
  padding: 0 20px 20px 20px;
  text-align: left;
}
.sidebarNavigation .content-container p:first-of-type {
  margin-top: 0;
}
.sidebarNavigation .content-container h1 {
  font-size: 20px;
}
.sidebarNavigation .content-container h2 {
  font-size: 15px;
}
.sidebarNavigation .content-container img {
  max-width: 100%;
}
.sidebarNavigation .quicklinks-container {
  text-align: left;
  padding: 0 10px 20px 10px;
}
.sidebarNavigation .quicklinks-container ul {
  margin: 0;
  padding: 0;
}
.sidebarNavigation .quicklinks-container ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.sidebarNavigation .quicklinks-container a,
.sidebarNavigation .quicklinks-container span {
  text-align: center;
}
.sidebarNavigation .quicklinks-container i {
  border: 1px solid;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.1em;
  height: 30px;
  line-height: 28px;
  margin-bottom: 5px;
  margin-right: 2px;
  width: 30px;
}
.sidebarNavigation .quicklinks-container i:hover {
  color: #00aeef;
}
.sidebarNavigation .quicklinks-container i.icon-noun-112441 {
  line-height: 27px;
}
.sidebarNavigation .quicklinks-container i.icon-noun-112441::before {
  position: relative;
  top: 2px;
}
.sidebarNavigation .quicklinks-container i.icon-cardboard {
  line-height: 27px;
}
.sidebarNavigation .quicklinks-container i.icon-cardboard::before {
  position: relative;
  top: 4px;
  font-size: 120%;
  left: 1px;
}
.sidebarNavigation .quicklinks-container .quicklinks {
  height: 30px;
  overflow: hidden;
}
.sidebarNavigation .quicklinks-container .quicklinks.open {
  height: auto;
  overflow: visible;
}
.sidebarNavigation .quicklinks-container .mobileExpand {
  padding-top: 5px;
  width: 174px;
}
.sidebarNavigation .quicklinks-container .mobileExpand a i {
  font-size: 100% !important;
  height: 20px !important;
  line-height: 17px !important;
  width: 100% !important;
}
.sidebarNavigation .quicklinks-container .mobileExpand.open {
  padding-top: 0px;
}
.sidebarNavigation .linespacer {
  display: none;
}
.sidebarNavigation .languages-container {
  padding: 0 10px 20px 10px;
}
.sidebarNavigation .languages-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebarNavigation .languages-container ul li {
  float: left;
  margin-right: 5px !important;
  border: 1px solid transparent;
  opacity: 0.45;
}
.sidebarNavigation .languages-container ul li a {
  height: 20px;
  width: 30px;
  display: inline-block;
  text-indent: -10000px;
}
.sidebarNavigation .languages-container ul li:hover,
.sidebarNavigation .languages-container ul li.active {
  opacity: 1;
}
.sidebarNavigation .rssfeed {
  padding: 0 10px;
  text-align: left;
  font-size: 12px;
}
.sidebarNavigation .rssfeed ul {
  list-style: none;
  padding: 0;
}
.sidebarNavigation .rssfeed ul li {
  padding-bottom: 10px;
}
.sidebarNavigation .rssfeed ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.sidebarNavigation .meta-container {
  font-size: 10px;
  padding: 20px 10px;
}
.sidebarNavigation .meta-container .player_showImprint,
.sidebarNavigation .meta-container .player_showPrivacyPolicy {
  cursor: pointer;
}
.sidebarNavigation .meta-container .player_showPrivacyPolicy {
  padding-left: 10px;
}
.sidebarNavigation .meta-container .player_showImprint:hover,
.sidebarNavigation .meta-container .player_showPrivacyPolicy:hover {
  text-decoration: underline;
}
.sidebarNavigation .cr_form {
  padding: 10px;
}
.sidebarNavigation .cr_form .cr_firstname,
.sidebarNavigation .cr_form .cr_lastname,
.sidebarNavigation .cr_form .cr_email,
.sidebarNavigation .cr_form .cr_segment,
.sidebarNavigation .cr_form .cr_submit {
  padding-bottom: 5px;
}

.privacy_policy.nonavigation {
  position: fixed;
  bottom: 5px;
  left: 5px;
  font-size: 10px;
  cursor: pointer;
}

.privacy_policy:hover.nonavigation {
  text-decoration: underline;
}

.navigation-container {
  position: relative;
  padding-bottom: 20px;
}
.navigation-container ul {
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
}
.navigation-container ul ul {
  display: none;
}
.navigation-container ul ul li:last-child {
  border: 0;
}
.navigation-container .sub-menu.open {
  display: block;
}
.navigation-container li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.navigation-container li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.navigation-container li > ul {
  padding-bottom: 10px;
  padding-left: 10px;
}
.navigation-container li > ul li {
  border: 0;
  font-size: 90%;
  font-weight: 300;
}
.navigation-container li > ul li a:link,
.navigation-container li > ul li a:visited {
  padding: 2px 0;
}
.navigation-container a:link,
.navigation-container a:visited {
  color: #FFF;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  outline: medium none;
}
.navigation-container a:hover {
  color: #00aeef;
  text-decoration: none;
}
.navigation-container li.hasSub > a:after {
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 11px;
  line-height: 24px;
  position: absolute;
  right: 11px;
}
.navigation-container span.arrow {
  display: none;
}

.mCSB_scrollTools {
  right: -40px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  display: none;
}

.sidebarNavigation.closed .mCSB_scrollTools {
  display: none !important;
}

#publicMessages {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 25px;
  left: 0;
  text-align: center;
  z-index: 10000;
}

#previewBox,
#demoBox {
  margin-bottom: 5px;
  padding: 10px;
  font-size: 110%;
}

#brandingLogo {
  position: absolute;
  bottom: 10px;
  z-index: 9000;
  right: 210px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#brandingLogo img {
  max-height: 50px;
}

#brandingLogo.closed,
#brandingLogo.left {
  right: 10px;
}

/*
.fancybox-stage .headline {
    font-size: 140%;
    padding-bottom: 10px;
}

.fancybox-stage .nav-tabs > li.active > a,
.fancybox-stage .nav-tabs > li.active > a:focus,
.fancybox-stage .nav-tabs > li.active > a:hover {
    background-color: transparent;
}

.fancybox-stage .nav > li > a:focus,
.fancybox-stage .nav > li > a:hover {
    background-color: transparent;
}


.fancybox-title-float-wrap .child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-nav {
    width: 60px;
}
.fancybox-title-inside-wrap {
    padding-bottom: 10px;
}
.fancybox-stage:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-next {
    right: -60px;
}
.fancybox-prev {
    left: -60px;
}

.fancybox-lock .infobox {
    display:none!important;
}
*/
#sharebox .sharebar {
  padding-bottom: 7px;
}

#sharebox .sharebar a {
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
}

#sharebox .sharebar a:hover {
  text-decoration: none;
}

#sharebox .sharebar a[service=facebook] {
  color: #3b5998;
}

#sharebox .sharebar a[service=twitter] {
  color: #00aced;
}

#sharebox .sharebar a[service=googleplus] {
  color: #dd4b39;
}

#sharebox .sharebar a[service=xing] {
  color: #126567;
}

#sharebox .sharebar a[service=linkedin] {
  color: #007bb6;
}

#sharebox .sharebar a[service=facebook]:hover,
#sharebox .sharebar a[service=facebook]:focus {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

#sharebox .sharebar a[service=twitter]:hover,
#sharebox .sharebar a[service=twitter]:focus {
  background: #00aced;
  border-color: #00aced;
  color: #fff;
}

#sharebox .sharebar a[service=googleplus]:focus,
#sharebox .sharebar a[service=googleplus]:hover {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

#sharebox .sharebar a[service=xing]:hover,
#sharebox .sharebar a[service=xing]:focus {
  background: #126567;
  border-color: #126567;
  color: #fff;
}

#sharebox .sharebar a[service=linkedin]:hover,
#sharebox .sharebar a[service=linkedin]:focus {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}

.toggleNavigationMap,
.map-container {
  display: none;
}

.toggleNavigationMap {
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  cursor: pointer;
  height: 40px;
  position: absolute;
  text-align: center;
  top: 90px;
  width: 40px;
  z-index: 8010;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.toggleNavigationMap:hover {
  color: #000;
}

.toggleNavigationMap.closed:hover {
  -webkit-transform: translate(-5px, 0);
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
}

.toggleNavigationMap.left.closed:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
}

.toggleNavigationMap i {
  margin: 12px;
}

.toggleNavigationMap .left,
.toggleNavigationMap .left {
  display: inline-block;
}

.toggleNavigationMap .left {
  display: none;
}

.toggleNavigationMap.left .right {
  display: none;
}

.toggleNavigationMap.left .left {
  display: block;
}

.toggleNavigationMap.open .open {
  display: none;
}

.toggleNavigationMap.closed .closed {
  display: none;
}

.map-container {
  left: 0px;
  position: absolute;
  top: 90px;
  z-index: 8030;
  padding: 10px;
  max-width: 70%;
  webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.map-container .map-img {
  width: auto;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  max-width: 100%;
}
.map-container .headline {
  font-size: 140%;
  padding-bottom: 10px;
}

.map-container.right {
  right: 0px;
  left: auto;
}

.map_container {
  position: relative;
}

.zoom {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.zoom .map-img {
  pointer-events: none;
}

.zoom-ctl {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10000;
}

.zoom-ctl span {
  border: 1px solid;
  padding: 2px 6px 3px 6px;
  display: block;
  cursor: pointer;
  width: 26px;
  margin: 1px auto;
}

.zoom-ctl-grp {
  display: inline-block;
}

.groundplan-marker__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -15px;
  margin-left: -15px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  overflow: visible;
  z-index: 1;
  transition: z-index 0.2s step-end;
  will-change: transform;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
.groundplan-marker__wrapper.active {
  cursor: default;
}
.groundplan-marker__wrapper.active .groundplan-marker__svg {
  display: block !important;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.groundplan-marker__wrapper.active.noradar .groundplan-marker__svg {
  display: none !important;
}

.groundplan-marker__wrapper__inner {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.groundplan-marker__svg {
  display: none !important;
}

.groundplan-marker__element {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
}

.groundplan-marker__element:after {
  content: "";
  display: block;
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 14px;
}

.groundplan-marker__wrapper.groundplan-marker__wrapper--hover .groundplan-marker__element:after,
.groundplan-marker__wrapper:not(.groundplan-marker__wrapper.active):hover .groundplan-marker__element:after {
  background: #50f0c0;
}

.groundplan-marker__wrapper.active .groundplan-marker__element:after {
  background: #deff45;
}

.groundplan-marker__wrapper.groundplan-marker__wrapper--hover,
.groundplan-marker__wrapper:hover {
  z-index: 10;
  transition: z-index 0.2s step-start;
}

.groundplan-marker__svg {
  display: block;
  pointer-events: none;
  overflow: visible !important;
}

.groundplan-marker__element {
  position: relative;
}

.groundplan-marker__view-cone {
  fill: rgba(0, 0, 0, 0);
  stroke: rgba(211, 35, 16, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  stroke-width: 15px;
  stroke-dasharray: 30 186;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: stroke-dasharray 0.5s linear 0.1s, transform 0.2s ease-in;
}

#dynamic_infoboxes .infobox {
  display: block;
  cursor: default;
  z-index: 9010;
  position: absolute;
  top: 0;
}
#dynamic_infoboxes .infobox .OpenClose {
  text-align: right;
}
#dynamic_infoboxes .infobox .OpenClose div {
  display: inline-block;
}
#dynamic_infoboxes .infobox .OpenClose .openButtonBox,
#dynamic_infoboxes .infobox .OpenClose .closeButtonBox {
  font-size: 20px;
  height: 30px;
  text-align: center;
  width: 30px;
  cursor: pointer;
}
#dynamic_infoboxes .infobox .OpenClose .openButtonBox {
  display: none;
}
#dynamic_infoboxes .infobox .infobox-content {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 17px;
  padding: 10px;
  line-break: auto;
  overflow: hidden;
}
#dynamic_infoboxes .infobox .infobox-content img,
#dynamic_infoboxes .infobox .infobox-content iframe {
  max-width: 100%;
}
#dynamic_infoboxes .infobox .infobox-content h1 {
  font-size: 16px;
  line-height: 125%;
}
#dynamic_infoboxes .infobox .infobox-content h2 {
  font-size: 14px;
  margin-bottom: 5px;
}
#dynamic_infoboxes .infobox .infobox-content p {
  margin-top: 0;
}
#dynamic_infoboxes .infobox.hideBox {
  bottom: 5px !important;
  left: 205px !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
}
#dynamic_infoboxes .infobox.hideBox .OpenClose .openButtonBox {
  display: inline-block;
}
#dynamic_infoboxes .infobox.hideBox .OpenClose .closeButtonBox {
  display: none;
}
#dynamic_infoboxes .infobox.hideBox .OpenClose .openButtonBox,
#dynamic_infoboxes .infobox.hideBox .OpenClose .closeButtonBox {
  border: 2px solid rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
#dynamic_infoboxes .infobox.hideBox .infobox-content {
  display: none;
}

#dynamic_infoboxes.closed .infobox.hideBox,
#dynamic_infoboxes.right .infobox.hideBox {
  left: 5px !important;
}

.infospot {
  min-width: 200px;
  height: 100%;
  min-height: 100%;
}
.infospot .header {
  padding: 15px;
  position: relative;
}
.infospot .header h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.infospot .header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid;
  padding: 0px 6px 3px;
}
.infospot .middle {
  padding: 0 15px 15px 15px;
  font-size: 13px;
}

#dynamic_hotspots .hotspot {
  position: absolute;
  padding: 0;
  margin: 0px;
  cursor: pointer;
  z-index: 998;
}

#dynamic_hotspots_content .infospot {
  position: absolute;
  cursor: default;
  min-height: 100%;
  top: 0;
  width: 100%;
  z-index: 9010;
  margin-top: 0 !important;
}
#dynamic_hotspots_content .infospot .middle {
  font-size: 12px;
}
#dynamic_hotspots_content .infospot .middle .pi_product .image img {
  max-width: 160px;
}
#dynamic_hotspots_content .infospot .middle .pi_product .infos h1 {
  font-size: 20px;
  margin: 0;
}
#dynamic_hotspots_content .infospot .middle .pi_product .infos span {
  padding-bottom: 10px;
  display: block;
}
#sitemapBox .navigation-container ul#nav_0 {
  padding: 0;
}
#sitemapBox .navigation-container ul#nav_0 > li.hasSub > a {
  border-bottom: 1px solid;
}
#sitemapBox .navigation-container li {
  border: none;
}
#sitemapBox .navigation-container li.hasSub > a::after {
  content: "";
}
#sitemapBox .navigation-container li > ul {
  padding: 0;
}
#sitemapBox .navigation-container .sub-menu {
  display: block !important;
}

.gallery-container {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 8025;
  bottom: 0;
  width: 100%;
  height: 100px;
  margin-bottom: -100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.gallery .gallery-container {
  margin-bottom: 0px;
}
.gallery #carousel-gallery {
  width: 100% !important;
  margin: 0 !important;
  padding: 15px 0 !important;
  overflow: hidden !important;
}
.gallery .touchcarousel {
  height: auto !important;
}
.gallery #carousel-gallery .touchcarousel-wrapper {
  overflow: visible !important;
  margin-left: 80px !important;
}
.gallery #carousel-gallery .touchcarousel-item {
  margin-right: 15px !important;
  background: #CCC !important;
  height: 70px !important;
  position: relative;
}
.gallery .touchcarousel-item i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #c0c0c0;
  font-size: 20px;
}
.gallery .touchcarousel-item .video i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 40px;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 0;
}
.gallery .touchcarousel-item .video i:hover {
  color: rgba(255, 255, 255, 0.8);
}
.gallery .touchcarousel.black-and-white .arrow-icon {
  border-radius: 0 !important;
}
.gallery #carousel-gallery .arrow-icon.left {
  left: 25px !important;
}
.gallery #carousel-gallery .arrow-icon.right {
  right: 25px !important;
}
.gallery #carousel-gallery .arrow-holder {
  width: 60px !important;
}
.gallery #carousel-gallery .scrollbar-holder {
  bottom: 6px !important;
}

div.advertising {
  position: fixed;
  bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

@media (min-width: 568px) {
  div.advertising {
    position: relative;
  }

  #dynamic_infoboxes .infobox {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  #dynamic_infoboxes .infobox .infobox-content {
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
  #dynamic_infoboxes .infobox .OpenClose .openButtonBox,
#dynamic_infoboxes .infobox .OpenClose .closeButtonBox {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
  }
  #dynamic_infoboxes .infobox.bottom_left {
    top: auto;
    bottom: 50px;
    left: 70px;
    right: auto;
  }
  #dynamic_infoboxes .infobox.bottom_right {
    top: auto;
    bottom: 50px;
    left: auto;
    right: 70px;
  }
  #dynamic_infoboxes .infobox.top_left {
    top: 50px;
    bottom: auto;
    left: 70px;
    right: auto;
  }
  #dynamic_infoboxes .infobox.top_right {
    top: 50px;
    bottom: auto;
    left: auto;
    right: 70px;
  }

  #dynamic_infoboxes.left.open .infobox.bottom_left {
    left: 270px;
  }
  #dynamic_infoboxes.left.open .infobox.top_left {
    left: 270px;
  }

  #dynamic_infoboxes.right.open .infobox.bottom_right {
    right: 270px;
  }
  #dynamic_infoboxes.right.open .infobox.top_right {
    right: 270px;
  }

  #dynamic_hotspots_content .infospot {
    min-height: 0;
    box-shadow: 1px 1px 3.2px black;
    bottom: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-width: 376px;
    max-width: 550px;
    margin-left: -188px;
  }

  .gallery #dynamic_infoboxes .infobox.hideBox {
    bottom: 105px !important;
  }

  #sitemapBox ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #sitemapBox ul ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .gallery #brandingLogo {
    bottom: 110px;
  }
  .gallery .sidebarNavigation {
    bottom: 100px;
    height: auto;
  }
  .gallery .gallery-container {
    display: block;
  }
  .gallery #dynamic_infoboxes .infobox.bottom_left {
    bottom: 150px;
  }
  .gallery #dynamic_infoboxes .infobox.bottom_right {
    bottom: 150px;
  }
}
/* Kann mindestens 768px darstellen. */
@media (min-width: 768px) {
  .toggleNavigation {
    right: 250px;
  }

  .toggleNavigation.closed {
    right: 0;
  }

  .toggleNavigation.left {
    left: 250px;
  }

  .toggleNavigation.left.closed {
    margin-left: 0;
  }

  .sidebarNavigation {
    width: 250px;
  }

  .sidebarNavigation.closed {
    right: -250px;
  }

  .sidebarNavigation.left.closed {
    left: -250px;
  }

  .sidebarNavigation .image-container {
    padding: 0 20px 20px;
  }
  .sidebarNavigation .quicklinks-container {
    padding: 0 20px 20px 20px;
  }
  .sidebarNavigation .quicklinks-container .quicklinks {
    height: auto;
    overflow: visible;
  }
  .sidebarNavigation .quicklinks-container .quicklinks i {
    margin-right: 1px;
  }
  .sidebarNavigation .quicklinks-container .mobileExpand {
    display: none;
  }
  .sidebarNavigation .languages-container {
    padding: 0 20px 20px 20px;
  }
  .sidebarNavigation .rssfeed {
    padding: 0 20px;
  }
  .sidebarNavigation .linespacer {
    display: block;
    height: 10px;
  }
  .sidebarNavigation .cf:before,
.sidebarNavigation .cf:after {
    content: " ";
    display: table;
  }
  .sidebarNavigation .cf:after {
    clear: both;
  }
  .sidebarNavigation .cf {
    zoom: 1;
  }

  .navigation-container a:link,
.navigation-container a:visited {
    padding: 8px 10px;
  }
  .navigation-container li {
    font-size: 15px;
  }

  #publicMessages {
    width: 40%;
    left: 50%;
    margin-left: -20%;
  }

  #brandingLogo {
    right: 260px;
  }

  .toggleNavigationMap,
.map-container {
    display: block;
  }

  #dynamic_infoboxes .infobox.hideBox {
    left: 255px !important;
  }
  #dynamic_infoboxes .infobox.bottom_left {
    left: 70px;
  }
  #dynamic_infoboxes .infobox.bottom_right {
    right: 70px;
  }
  #dynamic_infoboxes .infobox.top_left {
    left: 70px;
  }
  #dynamic_infoboxes .infobox.top_right {
    right: 70px;
  }

  #dynamic_infoboxes.left.open .infobox.bottom_left {
    left: 320px;
  }
  #dynamic_infoboxes.left.open .infobox.top_left {
    left: 320px;
  }

  #dynamic_infoboxes.right.open .infobox.bottom_right {
    right: 320px;
  }
  #dynamic_infoboxes.right.open .infobox.top_right {
    right: 320px;
  }

  #sitemapBox ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  #sitemapBox ul ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .gallery-container {
    display: none !important;
  }

  .gallery .sidebarNavigation {
    bottom: 0;
  }
}
.desktop .hide_desktop,
.smart_tv .hide_desktop,
.other_non_mobile .hide_desktop {
  display: none !important;
}

.mobile .hide_smartphone,
.smartphone .hide_smartphone,
.feature_phone .hide_smartphone {
  display: none !important;
}

.tablet .hide_tablet,
.other_mobile .hide_tablet {
  display: none !important;
}

.csstooltip_map {
  font-size: 80%;
  text-decoration: none;
  background: #000;
  padding: 5px 15px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  white-space: nowrap;
  opacity: 1;
  z-index: 8012;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.tooltip_window {
  font-size: 80%;
  background: black;
  line-height: 30px;
  height: 30px;
  padding: 0px 10px;
  color: white;
  z-index: 1000000;
  display: none;
  position: absolute;
}

.tooltip_window.show {
  display: block;
}

.tooltip_window:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: black;
  border-width: 15px;
  margin-top: -15px;
}

.tooltip_window.left:after {
  left: auto;
  right: 100%;
  border-left-color: transparent;
  border-right-color: black;
}

.copyright_label {
  position: absolute;
  display: none;
  bottom: 5px;
  left: 5px;
  font-size: 10px;
  color: #fff;
  opacity: 0.5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.copyright_label:hover {
  opacity: 1;
}

.copyright_label.left {
  left: auto;
  right: 5px;
}

.some_btn,
.some_btn:hover {
  color: #fff !important;
  border-color: #fff !important;
  padding: 7px 20px;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}

.some_btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.some_btn i {
  padding-right: 3px;
}

.some_btn.facebook {
  background: #3b5998;
}

.some_btn.twitter {
  background: #1da1f2;
}

.some_btn.googleplus {
  background: #dc4e41;
}

.some_btn.whatsapp {
  background: #4dc247;
}

.some_btn.xing {
  background: #1a7576;
}

.some_btn.linkedin {
  background: #0077b5;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 100%;
  max-height: 100%;
}

/*# sourceMappingURL=style.css.map */
