﻿:root {
    --sick-blue-primary600: #005B8E;
    --sick-blue-primary500: #007CC1;
    --sick-blue-primary400: #009DF4;
    --sick-gray-secondary650: #50585C;
    --sick-gray-secondary500: #737F85;
    --sick-gray-secondary300: #B1B8BC;
    --sick-gray-secondary400: #8E989D;
    --sick-dark-neutral900: #141718;
    --sick-dark-neutral800: #2C3133;
    --sick-dark-neutral750: #383E41;
    --sick-dark-neutral700: #444B4E;
    --sick-element-notactive: #d2d9dd;
    --sick-orange-accent600: #E36A00;
    --sick-orange-accent500: #F39200;
    --sick-orange-accent400: #FFA927;
    /* COLOR PALETTE */
    --sick-main-primary-600: #005B8E;
    --sick-main-primary-500: #007CC1;
    --sick-main-primary-400: #009DF4;
    --sick-main-secondary-650: #50585C;
    --sick-main-secondary-500: #737F85;
    --sick-main-secondary-400: #8E989D;
    --sick-main-accent-600: #E36A00;
    --sick-main-accent-500: #F39200;
    --sick-main-accent-400: #FFA927;
    --sick-neutral-900: #141718;
    --sick-neutral-800: #2C3133;
    --sick-neutral-750: #383E41;
    --sick-neutral-700: #444B4E;
    --sick-neutral-650: #50585C;
    --sick-neutral-500: #737F85;
    --sick-neutral-400: #8E989D;
    --sick-neutral-300: #B1B8BC;
    --sick-neutral-200: #C5CACC;
    --sick-neutral-100: #E0E3E4;
    --sick-neutral-50: #EEEFF0;
    --sick-neutral-20: #F6F7F7;
    --sick-neutral-1: #FBFCFC;
    --sick-neutral-0: #FFFFFF;
    --sick-status-error-500: #EA0823;
    --sick-status-error-20: #FEE9EB;
    --sick-status-warning-500: #F5C413;
    --sick-status-warning-100: #FDF5D7;
    --sick-status-success-500: #63B017;
    --sick-status-success-10: #E0F8C9;
    --sick-status-success-5: #F0FBE4;
    --sick-status-primary-500: #007CC1;
    --sick-status-primary-10: #BCE7FF;
    --sick-status-primary-3: #E4F5FF;
    --sick-gold-primary: #a98d21;
}


html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    font-family: OpenSans, Arial, sans-serif;
    width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 16px;
    color: var(--sick-dark-neutral700)
}

body.ja {
    font-family: NotoSansJP, Arial, sans-serif;
}

body.zh {
    font-family: NotoSansSZ, Arial, sans-serif;
}

body.kr {
    font-family: NotoSansKR, Arial, sans-serif;
}

#xmldaten {
    display: none;
}

div {
    box-sizing: border-box;
}

ul {
    margin-left: 0px;
    padding: 0;
    margin-top: 1em;
}

li {
    margin-left: 1em;
}

img {
    width: 100%;
    height: auto;
    margin: auto;
}

.fadenkreuz {
    display: none;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: var(--sick-dark-neutral750);
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--sick-blue-primary500);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--sick-blue-primary500);
}

@media (min-width: 3600px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2000px;
    }
}

.logo {
    position: absolute;
    width: 30%;
    max-width: 10em;
    right: 2.5em;
    bottom: 2em;
    user-select: none;

}

.top-menu {

    position: fixed;
    top: 2em;
    right: 2.5em;
    z-index: 100;
    display: block;
    width: 3em;
    height: 3em;
    cursor: pointer;
    padding: 0.25em;


}

.top-menu.burger-menu {

    top: 2em;
    right: 2.5em;


}

.top-menu.globe-menu {
    top: 2.125em;
    padding: 0.5em;
    right: 6.5em;


}


.globe-menu .globecontainer {
    position: absolute;
    width: 20vw;
    min-width: 300px;
    max-width: 600px;
    height: auto;
    right: 0em;
    display: none;
    background-color: #F3F3F3;
    box-shadow: rgb(0 0 0 / 24%) 0px 8px 16px 0px;
    top: 4em;
    padding: 1em 1em 2em 1em;
}


.globe-menu .globecontainer:before {
    content: '';
    position: absolute;
    right: 1em;
    top: -0.5em;
    width: 1em;
    height: 1em;

    background-color: #F3F3F3;
    transform: rotate(45deg);

}

.globe-menu .globecontainer p {
    width: 350px;
    font-size: 16px;
    color: #a8aab2;
    font-weight: 400;
    line-height: 28px;
    float: left;
    margin: 0;
    word-break: break-word;
    position: absolute;
    max-width: 100%;
}


.globe-menu .globecontainer .globeclose,
.search .searchresult .searchclose,
.tour .tourlistcontainer .tourclose {
    cursor: pointer;
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    z-index: 4;
}



.globe-menu .lang-switchheadline {

    font-size: 1.35em;
    font-weight: 600;
    margin: 0.25em 0em;
    color: #454c4f;
}

.globe-menu .lang-text {

    width: 90%;
    left: 0px;
}

.globe-menu .lang-text a {
    margin-right: 1em;
}

.globe-menu .lang-text a:hover {
    color: var(--sick-blue-primary500) !important;
    cursor: pointer;
}

.globe-menu .langbtn {
    color: unset;
    text-decoration: none;
}

.globe-menu .langbtn.inactive {
    opacity: 0.5;
    pointer-events: none;
}


#tilescanvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.areas {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all linear 0s;

    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all linear 0s;

}

.areas.areawrapper {
    transition: width ease 1.5s, height ease 1.5s, transform ease 1.5s, left ease 1.5s, top ease 1.5s;

}

.areas .areavideo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    pointer-events: none;
}

.areas .areavideo video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}

.panorama {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;

}

.start {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 2;
}


.starttitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 4em;
    font-weight: bold;
    color: var(--sick-blue-primary500);
    line-height: 1.3em;
    width: 90%;
    max-width: 20em;
    transition: all ease 0.6s;
    text-align: center;

}

.starttitleanimate {
    animation-duration: 5s;
    animation-name: starttitleanimation;
    animation-iteration-count: 1;
}

@keyframes starttitleanimation {

    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    10% {
        transform: translate(-50%, -50%) scale(0);
    }

    20% {
        transform: translate(-50%, -50%) scale(1);
    }

    80% {
        transform: translate(-50%, -50%) scale(1);
    }

    90% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(0);
    }

}

.introvideo {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.introvideo video {

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    display: block;

}

.maintitle {
    position: absolute;
    top: 0.75em;
    left: 1em;
    font-size: 2.5em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3em;
    max-width: 80%;
    text-shadow: 0em 0em 0.1em #000000;
    user-select: none;

}


.sidemenu {
    position: absolute;
    top: 15em;
    left: 2.5em;
    width: 14em;
    display: none;
}

.filtermenu {
    position: absolute;
    bottom: 3.75em;
    left: 2.5em;
    width: 14em;
    /*display: none;*/
}

.sidemenu .sidebtn,
.filtermenu .filterbtn {
    margin: 0 0 2px 0;
    color: var(--sick-neutral-0);
    display: flex;
    cursor: pointer;
    padding: 0.5em 0.75em;
    line-height: 1.3em;
    min-height: 2.5em;
    align-items: center;
    justify-content: center;
    font-size: 0.825em;
    font-weight: bold;
    text-align: center;
}

.sidemenu .sidebtn.sidemenubtn {
    background-color: var(--sick-neutral-650);
    border-left: 4px solid var(--sick-neutral-650);
}

.sidemenu .sidebtn.sidemenubtn:hover {
    background-color: var(--sick-neutral-500);
    border-left: 4px solid var(--sick-neutral-500);
}

.sidemenu .sidebtn.sidemenubtn.active,
.sidemenu .sidebtn.sidemenubtn.active:hover {
    background-color: var(--sick-neutral-800);
    border-left: 4px solid var(--sick-neutral-800);
}

.filtermenu .filterbtn.filtermenubtn {
    background-color: var(--sick-blue-primary500);
    border-left: 4px solid var(--sick-blue-primary500);
}

.filtermenu .filterbtn.filtermenubtn:hover {
    background-color: var(--sick-blue-primary400);
    border-left: 4px solid var(--sick-blue-primary400);
}

.filtermenu .filterbtn.filtermenubtn.active,
.filtermenu .filterbtn.filtermenubtn.active:hover {
    background-color: var(--sick-blue-primary600);
    border-left: 4px solid var(--sick-blue-primary600);
    background-image: url(../img/close_white.png);
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: right 0.25em center
}

.filtermenu .filterbtn.filtermenubtn.inactive {
    background-color: var(--sick-neutral-200);
    border-left: 4px solid var(--sick-neutral-200);
    color: var(--sick-neutral-400);
    opacity: 0.9;
    pointer-events: none;

}

#panorama {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.panoturn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 2em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.25s ease;


}

.panoturn:hover {

    opacity: 1;

}

.panoturn.panoright {

    left: auto;
    right: 2em;
}

.hotspots {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;

}

.hotspots.areahotspots {
    display: none;
}

.hotspots .hotspotcontainer {
    display: none;
    pointer-events: none;
}

.hotspotbtn {
    position: absolute;
    line-height: 0em;
    border-radius: 0%;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1);
    padding: 0em;
    pointer-events: auto;
    user-select: none;
    width: 1.8em;
    height: 1.8em;

    background-color: var(--sick-blue-primary500);
    background-image: linear-gradient(135deg, var(--sick-blue-primary400) 0%, var(--sick-blue-primary500) 33%, var(--sick-blue-primary600) 100%);
}

.hotspotbtn.orange {
    background-color: var(--sick-main-accent-500);
    background-image: linear-gradient(135deg, var(--sick-main-accent-400) 0%, var(--sick-main-accent-500) 33%, var(--sick-main-accent-600) 100%);
}

.overview .hotspotbtn {
    transform: translate(-50%, -50%) scale(0.7);
}

.hotspotbtn:hover {
    z-index: 5;
}

.hotspotbtn img {
    transform: rotate(0deg);
    transition: transform 0.35s ease;
}

.hotspotbtn:hover img {
    transform: rotate(180deg);
}

.hotspotbtn .hotspotborder {
    border: 2px solid var(--sick-blue-primary500);
    border-radius: 0%;
}

.hotspotbtn.orange .hotspotborder {
    border: 2px solid var(--sick-main-accent-500);
    border-radius: 0%;
}

.hotspotbtn .hotspotborder.static {
    position: absolute;
    width: 2.4em;
    height: 2.4em;
    top: -0.3em;
    left: -0.3em;
    animation: borderstatic linear 4s infinite;
}

@keyframes borderstatic {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    2% {
        opacity: 1;
        transform: scale(1);
    }

    14% {
        opacity: 0;
        transform: scale(1);
    }

    26% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.hotspotbtn .hotspotborder.animated,
.hotspotbtn .hotspotborder.animated2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-width: 1px;
    animation: borderanimated linear 4s infinite;
}

.hotspotbtn .hotspotborder.animated2 {
    animation: borderanimated2 linear 4s infinite;
}

.hotspotbtn.areabtn {
    padding: 0.25em;
    width: 2.4em;
    height: 2.4em;
    background-color: transparent;
    background-image: none;
}

.hotspotbtn.areabtn .hotspotborder.static {
    width: 3em;
    height: 3em;
    border: none;
}

.hotspotbtn.areabtn .hotspotborder.animated {

    border: none;

}

.hotspotbtn.areabtn img {
    transform: rotate(0deg);
    transition: transform 0.35s ease;
}

.hotspotbtn.areabtn:hover img {
    transform: rotate(0deg);
}

@keyframes borderanimated {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    8% {
        opacity: 0.6;
        transform: scale(1.5);
    }

    16% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes borderanimated2 {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    6% {
        opacity: 0;
        transform: scale(1);
    }

    14% {
        opacity: 0.6;
        transform: scale(1.5);
    }

    22% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.hotspotbtn .hotspotlabel {
    position: absolute;
    left: 0em;
    top: 0em;
    transform: translate(2.5em, 0%);
    text-align: left;
    height: 1.9em;

    line-height: 1.9em;
    background-color: var(--sick-blue-primary500);
    padding: 0em 0.5em;
    max-width: 15em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.95em
}

.hotspotbtn.orange .hotspotlabel {
    background-color: var(--sick-main-accent-500);
}

.hotspotbtn.vision .hotspotlabel {
    padding-right: 2.2em;
    background-image: url(../img/icon_vision.png);
    background-size: 1.7em auto;
    background-repeat: no-repeat;
    background-position: right 0.25em center;
    max-width: 17em;
}



.hotspotbtn.digitalization .hotspotlabel {
    padding-right: 2.2em;
    background-image: url(../img/icon_digitalization.png);
    background-size: 1.7em auto;
    background-repeat: no-repeat;
    background-position: right 0.25em center;
    max-width: 17em;
}

.hotspotbtn.left.vision .hotspotlabel,
.hotspotbtn.left.digitalization .hotspotlabel {
    padding-right: 0.5em;
    padding-left: 2.0em;
    background-position: left 0.25em center;
}

.hotspotbtn.left.digitalization .hotspotlabel {

    padding-left: 2.2em;

}

.hotspotbtn.vision.digitalization .hotspotlabel {
    padding-right: 3.8em;
    background-image: url(../img/icon_digitalization_vision.png);
    background-size: 3.4em auto;
    background-repeat: no-repeat;
    background-position: right 0.25em center;
    max-width: 18.5em;

}

.hotspotbtn.left.vision.digitalization .hotspotlabel {
    padding-right: 0.5em;
    padding-left: 3.8em;
    background-position: left 0.25em center;
}

.hotspotbtn.areabtn .hotspotlabel {
    background-color: transparent;
    font-weight: bold;
    font-size: 1.2em;
    transform: translate(2em, 0%);
    text-shadow: 0px 0px 0.2em #000000b0;
}

.hotspotbtn.left .hotspotlabel {
    left: auto;
    right: 0%;
    transform: translate(-2.5em, 0%);
    text-align: right;
}

.hotspotbtn.areabtn.left .hotspotlabel {
    transform: translate(-2em, 0%);
}

.hotspotbtn.notintour {
    display: none !important;
}

.homebtn {
    position: absolute;
    width: 3em;
    height: 3em;
    padding: 0.5em;
    top: 10em;
    left: 2.5em;
    background-color: var(--sick-blue-primary500);
    background-image: linear-gradient(135deg, var(--sick-blue-primary400) 0%, var(--sick-blue-primary500) 33%, var(--sick-blue-primary600) 100%);
    pointer-events: auto;
    cursor: pointer;
}

.homebtn.areahomebtn {
    display: none;
}

.hotspotbtn.mainbtn {
    position: absolute;
    pointer-events: auto;
    width: 0.5em;
    height: 0.5em;
    font-size: 1em;
    background-color: #ffffff;
    background-image: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hotspotbtn.mainbtn .hotspotborder,
.hotspotbtn.mainbtn .hotspotimage {
    display: none;
}

.hotspotbtn.mainbtn::before {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0px;

    width: 2px;
    height: 4.25em;
    background-color: #ffffff;
    border: none;
    animation: none;
}

.hotspotbtn.mainbtn.bottom::before {
    top: 0em;
    bottom: auto;
}

.hotspotbtn.mainbtn .hotspotlabel {
    position: absolute;
    top: auto;
    bottom: 4.25em;
    height: auto;
    left: calc(50% + 4px);
    color: #ffffff;
    cursor: pointer;
    padding: 0.4em 0.5em 0.4em 0.5em;
    white-space: nowrap;
    background-color: var(--sick-neutral-650);
    transform: translate(0, 100%);
    font-size: 1em;
    text-shadow: none;
    font-weight: normal;
    text-align: left;
    width: auto;
    text-overflow: unset;
    max-width: none;
    line-height: 1.2em;

}

.hotspotbtn.mainbtn.bottom .hotspotlabel {
    top: 4.25em;
    bottom: auto;
    transform: translate(0, -100%);
}

.hotspotbtn.mainbtn.left .hotspotlabel {
    left: auto;
    right: calc(50% + 4px);
    transform: translate(0, 100%);
    text-align: left;
}

.hotspotbtn.mainbtn.bottom.left .hotspotlabel {
    transform: translate(0, -100%);

}

.hotspotbtn.mainbtn.inactive {
    opacity: 0.6;
    pointer-events: none;
}

.hotspotbtn.mainbtn.link .hotspotlabel {
    background-color: var(--sick-orange-accent600);
    padding-right: 1.7em;
    background-image: url(../img/external-link.svg);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: right 0.3em center;

}

.legende {
    position: absolute;
    left: 2.5em;
    bottom: 1.25em;


}

.legende .legend_item {

    background-size: 1.8em auto;
    background-repeat: no-repeat;
    color: #ffffff;
    background-position: left 0.2em top 0em;
    padding-left: 2.3em;
    display: inline-block;
    margin-right: 1em;
    font-size: 0.875em;
    white-space: nowrap;
    position: relative;
    line-height: 1.2em;


}

.legende .legend_item.color::after {
    content: '';
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    top: -0.1em;
    left: 0.1em;
    border-radius: 0%;


}

.legende .legend_item.squareicon {
    background-size: 1.4em auto;
    padding-left: 2em;

}

.legende .legend_item.color.blue::after {
    background-color: var(--sick-blue-primary500);
}

.legende .legend_item.color.orange::after {
    background-color: var(--sick-orange-accent600);
}

.legende .legend_item.color.grey::after {
    background-color: var(--sick-neutral-650);
}

/* --------------------------------------- ISOTOPE -------------------------------- */


.overlay_close {
    position: fixed;
    top: 2em;
    right: 2.5em;
    z-index: 100;
    display: block;
    width: 3em;
    height: 3em;
    cursor: pointer;
    padding: 0em;
}

.overlaymenu .header {
    position: relative;
    margin: 2em 0em;

}

.overlaymenu .filters {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overlaymenu .filters .filter {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: rgba(50, 60, 67, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0.125em 0.125em 0.25em rgb(0 0 0 / 25%);
    padding: 0.7em 2.2em 0.7em 1.2em;
    color: #e7e8ea;
    margin: 0 0.2em 0.2em 0;
    cursor: pointer;
}

.overlaymenu .filters .filter.allfilter {
    padding: 0.7em 1.2em 0.7em 1.2em;

}

.overlaymenu .filters .filter:hover {
    background-color: rgba(143, 154, 161, 0.5);
    color: white;
}

.overlaymenu .filters .filter.active {
    background-color: rgba(143, 154, 161, 0.5);
    color: white;
}

.overlaymenu .filters .filter.customfilter,
.overlaymenu .filters .filter.tourfilter {
    background-color: var(--sick-blue-primary500);
}

.overlaymenu .filters .filter.customfilter.active,
.overlaymenu .filters .filter.tourfilter.active {
    background-color: var(--sick-blue-primary600);
}

.overlaymenu .filters .filter.customfilter:hover,
.overlaymenu .filters .filter.tourfilter:hover {
    background-color: var(--sick-blue-primary400);
}

.overlaymenu .filters .filter.customfilter.active:hover,
.overlaymenu .filters .filter.tourfilter.active:hover {
    background-color: var(--sick-blue-primary600);
}

.overlaymenu .filters .filter.active:not(.allfilter) {
    background-image: url(../img/close_white.png);
    background-image: url(../img/close_white.png);
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: right 0.25em center;

}

.overlaymenu .items {
    margin-inline: -1em;
}

.overlaymenu .item {
    width: 100%;
    padding: 1rem;
}

.overlaymenu .item__inner {
    position: relative;
    cursor: pointer;
}

.overlaymenu .item img {
    cursor: pointer;
    box-shadow: 0 0 1em rgb(0 0 0 / 35%);
}

.overlaymenu .item__inner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(50, 60, 67, 0.0) 60%, rgba(50, 60, 67, 0.75) 100%);
}

.overlaymenu .item__title {
    position: absolute;

    font-weight: bold;
    color: white;
    bottom: 0%;
    left: 0%;
    text-shadow: 0.1em 0.1em 0.3em rgb(0 0 0 / 100%);
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0em 1em;
    cursor: pointer;
    word-break: break-word;
    z-index: 2;
}




@media screen and (min-width: 768px) {
    .overlaymenu .item {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .overlaymenu .item {
        width: 33.33%;
    }
}


/* --------------------------------------- SETARDS -------------------------------- */


.info,
.media,
.overlaymenu {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0px;
    left: 0px;


    display: none;
    vertical-align: middle;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    hyphens: auto;
    z-index: 300;
    background-color: rgba(50, 60, 67, 0.85);
}


.media {

    z-index: 400;
}

.info_back,
.media_back,
.overlay_back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;


}

.info_inner {
    position: absolute;
    width: calc(100% - 8em);
    height: auto;
    margin: auto;
    margin-top: -200px;
    max-width: 90em;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -0%);
    transition: margin-top ease 0.35s;
}

.media_inner {
    position: absolute;
    width: calc(100% - 8em);
    max-width: 90em;
    height: 100%;
    margin-top: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media_inner .media_holder {
    position: absolute;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media_inner.pdfmedia {
    max-width: calc(100% - 8em);
    height: calc(100% - 8em);
    padding-bottom: 0px;
}

.media_inner.pdfmedia .media_holder {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.info_close,
.media_close {
    position: fixed;
    top: -0.5em;
    right: -3em;
    width: 3em;
    height: 3em;
    cursor: pointer;
    z-index: 2;
}

#media_frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    border: none;
}


.info .container,
.info .row,
.info .col {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    top: 0;
}

.iframe_close {
    position: fixed;
    top: 2em;
    right: 1em;
    width: 2em;
    height: 2em;
    cursor: pointer;
}

.iframeholder {
    z-index: 999999999;
}

.info .container {
    -webkit-box-shadow: 0px 0px 2em 0px rgba(51, 61, 67, 0.9);
    -moz-box-shadow: 0px 0px 2em 0px rgba(51, 61, 67, 0.9);
    box-shadow: 0px 0px 2em 0px rgba(51, 61, 67, 0.9);
    max-width: 100%;
}

.info .multiplecards {
    width: 100%;
    background-image: linear-gradient(135deg, var(--sick-blue-primary400) 0%, var(--sick-blue-primary500) 33%, var(--sick-blue-primary600) 100%);
    padding: 10px 40px 10px 50px;
    margin-bottom: 2em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.25em;
}

.info-block {
    position: relative;
    width: 100%;
    padding: 2em;
    overflow: hidden;
}

.info-block:nth-child(2) {
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 1em;
}

.info-block:nth-child(3) {
    background-color: #ffffff;
    padding-top: 0px;
}

.info .info-head {
    top: 0px;
    width: 100%;
    background: linear-gradient(-45deg, var(--sick-blue-primary400), var(--sick-blue-primary500), var(--sick-blue-primary400), var(--sick-blue-primary600));
    padding: 0.25em 1em 0.25em 1em;
    background-size: 600%;
    color: #ffffff;
    font-size: 1.75em;
    animation: anime 16s linear infinite;
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.info h3 {
    color: var(--sick-blue-primary500);
    font-size: 1.25em;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.info h4 {
    color: var(--sick-dark-neutral700);
    font-size: 1.15em;
    font-weight: normal;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
}

.info .headline-product a {
    color: var(--sick-blue-primary400);
    text-decoration: none;
    font-size: rem;
    font-weight: bold;
}

.info .headline-product a:hover {
    color: var(--sick-blue-primary500);
    text-decoration: none;
}

.info .productlist {
    font-size: 0.875em;
}

.info .info-image {
    background-size: cover;
    background-position: center center;
}

.info .pimgsizing {
    position: relative;
    top: 0.25em;
    right: 0;
    padding-right: 1.5em;
    padding-left: 0em;
}

.info .info-content {
    background-color: #ffffff;
    overflow-y: inherit;
    position: relative;
    height: 100%;
}

.info .info-content-inner {

    background-color: #ffffff;

    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: var(--sick-neutral-20)
}

.info .info_cards .container {
    background-color: #ffffff;
    margin-bottom: 2em;
}

.info h3 {
    color: var(--sick-blue-primary500);
    font-size: 1.25em;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.info ul {
    list-style: none;
    position: relative;
    margin-top: 0.5em;

}

.info ul li {
    position: relative;
    padding-left: 0.1em;
}

.info ul li:before {
    position: absolute;
    content: "";
    background-color: #999999;


    left: -0.9em;
    top: 0.55em;
    width: 0.4em;
    height: 0.4em;

    display: block !important;
}

.linkimg {
    width: 2.5em;
    height: auto;
    cursor: pointer;
    z-index: 300;
    /* float: right;
    margin-right: 1em;*/
    position: absolute;
    right: 0em;
    bottom: 0.5em;
}

.linkbutton {
    background-color: var(--sick-orange-accent500);
    color: white;
    outline: none;
    border: none;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 10px;
    position: relative;
    left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-flex;
}

.linkbutton:hover {
    background-color: var(--sick-orange-accent400);
    color: white;
}

.separator {
    border: 0;
}

.separator--line {
    border: 0;
    background: var(--sick-blue-primary500);
    height: 2px;
    position: relative;
    top: 3rem;
    width: 95%;
    -webkit-animation: separator-width 1s ease-out forwards;
    animation: separator-width 1s ease-out forwards;
}

.resizeInfo {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    border: none;
    background-color: transparent;
    outline: none;
    opacity: 0;
    cursor: pointer;
    transition: opacity ease 0.35s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    background: transparent no-repeat center center;
    background-size: 80% 80%;
    opacity: 1;
}

#carousel_application .carousel-control-prev-icon,
#carousel_application .carousel-control-next-icon {
    width: 4em;
    height: 4em;
}

.carousel-control-next-icon {
    background-image: url(../img/right-chevron-hover.png);
}

.carousel-control-prev-icon {
    background-image: url(../img/left-chevron-hover.png);
}

#carousel_application .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#carousel_product {
    border-bottom: 2px solid var(--sick-blue-primary500);
}

#carousel_product .carousel-control-prev {
    left: -2.5em;
    width: 3em;
    opacity: 1;
    top: 0px;
    bottom: 0px;
}

#carousel_product .carousel-control-next {
    right: -2.5em;
    width: 3em;
    opacity: 1;
    top: 0px;
    bottom: 0px;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    margin-left: 0.25em;
    text-indent: -999px;
    background: #fff;
    cursor: pointer;
}

.carousel-indicators {
    bottom: 10px;
}

.indicolor li {
    background: #d8d8d8;
    bottom: 19px;
}

.carousel-indicators .active {
    background-color: var(--sick-blue-primary500);
}

#carousel_product .carousel-inner {
    overflow: visible;
}

.setcardControl-prev {
    position: absolute;
    top: 50%;
    left: -4.5em;
    background-image: url(../img/left-chevron.png);
    cursor: pointer;
    width: 4em;
    height: 4em;
    transform: translate(0%, -50%);
}

.setcardControl-next {
    position: absolute;
    top: 50%;
    right: -4.5em;
    background-image: url(../img/right-chevron.png);
    cursor: pointer;
    width: 4em;
    height: 4em;
    transform: translate(0%, -50%);
}

.contact {
    position: absolute;
    width: auto;
    height: 3em;
    top: 2.3em;
    right: 12.5em;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-size: 2.2em;
    background-position: top 1em left;
    padding: 1em 0.5em 0.75em 3em;
    font-size: 0.875em;
    white-space: nowrap;
    /* padding: 0.6em 2em 0.5em 2em;
    border: 1px solid #ffffff;
    top: 2.75em;*/
}

.contact:hover {
    background-color:
}

.tour {
    position: absolute;
    width: 3em;
    height: 3em;
    top: 2.3em;
    right: 14.5em;
    cursor: pointer;

}

.search {
    position: absolute;
    width: 2.3em;
    height: 2.2em;
    top: 2.5em;
    right: 10.5em;
    cursor: pointer;

}

.searchresult {
    position: absolute;
    width: 400px;
    right: -8.7em;
    top: 3.9em;

    display: none;
    background-color: #F3F3F3;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 16px 0px;
    height: auto;
    z-index: 20;
    padding: 0em 0.5em 0.5em 0.5em;

}

#searchinput {
    background-color: transparent;
    border: none;
    outline: none;
    background-color: #F3F3F3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0.75em 0.5em 0.25em 0.5em;
    position: sticky;
    top: 0px;
    z-index: 2
}

#searchinput::placeholder {
    font-size: 0.875em;
    font-style: italic;
}

.searchresult:before {
    content: '';
    position: absolute;
    right: calc(8.7em + 7px);
    top: -15px;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: rgba(0, 0, 0, 0) #F3F3F3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.searchtitle {
    display: flex;
    align-items: center;
    color: rgb(44, 49, 51);
    font-size: 0.875em;
    margin: 0.5em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);

}



.searchtitle img {
    width: 5em;
    height: 5em;
    margin: 0;
    margin-right: 1em;
}

.searchlist,
.tourlist {
    margin-top: 0.5em;
    max-height: calc(100vh - 13em);
    overflow-y: auto;
}

.tourhead {
    font-weight: bold;
    padding-left: 0.5em;
}



.tourbtn.tourbtnactive {
    filter: invert(35%) sepia(92%) saturate(5721%) hue-rotate(186deg) brightness(80%) contrast(101%);
}

.tourlistcontainer {
    position: absolute;
    width: auto;
    right: 50%;
    transform: translate(50%, 0%);
    top: 3.9em;

    display: none;
    background-color: #F3F3F3;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 16px 0px;
    height: auto;
    z-index: 20;
    padding: 0.5em;

}


.tourlistcontainer:before {
    content: '';
    position: absolute;
    right: calc(50% - 7px);
    top: -15px;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: rgba(0, 0, 0, 0) #F3F3F3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.tourstartbtn {

    color: rgb(44, 49, 51);
    font-size: 0.875em;
    margin: 0.5em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0.25em 2em 0.25em 0.75em;
    white-space: nowrap;
}

.backgroundoverlay {
    position: absolute;
    width: 100vw;
    height: 100vh;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;

}

.backgroundswitch {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translate(-50%, 0%);
    white-space: nowrap;

}

.backgroundswitchbutton {
    display: inline-block;
    color: rgb(44, 49, 51);
    font-size: 1em;
    margin: 0em 0.5em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.25em 1.5em 0.25em 3em;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: left 1em center;
    cursor: pointer;
    pointer-events: auto;
    border-radius: 1em;

}

.backgroundswitchbutton.active {

    background-color: rgba(255, 255, 255, 0.9);


}

/* FÜR OFFLINE */

body.offline .disabledoffline {
    pointer-events: none;
}

body.offline .notvisibleoffline {
    display: none;
}