/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.asWrapperTopbar {
    width: 100%;
    height: 30px;
    background-color: #3E4D67;
    display: block;
}

.asWrapper {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    display: flex;
    width: 100%;
    align-items: stretch;
}

.asWrapper #asSidebar {
    min-width: 300px;
    max-width: 300px;
    background: #ffffff;
    color: #ffffff;
    transition: all 0.3s;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .175);
    z-index: 9;
}

.asWrapper #asSidebar a {
    color: #3E4D67;
    outline: 0;
    text-decoration: none;
}

.asWrapper #asSidebar a .fas {
    width: 50px;
    text-align: center;
    font-size: 24px;
    vertical-align: top;
}

.asWrapper #asSidebar a:hover,
.asWrapper #asSidebar a:active,
.asWrapper #asSidebar a:focus {
    background-color: #fcd9c1;
    color: #3E4D67;
}

.asWrapper #asSidebar ul.categories {
    padding: 20px 0;
    margin-top: -30px;
    border-bottom: none;
}

.asWrapper #asSidebar ul p {
    color: #ffffff;
    padding: 10px;
}

.asWrapper #asSidebar ul li a {
    padding: 15px 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    display: block;
}

.asWrapper #asSidebar ul li ul li a {
    padding-left: 105px !important;
}

.asWrapper #asSidebar ul li a.is-active {
    color: #F1894E;
}

.asWrapper #asSidebar ul li.active>a,
.asWrapper a[aria-expanded="true"] {
    color: #ffffff;
    background: #ffffff;
}

.asWrapper a[data-toggle="collapse"] {
    position: relative;
}

.asWrapper .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.asWrapper .dropdown-toggle.is-open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.asWrapper ul ul a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    padding-left: 45px !important;
    background: #ffffff;
}

.asWrapper #asContent {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}


/* @media (max-width: 1200px) {
    .asWrapper #asSidebar {
        display: none;
    }
} */

.asWrapper #asSidebar {
    margin-left: -300px;
}

.asWrapper #asSidebar.active {
    margin-left: 0px;
}

.asWrapper .sidebar-menu-link {
    color: #3E4D67;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
    background-color: #fcd9c1;
    cursor: pointer;
    /* position: absolute;
    left: 0;
    max-width: 80px;
    font-size: 13px; */
    position: relative;
    left: 300px;
    top: 25px;
    max-width: 80px;
    font-size: 13px;
}

@media (max-width: 1050px) {
    .asWrapper #asSidebar {
        margin-left: -300px;
    }
    .asWrapper #asSidebar.active {
        margin-left: 0;
    }
    .asWrapper #asSidebarCollapse span {
        display: none;
    }
}

.asWrapper #asContent .background-image-wrapper>img {
    width: 100%;
}

.asWrapper #asContent .roomNav {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.2);
}

.asWrapper #asContent .roomNav>a {
    display: block;
    line-height: 40px;
    font-size: 32px;
}

.asWrapper #asContent .roomNav.prev {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
}

.asWrapper #asContent .roomNav.next {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
}

.asWrapper #asContent .as-poi-item {
    width: 40px;
    height: 40px;
    background-color: #F1894E;
    outline: 0;
    border-radius: 100%;
    margin-left: -20px;
    margin-top: -20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
}

.asWrapper #asContent .as-poi-item:hover,
.asWrapper #asContent .as-poi-item:active,
.asWrapper #asContent .as-poi-item:focus {
    background-color: #DD753A;
}

.asWrapper #asContent .as-poi-item-room {
    width: 40px;
    height: 40px;
    background-color: #3E4D67;
    outline: 0;
    border-radius: 100%;
    margin-left: -20px;
    margin-top: -20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
}

.asWrapper #asContent .as-poi-item-room:hover,
.asWrapper #asContent .as-poi-item-room:active,
.asWrapper #asContent .as-poi-item-room:focus {
    background-color: #2D3D5A;
}

.asWrapper #asContent .as-room-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    outline: 0;
}

.asWrapper #asContent .as-room-link>i {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    /* transition: transform .8s ease-in-out;
    transform: rotate(0deg); */
}

.asWrapper #asContent .as-room-link:hover>i {
    /* transition: transform .8s ease-in-out;
    transform: rotate(360deg); */
}

.asWrapper a.poi-tooltip {
    position: relative;
    text-decoration: none;
}

.asWrapper a.poi-tooltip:after {
    content: attr(data-poi-tooltip);
    position: absolute;
    bottom: 50px !important;
    left: 50%;
    background: #fcd9c1;
    padding: 5px 10px;
    color: #3E4D67;
    webkit-border-radius: 10px;
    moz-border-radius: 10px;
    border-radius: 0px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    webkit-transition: all 0.4s ease;
    moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    opacity: 0.8 !important;
    transform: translateX(-50%);
}


/* .asWrapper a.poi-tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #ffcb66;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition : all 0.4s ease;
    transition : all 0.4s ease;
    opacity: 0;
    left: 30%;
    bottom: 90%;
    z-index: -1
} */

.asWrapper a.poi-tooltip:hover:after {
    bottom: 100%;
    z-index: 30
}


/* .asWrapper a.poi-tooltip:hover:before {
    bottom: 70%;
    z-index: 9
} */

.asWrapper a.poi-tooltip:hover:after,
a:hover:before {
    opacity: 0.8;
}

.fusion-modal.asProductModal .modal-content {
    border-radius: 0px;
}

.fusion-modal.asProductModal .modal-header {
    border: none;
    min-height: 40px;
    padding: 0px 20px;
}

.fusion-modal.asProductModal .modal-header .close {
    font-size: 30px;
    margin-top: 0px;
    text-shadow: none;
    padding: 10px 15px;
    z-index: 9;
}

.fusion-modal.asProductModal .modal-body {
    top: -40px;
    color: #444444;
}

.fusion-modal.asProductModal .btn-modal {
    background-color: #3E4D67;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.fusion-modal.asProductModal .btn-modal:hover,
.fusion-modal.asProductModal .btn-modal:focus,
.fusion-modal.asProductModal .btn-modal:focus {
    background-color: #394457;
}

.fusion-modal.asProductModal .modal-title {
    display: block;
    font-weight: 300;
}

.fusion-modal.asProductModal .modal-title.productRelatedProductsTitle {
    margin-top: 30px;
    margin-top: 30px;
    display: block;
    border-top: 1px solid #999999;
    padding-top: 30px;
}

.fusion-modal.asProductModal .productContent {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.fusion-modal.asProductModal .modal-dialog.modal-lg {
    max-width: 900px;
}

.fusion-modal.asProductModal .card-modal {
    border-radius: 0px;
}

.fusion-modal.asProductModal .card-modal {
    font-size: 14px;
    line-height: 1.6;
    border: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.fusion-modal.asProductModal .card-modal:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fusion-modal.asProductModal .card-modal .card-img-top {
    border-radius: 0px;
}

.fusion-modal.asProductModal .card-modal .card-header {
    font-weight: 600;
    border-bottom: 0px;
}

.fusion-modal.asProductModal .card-modal .card-link {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #444444;
}

.fusion-modal.asProductModal .card-modal .card-link:hover,
.fusion-modal.asProductModal .card-modal .card-link:focus,
.fusion-modal.asProductModal .card-modal .card-link:active {
    color: #f1894e;
}

.modal-dialog {
    pointer-events: initial;
}



/* Anpassungen 23.07.2020 */

/*Din Overlay feste Breite*/
.din_norm_overlay > img
{
    max-width: unset !important;
    width: 100%;
}

.din_norm_overlay_image {
    position: absolute;
    /* z-index: 7; */
}

.din_norm_button {
    width: 160px;
    height: 50px;
    /* text-align: right; */
    position: fixed;
    right: 0px;
    background-color: #F88854;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    /* text-align: left; */
    top: 255px;
    transition: width 0.5s;
    cursor: pointer;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    /* pointer-events: none; */
    padding-left: 60px;
    padding-top: 10px;
}

.button_to_check_din_norm {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    border-radius: 100%;
    border: solid #F88854;
    /* pointer-events: all; */
    cursor: pointer;
}

.button_to_check_din_norm.din_norms_ausgeklappt:hover .icon_check_overlay_din_norm {
    display: none !important;
}

.button_to_check_din_norm.din_norms_ausgeklappt:hover .icon_to_unchecked_overlay_din_norm {
    display: block !important;
}

.icon_to_unchecked_overlay_din_norm {
    display: none;
}

.icon_check_overlay_din_norm {
    padding-left: 12px;
    padding-top: 12px;
}

.icon_to_unchecked_overlay_din_norm {
    padding-left: 12px;
    padding-top: 12px;
}

.din_norm_button.ausgeklappt {
    width: 220px;
}

.din_norm_button .fa {
    font-size: 15px;
}

.din_norm_filter {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 10%;
}

.din_norm_invisible_content {
    background-color: #3E4D67;
    /* display: none; */
    position: fixed;
    z-index: 99;
    top: 305px;
    right: -230px;
    height: 75px;
    color: white;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 220px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.din_norm_invisible_content.ausgeklappt {
    right: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.din_norm_button img {
    /* margin-top: 7px; */
}

.icon_check_overlay_din_norm {
    display: block;
}

.icon_check_overlay_din_norm.not_active {
    display: none;
    transition: all 0.3s ease-in 0s;
}

.button_to_check_din_norm:hover .icon_check_overlay_din_norm.not_active {
    display: block !important;
    transition: all 0.3s ease-in 0s;
}


/* Mobile Optimierungen DIN-Button */

@media screen and (max-width: 800px) {
    .din_norm_button {
        height: 35px;
        width: 130px;
        padding-left: 40px;
        padding-top: 4px;
        font-size: 14px;
        top: 290px;
    }
    .button_to_check_din_norm {
        height: 35px;
        width: 35px;
    }
    .icon_check_overlay_din_norm {
        padding-left: 5px;
        padding-top: 5px;
    }
    .icon_to_unchecked_overlay_din_norm {
        padding-left: 5px;
        padding-top: 5px;
    }
}








/* neu Audio Button */

.sidebar-menu-link-audio-play {
    color: #3E4D67;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
    margin-top: 0px;
    background-color: #fcd9c1;
    cursor: pointer;
    /* position: absolute; */
    /* left: 0; */
    /* max-width: 80px; */
    /* font-size: 13px; */
    position: relative;
    left: 300px;
    top: 25px;
    max-width: 80px;
    font-size: 13px;
    height: 50px;
    margin-top: 10px;
}

.sidebar-menu-link-audio-play #playable0 {
    height: 40px;
    position: absolute;
    left: -90px;
}


/* PS */

/* RUNDGANG */

/* Bilder im Rundgang auf feste Höhe */
.card-img-top
{
    height: 200px;
    object-fit: contain;
}

/* Norm Button im Rundgang auf feste Position */
.din_norm_button 
{
    position: sticky !important;
}

 /* Audio-Overlay */

 .voices_first_page_load_popup {
    /* vorerst mal display none */
    /* display: none; */
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
}

.voices_first_page_content p {
    color: white;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.voices_first_page_content {
    color: white;
}

.voices_first_page_content .image_peter,
.voices_first_page_content .image_lotte {
    background-color: #F88854;
    border-radius: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
    border: solid 5px #F88854;
    transition: background-color 100ms linear;
    height: 95px;
    width: 95px;
}

.voices_first_page_content .image_peter:hover,
.voices_first_page_content .image_lotte:hover {
    cursor: pointer;
}

.voices_first_page_content .image_peter:hover {
    background-color: white;
    transition: background-color 100ms linear;
}
.voices_first_page_content .image_lotte:hover {
    background-color: white;
    transition: background-color 100ms linear;
}

.voices_first_page_content .voices_text_center {
    text-align: center;
}

.voices_text_center .fortsetzen_ohne_audio .fortsetzen_ohne_audio_button {
    border: solid 1px #F88854;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: #F88854;
    cursor: pointer;
    transition: background-color 100ms linear;
}

.voices_text_center .fortsetzen_ohne_audio .fortsetzen_ohne_audio_button .fortsetzen_ohne_audio_image {
    padding-top: 5px;
    padding-left: 3px;
}

.voices_text_center .fortsetzen_ohne_audio .fortsetzen_ohne_audio_button:hover {
    border: solid 1px #F88854;
    background-color: white;
    transition: background-color 100ms linear;
}

.audio_lotte_trigger_play {
    border: solid 1px #F88854;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #F88854;
    position: absolute;
    top: 95px;
    left: 53px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    outline: unset !important;
}

.audio_lotte_trigger_repeat {
    border: solid 1px #F88854;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #F88854;
    position: absolute;
    top: 95px;
    left: 18px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    outline: unset !important;
}

.voices_content_overlay {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    /* width: 120px; */
}

.audio_lotte_trigger_play:hover {
    background-color: white;
    transition: background-color 0.2s ease;
}

.audio_lotte_trigger_repeat:hover {
    background-color: white;
    transition: background-color 0.2s ease;
}

.audio_lotte_trigger_play_image,
.audio_lotte_trigger_repeat_image {
    padding-top: 8px;
    padding-left: 2px;
}

.audio_peter_trigger_play {
    border: solid 1px #F88854;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #F88854;
    position: absolute;
    top: 95px;
    left: 55px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    outline: unset !important;
}

.audio_peter_trigger_play:hover {
    background-color: white;
    transition: background-color 0.2s ease;
}

.audio_peter_trigger_repeat:hover {
    background-color: white;
    transition: background-color 0.2s ease;
}

.audio_peter_trigger_play_image,
.audio_peter_trigger_repeat_image {
    padding-top: 8px;
    padding-left: 2px;
}

.audio_peter_trigger_repeat {
    border: solid 1px #F88854;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #F88854;
    position: absolute;
    top: 95px;
    left: 20px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    outline: unset !important;
}

.audio_peter_trigger_repeat:hover {
    background-color: white;
    transition: background-color 0.2s ease;
}

.audio_lotte_trigger_stop:hover {
    background-color: white;
    transition: background-color 0.2s ease;
}

.audio_peter_trigger_stop:hover {
    background-color: white;
    transition: background-color 0.2s ease;
}


.audio_peter_trigger_play_image,
.audio_peter_trigger_repeat_image,
.audio_lotte_trigger_stop_image,
.audio_peter_trigger_stop_image {
    padding-top: 8px;
    padding-left: 2px;
}

.voices_content_overlay .voices_peter {
    position: relative;
    /* top: 150px; */
    /* width: 120px;
    margin-left: auto;
    margin-right: auto; */
}

.voices_content_overlay .voices_lotte {
    position: relative;
    /* top: 150px; */
    /* width: 120px;
    margin-left: auto;
    margin-right: auto; */
}

.audio_lotte_trigger_stop {
    border: solid 1px #F88854;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #F88854;
    position: absolute;
    top: -10px;
    left: 95px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    outline: unset !important;
}


.audio_peter_trigger_stop {
    border: solid 1px #F88854;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background-color: #F88854;
    position: absolute;
    top: -10px;
    left: 95px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    outline: unset !important;
}

.voices_peter_voice_lotte.without_audio{
    text-align: center;
}

.voices_peter_voice_lotte.without_audio .without_audio_trigger_lotte,
.voices_peter_voice_lotte.without_audio .without_audio_trigger_peter {
    /* margin-left: -40px;
    padding-left: 10px;
    padding-right: 10px; */
    filter: grayscale(1);
    -webkit-transition: 0.4s -webkit-filter linear;
    -moz-transition: 0.4s -moz-filter linear;
    -moz-transition: 0.4s filter linear;
    -ms-transition: 0.4s -ms-filter linear;
    -o-transition: 0.4s -o-filter linear;
    transition: 0.4s filter linear, 0.4s -webkit-filter linear;
    cursor: pointer;
    height: 95px;
    width: 95px;
}


.voices_peter_voice_lotte.without_audio .without_audio_trigger_lotte:hover,
.voices_peter_voice_lotte.without_audio .without_audio_trigger_peter:hover{
    -webkit-transition: 0.3s -webkit-filter linear;
    -moz-transition: 0.3s -moz-filter linear;
    -moz-transition: 0.3s filter linear;
    -ms-transition: 0.3s -ms-filter linear;
    -o-transition: 0.3s -o-filter linear;
    transition: 0.3s filter linear, 0.3s -webkit-filter linear;
    filter: unset !important;
    cursor: pointer;
}

.icons_images_without_audio .text_without_audio {
    color: black;
    /* margin-left: -25px; */
    margin-top: 10px;
}

.fortsetzen_ohne_audio_button_description{
    font-size: 14px !important;
    font-weight: unset !important;
    padding-top: 15px;
}

.voices_lotte,
.voices_peter,
.voices_peter_voice_lotte {
    transition: all 2s linear;
}

.image_lotte,
.image_peter {
    background-color: #F88854;
    border-radius: 100%;
    padding: 5px;
    height: 85px;
    width: 85px;
    cursor: pointer;
    border: solid 2px #F88854;    
    transition: all 250ms linear;
}

.image_lotte:hover,
.image_peter:hover {
    background-color: white;
    transition: all 250ms linear;
}

.audio_lotte_trigger_stop {
    left: 200px;
}

.audio_peter_trigger_stop {
    left: 200px;
}

.voices_peter {
  width: 300px;
  text-align: center;
}

.audio_peter_trigger_play {
  left: 155px;
}

.audio_peter_trigger_repeat {
  left: 115px;
}

.audio_lotte_trigger_stop {
  left: 200px;
}

.audio_peter_trigger_stop {
    left: 200px;
  }

.audioguide_peter_text {
  color: black;
  margin-top: 40px !important;
}

.audioguide_lotte_text {
    color: black;
    margin-top: 40px !important;
}

.voices_lotte {
    text-align: center;
}

.audio_lotte_trigger_play {
    left: 155px;
}

.audio_lotte_trigger_repeat {
    left: 115px;
}

.text_without_audio,
.audioguide_peter_text,
.audioguide_lotte_text {
    font-size: 16px;
}

.asWrapper #asSidebar .list-unstyled.categories {
    margin-bottom: 10px;
}