* {
    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%;
    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::before {
    position: relative;
    top: 2px;
}
.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: "\e258";
    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;
}
#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: 100%;
}
.map-container .headline {
    font-size: 140%;
    padding-bottom: 10px;
}
.map-container.right {
    right: 0px;
    left: auto;
}
.map_container {
    position: relative;
    display: inline-flex;
}
.map_container a {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    position: absolute;
}
#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 #000;
        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;
    }
}
@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: .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 .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%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.toggleNavigation,
.toggleNavigationMap,
.map-container {
  background: rgba(255,255,255,1)!important;
}

.sidebarNavigation {
  font-family: Arial, Helvetica, sans-serif!important;
  background: rgba(255,255,255,1)!important;
}

.content-container,
.navigation-container a:link,
.navigation-container a:visited,
.quicklinks-container i,
.map-container .headline,
.fancybox-button svg {
  color: #000000!important;
}

.sidebarNavigation .navigation-container a:hover,
.sidebarNavigation .quicklinks-container i:hover,
.fancybox-button svg:hover {
  color: #0f3055!important;
  border-color: #0f3055!important;
}

.sidebarNavigation .quicklinks-container .active i {
  color: #0f3055!important;
  border-color: #0f3055!important;
}

.navigation-container li {
  border-top: 1px solid rgba(0,0,0,0.5);
}
.navigation-container li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

.sidebarNavigation .navigation-container li a.active {
  color: #0f3055!important;
}

.toggleNavigation,
.toggleNavigationMap,
.image-container h3 {
  color: #000000!important;
}

.toggleNavigation:hover,
.toggleNavigationMap:hover {
  color: #0f3055!important;
}

.image-container h3 {
  font-family: Arial, Helvetica, sans-serif!important;
}

.content-container,
.photographer-tag,
.player_showImprint,
.player_showPrivacyPolicy {
  color: #000000!important;
}

#dynamic_infoboxes .infobox .infobox-content {
  font-family: Arial, Helvetica, sans-serif!important;
  color: #000000!important;
  background: rgba(255,255,255,0.5)!important;
}

.content-container a,
#dynamic_infoboxes .infobox .infobox-content a {
  color: #000000!important;
}

.content-container a:hover,
#dynamic_infoboxes .infobox .infobox-content a:hover {
  color: #0f3055!important;
}

#dynamic_infoboxes .infobox .closeButtonBox,
#dynamic_infoboxes .infobox .openButtonBox {
  color: #000000!important;
  background: rgba(255,255,255,0.5)!important;
}

#dynamic_infoboxes .infobox .closeButtonBox:hover,
#dynamic_infoboxes .infobox .openButtonBox:hover {
  color: #0f3055!important;
}

.navigation-container a:link,
.navigation-container a:visited,
.content-container,
.quicklinks-container i,
.image-container h3 {
  text-shadow: none!important;
}

.gallery-container {
  background: rgba(255,255,255,1)!important;
}


.infospot {
  color: #000000!important;
  background: rgba(255,255,255,0.5)!important;
}

.infospot .header h1,
.infospot .header .close {
  color: #000000!important;
}

.infospot .header .close:hover {
  opacity: 1;
}

.vtc_feed ul li {
  color: #000000!important;
}

.vtc_feed ul li a {
  color: #000000!important;
}

.vtc_feed ul li a:hover {
  color: #0f3055!important;
}

.map_container a {
  background: #ffffff!important;
  border: 1px solid #ffffff!important;
}

.map_container a:hover {
  background: #0f3055!important;
}

.map_container a.active {
  background: #0f3055!important;
}
.map_container a {
  box-shadow: 0px 0px 5px #000000!important;
}

.fancybox-content {
  background: rgba(255,255,255,1)!important;
  color: #000000!important;

  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-content .headline {
  color: #000000!important;
}

.fancybox-content .nav-tabs {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

.fancybox-content .nav-tabs > li.active > a,
.fancybox-content .nav-tabs > li.active > a:focus,
.fancybox-content .nav-tabs > li.active > a:hover {
  border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.5) transparent;
  color: #0f3055;
}

.fancybox-content .nav > li > a {
  color: #000000;
}

.fancybox-content .nav > li > a:focus,
.fancybox-content .nav > li > a:hover {
  color: #0f3055;
}
.fancybox-content .nav-tabs > li > a:hover {
  border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.5) #ddd;
}

.fancybox-opened .fancybox-title {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif!important;
  color: #000000!important;
  text-shadow: none!important;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  color: #000000!important;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  color: #0f3055!important;
}

#cookie-bar {
  background: rgba(255,255,255,1);
  color: #000000;
}

.touchcarousel .arrow-holder .arrow-icon {
  background-color: rgba(0,0,0, 0.3)!important;
}
.touchcarousel .arrow-holder:hover .arrow-icon {
  background-color: rgba(0,0,0, 0.7)!important;
}

/* Kann mindestens 568px darstellen. */
@media (min-width : 568px) {
  #dynamic_infoboxes .infobox .infobox-content {
    background: rgba(255,255,255,0.5)!important;
  }

  #dynamic_infoboxes .infobox .closeButtonBox,
  #dynamic_infoboxes .infobox .openButtonBox {
    background: rgba(255,255,255,0.5)!important;
  }
}

.slideshow_container {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.slideshow_container.left {
  right: 20px;
  left: auto;
  text-align: right;
}

.slideshow_container .note1 span,
.slideshow_container .note2 span {
  background: rgba(255,255,255,1)!important;
  color: #000000;
  padding: 10px 40px 10px 20px;
  display: inline-block;
}

.slideshow_container.left .note1 span,
.slideshow_container.left .note2 span {
  padding: 10px 20px 10px 40px;
}

.slideshow_container .note1 span {
  margin-bottom: 5px;
  font-size: 150%;
  font-weight: bold;
}

#loadingProgressG{
  width:100%;
  position: fixed;
  bottom: 0;
  height:6px;
  background-color:rgba(255,255,255,1);
  margin:auto;
}

#loadingProgressG span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 120%;
  bottom: 10px;
  color:#0f3055;
  text-shadow: 1px 1px #000;
}

.loadingProgressG{
  background-color:#0f3055;
  margin-top:0;

  animation: bounce_loadingProgressG 8s infinite linear;
  -o-animation: bounce_loadingProgressG 8s infinite linear;
  -ms-animation: bounce_loadingProgressG 8s infinite linear;
  -webkit-animation: bounce_loadingProgressG 8s infinite linear;
  -moz-animation: bounce_loadingProgressG 8s infinite linear;

  width:250px;
  height:6px;
}

@keyframes bounce_loadingProgressG{
  0%{ margin-left:-50%; }
  50%{ margin-left:125%; }
  100%{ margin-left:-50%; }
}

@-o-keyframes bounce_loadingProgressG{
  0%{ margin-left:-50%; }
  50%{ margin-left:125%; }
  100%{ margin-left:-50%; }
}

@-ms-keyframes bounce_loadingProgressG{
  0%{ margin-left:-50%; }
  50%{ margin-left:125%; }
  100%{ margin-left:-50%; }
}

@-webkit-keyframes bounce_loadingProgressG{
  0%{ margin-left:-50%; }
  50%{ margin-left:125%; }
  100%{ margin-left:-50%; }
}
@-moz-keyframes bounce_loadingProgressG{
  0%{ margin-left:-50%; }
  50%{ margin-left:125%; }
  100%{ margin-left:-50%; }
}

@media (max-width: 576px) {
  .fancybox-nav span {
    visibility: visible!important;
  }
}

.map_container {
  overflow: hidden;
}
.map-container .toggleNavigationMap {
  right: -40px!important;
}
.map-container.right .toggleNavigationMap {
  left: -40px!important;
}


#cms-splashscreen {
  background: -moz-radial-gradient(center, ellipse cover, rgba(234,231,227, 0.8) 0, rgba(234,231,227, 0.8) 30%, rgba(234,231,227, 0) 70%, rgba(234,231,227, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(234,231,227, 0.8) 0, rgba(234,231,227, 0.8) 30%, rgba(234,231,227, 0) 70%, rgba(234,231,227, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(234,231,227, 0.8) 0, rgba(234,231,227, 0.8) 30%, rgba(234,231,227, 0) 70%, rgba(234,231,227, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae7e3', endColorstr='#eae7e3', GradientType=1);
}
.cms-splashscreen-content, .cms-splashscreen-cookie {
  color: #ffffff;
}
.cms-splashscreen-buttons .button {
  border: 3px solid #00AEEF;
  background: #ffffff;
  color: #00AEEF;
}
.cms-splashscreen-buttons .button:hover {
  background: #00AEEF;
  color: #ffffff;
}






#welcome {
  width: 85%;
  background: #fff;
  margin: auto;
  margin-top: 15%;
  padding: 10px 20px;
  text-align: center;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s linear;
}
#welcome h1 {
  font-family: "Garamond", Serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
}
#welcome p {
  font-family: "OpenSans", Arial, Helvetica, Sans-Serif;
  font-size: 1.1rem;
}
#welcome.hideMobile {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 768px) {
  #welcome_container {
  	margin-right: 250px;
  }
  #welcome {
    margin-top: 5%;
    width: 60%;
	  max-width: 650px;
    padding: 10px 30px 20px;
  }
  #welcome.hideMobile {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  #welcome p {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {}
@media (min-width: 1200px) {}

#image_container { display:none; background-color:black; z-index:900; position: fixed; top:0; left:0; width: 100%; height: 100%; background-size: cover; background-position: center right; background-repeat: no-repeat; }

@media (max-width: 576px) {
  #image_container {
    background-position: 90% bottom;
  }
}
#image_container .map_container, #image_container .map-img { height: 100vh; max-height: unset!important; }
.toggleNavigationMap, .map-container { z-index: 950!important; }

.navigation-container .sub-menu.open {
    display: block!important;
}

.meta-container {
	display: none;
}

.sidebarNavigation {
	width: 250px;
}

.navigation-container {
  padding: 0;
  font-family: "OpenSans", Arial, Helvetica, Sans-Serif;
}

.sidebarNavigation .image-container {
    padding: 0px 20px 20px;
}

.navigation-container li {
    font-size: 15px;
}
.navigation-container a:link,
.navigation-container a:visited {
    padding: 8px 10px;
}

.navigation-container li.hasSub>a:after {
	content: "\e114";
}

.navigation-container li.hasSub>a.SubOpen:after {
	content: "\e113";
}

.sidebarNavigation .navigation-container li a.active {
    color: #fff!important;
    background: #0f3055;
}


.navigation_thumbnail {
	display: block;
}

.fancybox-content .headline {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.toggleNavigation {
    right: 250px;
	margin-right: 3px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	padding: 15px 15px 13px;
    height: auto;
    width: auto;
}

.toggleNavigationMap {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
    top: 0;
    padding: 10px 15px;
    height: auto;
    width: auto;
}

.map_container {
    overflow: unset;
}
.map-container {
    max-width: calc(100% - 320px)!important;
    padding: 10px 20px 20px 20px;
}
.map-container .map-img {
	max-width: 900px;
	width: calc(100vw - 370px);
}

.map_container_wrapper { width:0; overflow: hidden; }
.map-container .toggleNavigationMap {
    right: -51px!important;
	padding: 15px 15px 13px;
}
.backtohome span {
	float: right;
	cursor: pointer;
    text-decoration: underline;
	padding-bottom: 10px;
}
.backtohome span.left {
	float:left;
	text-decoration: none;
}

li.make-bold > a{
	font-weight: bold;
}
.menuText {
	text-align:center;
}
.sidebarNavigation.closed {
    right: -250px;
}
.toggleNavigationMap.closed .open,
.toggleNavigationMap.open .closed,
.toggleNavigation.closed .open,
.toggleNavigation.open .closed
{
    font-size: 150%;
    text-align: center;
    margin-left: -3px;
	color: #0f3055
}

.image-container img {
	width: 150px!important;
}
.map_container {
	display:inline-block;
}
.map_container a {
    border: 2px solid #0f3055!important;
    width: 19px;
    height: 19px;
    margin-top: -8px;
    margin-left: -8px;
}
.map_container a.active {
    opacity: 1;
    border: 2px solid #fff!important;
    width: 19px;
    height: 19px;
}

.map_container a.hover,
.map_container a:hover {
  opacity: 1;
  border: 2px solid transparent!important;
  background: #0f3055!important;
}
.map_container a:focus {
    background: #0f3055!important;
    border: 2px dashed #ffffff !important;
}

.footerBar {
	position: absolute;
    bottom: 0;
    padding: 30px 10px 10px;
  	border-top: 1px solid #000;
    width: 250px;
    text-align: left;
	right: 0;
    z-index: 10000;
	font-size: 15px;
}
.footerBar a {
	color: #000;
}
.footerBar a:hover {
	text-decoration: none;
}

.footerBar a.viking {
	text-decoration: underline;
}
.footerBar .footerBtn a {
	float: left;
	width: 25%;
	text-align: center;
}

.footerBar .footerBtn a:hover,
.footerBar .footerBtn a:focus {
	text-decoration: none;
}

.tooltip_window {
    background: #0f3055;
    color: #fff;
    border: 2px solid #fff;
}


.tooltip_window.left:after {
	width: 4px;
    height: 12px;
    margin: 0;
    border: 0;
    background: #0f3055;
    right: 50%;
    z-index: 10;
    top: 28px;
}

.withmapmaker {
	cursor: pointer;
}
.withmapmaker:before {content: attr(data-tooltip);
    font-size: 80%;
    background: #0f3055;
    color: #fff;
    border: 2px solid #fff;
    line-height: 27px;
    height: 30px;
    padding: 0px 10px;
    z-index: 1000000;
    position: relative;
    display: block;
    left: -50%;
    top: -45px;
    white-space: nowrap;
}
.withmapmaker:after {
  cursor: pointer;
  content: "";
  width: 4px;
  height: 10px;
  margin: 0;
  border: 0;
  background: #0f3055;
  z-index: 10;
  top: -17px;
  display: block;
  position: absolute;
}

.fancybox-stage blockquote {
margin: 0; border: 0;
}
.fancybox-is-open .fancybox-bg { opacity: .3; }
.fancybox-close-small svg {     border: 2px solid; border-radius: 50%; }

  .toggleNavigationMap, .map-container {
    display: block;
  }





.sidebarNavigation .content-container {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.content-container b,
.content-container i {
		font-family: "Garamond", serif;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
}
.content-container b {
font-weight: 600; }
.content-container i {
	letter-spacing: 6px;
}




.player_hideSubtitle svg,
.player_startSubtitle svg {
    height: 20px;
    width: 27px;

}


.audio-subtext {
  max-width: 100vw;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  background: #000;
  color: white;
  right: 250px;
  padding: 7px 10px 6px;

  -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;
}
.audio-subtext.hide {
  display:none!important;
}
.audio-subtext.closed {
  right: 0
}
.audio-subtext:empty {
  padding: 0
}



.fancybox-stage blockquote:nth-child(1),
.fancybox-stage blockquote:nth-child(4) {
  padding-bottom: 0;
}


#descriptionBox { max-width: 720px; }
.fancybox-content .headline { font-size: 24px; padding-bottom: 30px; }
.fancybox-container .content h2 { font-size: 22px; font-weight: bold; }
.fancybox-container .content h3 { font-size: 18px; font-weight: bold; }
.fancybox-container .content ol {padding-left: 15px; }
.fancybox-container .content li, .fancybox-container .content p { font-size: 15px; padding-bottom: 10px; }

@media screen and (orientation:landscape) and (max-width: 767px) {
	#welcome {
	    width: calc(100vw - 180px);
	    margin-top: 8%;
	}
}

@media (max-width: 767px) {
  .toggleNavigation {
      top: 71%; /*58%*/
  }
  
  #descriptionBox .col-sm-4 {
  	margin-top: 20px;
  }
  #descriptionBox .col-sm-4:first-child {
  	margin-top: 0px;
  }
  #image_container .withmapmaker,
  #image_container a.pano {
  	display:none;
  }
}

@media (max-width: 1150px) {
  .withmapmaker:before {
    top: -37px;
    line-height: 20px;
    height: 22px;
    font-size: 70%;
    padding: 0 6px;
    border: 1px solid #fff;
  }
}


.navigation-container li {
    border-top: 1px solid #000;
}
.navigation-container li>ul li {
    margin-bottom: 10px;
}
.navigation-container li>ul li a:link, .navigation-container li>ul li a:visited {
    border: 2px solid #0F3055;
    padding: 0px;
}


.navigation-container li>ul li .navigation_title {
    padding: 2px 0px 4px 5px;
    display: block;
}

/* a.pano.SubOpen { font-weight: bold; } */

.navigation-container .sub-menu.open {
	display: unset;
}

.navigtaion_title {
    font-family: "OpenSans", Arial, Helvetica, Sans-Serif;
    color: #0f3055;
    padding-bottom: 7px;
	font-weight: bold;
}
.map-container .toggleNavigationMap {
    right: -75px!important;
    width: 72px;
}

#sharebox .sharebar a {
    width: 115px;
}

.closed .map_container .withmapmaker {
	display: none;
}

.noSound {
    opacity: 0.5;
    pointer-events:none!important;
}

#welcome_container.closed {
  margin-right: 0;
}



.vkhs:focus,
.sidebarNavigation :focus,
.toggleNavigation:focus,
.toggleNavigationMap:focus {
  border: 2px dashed #0f3055!important;
}

#sharebox .sharebar a:focus {
  border: 2px dashed #000 !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #000;
}

.some_btn.twitter {
  color: #000000 !important;
}

.fancybox-slide--html .fancybox-close-small:focus {
  border: 2px dotted #000;
}












.fa-volume-up-strikethrough {
    position: relative;
}

.fa-volume-up-strikethrough::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px; /* Dicke der Linie */
    background-color: red; /* Farbe der Linie */
    transform: rotate(-45deg);
    transform-origin: center;
}

