@font-face {
    font-family: 'din_otbold';
    src: url('../../Fonts/dinot/dinot-bold-webfont.eot');
    src: url('../../Fonts/dinot/dinot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../Fonts/dinot/dinot-bold-webfont.woff2') format('woff2'),
         url('../../Fonts/dinot/dinot-bold-webfont.woff') format('woff'),
         url('../../Fonts/dinot/dinot-bold-webfont.ttf') format('truetype'),
         url('../../Fonts/dinot/dinot-bold-webfont.svg#din_otbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_otmedium';
    src: url('../../Fonts/dinot/dinot-medium-webfont.eot');
    src: url('../../Fonts/dinot/dinot-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../Fonts/dinot/dinot-medium-webfont.woff2') format('woff2'),
         url('../../Fonts/dinot/dinot-medium-webfont.woff') format('woff'),
         url('../../Fonts/dinot/dinot-medium-webfont.ttf') format('truetype'),
         url('../../Fonts/dinot/dinot-medium-webfont.svg#din_otmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_otregular';
    src: url('../../Fonts/dinot/dinot-webfont.eot');
    src: url('../../Fonts/dinot/dinot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../Fonts/dinot/dinot-webfont.woff2') format('woff2'),
         url('../../Fonts/dinot/dinot-webfont.woff') format('woff'),
         url('../../Fonts/dinot/dinot-webfont.ttf') format('truetype'),
         url('../../Fonts/dinot/dinot-webfont.svg#din_otregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#experience > div {
    width: 50%;
    margin: 0 auto 15px;
}
#experience .question-heading {
    padding: 90px 35px 30px;
}
.newsimage{
    width: 100%;
    height: auto;
}
html,
body {
    margin: 0 auto;
    user-select: none;
    background-color: #2E2E2E;
}
body {
    font-family: 'din_otregular';
    overscroll-behavior: none;
}
/*
#draggable {
    width: 80px;
    height: 5px;
    border-radius: 50px;
    opacity: .5;
    background-color: #616161;
    margin: 10px auto 20px auto;
}
*/
.joTooltip,
.joTooltip:focus,
.joTooltip:hover {
    font-weight: 600;
    color: #fff;
}
.mg-tooltip-wrapper {
    position: fixed;
    top: 0;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    background-color: #202123;
	color: #fff;
    left: 0;
    overflow: auto;
    z-index: 9999;
}
.mg-tooltip-closer {
    text-decoration: none;
    width: 35px;
    height: 35px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: -455px -36px;
    border-radius: 30px;
    transform: rotate(180deg);	
	background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.mg-tooltip-closer {
    display: block;
}
.mg-tooltip-closer-wrapper {
    padding: 15px 15px 10px;
}
.mg-tooltip-title {
    padding: 0 15px;
}
.mg-tooltip-title {
    position: relative;
    margin-bottom: 15px;
}
.mg-tooltip-title h2:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background-color: white;
    bottom: -2px;
}
.mg-tooltip-text {
    padding: 0 15px;
}
#draggable {
    position: relative;
    width: 100%;
    height: 35px;
}
#draggable:after {
    content: '';
    position: absolute;
    top: 15px;
    width: 80px;
    height: 5px;
    background-color: #616161;
    left: 50%;
    transform: translateX(-50%);
}
.ai{
    position:absolute;
    top:20px;
    width:100%;
    z-index:9999;
}
#stck-ftr-page {
	background-color: #fff;
    position: relative;
    overflow-x: hidden;
}
.outerDiv {
    position: relative;
    width: 100%;
    /* height: calc(100vh - 56px); */
    height: 100vh;
    max-height: -webkit-fill-available;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 200px #000;
       -moz-box-shadow: inset 0 0 200px #000;
            box-shadow: inset 0 0 200px #000;
}
#stck-ftr-page {
    margin: 0 auto;
}
.jo-ce.container {
    max-width: unset;
}
.vsearch-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .7;
    background-image: url('../../Images/Template_1/caesarcostumludi3.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: transform 1s;
    filter: blur(10px);
}
.background-lmb {
    width: 100%;
    height: 100%;
    background-image: url('../../Images/T4_Wesel/lvr_wesel.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 0%;
}
.background-lmb.zoomout{
	/* transform: scale(1); */
    background-position: 100%;
}
img.start_symbol{
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity 1s;
}
img.start_symbol.fadeIn{
    opacity: .4;
}

img.start_symbol_weiss {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(10);
    filter: brightness(0.8);
    opacity: 0;
    transition: opacity 1s, transform 1s;
}
img.start_symbol_weiss.glowIn {
    opacity: 0.8;
    transform: scale(1);
    /* transition: all 1s; */
}
img.start_symbol_weiss.glowIn.fadeout,
.fadeout{
	opacity: 0;
}
/* App installieren */
#ai,
#ai_ios {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: #585758;
}
.ai_ios_content {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    /* background-color: #585758; */
    z-index: 9999;
    margin: 0;
}
.ai_content {
    position: absolute;
    width: 100%;
    min-height: 100%;
    /* background-color: #585758; */
    z-index: 9999;
    margin: 0;
}
.ai_content > .row {
    /* border-top: 1px solid #000; */
    margin: 0;
}
.ai_title,
.ai_ios_title {
    text-align: center;
    color: #fff;
    font-size: 26px;
    align-items: center;
    padding: 30px;
}
#ai .ai_title {
    margin-top: 50%;
    /* transform: translateY(-50%); */
}
.ai_btn {
    color: #fff;
    padding: 15px;
    text-align: center;
    cursor: pointer;
	background-color: #95c11f;
    font-weight: 900;
    text-transform: uppercase;
}
#ai .ai_content > .row > div:last-child {
    background-color: #fff;
    color: #95c11f;
}
#ai .ai_content > .row {
    margin-top: auto;
}
#ai .ai_content {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
}
#addapp {
    /* border-right: 1px solid #000; */
}
#ai_ios_closer {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url(../../Images/close_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#ai_ios .menu_icon, 
#ai_ios .home_icon {  
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../../Images/hinzufuegen.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#ai_ios .home_icon {
    margin-left: 5px;
    background-image: url(../../Images/hinzufuegen1.svg);
}
/*Slides*/
.container-start-lmb {
	background-color: #000;
	height: 100%;
}
.container-start-lmb {
    transform: scale(1.1);
    /* margin: -10px; */
    transition: transform 1s, filter 1s;
}
.container-start-lmb.blur {
    filter: blur(5px);
    /* width: calc(100% + 20px);
    margin: 0 -10px; */
}
.bg_overlay {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: background-color 1s;
}
.container-start-lmb.blur .bg_overlay {
    background-color: rgba(0,0,0,.5);
}
.background-lmb {
    /* width: calc(100% + 20px); */
}
.container-lmb {
    /* touch-action: none; */
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    transition: right 1s, filter 2s;
}
.container-lmb,
.container-preview.slide.active {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* display: flex;
    flex-direction: column; */
}
.container-lmb.slide {
    right: -100%;
    /* overflow: scroll; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    filter: blur(5px);
}
.container-lmb.slide.active {
    right: 0%;
    z-index: 1;
    filter: blur(0px);
}
#ck.container-lmb {
    right: 0;
    opacity: 0;
    filter: blur(0);
    transition: opacity .7s;
    padding: 0 25px 60px;
}
#ck.container-lmb.slide.active {
    opacity: 1;
    transition: opacity 1.5s;
}
.question-heading {
    text-align: center;
    color: #fff;
}
.wrap:not(.inView) {
    opacity: 0;
}
.container-lmb-intercept .wrap:not(.inView) {
    opacity: 1;
}
.container-lmb-intercept > .wrap {
    position: relative;
    overflow: visible !important;
    width: 70%;
}
.wrap.inView{
	width: 70%;
}
.wrap.cookieblock-wrap.inView{
	width: auto;
}
.wrap {
    padding: 30px;
    background: rgba(22, 22, 22, 0.8);
    border-radius: 10px;
    max-height: 460px;
}
.container-1-lmb .question-heading {
    opacity: 0;
    transition: opacity 1s;
}
#lang.container-1-lmb .aw.inView label:not(.no_blur):not(.ck-switch) {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: transparent;
}
div[title="Sprachauswahl"] {
    font-size: 24px;
}
.container-1-lmb .question-heading.active {
    opacity: 1;
	margin-bottom: 10px;
}
.question-heading span {
    font-size: 14px;
    display: contents;
}
.question-heading > div {
    width: 0;
    height: 0;
    opacity: 0;
}
.question-heading > div.active {
    transition: opacity 1s;
    opacity: 1;
    width: 100%;
    height: initial;
}
.small_thing {
    display: block!important;
    line-height: 132%!important;
    margin-top: 10px;
}
.container-lmb-intercept .init_lang li,
.aw {
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
    opacity: .5;
    transition: left 1s;
    font-weight: 700;
}
.container-lmb-intercept .init_lang {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.container-lmb-intercept .init_lang li,
.aw.clicable {
    opacity: 1;
}
.aw.inView {
    position: relative;
    left: 0;
    display: flex;
}
.aw.inView label:not(.no_blur):not(.ck-switch) {
    /* box-shadow: inset 8px 0 8px -4px rgba(255, 255, 255, .5), inset -8px 0 13px -3px rgba(255, 255, 255, .5); */
    /* box-shadow: inset 15px 0 25px -10px rgba(255, 255, 255, .5), inset -15px 0 25px -10px rgba(255, 255, 255, .5); */
    background-color: rgba(255,255,255,.05);
}
.aw.obj.inactive {
    display: none;
}
.container-lmb-intercept .init_lang li,
#lang .clicable {
    margin: 0 0 10px;
    border: 1px solid rgba(555, 555, 555, 0.3);
    border-radius: 4px;
    transition: .3s;
}
#lang .clicable:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.container-lmb-intercept .init_lang li a {
    display: block;
    height: 100%;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    transition: .3s;
}
.container-lmb-intercept .init_lang li a:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.container-lmb-intercept .question-heading {
    margin-bottom: 10px;
}
.language-description > p {
    line-height: 21px;
    margin: 10px 0 20px;
}
.clicable {
    cursor: pointer;
}
.slideout {
    right: 100%;
}
.slideout-bottom {
    right: 0;
    top: 100%;
}
.slideout-bottom {
    right: -100%;
}
.container-preview.slide.active {
    opacity: 1;
}
.container-preview.slide {
    opacity: 0;
    right: 0%;
}
.start {
    /*
    position: absolute;
    */
    bottom: 40%;
    left: 0;
    right: 0;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
    
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.51)); */
    background-color: transparent;

    padding: 10px;
    /* border: 1px solid #fff; */
    border: none;
    /* border-radius: 15px; */
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.3;
}
#thema_select .start {
    position: relative;
    bottom: 0;
    opacity: 1;
    margin: 15px auto;
    outline: none;
}
.start.inViewTop,
.start {
    bottom: 25%;
    bottom: 0;
    opacity: 1;
}
.topic {
    position: fixed;
    height: 25%;
    left: 0;
    flex: auto;
    bottom: 0;
    padding: 10px 30px;
    width: 100%;
}
.topic .topic-text{
	text-align: left;
    color: #fff;
    font-size: 40px;
    left: -100%;
    position: relative;
    margin-top: 40px;
}
.topic.inView .topic-text {
	left: 0;
    line-height: 110%;
}
.topic .topic-top{
	text-align: left;
    color: #fff;
    font-size: 40px;
    left: -100%;
    position: relative;
}
.topic.inView .topic-top{
	left: 0;
}
.topic .topic-bottom{
	text-align: right;
    color: #fff;
    font-size: 40px;
    left: 100%;
    position: relative;
}
.topic.inView .topic-bottom{
	left: 0;
}
.outerDiv span {
    flex: auto;
    line-height: 32px;
}
.second img {
    margin-left: 20px;
}
.iconbar {
    max-height: 60px;
    padding: 0px 0px;
    display: flex;
    flex: auto;
    justify-content: space-evenly;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 655;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transform: translateY(100%) translateZ(0);
    transition: bottom 1s, transform .75s;
    /*
    background-color: #202123F0;
    */
    background-color: #151515;
}
.iconbar.noanimation {
    transition: none;
}
.iconbar > div {
    max-height: 60px;
    cursor: pointer;
    text-align: center;
    opacity: .3;
}
.iconbar > div.isselected {
    opacity: 1;
}
.iconbar > div.inactive {
    cursor: initial;
    opacity: 0.07;
    pointer-events: none;
    user-select: none;
}
.iconbar.inView,
.joMGDetail .iconbar {
	bottom: 0;
    transform: translateY(0%) translateZ(0);
}
.iconbar.inView.hide,
.joMGDetail .iconbar.hide {
    /* bottom: -100%; */
    transform: translateY(100%);
}
.iconbar > div > img,
.iconbar > div > a {
    width: 100%;
    /* height: auto; */
    height: 100%;
    padding: 12px 15px;
    backface-visibility: hidden;
}
.iconbar > div > a {
	display: block;
	height: 100%;
}
.iconbar > div:first-child {
    border-left: none;
}
.iconbar img.isselected,
.iconbar a.isselected,
.iconbar div.isselected {
    /* background-color: rgba(255, 255, 255, 0.43); */
}
.iconbar img.isselected,
.iconbar a.isselected img,
.iconbar div.isselected img {
    filter: brightness(2);
}
.iconbar img.inactive,
.iconbar a.inactive img,
.iconbar div.inactive img {
	/* opacity: .40; */
	background-color: unset;
}
.iconbar a img {
	width: auto;
    /* width: 100%; */
	height: 100%;
    margin: 0 auto;
    display: block;
}
.Navigation {
    display: flex;
    flex: auto;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    z-index: 4;
    position: relative;
    top: -100%;
}
.Navigation.inView {
    top: 0;
}
.jo-ce.container {
    padding-left: 0;
    padding-right: 0;
}
.container-preview.slide {
    height: 100%;
}
.slide input[type='checkbox'] {
    display: none;
}
.slide label {
    width: 100%;
}
.joContent.joWeite1.joPosRel {
    /* padding-top: 56px; */
}
.header-container {
    /* position: relative; */

    position: fixed;
    top: 0;
    /* left: 0; */
    z-index: 800;
    background-color: #fff;
    width: 100%;
    /* max-width: 768px; */
    transform: translateY(0%);
    transition: transform 1s;
}
.header-container .navbar-collapse {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 650;
    background-color: #f2f2f2;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.second_control button {
    background-color: #f2f2f2;
}
.header-container.hide {
    transform: translateY(-100%);
}
.navbar {
    margin: 0;
    padding-right: 0;
    padding: 0;
}
.jo-form {
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.navbar-toggler {
    display: block;
    margin-left: auto;
    outline: none;
    padding: 14px;
    border-radius: 0;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler-icon {
    background-image: url('../../Images/burgermenu.svg');
	width: 40px;
    height: 40px;
}
.navbar .logo {
    padding: 8px 0;
    max-height: 56px;
}
.navbar .logo:first-child {
    padding: 8px 0 8px 16px;
    margin-right: auto;
}
.navbar .logo:nth-child(2) {
    padding: 0;
    margin-right: 6px;
}
.header-container .navbar .second_control {
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    max-width: 56px;
}
.logo img {
    width: 100%;
    height: auto;
    max-width: 180px;
    backface-visibility: hidden;
}
.logo.col-3 img {
    max-height: 55px;
}
.nav li a {
    display: block;
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.dateTime-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.date,
.time {
    font-size: 1.4rem;
    font-weight: 600;
}
.date {
    color: #a0c21c;
}
.opening-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}
.opening-content {
    font-size: 1rem;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 15px;
}
.opening-content .t {
    font-weight: 600;
}

.joMGDetail {
    /* padding-top: 56px; */
    padding-bottom: 60px;
    /* overflow-y: scroll; */
    /* overflow-y: auto;
    overflow-x: hidden; */
    /* -webkit-overflow-scrolling: touch; */
    height: calc(100vh - 60px);
}
.joMGDetail.nothing_found {
    padding-bottom: 0;
    padding-top: 10%;
    background-color: #000;
}
.joMGDetail img {
    width: 100%;
    height: auto;
    outline: none;
}
.joMGDetail .iconbar a img {
    height: 100%;
    width: auto;
}
.joMGDetail .video {
    position: relative;
    width: 100%;
    height: 350px;
}
.joMGDetail .type-audio .video {
    height: 350px;
}
.joMGDetail .video video {
    position: absolute;
    width: 100%;
    height: 100%;
}
.joMGDetail .start-img {
    position: relative;
}
.joMGDetail .start-img .img-title {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    font-size: 1.6rem;
}
.joMGDetail .infos {
    padding: 15px;
}
.joMGDetail .info-note {
}
.joMGDetail .joTrenner {
    margin: 15px 0;
    height: 2px;
    width: 100%;
    background-image: -webkit-linear-gradient(left,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
    background-image: -moz-linear-gradient(left,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
    background-image: -o-linear-gradient(left,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
    background-image: linear-gradient(to right,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
}
.joMGDetail .video-container .joTrenner,
.joMGDetail .img-container .joTrenner {
    background-image: -webkit-linear-gradient(left,transparent 0%,#ffffff 20%,#ffffff 50%,#ffffff 80%,transparent 100%);
    background-image: -moz-linear-gradient(left,transparent 0%,#ffffff 20%,#ffffff 50%,#ffffff 80%,transparent 100%);
    background-image: -o-linear-gradient(left,transparent 0%,#ffffff 20%,#ffffff 50%,#ffffff 80%,transparent 100%);
    background-image: linear-gradient(to right,transparent 0%,#ffffff 20%,#ffffff 50%,#ffffff 80%,transparent 100%);
}
.joMGDetail .video-content,
.joMGDetail .img-content {
    padding: 15px;
    position: relative;
}
.joMGDetail .video-title,
.joMGDetail .img-title {
    font-size: 1.8rem;
}
.joMGDetail .video-untertitel,
.joMGDetail .img-untertitel {
    font-size: 1.5rem;
}
.joMGDetail .video,
.joMGDetail .video-content,
.joMGDetail .img,
.joMGDetail .img-content {
    background-color: #0f161a;
    color: #fff;
}
.joMGDetail .video-collapse-toggler,
.joMGDetail .img-collapse-toggler {
    width: 135px;
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
}
.joMGDetail .video-collapse-toggler.collapsed .less,
.joMGDetail .img-collapse-toggler.collapsed .less {
    display: none;
}
.joMGDetail .video-collapse-toggler.collapsed .more,
.joMGDetail .img-collapse-toggler.collapsed .more {
    display: inline;
}
.joMGDetail .video-collapse-toggler .more,
.joMGDetail .img-collapse-toggler .more {
    display: none;
}
.intro {
	position: relative;
	width: 100%;
    /* height: 250px; */
    padding: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.intro-title {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
    text-shadow: 1px 1px 4px #000;
    font-size: 1.6rem;
    width: calc(100% - 15px);
}
.obj-video-intro {
	padding: 50%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.map-container {
    background-color: #0f161a;
    display: none;
}
.map-container .map-title {
    font-size: 1.8rem;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
#joMap {
    width: 100%;
    height: 400px;
}
.ui-loader {
    display: none;
}
video {
    cursor: pointer;
}
.back-container,
.next-container {
    opacity: 1;
    display: none;
}
.back-container {
}
.container-lmb .back-container.inView,
.container-lmb .next-container.inView {
    display: none;
}
.aw.inView.next-container {
    display: none;
}
.back-label,
.next-label {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: .5rem;
    color: #fff;
    text-align: center;
}
.jomultiple input[type='checkbox']:checked + label {
    background-color: rgba(0,128,0,.4);
}
.jomultiple input[type='checkbox'] + label {
    opacity: .4;
}
.container-lmb label {
    padding-bottom: 0;
    transition: background-color 1s;
    cursor: pointer;
}
.container-1-lmb label {
    margin: 0;
    padding: 5px;
}
.container-lmb label > span {
    display: block;
}
.container-lmb-intercept,
#ck,
.container-lmb#lang {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-lmb-intercept {
    height: 100%;
    padding: 0 25px 60px;
    position: absolute;
    top: 0;
    width: 100%;
}
.container-lmb-intercept .init_lang li a:hover {
    text-decoration: none;
}
.thema-container {
    position: relative;
    background-color: #fff;
}
.thema-container .thema-block {
    /* height: calc(50vh - 28px); */
    perspective: 800px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    /* margin-bottom: 5px; */
    border-top: 5px solid #fff;
}
.thema-container .thema-item {
    /* background-color: green; */
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
    /* width: 66.66%; */
    /* height: 66%; */
    /* height: calc(66% - 1px); */
    /* float: left; */
    /* grid-row-start: 1; */
    /* grid-row-end: 2; */
    grid-column-start: 1;
    grid-column-end: 3;
    position: relative;
}
.obj-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.thema-item:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.thema-item-title {
    font-size: 22px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    padding: 10px;
}
.obj-item-title {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    background-color: rgba(0,0,0,.8);
    transform: translateY(0%);
}
.obj-item.active .obj-item-title {
    transform: translateY(-100%);
}
.thema-container {
    overflow: hidden;
}
.thema-container .obj-item {
    /* background-color: blue; */
    color:#fff;
    /* width: 33.33%; */
    /* height: 33%; */
    /* float: left; */
    position: relative;
    overflow: hidden;
}
.thema-container .obj-item .title {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: transform 1.2s;
    transform-style: preserve-3d;
}
.thema-container .obj-item .title.turnedLeft {
    transform: rotateY(-180deg);
}
.thema-container .obj-item .title.active {
    transform: rotateY(0deg);
}
.thema-container .obj-btn {
    text-align: center;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 50%;
    padding: 10px;
    background-color: rgba(0,0,0,.8);
}
.thema-container .thema-info {
    position: fixed;
    right: -100%;
    width: 80%;
    height: calc(100vh - 131px);
    top: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity 1s, z-index 1s, right 1s;
}
.thema-container.showInfo .thema-info {
    right: 1px;
    opacity: 1;
    z-index: 60;
    overflow: scroll;
}
.thema-container .thema-content {
    position: relative;
    left: 0;
    transition: left 1s;
}
.thema-container.showInfo .thema-content {
    left: -80%;
}
.thema-info .joTrenner {
    margin: 15px 0;
    height: 2px;
    width: 100%;
    background-image: -webkit-linear-gradient(left,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
    background-image: -moz-linear-gradient(left,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
    background-image: -o-linear-gradient(left,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
    background-image: linear-gradient(to right,transparent 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 80%,transparent 100%);
}
.thema-info-back {
    margin-top: 15px;
    text-align: right;
    padding: 0 20px 5px;
}
.thema-info .thema-info-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}
.thema-info .thema-info-title {
    padding: 20px;
    color: #fff;
    background-color: #000;
}
.thema-info {
    background-color: #eeedef;
}
.thema-info .thema-info-text,
.thema-info .thema-info-objnr {
    padding: 20px;
}
.thema-info .thema-info-time {
    padding: 0 20px 20px;
}
.thema-info .thema-info-kick {
    padding: 20px;
    color: #fff;
    background-color: #000;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}
.thema-info .thema-info-content {
    position: relative;
    /* padding-bottom: 90.5px;
    min-height: 100%; */
}
.thema-info-kick .kick-icon,
.thema-info-objnr .objnr-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.next-prev-container {
    position: fixed;
    /* left: 0; */
    height: 60px;
    width: 100%;
    /* max-width: 768px; */
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    opacity: 0;
    bottom: -100%;
    z-index: 55;
    transition: bottom 1s, opacity 1s;
    border-top: 1px solid lightslategray;
    box-shadow: 0 2px 10px 1px #333;
}
.next-prev-container.active {
    bottom: 0;
    opacity: 1;
    bottom: 60px;
}
.next-prev-container.active.iconbar-active {
}
.next-prev-container .next-label,
.next-prev-container .back-label {
    color: #000;
    margin-bottom: 0;
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    opacity: 1;
    position: absolute;
}
.container-lmb.hasBack {
    /* padding-bottom: 64px; */
    padding-bottom: 120px;
}
/* .container-lmb.hasIconbar {
    padding-bottom: 75px;
}*/
.container-lmb.hasBack.hasIconbar {
    /* padding-bottom: 120px; */
    padding-bottom: 60px;
}
.container-lmb#intro {
    padding-bottom: 120px;
}
.container-lmb.showingInfo {
    overflow: hidden;
    padding-bottom: 75px!important;
}
.next-prev-container .next-label {
    right: 0;
    right: -100%;
    transition: right 1s, opacity 1s, width 1s;
}
.next-prev-container .back-label {
    left: 0;
    left: -100%;
    transition: left 1s, opacity 1s, width 1s;
}
.next-prev-container.back-active .back-label {
    left: 0;
    width: 100%;
    opacity: 1;
}
.next-prev-container.back-active,
.next-prev-container.back-active .back-label {
	display: none;
}
.next-prev-container.back-active.next-active {
	display: block;
}
/* .next-prev-container.back-active .next-label {
    right: -100%;
    opacity: 0;
}*/
.next-prev-container.next-active .next-label {
    right: 0;
    width: 100%;
    opacity: 1;
}
/* .next-prev-container.next-active .back-label {
    left: -100%;
    opacity: 0;
} */
.next-prev-container.next-active.back-active .next-label,
.next-prev-container.next-active.back-active .back-label {
    width: 50%;
}
.next-prev-container.notclickable {
	opacity: 0;
	z-index: -1;
}
.kick-load-container {
    /* display: none; */
    /* overflow: hidden; */
}
.thema.obj-item.active .kick-load-container {
    opacity: 1;
}
.thema.obj-item .obj-btn.load {
    /* top: -100%; */
    top: -100%;
    /* transform: translateY(-100%); */
    transition: top 1s; 
}
.thema.obj-item .obj-btn.kick {
    /* bottom: -100%; */
    bottom: -100%;
    /*transform: translateY(100%); */
    transition: bottom 1s;
}
.thema.obj-item.active .obj-btn.load {
    top: 0;
    /* transform: translateY(0%); */
}
.thema.obj-item.active .obj-btn.kick {
    bottom: 0;
    /* transform: translateY(0%); */
}
.load-icon,
.kick-icon {
    width: 50%;
    height: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.kick-icon {
    background-image: url('../../Images/reload.png');
}
.load-icon {
    background-image: url('../../Images/info.png');
}
.thema-info-objnr .objnr-icon {
    background-image: url('../../Images/veranstaltung_black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.vsearch-container,
.intro-slide-container,
.pause-container,
.tutorial-container {
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 60px);
    /* z-index: -1;
    opacity: 0; */
    display: none;
    overflow: auto;
}
.tutorial-container.fullscreen {
    height: 100vh;
    z-index: 999999!important;
}
.vsearch-container {
    transition: opacity 1s, z-index 1s;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.pause-container {
    background-color: rgba(0,0,0,.75);
}
.tutorial-container {
	background-color: #fff;
	overflow: auto;
}
.tutorial-content {
	padding: 0;
    position: relative;
}
.tutorial-container {
    background-color: rgba(0,0,0,.9);
}
.tutorial-container .tutorial-content .tutorial-closer{
	background-image: url(../../Images/close_white.svg);
	width: 35px;
    height: 35px;
    right: 10px;
}
.tutorial-container h2 {
    padding: 0px 11px 0px 11px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.tutorial-container .tutorial-content .slick-prev,
.tutorial-container .tutorial-content .slick-next{
    top: 40%;
}
.pause-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../Images/pause.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.pause-container .pause-text {
	color: #fff;
}
.intro-slide-container {
	/* right: -100%; */
	/* padding-top: 30px; */
	-ms-touch-action: pan-y;
    touch-action: pan-y;
    position: relative;
    top: 0;
    height: auto;
    overflow: auto;
    opacity: 0;
    z-index: 10;
    display: none;
    background-color: #151515;
}
.intro-slide-container .intro-slide-content {
	padding: 0;
}
.vsearch-container.show,
.intro-slide-container.show,
.pause-container.show,
.tutorial-container.show {
    z-index: 600;
    opacity: 1;
}
.vsearch-container,
.intro-slide-container,
.pause-container,
.tutorial-container {
    transition: z-index 1s, opacity 1s, right 1s, left 1s;
}
.intro-slide-container.show {
    /* right: 0; */
    z-index: 10;
    /* display: block; */
}
.vsearch-container .vsearch-content {
    position: relative;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 70px;
}
.vsearch-content .vsearch-left-content {
    position: absolute;
    top: 0;
    transform: translate(-150%, -50%);
    width: 100%;
    padding-top: 0;
    transition: transform 1s;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.vsearch-content .vsearch-left-content.active {
    transform: translate(0%, 0%);
}
.vsearch-content .vsearch-right-content {
    position: absolute;
    transform: translateX(150%);
    width: 100%;
    transition: transform 1s, visibility 1s;
    padding: 0 15px 20px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    visibility: hidden;
    /* display: none;*/
    background-color: #fff;
    color: #000;
}
.vsearch-content .vsearch-right-content.active {
    transform: translateX(0%);
    visibility: visible;
    /* display: block; */
}
.vsearch-left-text {
    font-size: 26px;
    margin-bottom: 20px;
}
.vsearch-infos {
    color: #000;
}
.vsearch-left-search {
    padding: 20px 14px;
}
.vsearch-input {
    margin-top: 30px;
    position: relative;
}
.vsearch-input.notFound {
    z-index: 9;
}
.vsearch-content .vsearch-input input {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 38px;
    border: none;
    /* height: calc(1em + .75rem + 2px); */
    height: auto;
    letter-spacing: 30px;
    padding: 0 45px 0 0;


    width: 200px;
    margin: 0 auto;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .3) 0px, rgba(255, 255, 255, .3) 24px, transparent 0, transparent 50px) 0 100%/ 130px 2px no-repeat;
}

.vsearch-content .vsearch-input input[data-length="1"] {
    width: 100px;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .3) 0px, rgba(255, 255, 255, .3) 24px, transparent 0, transparent 50px) 0 100%/ 30px 2px no-repeat;
}
.vsearch-content .vsearch-input input[data-length="2"] {
    width: 150px;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .3) 0px, rgba(255, 255, 255, .3) 24px, transparent 0, transparent 50px) 0 100%/ 90px 2px no-repeat;
}
.vsearch-content .vsearch-input input[data-length="3"] {
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .3) 0px, rgba(255, 255, 255, .3) 24px, transparent 0, transparent 50px) 0 100%/ 130px 2px no-repeat;
}
.vsearch-input input::placeholder {
    color: #fff;
}
.vsearch-input:before {
    content: attr(data-error);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    background: #202123a9;
    padding: 30px;
    backdrop-filter: blur(10px);
    margin: 0 auto;
}
.notFound.vsearch-input:before {
    opacity: 1;
    visibility: visible;
}
.vsearch-num-box {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}
.vsearch-input.notFound {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}


.vsearch-back {
    position: absolute;
    width: 40px;
    height: 55px;
    right: 0;
    top: 0;
    background-image: url(../../Images/delete.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.vsearch-right-search {
    margin-top: 45px;
    margin-bottom: 20px;
}
.vsearch-right-search .vsearch-input {
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    vertical-align: middle;
    margin-bottom: 0;
}
.vsearch-input .search-input:focus {
    border-color: #ced4da;
    box-shadow: none;
    color: #fff;
}
.vsearch-right-search .vsearch-search-btn {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.vsearch-search-btn {
    font-size: 22px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100px;
}
.vsearch-close-btn,
.intro-slide-close-btn,
.tutorial-closer {
    background-image: url('../../Images/close.svg');
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center right;
    position: absolute;
    right: -4px;
    /* width: 25px;
    height: 25px; */
    width: 40px;
    height: 40px;
    z-index: 100;
}
.tutorial-closer {
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.vsearch-close-btn {
    right: 14px;
    top: 14px;
    position: absolute;
}
.vsearch-close-btn {
    background-image: url('../../Images/close_white.svg');
}
.intro-slide-close-btn {
	top: 18px;
	right: 15px;
}
.vsearch_video,
.intro-slide_video {
    width: 100%;
    height: auto;
}
.vsearch-video,
.intro-slide-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.vsearch_iframe,
.intro-slide-iframe,
.ajaxDetail .joVideo-items div.c-item-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.intro-type-audio .intro-slide_video {
	height: 50px;
}
.obj-container {
	margin-top: 5px;
	margin-right: -5px;
}
.obj-container .obj-video-item {
	padding-right: 5px;
	padding-bottom: 5px;
	position: relative;
}
.obj-container .obj-video-item .obj-video-id {
	position: absolute;
	color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    background-color: rgba(0,0,0,.8);
    width: calc(100% - 5px);
}
/*
.joMGDetail .detail-modal.modal .modal-dialog {
    top: 10%;
}
.modal-dialog {
	margin: 0;
}
.modal-dialog .modal-content {
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.4);
}
.modal-title,
.modal-header .close span,
.modal-body {
    color: #fff;
}
.modal-header .close {
    opacity: 1;
    outline: none;
}
.modal-footer .btn-primary,
.modal-footer .btn-primary:not(:disabled):not(.disabled).active,
.modal-footer .btn-primary:not(:disabled):not(.disabled):active,
.modal-footer .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #95c11f;
    border-color: #95c11f;
    outline: none;
    box-shadow: none;
}
.modal-footer .btn-secondary:not(:disabled):not(.disabled).active:focus,
.modal-footer .btn-secondary:not(:disabled):not(.disabled):active:focus,
.modal-footer .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.modal-footer button {
    border-radius: 0;
}
*/
.vsearch-error {
	display: none;
	margin-top: 15px;
}
.jo-form-language {
	margin-bottom: 15px;
}
.text-input {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
    outline: none;
}
.input-text_container {
    padding: 0;
    border-top: none;
}
.aw.input-text_container {
    border-bottom: none;
    opacity: 1;
}
.input-text_container .text-input,
.data-input-container .text-input {
    background-color: rgba(255,255,255,.05);
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	text-align: center;
	font-size: 28px;
    line-height: 100%;
}
.input-text_container input::placeholder {
    color: #fff;
}
.input-text_container input::-webkit-input-placeholder {
    color: #fff;
}
.input-text_container input:-ms-input-placeholder {
    color: #fff;
}
.data-input-container .text-input::placeholder {
    color: #fff;
}
.data-input-container .text-input::-webkit-input-placeholder {
    color: #fff;
}
.data-input-container .text-input:-ms-input-placeholder {
    color: #fff;
}
.obj-check-active {
    /* opacity: .75; */
}
.obj-check-active .obj-check {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 3px;
    top: 8px;
}
.obj-check-active .obj-check::before {
    content: "✓";
    display: block;
    position: absolute;
    left: 8px;
    top: -3px;
}
/* ajax loader - start */
#joAjaxloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 10000;
}
#joAjaxloader .joLoader {
    /* border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid rgba(0,0,0,.2);
    border-radius: 50%;*/
    background-image: url('../../Images/loader.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.vsearch-num-box ul {
    width: 300px;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
}
/*
.vsearch-num-box ul:before {
    content: '';
    width: 196px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    top: -20px;
    left: 10px;
    position: absolute;
}
*/
.num-message {
    color: #fff;
    font-size: 12px;
}
.vsearch-num-box ul.row li {
    padding: 0 1.5%;
}

.num-delete_li {
    top: -140px;
    right: 0;
}
.vsearch-num-box ul li .vsearch-number {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    font-size: 30px;
    margin: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline-style:none;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vsearch-num-box ul li .vsearch-number.num-delete {
    border: none;
}
.vsearch-number.num-delete .value {
    margin: 0 0 6px 8px;
}
.vsearch-number.num-delete-all .value {
    margin: 0 0 8px;
}
/* .vsearch-num-box ul li .vsearch-number:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
} */
.vsearch-num-box ul li .vsearch-number:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.vsearch-num-box .vsearch-number.num-dummy {
    border: none;
    cursor: default;
}
.vsearch-num-box .num-delete {
    background: center url(../../Images/delete_frame.svg) no-repeat;
}
.vsearch-right-search .vsearch-num-box {
    display: none;
}
.vsearch-right-search .vsearch-num-box > ul {
    margin-bottom: 0;
    padding-top: 10px;
}
.container-lmb .vid-container {
    position: relative;
    /* height: 250px; 
    background-color: #fff; */
    width: 95%;
    padding-bottom: 52.25%;
    border: 10px solid #fff;
    margin: 0 auto;
}
.tx-femanager {
	margin-top: 70px;
}
.modal .tx-femanager {
	margin-top: 0;
}
.data-input-container {
    margin: 25px 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
	text-align: center;
	font-size: 14px;
}
.submit-btn {
    margin-top: 15px;
}
.modal-btn-list {
    margin: 0;
    padding: 20px;
    list-style: none;
    opacity: .75;
    text-transform: uppercase;
}
.modal-btn-list > li:first-child {
    margin-right: 15px;
}
.modal-btn-list > li:nth-child(2) {
    margin-right: auto;
}
.modal-btn.logout-btn,
.change_tour_submit {
    background-color: transparent;
    border: none;
    padding: 0;
}
.change_tour_submit:focus {
    outline: none;
}
.change_tour_form {
    margin: 15px 0;
}
.modal-btn-list li {
    cursor: pointer;
}
.modal-btn-list .modal-btn,
.change_tour_submit {
    font-size: 1rem;
    font-weight: 600;
}
.modal-btn-list.jom {
    margin: 0;
    padding: 20px 0 0px;
    list-style: none;
    display: block;
    opacity: 1;
    text-transform: uppercase;
}
.header-container .nav.navbar-nav.navbar-right.menue {
	display: none;
}
.modal .modal-dialog {
    margin: 0 auto;
}
.cue-c {
    position: absolute;
    /* transform: translateX(-36%); */
    margin-top: 10px;
    min-width: 350px;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: .3s all ease;
    color: #fff;
    bottom: 5%;
    padding: 0 15px;
}
.ajaxDetail .cue-c {
    /* transform: translateX(-18%); */
}
.c-overlay.active .cue-c {
    opacity: 1;
}
/* ajax laoder - ende */
@media (min-width: 768px)
{
    .logo img {
        max-width: unset;
    }
    .thema-container .thema-block {
	    grid-template-columns: auto auto auto;
	}
    /* .background-lmb {
        width: 100%;
        height: auto;
    } */
    .thema-container .thema-item {
	    grid-column-start: 1;
	    grid-column-end: 4;
	}
	.thema-item:after {
	  padding-bottom: 32.9%;
	}
    .modal-btn-list {
        display: flex;
    }
}



.jo-form-auswahl ul.form-ul {
   list-style-type: none; 
   padding: 0;
   margin: 0;
}
.jo-form-auswahl ul.form-ul li {
    width: 100%;
    padding-bottom: 2px;
}
.jo-form-auswahl ul.form-ul li img {
    width: 100%;
    height: auto;
}
.jo-form-auswahl input[type='checkbox'] {
    display: none;
}
.jo-form-auswahl .textOverlay {
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 12px;
    margin-top: 10%;
    line-height: normal;
}
.jo-form-auswahl .text-left {
    text-align: left;
    max-width: 80%; 
}
.jo-form-auswahl .text-right {
    text-align: right;
    margin-left: 30%;
    max-width: 70%;
}
.jo-form-auswahl .text-center {
    text-align: center;
    max-width: 55%;
    margin-left: 22.5%;
}
.jo-form-auswahl .image_container img {  
    text-align: center;
    color: #fff;
}
.jo-form-auswahl .textOverlay p {
   margin: 0;
}
.jo-form-auswahl ul.form-ul li .p1 {
   font-size: 19px;
}
.jo-form-auswahl ul.form-ul li .p2 {
   font-size: 29px;
}
.jo-form-auswahl ul.form-ul li .p3 {
   font-size: 11px;
}
.modal {
    z-index: 1100;
}
#datenschutz-modal {
	z-index: 1200;
}
.modal-backdrop {
	z-index: 1000;
}
.alert.bg-danger {
	color: #fff;
}
.alert.bg-danger .close {
	color: #fff;
	opacity: 1;
}
.femanager_new form > fieldset > legend {
	display: none;
}
.femanager_fieldset > label,
.femanager_fieldset > div {
	padding-left: 0;
	padding-right: 0;
}
.next-prev-container .icon-con {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.joSprite{
    background-image: url(../../Images/sprite_portal_black.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    background-size: 950px;
    background-repeat: no-repeat;
}
.next-prev-container .back-icon {
    background-position: -530px -56px;
    transform: rotate(180deg);
}
.next-prev-container .next-icon {
    background-position: -530px -59px;
}





.ajaxDetail .joBanner {
    height: 200px;
    margin: 0 -20px;
}
.joMGDetail .ajaxDetail .joBanner {
    margin: 0 -15px;
}
.ajaxDetail .joBanner .joImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}
.joMGDetail .intro-slide-container {
    overflow: auto;
    left: 0;
    z-index: 7;
}
.joMGDetail .intro-slide-container,
.vsearch-container {
    /* max-width: 768px; */
    margin: 0 auto;   
}
.tutorial-container {
    /* max-width: 768px; */
}
.ajaxDetail .joMedia-item {
    position: relative;
    /* padding: 29%; */
    /* margin: 15px 0; */
    padding: 0;
    color: #fff;
}
.ajaxDetail .joAudio-item {
    padding: 0;
}
.ajaxDetail .joAudio-item > div {
    padding: 0 0 50px;
    position: relative;
    border-bottom: 1px solid #000;
}
.ajaxDetail .joAudio-con,
.ajaxDetail .joVideo-con {
    padding: 1px 0;
}
.ajaxDetail .joAudio-con > h2,
.ajaxDetail .joVideo-con > h2 {
    padding-top: 15px;
}
.joAudio-item .progress-bar {
    position: relative;
    transition: none;
    border-radius: 15px;
}
.joAudio-item .progress-bar:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: white;
    position: absolute;
    right: -15px;
    border-radius: 100%;
}
.joAudio-item .progress {
    overflow: visible;
}
.ajaxDetail .joVideo-item {
    text-align: center;
}
.knowmoreinformation .ajaxDetail .joVideo-items {
    margin-left: -15px;
    margin-right: -15px;
}
.ajaxDetail .joVideo .joMedia-item {
    /* padding: 29%; */
}
.ajaxDetail .joVideo-items .c-item-iframe {
    padding: 28%;
    display: none;
    position: relative;
}
.ajaxDetail .item-start {
    color: #000;
}
.ajaxDetail .joAudio,
.ajaxDetail .joVideo {
    margin: 0 -20px;
    padding: 0;
    color: #fff;
    text-align: left;
    /* box-shadow: inset 0px 0px 20px rgba(255, 255, 255, .5); */
}
.ajaxDetail .joAudio .joImage-text,
.ajaxDetail .joVideo .joImage-text,
.ajaxDetail .joAudio .joTText-container,
.ajaxDetail .joVideo .joTText-container {
    color: #000;
}
.vsearch-right-content .ajaxDetail .joAudio .joImage-text,
.vsearch-right-content .ajaxDetail .joVideo .joImage-text,
.vsearch-right-content .ajaxDetail .joAudio .joTText-container,
.vsearch-right-content .ajaxDetail .joVideo .joTText-container {
    color: #000;
}
.joMGDetail .ajaxDetail .joAudio,
.joMGDetail .ajaxDetail .joVideo {
    margin-left: -15px;
    margin-right: -15px;
}
.ajaxDetail .joVideo,
.ajaxDetail .joImages,
.ajaxDetail .joAudio {
    /* margin-bottom: 15px; */
}
.ajaxDetail .joAudio-btn,
.ajaxDetail .joVideo-btn {
    width: 100%;
    text-align: left;
    color: #fff;
    position: relative;
    background-color: #95c11f;
    padding: 15px;
    padding-left: 45px;
    cursor: pointer;
    font-size: 22px;
    border-radius: 0;
}
/*
.joAudio-item-t {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: lightgrey;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    transition: height .7s ease, font-size .7s ease, background-color .7s ease, color .7s ease;
    padding: 0 15px;
}
.joAudio-item-c.active .joAudio-item-t {
    height: 50px;
    font-size: 22px;
    background-color: transparent;
    color: #fff;
}
.joAudio-item-t > div {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
*/
.joAudio-item-t {
    z-index: 10;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    transition: height .7s ease, font-size .7s ease, background-color .7s ease, color .7s ease;
    padding: 0 15px 15px;
    word-break: break-word;
    hyphens: auto;
}
.joAudio-item-t .t {
    font-size: 14px;
}
.joAudio-item-c.active .joAudio-item-t {

}
.joAudio-item-t > div {
    text-align: center;
    position: relative;
}
.joAudio-item-c .progress {
    margin: 0 30px;
    height: 8px;
    opacity: 1;
    transition: opacity .7s ease;
    background-color: rgba(255,255,255,.5);
}
.ajaxDetail .joAudio-btn::before,
.ajaxDetail .joVideo-btn::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 18px;
    width: 30px;
    height: 30px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 800px;
    background-position: -725px -6px;
    background-repeat: no-repeat;
    transition: transform .7s ease;
}
.ajaxDetail .joAudio-btn.collapsed::before,
.ajaxDetail .joVideo-btn.collapsed::before {
    transform: rotate(0deg);
}
.ajaxDetail .joAudio-btn::before,
.ajaxDetail .joVideo-btn::before {
    transform: rotate(135deg);
}
.btn-jooutline-light:hover,
.btn-jooutline-light {
    /* color: #212529;
    background-color: #f8f9fa; */
    /* border-color: #f8f9fa; */
}
.btn-jooutline-light.collapsed {
    /* background-color: transparent;
    color: #f8f9fa; */
    /* border-color: #f8f9fa; */
}
.ajaxDetail .slick-slide {
}
.ajaxDetail .slick-slide > div,
.slick_liste .slick-slide > div,
.default-slider > div {
    width: 100%;
    height: 100%;
}
#slide_obj2 .slick-dots li {
    height: 10px;
    border-radius: 100%;
}
.intro-slider .slick-dots {
    pointer-events: none
}
.ajaxDetail .slick-slide .joImages-item,
.slick_liste .slick-slide .sl-item,
.default-slider .slick-slide .joImages-item {
    height: 100%;
}
.ajaxDetail .slick-slide .joImages-item-img,
.slick_liste .slick-slide .sl-item-img,
.default-slider .slick-slide .joImages-item-img {
    width: 100%;
    height: 100%;
    padding: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.intro-slider .slick-slide .joImages-item-img {
    padding-bottom: 20vh;
}
.slick-prev,
.slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    padding: 0;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev,
.slick-next {
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 30;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 1100px;
    background-repeat: no-repeat;
    background-position: -723px -64px;
    opacity: .75;
    transform: translate(0, -50%);
    outline: none;
}
.intro-slider .slick-prev,
.intro-slider .slick-next {
    background-image: url(../../Images/sprite_portal_white.svg);
}
.slick-next {
    right: 4%;
}
.slick-prev {
    left: 4%;
    transform: translate(0, -50%) rotate(180deg);
}
.slick-prev:active,
.slick-prev:focus,
.slick-next:active,
.slick-next:focus {
	outline: none;
}
/*
.slick-slide{
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  display: block !important;
}

.slick-slide.slick-active{
    position:relative!important;
}
*/


.joTText-container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.finish_slider_con {
	position: relative;
	min-height: 100px;
}
.finish_slider_con .start,
.finish_slider_con .start.inViewTop,
.start_tour_button .start {
    background-color: white;
    color: black;
	bottom: unset;
	top: 45vh;
	z-index: 20;
    outline: none;
    left: 15px;
    margin: 0;
    border-radius: 6px;
    font-weight: 600;
    /* max-width: 250px; */
    text-transform: uppercase;
}
.aw.with_image {
	height: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.aw.with_image label {
	height: 100%;
}
.aw.with_image label > span {
    height: 150px;
    line-height: 150px;
    display: block;
}
.no_label {
    /* padding-top: 56px; */
}
.joMGDetail-title h2 {
    padding: 15px;
}
.joMGDetail .joDesc,
.joMGDetail .joBeschrebung,
.joMGDetail .joNotes {
    padding: 15px 0;
}
.abfragen {
    margin-top: 50px;
}
.abfragen .row {
    margin-left: 0;
    margin-right: 0;
}
.abfragen .row > div {
    margin-bottom: 15px;
}
.abfragen-item {
    padding: 20px;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
}
.co {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: 2fr 2fr 1fr 1fr 1fr 2fr 2fr 2fr;
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}
.gr {
  background-color: rgba(255,255,255,0.8);
  color: #000000;
  padding: 0;
  font-size: 1rem;
}
.gr a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    filter: grayscale(1);
    text-shadow: 0 0 1rem #000;
}
.gr a span {
    padding: 0px;
    background-color: #000;
    word-break: break-word;
}
.gr a.jo-nav-10 {
    filter: grayscale(0);
}
.gr:nth-child(1) {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.gr:nth-child(2){
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    grid-row: 3 / 5;
}
.gr:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 3 / 5;
    grid-row: 5 / 9;
}
.gr:nth-child(4) {
    grid-column: 3 / 6;
    grid-row: 2 / 4;
    grid-row: 1 / 7;
}
.gr:nth-child(5) {
    grid-column: 3 / 6;
    grid-row: 7 / 9;
}
.gr:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
}
.gr:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 5 / 6;
}
.gr:nth-child(8) {
    grid-column: 1 / 4;
    grid-row: 6 / 7;
}
.socialIcons {
    text-align: right;
}
.socialIcons-item {
    display: inline-block;
    margin-right: 10px;
}
.socialIcons-item:last-child {
    margin-right: 0;
}
.intro-slider .slick-slide .joImages-item-img {
    /* padding: 100%;
    background-size: contain;
    background-position: 15px 0;
    background-repeat: no-repeat; */

    background-size: contain;
    background-size: 42%;
}


.aw.with_image {
    height: unset;
    flex-wrap: wrap;
}
.thema_img_con {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    background-color: #fff;
}
.thema_img_con .thema_img_item_con {
    padding-bottom: 33.33333%;
    position: relative;
}
.thema_img_con .thema_img_item_con:nth-child(3n) {
}
.thema_img_cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 50%;
}
.thema_img_item {
    position: absolute;
    height: 100%;
    width: calc(100% - 2px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.thema_img_con .thema_img_item_con:nth-child(3n) .thema_img_item {
    width: 100%;
}
.touren_heading {
    color: #fff;
    font-size: 18px;
    padding: 60px 18px 25px;
    font-weight: 700;
    text-align: left;
}
#thema .touren_heading {
    padding: 95px 18px 15px;
}
#thema,
#thema_select_finish {
    background: #202123;
}
.thema_text {
    position: relative;
    background-color: #466589;
    color: #fff;
    text-align: left;
    padding: 15px;
    border-top: 5px solid #000;
}
.thema_label_sub,
.thema_desc {
    position: relative;
    font-size: 12px;
    font-weight: 400;
}
.thema_label_sub {
    min-height: 24px;
    padding-right: 75px;
    word-break: break-word;
    padding: 5px 0;
}
.thema_label_sub .thema_time {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 21px;
    line-height: unset;
}
.thema_label_sub .thema_time::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(../../Images/sprite_portal_black.svg);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: -79px -1px;
    outline: none;
}
.thema_label {
    font-size: 14px;
    color: #fff;
}
.color_green .thema_label {
    color: #95c11f;
}
.color_green .thema_text {
    border-color: #95c11f;
}
.color_green .thema_text::before {
    border-color: transparent transparent #95c11f transparent;
}

.color_blue .thema_label {
    color: blue;
}
.color_blue .thema_text {
    border-color: blue;
}
.color_blue .thema_text::before {
    border-color: transparent transparent blue transparent;
}

.color_violet .thema_label {
    color: violet;
}
.color_violet .thema_text {
    border-color: violet;
}
.color_violet .thema_text::before {
    border-color: transparent transparent violet transparent;
}

.thema_label_event {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-transform: uppercase;
}
.thema_time:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../Images/clock_white.svg);
    display: inline-block;
    margin: 2px 5px 0 0;
}
#thema .aw {
    opacity: 1;
    padding: 0 18px 25px;
}
#thema .aw:first-child {
    border-top: 0px solid #fff;   
}
.thema_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0,0,0,.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

#thema .aw-3 .thema_overlay > div {
    /* transform: rotate(25deg); */
}


.thema_fading_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    border-radius: 0%;


    /* width: 200%;
    height: 200%;
    bottom: 0;
    left: 0;
    transform: translate(-25%, 38%);
    border-radius: 100%; */


    z-index: 20;
    opacity: 1;
    /* width: 300px;
    height: 300px;
    bottom: calc(50% - 150px);
    left: calc(50% - 150px);
    border-radius: 100%; */
    background-color: rgba(0,0,0,.75);
    transition: border-radius .4s, width .4s, height .4s, left .4s, bottom .4s, opacity .4s, z-index .4s;
}
.container-lmb.active .thema_fading_overlay {
    transition: border-radius 2s, width 2s, height 2s, left 2s, bottom 2s, opacity 4s, z-index 4s;
    width: 60px;
    height: 60px;
    bottom: 15px;
    bottom: calc(50% - 30px);
    left: calc(50% - 30px);
    border-radius: 0%;
    z-index: 20;
    opacity: 0;
    transition-delay: 1s;
    /* animation: hide_it 5s; */
}

@keyframes hide_it {
	from { z-index: 20; opacity: 1; }
	to { z-index: 0; opacity: 0; }
}

.arrow_down_con {
}

/* .container-lmb.active .thema_fading_overlay .arrow_down {
	width: 16px;
	height: 16px;
}
.arrow_down {
	display: block;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
    animation: mouse-scroll 1s infinite;
    transition: margin-top 1s, width 1s, height 1s;
} */
.arrow_down {
    display: none;
}

.container-lmb.active .thema_fading_overlay .arrow_down_con > div:first-child {
	margin-top: calc(50% - 22px);
}
.arrow_down_con > div:first-child {
	margin-top: calc(50% - 54px);
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	animation-delay: alternate;
}

.arrow_down_con > div:nth-child(2) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
	animation-delay: .2s;
	animation-direction: alternate;
	margin-top: -6px;
}

.arrow_down_con > div:last-child {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
	animation-delay: .3s;
	animation-direction: alternate;
	margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}

.joImages-tiles-item {
    background: #202123;
}
.joImages-tiles-item-img {
    padding: 0 0 18px;
    background: center / cover no-repeat;
    margin: 0 15px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: flex-start;
}
.joImages-tiles-item-img .obj_nr {
    font-size: 16px;
}
.joImages-tiles-item-img .obj_title {
    font-size: 18px;
    color: #fff;
    line-height: 130%;
}
.joImages-tiles-item.thema-tile {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.joImages-tiles-item.thema-tile .joImages-tiles-item-img {
    margin: 0;
    height: 100%;
}
.joImages-tiles-item-img .rightWrap {
    padding: 0 0 0 18px;
}
.joImages-tiles-item-img img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
}
.joImages-tiles-item-num {
    display: inline-block;
    padding: 5px 12px;
    background-color: #95c11f;
    color: #fff;
}
.obj_wrap {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#slide_obj,
.slide_obj_img {
    width: 100%;
    height: calc(100vh - 60px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.c-start-icon {
    position: relative;
    height: 60px;
    width: 80px;
    cursor: pointer;
    background-image: url(../../Images/Template_1/play-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    background-color: rgba(0,0,0,.4);
    border-radius: 10px;
    backdrop-filter: blur(2px);
}
.c-start-icon.paused {
    background-image: url(../../Images/Template_1/pause-btn.svg);
}
/*
.c-start-icon {
    border: 0;
    background: transparent;
    width: 0;
    height: 74px;
    border-color: transparent transparent transparent #fff;
    transition: .5s border ease;
    cursor: pointer;
    border-style: solid;
    border-width: 37px 0 37px 60px;
    position: relative;
}
.c-start-icon:after {
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: -56px;
    left: -93px;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
    transition: none;
    width: 110px;
    height: 110px;
    opacity: 1;
    transition: opacity 0.5s;
    transition-delay: .3s;
}
.c-start-icon.paused {
    border-style: double;
    border-width: 0px 0 0px 60px;
}
*/
.hideArrows .c-start-icon:after,
.c-overlay.active .c-start-icon:after {
    opacity: 0;
    transition: none;
}
.c-overlay {
    width: 60px;
    height: 74px;
    position: absolute;
    top: calc(50% - 37px);
    left: calc(50% - 30px);
    background-color: transparent; 
    transition: all .5s;
    z-index: 20;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    opacity: 0;
}
.c-overlay.active {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.75);
}
.c-overlay.ready {
    opacity: 1;
}
.c-overlay-info {
    opacity: 0;
    color: #fff;
    position: absolute;
    bottom: 25%;
    transition: .3s all ease;
    z-index: -1;
}
.c-overlay.active .c-overlay-info {
    opacity: 1;
    z-index: 10;
    transition: .75s all ease;
    max-width: calc(100vw - 30px);
    text-align: center;
}
#pills-tab {
    display: none;
}
#pills-tab .nav-link {
    padding: 6px;
    border-radius: 0;
    font-size: 1.2rem; 
}
#pills-tab .nav-link.active {
    font-size: 1.2rem; 
}
.c-overlay-info .progress {
    height: 5px;
    margin-bottom: 2px;
}
#slide_obj .carousel-inner > .carousel-item:first-child .slide_obj_img {
    background-position: 80% 50%;
}
.c-time-c {
    text-align: center; 
}
.c-title-inv {
    font-size: 20px;
    margin-bottom: 15px;
}
.c-title-inv .c-inv {
    display: table;
    margin: 0 auto;
    padding: 1px 8px;
    background-color: #208377;
}
.bg-success {
    background-color: #fff!important;   
}
.c-icon-c {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.control-c {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.joMedia-item .c-time-c {
    display: none!important;
}
.c-icon-c > .c-back-icon,
.c-icon-c > .c-forw-icon,
.control-c .c-back-icon,
.control-c .c-forw-icon,
.control-c .item-start,
.c-lautstaerke-icon,
.c-fullscreen-icon {
    width: 21px;
    height: 21px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 1200px;
    background-position: -188px -307px;
    opacity: 0;
    z-index: -1;
    transition: .3s opacity ease, .3s z-index ease;
}
.control-c .c-back-icon,
.control-c .c-forw-icon {
    /* display: none; */
    opacity: 0;
}
.control-c .c-back-icon,
.control-c .c-forw-icon,
.control-c .item-start,
.c-lautstaerke-icon,
.c-fullscreen-icon {
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    margin: 0;
    /*
    display: inline-block;
    transition: opacity .3s ease, z-index .3s ease, margin .3s ease;
    */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.control-c .c-back-icon {
    background-image: url(../../Images/Template_1/mp3-back.svg);
}
.control-c .c-forw-icon {
    background-image: url(../../Images/Template_1/mp3-next.svg);
}
.control-c .item-start {
    width: 40px;
    height: 40px;
    background-image: url(../../Images/Template_1/mp3-play.svg);
}
.control-c .item-start.paused {
    background-image: url(../../Images/Template_1/mp3-pause.svg);
}
.c-fullscreen-icon {
    background-image: url(../../Images/Template_1/mp3-fullscreen.svg);
}
.c-lautstaerke-icon {
    background-image: url(../../Images/Template_1/mp3-lautstaerke.svg);
}
.control-c.active .c-back-icon,
.control-c.active .c-forw-icon,
.control-c.active .item-start,
.control-c.active .c-lautstaerke-icon,
.control-c.active .c-fullscreen-icon {
    opacity: 1;
}
.control-c .c-back-icon,
.control-c .c-lautstaerke-icon {
    margin-right: 20px;
}
.control-c .c-forw-icon,
.control-c .c-fullscreen-icon {
    margin-left: 20px;
}
.control-c .item-start {
    /*
    background-position: -725px -191px;
    */
}
.control-c .item-start.paused {
    /*
    background-position: -789px -191px;
    */
}
.joAudio-items .control-c .item-start {
    /*
    background-size: 1400px;
    background-position: -846px -222px;
    */
}
.joAudio-items .control-c .item-start.paused {
    /*
    background-size: 1400px;
    background-position: -921px -222px;
    */
}
.c-icon-c > .c-back-icon {
    margin-right: 3rem;
    /* transform: rotate(180deg); */
    background-position: -249px -307px;
}
.c-icon-c > .c-forw-icon {
    margin-left: 3rem;
}
.c-overlay.active .c-icon-c > .c-back-icon,
.c-overlay.active .c-icon-c > .c-forw-icon {
    opacity: 1;
    z-index: 10;
    transition: .75s opacity ease, .75s z-index ease;
}
.c-overlay .c-back-icon,
.c-overlay .c-forw-icon {
    display: none;
}
#slide_obj.hideArrows .carousel-control-prev,
#slide_obj.hideArrows .carousel-control-next {
    opacity: 0;
}
.c-route,
.c-more {
    position: absolute;
    top: 10%;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size: 22px;
    background-color: rgba(255,255,255,.9);
    cursor: pointer;
    opacity: 1;
    transition: .75s opacity ease;
}
.c-more {
    top: unset;
    bottom: 10%
}
.a-more,
.a-more-see,
.a-more-know,
.a-more-learn {
    /*
    padding: 15px 55px 15px 45px;
    */
    padding: 15px 55px 15px 15px;
    cursor: pointer;
    /*
    background-color: #208377;
    */
    color: #fff;
    font-size: 20px;
    position: relative;
}
/*
.a-more::before,
.a-more-see::before,
.a-more-learn::before,
.a-more-know::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 21px;
    width: 20px;
    height: 20px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 500px;
    background-position: -453px -3px;
    background-repeat: no-repeat;
    transition: transform .7s ease;
    transform: rotate(0deg);
}
.a-more.active::before,
.a-more-see.active::before,
.a-more-learn.active::before,
.a-more-know.active::before{
    transform: rotate(135deg);
}
.a-more[data-more-target="know"],
.a-more[data-more-target="learn"] {
    border-top: 1px solid #fff;
}
*/
.hideArrows .c-route,
.hideArrows .c-more {
    opacity: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 50%;
    background-position: center;
    background-color: rgba(128, 128, 128, .5);
    padding: 15px;
    filter: blur(0px);
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
}
#slide_obj2 {
    filter: blur(10px);
    transition: filter 2s ease;
    height: calc(50vh - 93px);
}
#slide_obj2.noblur {
    filter: blur(0px);
}
#slide_obj2 .slick-prev,
#slide_obj2 .slick-next {
    display: none!important;
    background-position: -716px -55px;
    background-color: rgba(0, 0, 0, .4);
    background-image: none;
    padding: 15px;
    filter: blur(0px);
    width: 70px;
    height: 70px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .6);
}
#slide_obj2 .slick-prev::after,
#slide_obj2 .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 30;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 1100px;
    background-repeat: no-repeat;
    background-position: -723px -48px;
    opacity: .75;
    top: 0;
    left: calc(50% - 20px);
    height: 100%;
    transform: translate(0, 0);
    outline: none;
}
#slide_obj2 .slick-prev {
    left: 0;
}
#slide_obj2 .slick-next {
    right: 0;
}
.sl2-item-infos-c .item-title {
    display: flex;
    height: 100%;
    align-items: center;
}
.carousel-control-prev-icon {
    background-position: 35% 50%;
}

.slick_liste .sl-item-img {
    position: relative;
    cursor: pointer;
}
.slick_liste .item-num {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 12px;
    background-color: #95c11f;
    color: #fff;
}
.slick_liste .slick-slide {
    filter: saturate(30%);
    opacity: 0.6;
}
/*
.slick_liste .slick-slide.slick-current {
    opacity: 1;
    filter: saturate(100%);
}
*/
.slick_liste .slick-slide.jo_slick_current {
    opacity: 1;
    filter: saturate(100%);
}
.slick_liste_for .sl2-item-img,
.slick_liste_for2 .sl2-item-img {
    width: 100%;
    height: calc(50vh - 96px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 22px 100px -42px rgba(0, 0, 0, 0.8) inset, 0 -50px 80px -22px rgba(0, 0, 0, 0.8) inset;
}
.slick_liste_for2 .sl2-item-img {
    /* height: 100vh; */
}
.slick_liste_for .sl2-item,
.slick_liste_for2 .sl2-item {
    position: relative;
    line-height: 1.5;

}
.background-lmb.zoomout,
.aw,
.question-heading,
.question-heading div,
img.start_symbol,
.slick-slide,
.c-item-iframe iframe,
.slick_liste_for2 .sl2-item,
.slick_liste_for .sl2-item{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.slick_liste_for .sl2-item .item-num,
.slick_liste_for2 .sl2-item .item-num {
    padding: 8px 0;
    margin-left: 6px;
    text-align: center;
    width: 40px;
    min-width: 40px;
    background-color: #208377;
}
.slick_liste_for2 {
    margin: 0 -15px;
}
.sl2-item-infos {
    position: absolute;
    left: 0;
    top: 55px;
    color: #fff;
    padding: 15px;
    display: flex;
    opacity: 1;
    transition: .75s opacity ease;
    max-width: 70%;
	min-height: 70px;
    /* word-break: break-all;
    word-break: break-word; */
}
.slick_liste_for2 .sl2-item-infos {
    
}
.hideArrows .sl2-item-infos {
    opacity: 0;
}
#slide_obj2 .slick-track,
.slick_liste .slick-track {
    line-height: 0;
}
.slick_liste .sl-item {
    line-height: 1.5;
}
.sl2-item-infos-c {
    /* margin-left: 7px; */
    background-color: #000;
	line-height: 110%;
    padding: 5px 10px;
}
#slide_obj2 .slick-prev,
#slide_obj2 .slick-next {
    opacity: 1;
}
#slide_obj2.hideArrows .slick-prev,
#slide_obj2.hideArrows .slick-next,
#slide_obj2.hideArrows .scroll_down {
    opacity: 0;
    visibility: hidden;
}
#slide_obj2.hideArrows .slick-dots {
    opacity: 1;
}
#slide_obj2.hideArrows .slick-dots {
    opacity: 0;
}
/* .slick_liste_for .slick-track >  .sl2-item-img    #slide_obj .carousel-inner > .carousel-item:first-child .slide_obj_img {
    background-position: 80% 50%;
} */
/* iframe .vp-title-header {
    display: none;
} */
/* Slick Slider */
.slick-slider .slick-slide{
    display: none;
}
 .slick-slider .slick-slide:first-child{
    display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child{
    display: block;
}

.slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li button {
    display: none;
}
.joAlert {
    display: none;
}
.joImages-item-desc {
    color: #fff;
    /* background-color: rgba(0,0,0,.1); */
    padding: 20px;
    text-align: center;
}
.pageReload-con {
    text-align: center;
    background-color: #fff;
}
.pageReload-con .pageReload {
    background-color: #000;
    color: #fff;
    padding: 20px;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 60px;
}
.joLnd_page_lang {
    padding: 15px 20px;
    text-align: right;
    border-bottom: 1px solid #000;
}
.joLnd_page_lang ul {
    padding-left: 0;
    font-size: 2rem;
    margin-bottom: 0;
}
.joLnd_page_lang ul li {
    display: inline-block;
    margin-right: 15px;
}
.joLnd_page_lang ul li:last-child {
    margin-right: 0;
}
.joLnd_page_lang ul a {
    color: #000;
    opacity: .5;
}
.joLnd_page_lang ul li.active a {
    opacity: 1;
    font-weight: 600;
}
.menu_lang .lang {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #000;
    padding: 0;
    list-style: none;
}
.menu_lang .lang a {
    font-size: 1.4rem;
    padding: 5px 15px;
    color: #000;
    width: 100%;
    display: block;
}
.menu_lang .lang li:nth-child(1) a {
    background-color: rgba(0,0,0,0.06);
}
.menu_lang .lang li:nth-child(2) a {
    background-color: rgba(0,0,0,0.08);
}
.menu_lang .lang li:nth-child(3) a {
    background-color: rgba(0,0,0,0.1);
}
.menu_lang .lang li:nth-child(4) a {
    background-color: rgba(0,0,0,0.14);
}
.scroll_down {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 50px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.scroll_down_arr {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}
.scroll_down .first {
    margin-top: 1px;
}
.scroll_down .first, .scroll_down .second, .scroll_down .third {
    -webkit-animation: mouse-scrolls 1s infinite;
    -moz-animation: mouse-scrolls 1s infinite;
    animation: mouse-scrolls 1s infinite;
}
.scroll_down .first {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}
.scroll_down .second {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}
.scroll_down .third {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}
@keyframes mouse-scrolls {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
.lnd_slider .joImages-item {
    padding: 15px calc(2% + 50px);
    font-size: 18px;
    background-color: #95c11f;
    color: #fff;
}
.lnd_slider .slick-next {
    right: 2%;
}
.lnd_slider .slick-prev {
    left: 2%;
}
.header-container.alt_header {
    background-color: transparent;
}
.header-container.alt_header > .navbar-collapse {
    background-color: rgba(255,255,255,.9);
}
.header-container.alt_header .second_control button {
    /* background-color: rgba(0, 0, 0, .4); */
    background-color: transparent;
}
.header-container.alt_header .navbar-toggler-icon {
    background-image: url(../../Images/burgermenu_white.svg);
    background-size: 70%;
}
.header-container.alt_header.map_active .navbar-toggler-icon {
    /* background-image: url(../Images/burgermenu.svg); */
}
.header-container.alt_header .navbar-collapse {
    top: 0;
    height: 100vh;
}
.header-container.alt_header #navbar {
    transform: translateY(-100%);
    transition: transform 1s ease;
    padding: 0;
}
.header-container.alt_header #navbar.active {
    transform: translateY(0);
}
.header-container.alt_header .navbar_closer_icon {
    background: center / contain url(../../Images/close.svg) no-repeat;
    position: absolute;
    margin-top: 7px;
    width: 25px;
    height: 25px;
    z-index: 100;
}
.header-container.alt_header .navbar_closer {
    float: left;
    cursor: pointer;
}
.header-container.alt_header .joLnd_page_lang .lang {
    float: right;
}
.header-container.alt_header .joLandingpage .joLnd_page_container {
    position: relative;
    background-color: transparent;
}
.header-container.alt_header .lndp_opening {
    margin: 0;
}
.alt_header .logo_con {
	height: 80px;
}
.alt_header .logo {
	height: 100%;
	padding: 15px;
}
.alt_header .logo.logo_2 {
	padding: 14px 15px;
}
.alt_header .logo_1 img {
    height: 50px;
    width: auto;
}
.alt_header .logo_2 img {
    height: 51px;
    width: auto;
}
.alt_header .logo_2 {
	text-align: right;
}
.header-container.alt_header .nav.navbar-nav.navbar-right.menue {
    display: flex;
}
.header-container.alt_header .joLandingpage {
    height: calc(100% - 80px);
}
.header-container.alt_header .joLnd_page_lang {
    border-top: none;
}
.header-container.alt_header .lndp_nemu_container ul li:nth-child(3) {
	display: none;
}
.lndp_nemu_container li {
    width: 100%;
}
.lndp_nemu_container .joImages-item {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 130% auto;
    /* transition: background-size 1s ease-in; */
}
.lndp_nemu_container .slick-slide {
    height: 120px;
}
.lndp_nemu_container .slick-slide > div,
.lndp_nemu_container .slick-slide .joImages-item {
    height: 100%;
    position: relative;
}
.lndp_nemu_container .slick-slide.slick-current.slick-active .joImages-item {
    /* background-size: 100% auto; */
    animation: lndp_zoom_out 1s ease-in-out forwards;
    animation-delay: .5s;
}
@keyframes lndp_zoom_out {
  from {
    background-size: 130%;
  }
  to {
    background-size: 100%;
  }
}
@-webkit-keyframes lndp_zoom_out {
  from {
    background-size: 130%
  }
  to {
    background-size: 100%;
  }
}
.lndp_events .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: 0;
    top: unset;
    transform: rotate(180deg);
    background-position: -360px -31px;
    background-size: 600px;
    background-color: rgba(255,255,255,.4);
}
.lndp_events .slick-prev {
    left: 0;
    transform: rotate(180deg);
    display: none !important;
}
.lndp_events .slick-next {
    right: 0;
    transform: unset;
}
.lndp_events .joImages-item .title,
.lndp_events .joImages-item .sub_title,
.lndp_events .joImages-item .category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1px 8px;
    background-color: rgba(255,255,255,.4);
}
.lndp_events.lndp_events_exhibitions .joImages-item .title,
.lndp_events .joImages-item .category {
    right: 0;
    top: 0;
    left: unset;
    bottom: unset;
}
.lndp_events_exhibitions {
    position: relative;
}
.close-container,
.global_close {
    width: 35px;
    height: 35px;
    background-image: url(../../Images/close_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 750;
    cursor: pointer;
}
.global_close {
    background-image: none;
    left: 15px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: none;
    backdrop-filter: blur(5px);
}
.global_close:before,
.global_close:after {
    content: '';
    width: 15px;
    height: 3px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
}
.global_close:before {
    left: 11px;
    bottom: 14px;
    transform: rotate(45deg);
}
.global_close:after {
    right: 14px;
    top: 14px;
    transform: rotate(-45deg);
}
.global_close.active {
    display: block;
}
.close-container {
	display: none;
}
.header-container.alt_header.with_toggler {
    width: 100%;
	width: 56px;
}
#slide_obj2 .c-item-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 70px);
    max-width: calc(100vw - 150px);
    padding: 22%;
}
#slide_obj2 .c-item-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
}
.joMGDetail.lang-3 #slide_obj2 [data-vimeo-initialized="true"],
#slide_obj2 .showAsVideo [data-vimeo-initialized="true"] {
	display: block!important;
}
.joMGDetail.lang-3 .ajaxDetail .joMedia-item .control-c,
.joMGDetail.lang-3 .ajaxDetail .joMedia-item .progress,
.joMGDetail.lang-3 .ajaxDetail .joMedia-item .c-time-c,
#slide_obj2 .showAsVideo .joMedia-item .control-c,
#slide_obj2 .showAsVideo .joMedia-item .progress,
#slide_obj2 .showAsVideo .joMedia-item .c-time-c {
    display: none!important;
}
.joMGDetail.lang-3 .ajaxDetail .joAudio-item.joMedia-item .c-item-iframe,
.ajaxDetail .showAsVideo .joAudio-item.joMedia-item .c-item-iframe {
    position: relative;
    padding: 28%;
}
.joMGDetail.lang-3 .ajaxDetail .joAudio-item.joMedia-item .c-item-iframe iframe,
.ajaxDetail .showAsVideo .joAudio-item.joMedia-item .c-item-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.joMGDetail.lang-3 .ajaxDetail .joAudio-item.joMedia-item [data-vimeo-initialized="true"],
.ajaxDetail .showAsVideo .joAudio-item.joMedia-item [data-vimeo-initialized="true"] {
    display: block!important;
}
.ajaxDetail .joTText-container .row .joImage {
    width: 100%;
    padding: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.joImage-text {
    /* background-color: rgba(0,0,0,.1); */
    border-top:#ffffff 1px solid;
    padding: 5px 15px;
   /* margin-top: 3px; */
    word-break: break-word;
    line-height: 130%;
    font-size: 14px;
}
.article_img_item {
    margin: 15px 0 15px;
}
.joRelations-items {
    counter-reset: div;
}
.joRelations-items .joRelations-item-t:before {
    counter-increment: div;
    content: counter(div, decimal-leading-zero)' ';
    font-size: 22px;
}
.joRelations-items .article_img_item {
    margin: 15px 0 15px;
}
.joRelations-items .joRelations-item {
    margin-bottom: 5px;
}
.joRelations-items .joRelations-item-t {
    font-size: 22px;
    font-weight: 600;
    padding: 15px 45px 15px 15px;
    background-color: #cecece;
    color: #000;
    position: relative;
    cursor: pointer;
}
.joRelations-items .joRelations-item-c {
    display: none;
    padding-top: 15px;
}
.joRelations-items .joRelations-item-t::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: 8px;
    top: 16px;
    background-image: url(../../Images/sprite_portal_black.svg);
    background-repeat: no-repeat;
    background-position: -766px -55px;
    background-size: 950px;
}
.joRelations-item-title {
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
}
.joRelations-items .joRelations-item.active .joRelations-item-t::after {
    background-position: -861.5px -102px;
}
.joRelations-items .artc_desc {
    padding: 0 15px;
}
.ajaxDetail .joTText-container .row > div:first-child {
    /* padding-right: 7.5px; */
}
.ajaxDetail .joTText-container .row > div:last-child {
    /* padding-left: 7.5px; */  
}
.ajaxDetail .joTText-container > div {
    margin-bottom: 15px;
}
.artc_con {
    margin-top: 20px;
}
.artc_con > .row {
    margin: 0 -15px;
}

.artc_con > .row > .article_head_item  {
    padding: 0 15px;
}

.artc_headline {
    font-size: 22px;
    font-weight: 600;
}

.artc_headline.type_video,
.artc_headline.type_audio {
    padding: 15px 55px 0 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.joVideo-con > h2,
.joAudio-con > h2 {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.vsearch-right-content .joVideo-con > h2,
.vsearch-right-content .joAudio-con > h2 {
    color: #fff;
}
.joVideo-con > .artc_con,
.joAudio-con > .artc_con {
    padding-left: 15px;
    padding-right: 15px;
}
.item_upper_part {
    position: relative;
}
.additional_info {
}
.additional_info_item {
    /* width:100%; */
    background-color: #202123;
    color: white;
    padding-bottom: 70px;
}
.additional_info_item_c {
    padding: 15px;
}
.additional_info_item_c .joSubtitle {
	font-family: 'din_otbold';
    font-size: 1.5rem;
}
.joBodytext {
    font-size: 14px;
}
.article_img_item_no_slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article_img_item_no_slide .artc_img {
    background-color: rgba(0,0,0,.1);
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right:1px;
}
.article_img_item_no_slide .artc_img:last-child {
    margin-right: 0;
}
.artc_img a {
    outline: none;
    background-color: #000;
    display: block;
}
.article_img_item_no_slide img {
    background-color: #000;
}
.artc_img .joImage {
    padding: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.artc_desc > div:first-child {
    /* word-break: break-all; */
    padding-right: 5px;
}
.artc_con .artc_desc > div {
    margin-bottom: 10px;
}
.lightbox .lb-image {
    background-color: #000;
}
.slider-variable-width .slick-track {
    display: flex;
}
.slider-variable-width .slick-slide {
    background-color: rgba(0,0,0,.1);
    height: inherit !important;
}
.slider-variable-width .slick-prev,
.slider-variable-width .slick-next {
    background-color: rgba(128, 128, 128, .5);
}
.article_head_item > .artc_desc:not(.row) {
    margin-bottom: 15px;
}
.src_down_see_more {
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: -1;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateX(calc(100% + 15px));
    transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
}
.src_down_see_more.vr_search {
    top: 70px;
}
.src_down_see_more.show {
    transform: translateX(0);
    z-index: 20;
    opacity: 1;
    visibility: visible;
}
.src_down_see_more > div {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    /* visibility: hidden; */
    transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
}
.src_down_see_more.show.see .src_down_see {
    opacity: 1;
    /* visibility: visible; */
}
.src_down_see_more.show.learn .src_down_learn {
    opacity: 1;
    /* visibility: visible; */
}
/* .hideArrows .src_down_see_more {
    opacity: 1;
} */
.src_down_see {
    background-color: #95c11f;
    margin-bottom: 5px;
    background-image: url('../../Images/eye_white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.src_down_learn {
    background-color: #95c11f;
    background-image: url('../../Images/lightbulb_white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.vsearch-left-search .alert-danger {
    color: #000;
    background-color: #ffbc41;
    border-color: #ffbc41;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
}
a.back-to-top {
    z-index: 600;
    background-color: #000000;
    width: 40px;
    height: 0px;
    opacity: 0;
    position: fixed;
    bottom: 0;
    right: 20px;
    transition: opacity 1s, height 1s, bottom .5s;
}
a.back-to-top.active {
    opacity: 1;
    height: 40px;
    bottom: 60px;
}
a.back-to-top .vp {
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin: 10px;
    transform: rotate(-90deg);
}
a.back-to-top .vp .joSprite {
    background-image: url(../../Images/sprite_portal_white.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 650px;
    background-position: -429px -40px;
    opacity: 0;
    transition: opacity 1s;
}
a.back-to-top.active .vp .joSprite {
    opacity: 1;
}
.vsearch-right-content .joVideo-btn {
	border-top: 1px solid #fff;
}
.list_trenner {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 15px 15px 45px;
    background-color: #95c11f;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.list_trenner::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 21px;
    width: 20px;
    height: 20px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 500px;
    background-position: -453px -3px;
    background-repeat: no-repeat;
    transition: transform .7s ease;
    transform: rotate(0deg);
}
.list_trenner.active::before {
    transform: rotate(135deg);
}
.item-title-pipe {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    display: contents;
}
.tutorial-text .intro-slider .slick-slide .joImages-item-img {
    padding-bottom: 15vh;
}
.tutorial-text .joImages-item-desc {
    height: 20vh;
}
.guide .vsearch-container,
.guide .pause-container,
.guide .tutorial-container {
    position: absolute;
    left: 0;
    top: 0;
}
body {
    overflow-x: hidden;
}
.joObj_item .additional_info_item {
    margin: 0 -15px;
}
.joLoader_text {
    display: none;
    color: #fff;
    width: 230px;
    font-size: 22px;
    position: absolute;
    left: -84px;
    top: 60px;
    text-align: center;
}
/* 
.joCookie-content {
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    transform: translateX(0);
    background-color: rgba(0,0,0,.4);
    color: #fff;
}
.joCookie-content .tab-content {
    overflow: auto;
    max-height: 80vh;
    padding: 10px;
}
.joCookie-checkbox {
    display: block;
    margin: 0;
}
.joCookie-checkbox .joCookie-chk-item {
    margin-right: 0;
}
.joCookie-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
}
.joCookie-container > * {
    width: 100%;
}
.joCookie-chk-item label {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 0;
    height: 63px;
    line-height: 64px;
    transition: background-color 1s;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
}
.joCookie-more-btn {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 0;
    height: 63px;
    line-height: 64px;
    transition: background-color 1s;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}
.joCookie-more-btn {
    text-align: center;
    float: unset;
    width: auto;
    padding-right: 0;
    line-height: 100%;
}
.joCookie-more-effect {
    display: block;
    position: relative;
    background-color: transparent;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 800px;
    background-position: -645px -46px;
    background-repeat: no-repeat;
    transition: transform .7s ease;
    transform: rotate(0deg);
    margin: 0 auto;
}
.joCookie-info {
    padding: 50px 50px 0;
}
.joCookie-imp-more-con {
    margin-top: 40px;
}
.joCookie-desc {
    font-size: 24px;
}
.joCookie-more-btn.active .joCookie-more-effect {
    transform: rotate(135deg);
}
.joCookie-more-btn:not(.active)::after,
.joCookie-more-btn.active::after {
    content: unset;
    display: none;
}
.joCookie-more-container-item {
    padding: 0 30px;
}
.joCookie-more-container-item-header {
    font-size: 20px;
}
.joCookie-more-container-item-desc {
    font-size: 18px;
}
.joCookie-box-effect {
    margin: 0 0 0 10px;
}
.joCookie-btn-con .joCookie-btn,
.joCookie-back-btn {
    background-color: #95c11f;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.joCookie-btn-con {
    margin-top: auto;
    margin-bottom: 0;
}
.joCookie-btn-con .joCookie-btn.joCookie_saveall {
    color: #95c11f;
}
*/
#experience .item_icon,
#lang .item_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 0;
}
#experience .item_icon {
    display: none;
}
/* 
.joCookieManagment {
    display: none;
    background-image: url(../Images/caesarcostumludi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}
.joCookieManagment::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -1;
}
 */
#ai,
#ai_ios {
    background-image: url(../../Images/caesarcostumludi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}
#ai::before,
#ai_ios::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -1;
}
#ai::after,
#ai_ios::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    z-index: -1;
}
.tutorial_skip {
    text-align: center;
}
.tutorial_skip_btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 15px;
    padding: 7px;
    cursor: pointer;
}
.joCookie-btn.joCookie_save{
    margin-right: 0px;
}
.joCookie-btn.joCookie_saveall{
    margin-left: 0px;
}

/* Landing Page */
.navbar.no_menu .logo:nth-child(2) {
    margin-right: 15px;
}
.joLandingpage.outerDiv {
    height: 100vh;
    top: 0;
}
.joLandingpage .joLnd_page_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.joLandingpage .container-start-lmb_lndp {
    background-color: #000;
    height: 100%;
    transform: scale(1.1);
    transition: transform 1s, filter 1s;
}
.joLandingpage .greeting {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.lndp_nemu_container {
    /* padding-left: 20px;
    padding-right: 20px; */
}
.lndp_nemu_container .menu_icon {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.joLandingpage .greeting_title {
    font-size: 40px;
    line-height: 1.2;
}
.joLandingpage .greeting_sub {
    font-size: 36px;
    color: #a0c21c;
    color: #789407;
}
.lndp_opening {
    font-size: 1.2rem;
    padding: 15px 20px;
    color: #000;
    font-weight: 600;
}
.lndp_opening > div:first-child {
    color: #95c11f;
    color: #789407;
    font-size: 25px;
}
.lndp_opening_time {
    color: #000;
    font-size: 24px;
}
.lndp_opening_time .joOpeningDiff {
    display: none;
}
.header-container .lndp_opening {
    margin: 0 -15px;
}
.lndp_nemu_container .nav li a {
    margin: 3px 0;
    font-size: 1.6rem;
    padding: 10px 20px;
}
/* .lndp_nemu_container .nav li:nth-child(1) {
    background-color: rgba(255,255,255,1);
}
.lndp_nemu_container .nav li:nth-child(2) {
    background-color: rgba(0,0,0,0.06);
}
.lndp_nemu_container .nav li:nth-child(3) {
    background-color: rgba(0,0,0,0.15);
}*/
.lndp_time .dateTime-container {
    padding: 0;
}
.lndp_bottom {
    /* position: absolute;
    width: calc(100% - 40px);
    bottom: 20px; */
    margin-top: auto;
}
/* .lndp_nemu_container > ul.nav {
    perspective: 800px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-areas:;
    'menu main1'
'menu main2'
'main3 main4'
}
.lndp_nemu_container > ul.nav li {
    grid-column-start: 1;
    grid-column-end: 3;
    position: relative;
} */
/* Landing Page - Ende */
.item_plac_icon {
    display: inline-block;
    display: none;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url(../../Images/Template_1/play-btn.svg);
    background-size: contain;
    background-position: center;
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
}
.joAudio-item-c.active .item_plac_icon {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: opacity 1s ease, visibility 1s ease, width 1s ease;
}
.tutorial-content.withSkip .tutorial-text > h2 {
   font-size: 16px;
}
.tutorial-content.withSkip .step_use {
   /* height: 50vh; */
}
.tutorial-content .step_use .slick-list {
    height: calc(100vh - 100px);
    padding-bottom: 60px;
}
.tutorial-content .step_use {
    /* padding-bottom: 50px; */
}
.tutorial-content .step_use .slick-track {
    height: 100%;
}
.tutorial-content .step_use .slick-track .slick-slide {
    overflow: auto;
}
.tutorial-content.withSkip .tutorial-text .intro-slider .slick-slide .joImages-item-img {
    /* padding-bottom: 10vh; */
}
.tutorial-content.withSkip .intro-slider .slick-slide .joImages-item-img {
    /* background-size: 31%; */
}
.tutorial-content.withSkip .tutorial-text .joImages-item-desc {
    /* height: auto; */
}
.close {
    outline: none;
}
.a-more-know-icon-video,
.a-more-see-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(../../Images/Template_1/mehr-entdecken.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 15px;
}
.a-more-know-icon,
.a-more-learn-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 20px;
    transition: transform .5s ease;
}
.a-more-know-icon {
    background-image: url('../../Images/Template_1/mehr-entdecken-pfeil.svg');
}
.a-more.active .a-more-know-icon {
    transform: rotate(-180deg);
}
.a-more-know-icon-audio,
.a-more-learn-icon {
    background-image: url('../../Images/Template_1/mehr-hoeren.svg');
}

.src_down_see_more .src_down_see {
    transform: translateX(calc(100% + 15px));
    transition: transform .5s ease, opacity .5s ease;
}
.src_down_see_more .src_down_learn {
    transform: translateX(calc(100% + 15px));
    transition: transform 1s ease, opacity 1s ease;
}
.src_down_see_more.show .src_down_see {
    transform: translateX(0);
}
.src_down_see_more.show .src_down_learn {
    transform: translateX(0);
}
#slide_obj2 .c-item-iframe {
    padding: 29%!important;
    width: 100vw!important;
    max-width: 100vw!important;
}
.gebvideo_overlay {
    width: 60px;
    height: 74px;
    position: absolute;
    top: calc(50% - 37px);
    left: calc(50% - 30px);
    background-color: transparent;
    transition: all .5s;
    z-index: -1;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.gebvideo_overlay.active {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0,0,0,.75);
}
.joMGDetail.lang-3 #slide_obj2 [data-vimeo-initialized="true"],
#slide_obj2 .showAsVideo [data-vimeo-initialized="true"] {
    z-index: 30;
}
.joMGDetail.lang-3 #slide_obj2.hideArrows .slick-prev,
.joMGDetail.lang-3 #slide_obj2.hideArrows .slick-next,
#slide_obj2.hideArrows.initAsVideo .slick-prev,
#slide_obj2.hideArrows.initAsVideo .slick-next {
    opacity: 1;
    visibility: visible;
}
.joCookie-desc{
	padding: 0 5%;
    font-size: 16px;
}
.joCookie-checkbox{
	font-size: 16px;
}
.joCookie-more-btn{
	font-size: 12px;
}
.step_use_start {
    font-size: 16px;
    color: #fff;
    padding: 0 13%;
    text-align: center;
    align-self: center;
}
.step_use .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 8px;
}
.step_use .slick-slide > div {
    height: 100%;
}

#ai2,
#ai2_ios {
    color: #fff;
    text-align: center;
    padding: 0px 13%;
	font-size: 16px;
    align-self: center;
}
#ai2 .ai2_btn {
    border: 1px solid #fff;
    margin-top: 40px;
    cursor: pointer;
}
#ai2 .ai2_btn label {
    margin-bottom: 0;
    cursor: pointer;
}
#ai2 #addapp2 {
    background-color: #fff;
    color: #000;
    margin-right: 7.5px;
	font-size: 16px;
    cursor: pointer;
}
#ai2 #noaddapp2 {
    margin-left: 7.5px;
	font-size: 16px;
    cursor: pointer;
}
#ai2_ios {
	display: none;
}

/* The switch - the box around the slider */
.joCookie-chk-item .switch {
	position: relative;
	display: flex;
	/* width: 44px; */
	height: 18px;
    margin-bottom: 15px;
}
.joCookieManagment {
	color: #fff;
	padding: 0 10% 60px 10%;
	text-align: center;
}
.joCookie-chk-item .chk_text {
	margin-left: 5px;
	line-height: 18px;
    flex: unset;
}
/* Hide default HTML checkbox */
.joCookie-chk-item .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
/* The slider */
.joCookie-chk-item .slider {
	position: relative;
	min-width: 44px;
    width: 44px;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: transform .4s, background-color .4s;
	transition: transform .4s, background-color .4s;
    flex: unset;
}
.joCookie-chk-item .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 1px;
	bottom: 1px;
	background-color: #000;
	-webkit-transition: transform .4s, background-color .4s;
	transition: transform .4s, background-color .4s;
}
.joCookie-chk-item input:checked + .slider {
	background-color: #95c11f;
}
.joCookie-chk-item input:checked + .slider:before {
    background-color: #152014;
}
.joCookie-chk-item input:focus + .slider {
	box-shadow: 0 0 1px #95c11f;
}
.joCookie-chk-item input:checked + .slider:before {
	transform: translateX(26px);
}
.joCookie-more-container-item-desc {
    text-align: justify;
}
/* Rounded sliders */
.joCookie-chk-item .slider.round {
	border-radius: 34px;
}
.joCookie-chk-item .slider.round:before {
	border-radius: 50%;
}
.joCookie-btn-con {
	display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.joCookie-btn.joCookie_save,
.joCookie-btn.joCookie_saveall {
    border: 1px solid #fff;
    padding: 7px 0;
    cursor: pointer;
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
}
.joCookie-btn.joCookie_save {
    margin-right: 7.5px;
}
.joCookie-btn.joCookie_saveall {
    margin-left: 7.5px;
    background-color: #fff;
    color: #000;
}
.slick-dots li.slick-active {
    background-color: #95c11f;
}
.step_use .slick-next,
.step_use .slick-prev {
    display: none;
}
.joCookie-chk-item.b {
    display: flex;
}
.joCookie-more-btn {
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    margin-left: 10px;
    opacity: .75;
}
.joCookie-more-btn span {
    line-height: 22px;
}
.joCookie-more-effect {
    width: 11px;
    height: 16px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 400px;
    background-position: -266px -23px;
    background-repeat: no-repeat;
    transition: transform .7s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.ai2_ios_closer {
    border: 1px solid #fff;
    padding: 7px;
    width: auto;
    display: inline-block;
	font-size: 16px;
}

.intro-slider .joImages-item.joStep_howto {
    height: 100%;
}
.intro-slider .joImages-item.joStep_howto > div {
    align-self: flex-end;
}
.tutorial-text .joImages-item-desc {
    height: auto;
}

.intro-slider .joImages-item {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.joStep_cookie > div {
    align-self: center;
    width: 100%;
}

/*
.intro-slider .slick-dots {
    position: fixed;
}
*/
.touch_map_icon {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 30px;
    width: 100px;
    height: 100px;
    background-image: url(../../Images/Zoom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
}
.touch_map_icon.active {
    animation-name: bg_change;
    animation-duration: 8s;
}
@keyframes bg_change {
  0% {
    opacity: 1;
    visibility: visible;
  }
  20% {
    opacity: .5;
    visibility: visible;
  }
  40% {
    opacity: 1;
    visibility: visible;
  }
  60% {
    opacity: .5;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.slick_liste .slick-prev,
.slick_liste .slick-next {
    background-color: rgba(0, 0, 0, .4);
    -webkit-tap-highlight-color: rgba(0, 0, 0, .4);
}
.slick_liste .slick-prev {
    left: 0;
}
.slick_liste .slick-next {
    right: 0;
}
.restart_btn {
	display: none;
    border: 1px solid #fff;
    padding: 15px;
    font-size: 22px;
    position: absolute;
    left: -100px;
    top: 120px;
    color: #fff;
    cursor: pointer;
    width: 250px;
    background-color: rgba(255, 255, 255, .2);
}
.canonical {
    padding: 0 15px;
}
.container-1-lmb .wrap {
    position: relative;
    overflow: visible!important;
}
.lang-menu-logo {
    position: absolute;
    top: -50px;
    transform: translateY(-100%);
    width: calc(100% - 60px);
    text-align: center;
}
.cookieblock-wrap .lang-menu-logo {
    width: calc(100% - 40px);
}
.lang-menu-logo img {
    width: 100%;
    height: auto;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}
.finish_row {
    height: calc(100vh - 60px);
    overflow: hidden;
}
.finish_row > .img-block {
    height: calc(60vh - 10px);
}
.finish_row > .obj_wrap {
    height: calc(40vh - 10px);
    min-height: calc(40vh - 10px);
    max-height: 75vh;
    position: absolute;
    bottom: 0;
    background-color: #202123;
    z-index: 30;
    overflow: hidden;
    transition: height 1.5s ease;
}
.finish_row > .obj_wrap.noTransition {
    transition: none;
}
.finish_row .obj_inner-wrap {
    height: calc(100% - 35px);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #466589 #f1f1f1;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #466589 #f1f1f1;
}
/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #466589;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.background-video {
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}
.joImages-tiles-item-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#profil,
#karte {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    background-color: #151515;
    z-index: 5;
    color: white;
    padding-bottom: 70px;
}
.joMGDetail #profil,
.joMGDetail #karte {
    position: relative;
}
.karte-header2 h2 {
    text-align: center;
    margin: 0;
    padding: 15px;
}
.karte-header,
.profil-header {
    position: relative;
    padding: 8px 90px;
    background-color: #2E2E2E;
}
.karte-header h3,
.profil-header h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
}
.karte-close,
.profil-close {
    position: absolute;
    top: 4px;
    left: 0;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 17px;
}
.karte-close:focus,
.profil-close:focus {
    outline: none;
}
.karte-close img,
.profil-close img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}
.profil-wrap {
    height: calc(100% - 50px);
    overflow: auto;
    padding: 60px 15% 70px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.profil-wrap h3 {
    font-size: 24px;
}
.profil-wrap p {
    font-size: 16px;
}
.profil-list {
    list-style: none;
    padding-left: 0;
    margin: 45px 0 70px;
}
.profil-list li {
    display: flex;
    cursor: pointer;
    margin-bottom: 30px;
}
.profil-list p,
.profil-list span {
    color: #bcbec0;
    margin-bottom: 0;
    line-height: 130%;
}
.profil-list .txt_1 {
    word-break: break-word;
    hyphens: auto;
}
.profil-list h3 {
    margin-bottom: 0;
    font-size: 16px;
}
.profil-list img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 5px;
}
.profil-logo {
    text-align: center;
    margin-top: auto;
}
.profil-logo img {
    height: 55px;
    width: auto;
}
.slide-uebersicht {
    display: flex;
    background-color: #202123;
    position: relative;
    justify-content: space-between;
    padding: 10px 16px;
    align-items: center;
}
.slide-uebersicht button,
.slide-uebersicht .slide-back {
    position: absolute;
    top: 4px;
    left: 0;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 17px;
}
.slide-uebersicht button:focus {
    outline: none;
}
.slide-uebersicht img {
    margin-right: 5px;
    margin-bottom: 3px;
    width: 14px;
    height: 14px;
}
.slide-uebersicht .slide-back {
    padding: 1px 6px;
}
.slide-uebersicht .slide-prev {
    display: none;
}
.slide-uebersicht .slide-next {
    left: unset;
    right: 0;
}
.slide-uebersicht .slide-next img {
    margin-left: 5px;
    margin-right: 0;
    transform: rotate(180deg);
}
.slide-uebersicht h3 {
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
}
.obj-nummer {
    font-size: 18px;
}
.obj-inv-cat {
	font-family: 'din_otmedium';
    display: flex;
}
.obj-inv-cat .obj-inv {
    margin-right: 30px;
}
.obj-inv-cat svg {
    margin-right: 5px;
    margin-bottom: 4px;
}
.cookieblock-wrap {
    position: relative;
    opacity: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.cookieblock-inner {
    position: relative;
    max-width: 350px;
    overflow: auto;
}
.cookieblock-inner h2 {
    font-size: 24px;
    margin-top: 8px;
}
.cookieblock-inner h3 {
    font-size: 20px;
    font-weight: 600;
}
.cookieblock-inner p {
    font-size: 14px;
    font-weight: 400;
}
.cookieblock-wrap .weiter-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 100%);
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 26px;
    padding: 6px 60px;
    font-weight: 600;
}
#cookieModal .cookieblock-wrap,
#languageModal .modal-body {
    background: rgba(22, 22, 22, 1);
}
#cookieModal .cookieblock-wrap .weiter-btn {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    margin-top: 20px;
}
.cookieblock-back {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-50%, 100%);
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-decoration: underline;
}
.cookieblock-more:hover,
.cookieblock-back:hover {
    color: white;
}
.cookieblock-more {
    color: white;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
}
.cookieblock-inner .ck-switch input[type='checkbox'] {
    display: inline-block;
}

.cookieblock-inner .ck-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 10px;
}

.ck-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ck-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ck-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.ck-switch input:checked + .ck-slider {
  background-color: #32d74b;
}

.ck-switch input:focus + .ck-slider {
  box-shadow: 0 0 1px #32d74b;
}

.ck-switch input:checked + .ck-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.ck-slider.round {
  border-radius: 34px;
}

.ck-slider.round:before {
  border-radius: 50%;
}

.container-2-lmb .aw > label {
    padding: 10px 15px;
}

.fake-paginator {
    position: absolute;
    display: flex;
    width: 100%;
    padding: 0;
    left: 0;
    margin: 0;
    bottom: -20px;
    list-style: none;
    justify-content: center;
}
.fake-paginator li {
    padding: 5px;
    background-color: rgba(255,255,255,.3);
    margin-right: 5px;
    border-radius: 100%;
}
.fake-paginator li.active {
    background-color: white;
}
.fake-paginator li:last-child {
    margin-right: 0;
}

.image_info_block_trigger {
    position: relative;
    top: -1px;
    bottom: 5px;
    border: 0;
    background-color: transparent;
    font-size: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: -35px -96px;
    outline: none!important;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.thema-tile {
    position: relative;
}
.thema-tile:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.thema-tile .section_content_wrap {
    position: absolute;
    bottom: 60px;
    left: 15px;
    padding: 0;
    color: white;
    width: 70%;
    max-width: 400px;
    z-index: 10;
}
.thema-tile h2 {
    font-weight: 600;
}
.thema-tile .thema_classi {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 7px;
}
.thema-tile .thema_classi:before {
    content: '';
    position: relative;
    left: unset;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../../Images/sprite_portal_white.svg);
    background-repeat: no-repeat;
    background-size: 700px;
    display: inline-block;
    background-position: -79px -8px;
}
.thema-tile .thema_time {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.thema-tile .thema_time:before {
    position: relative;
    left: unset;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal {
    padding: 15px;
}
.modal-content {
    border-radius: 10px;
}
.modal-header {
    border-bottom: 0;
}
.modal-header h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
.modal-body .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 180px;
}
.frame-type-form_formframework,
.frame-type-header {
    padding: 0 15%;
}
/*
.frame-type-form_formframework .form-check-label {
    font-size: 16px;
    line-height: 110%;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}
*/
.inputs-list .form-group .form-check-label {
    padding-left: 25px;
}
/*
.form-check-label span {
    width: 300px;
}
*/
.frame-type-form_formframework input[type="checkbox"],
.frame-type-form_formframework input[type="radio"] {
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: transparent;
    /* Not removed via appearance */
    margin: 0;

    width: 18px;
    height: 18px;
    border: 1px solid white;
    border-radius: 5px;

    display: grid;
    place-content: center;
    top: 7px;
}
.frame-type-form_formframework input[type="radio"] {
    border-radius: 100%;
}
.frame-type-form_formframework input[type="checkbox"]::before,
.frame-type-form_formframework input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em white;
    /* Windows High Contrast Mode */
    background-color: transparent;
}

.frame-type-form_formframework input[type="checkbox"]:checked::before,
.frame-type-form_formframework input[type="radio"]:checked::before {
    transform: scale(1);
}
.frame-type-form_formframework .form-check {
    padding-left: 0;
    margin-bottom: 10px;
}
/*
.frame-type-form_formframework .form-check + .form-check {
    margin-top: 1em;
}
*/
.form-check-input {
    margin-left: 0;
}
.frame-type-text a {
    padding: 20px;
    border: 1px solid;
    display: block;
    width: 50%;
    margin: 0 auto 15px;
    color: white;
    font-size: 24px;
}
.frame-type-form_formframework .btn-primary {
    color: black;
    outline: none;
    max-width: 250px;
    background-color: white;
    border: none;
    border-radius: 5px;
    font-size: 26px;
    padding: 6px 60px;
    font-weight: 600;
}
.frame-type-form_formframework .btn-primary:not(:disabled):not(.disabled):active {
    background-color: white;
    color: black;
    border-color: black;
}
.frame-type-form_formframework .btn-primary:focus,
.frame-type-form_formframework .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
#stck-ftr-page {
    background-color: #2E2E2E;
    color: white;
}
.highlight_tour {
    padding: 0;
}
.highlight_tour-title-wrapper {
    position: absolute;
    bottom: 135px;
    padding: 0 15px;
    z-index: 10;
    width:100%;
}
.highlight_tour h2 {
    font-weight: 600;
    padding: 0;
    color: white;
    width: 70%;
    max-width: 400px;
}
.highlight_tour h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.thema_img_cover_highlightstyle {
    height: calc(60vh - 10px);
    background: center / cover no-repeat;
}
.highlight_tour .highlight_tour-wrapper {
    position: relative;
}
.highlight_tour .highlight_tour-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.highlight_tour-start {
    /*
    position: absolute;
    top: 45vh;
    left: 15px;
    */
    display: block;
    width: 60%;
    max-width: 250px;
    padding: 10px;
    border: none;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    background-color: white;
    color: black;
    z-index: 20;
    outline: none;
    margin: 20px 0 0;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
}
.highlight_tour-start:hover {
    color: black;
    text-decoration: none;
}
.highlight_tour .slick-dots {
    margin-left: 15px;
    justify-content: left;
}
.highlight_tour .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.highlight_tour .slick-dots li.slick-active {
    background-color: white;
}
#cookieModal .modal-content {
    background-color: transparent;
}
#rechtlichesModal {
    padding-top: 80px;
}
#rechtlichesModal .modal-content {
    background-color: rgba(22, 22, 22, 1);
    overflow: auto;
    word-break: break-word;
    hyphens: auto;
    height: calc(100vh - 170px);
}
#rechtlichesModal p.headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#rechtlichesModal .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    max-width: 15px;
    background-image: url(../../Images/sprite_portal_white.svg);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: -386px -49px;
}
#rechtlichesModal .collapsed .icon {
    background-position: -409px -4px;   
}
#rechtlichesModal h3 {
    margin-bottom: 30px;
    font-size: 24px;
}
#rechtlichesModal .modal-body .rt-item {
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding-top: 15px;
}
#rechtlichesModal .modal-body .rt-item:first-of-type {
    padding-top: 0;
    border-top: none;
}
#visualModal .modal-content {
    background-color: rgba(22, 22, 22, 1);
    overflow: auto;
    word-break: break-word;
    hyphens: auto;
}
.inactive_menu {
    cursor: initial;
    opacity: 0.07;
    pointer-events: none;
    user-select: none;
}
.page-layout-1 {
    display: flex;
    flex-wrap: wrap;
    /*
    align-items: center;
    */
    justify-content: center;
    height: 100vh;
}
.page-layout-1 #stck-ftr-page {
    margin: 0;
    width: 100%;
}
.page-layout-1 h1 {
    font-family: 'din_otbold';
}
.page-layout-1 h2 {
    font-family: 'din_otmedium';
}
.page-layout-1 label,
.page-layout-1 label span {
    font-size: 24px;
    line-height: 130%;
}
.page-layout-1 .input:not(.checkbox) .form-group {
    /*
    display: flex;
    align-items: center;
    justify-content: space-between;
    */
}
.page-layout-1 .input.checkbox label {
    display: flex;
}
.page-layout-1 .input.checkbox label span {
    padding-left: 10px;
    position: relative;
    top: -8px;
}
.page-layout-1 form > .form-group {
    margin-bottom: 60px;
}
.page-layout-1 form > .form-group > label {
    margin-bottom: 20px;
}
.page-layout-1 .frame-type-form_formframework {
    padding-top: 0;
}
.page-layout-1 textarea.form-control {
    height: 140px;
    font-size: 20px;
}
#languageModal .lang_selector {
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
}
#languageModal a {
    padding: 8px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border: 1px solid white;
    color: white;
    text-align: center;
    max-width: 250px;
    margin: 0 auto 15px;
}
#video-container {
    line-height: 0;
    width:100%;
}
#qr-video {
    width:100%;
}
.qr-reader {
    border: none;
    background-color: #569beb;
    padding: 8px 15px;
    display: flex;
    margin: 15px auto 0;
    color: #ffffff;
    font-size: 20px;
}
.qr-reader:focus {
    outline: none;
}
#video-nocamera {
    background-color: white;
    border-radius: 3px;
    color: black;
    padding: 20px;
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px)))
{
	.aw.inView label:not(.no_blur):not(.ck-switch) {
	    background-color: rgba(255, 255, 255, .05);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
    .restart_btn {
        background-color: rgba(255, 255, 255, .05);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }
	.tutorial-container {
	    background-color: rgba(0,0,0,.75);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
    .global_close {
	    background-color: rgba(255,255,255,.3);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
    /*
	.finish_slider_con .start,
	.finish_slider_con .start.inViewTop {
	    background-color: rgba(255,255,255,.4);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
    */
	.c-route,
	.c-more {
	    background-color: rgba(255,255,255,.4);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	.lndp_events .slick-arrow {
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	.lndp_events .joImages-item .title,
	.lndp_events .joImages-item .sub_title,
	.lndp_events .joImages-item .category {
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	/* 
	.joCookie-content {
	    background-color: rgba(255,255,255,.3);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	.joCookie-chk-item label {
	    background-color: rgba(255,255,255,.05);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	*/
	#ai::after,
	#ai_ios::after {
	    background-color: rgba(255,255,255,.3);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	.header-container.alt_header > .navbar-collapse {
	    background-color: rgba(255,255,255,.4);
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	.joLandingpage .joLnd_page_container {
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	    background-color: rgba(255,255,255,.4);
	}
	.header-container.alt_header .joLandingpage .joLnd_page_container {
	    background-color: transparent;
	}
	.alt_header .logo_con {
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
	.lndp_bg_drop {
	    -webkit-backdrop-filter: saturate(180%) blur(20px);
	    backdrop-filter: saturate(180%) blur(20px);
	}
}

@media (min-width: 375px)
{
    .jo-form-auswahl ul.form-ul li .p1 {
       font-size: 23px;
    }
    .jo-form-auswahl ul.form-ul li .p2 {
       font-size: 34px;
    }
}

@media (min-width: 425px)
{
    .jo-form-auswahl .textOverlay {
        margin-top: 14%;
    }
    .jo-form-auswahl ul.form-ul li .p2 {
       font-size: 35px;
    }
    .jo-form-auswahl ul.form-ul li .p3 {
       font-size: 13px;
    }
    .iconbar > div > img,
	.iconbar > div > a {
	    height: 100%;
	    width: auto;
        height: 60px;
	}
}

@media (min-width: 576px)
{
	#slide_obj2 .c-item-iframe {
	    padding: 24%!important;
	}
}

@media (min-width: 768px)
{
    .num-message {
        font-size: 18px;
    }
	.slick_liste_for .sl2-item-img,
	.slick_liste_for2 .sl2-item-img {
	    min-height: 500px;
	}
	#slide_obj2 {
	    min-height: 500px;
	}
	#slide_obj2 .c-item-iframe {
	    padding: 28.1%!important;
	}
    .ai_content,
    .ai_ios_content {
        left: 25%;
        width: 50%;
    }
    .ai_title,
    .ai_ios_title {
        font-size: 26px;
    }
    .joCookie-btn-con .joCookie-btn.joCookie_saveall {
        margin-left: 2px;
    }
	.alt_header .logo.logo_2 {
		padding: 7px 15px;
	}
	.alt_header .logo_2 img {
	    height: 70px;
	}
    .navbar .logo:nth-child(2) {
        margin-right: 0;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 60px;
        position: absolute;
    }
    .carousel-control-next-icon {
        right: 0;
    }
    .carousel-control-prev-icon {
        left: 0;
    }

    .jo-form-auswahl .textOverlay {
        margin-top: 10%;
        padding: 15px;
    }
    .jo-form-auswahl ul.form-ul li .p1 {
       font-size: 46px;
    }
    .jo-form-auswahl ul.form-ul li .p2 {
       font-size: 74px;
    }
    .jo-form-auswahl ul.form-ul li .p3 {
       font-size: 25px;
    }
    .joTText-container {
	    -ms-flex-direction: unset;
	    flex-direction: unset;
	}
	.start.inViewTop,
	.start {
	    bottom: 10%;
	}
    .gr a {
        padding: 15px;
        font-size: 1.4rem;
    }
    .gr a span {
        padding: 5px;
    }
    .lndp_bg_drop {
        height: 100%;
    }
    .tutorial-content.withSkip .step_use {
       /*  height: auto; */
    }
    .tutorial-content.withSkip .tutorial-text .intro-slider .slick-slide .joImages-item-img {
       /* padding-bottom: 50%; */
    }
    .tutorial-content.withSkip .intro-slider .slick-slide .joImages-item-img {
        /* background-size: 50%; */
    }
    .step_use_start,
    #ai2,
    #ai2_ios {
        margin-top: 0;
        transform: translateY(0);
        width: 100%;
    }
    .joCookieManagment {
        padding: 0;
    }
    .ai2_content > .row {
        max-width: 450px;
        margin: 0 auto;
    }
    .tutorial_skip {
        margin-top: 50px;
    }
    .intro-slider .joImages-item.joStep_howto {
	    display: block!important;
	}
    .slick_liste .slick-prev,
    .slick_liste .slick-next {
        background-position: -716px -55px;
        background-color: rgba(0, 0, 0, .4);
        background-image: none;
        padding: 15px;
        filter: blur(0px);
        width: 70px;
        height: 70px;
        -webkit-tap-highlight-color: #000000;
    }
    .slick_liste .slick-prev::after,
    .slick_liste .slick-next::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 40px;
        z-index: 30;
        background-image: url(../../Images/sprite_portal_white.svg);
        background-size: 1100px;
        background-repeat: no-repeat;
        background-position: -723px -48px;
        opacity: .75;
        top: 0;
        left: calc(50% - 20px);
        height: 100%;
        transform: translate(0, 0);
        outline: none;
    }
    .tutorial-content .tutorial-text .joImages-item-desc {
        padding-right: 120px;
    }
}

@media (min-width: 992px)
{
    .finish_slider_con .start,
    .finish_slider_con .start.inViewTop,
    .start_tour_button .start {
        top: 47vh;
    }
    .vsearch-input:before {
        max-width: 50%;
    }
    .joImages-tiles-item.thema-tile {
        margin: 0;
    }
    .joImages-tiles-item-img {
        margin: 15px 15px 18px;
    }
    .touren_heading {
        font-size: 32px;
    }
    .thema_time:before {
        width: 20px;
        height: 20px;
        margin: 0;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: -25px;
        top: 2px;
    }
    .thema-tile .thema_time:before {  
        position: relative;
        left: unset;
        top: 4px;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    #ai .ai_content > .row > div:last-child {
        margin-left: 2px;
    }
    .joCookie-container {
        width: 50%;
        margin: auto;
    }
    .jo-form-auswahl .textOverlay {
        padding: 20px;
    }
    .jo-form-auswahl ul.form-ul li .p1 {
       font-size: 55px;
    }
    .jo-form-auswahl ul.form-ul li .p2 {
       font-size: 90px;
    }
    .jo-form-auswahl ul.form-ul li .p3 {
       font-size: 34px;
    }
    .logo_2 img {
    }
    #thema.container-lmb .aw {
        width: 100%;
    }
    .thema_img_con {
        padding-left: 3px;
        padding-top: 0;
    }
    .thema_img_item {
        height: calc(100% - 2px);
        width: 100%;
    }
    .thema_img_con .thema_img_item_con:last-child .thema_img_item {
        height: 100%;
    }
    .thema_text {
        border-top: none;
        border-left: 10px solid #000;
        padding: 70px 40px 20px;
    }
    .thema_label {
        font-size: 20px;
        margin-bottom: 12px;
        margin-top: 8px;
        line-height: 110%;
    }
    .thema_img_cover {
        padding-bottom: 35%;
    }
    .thema_label_sub {
        font-size: 16px;
    }
    .thema_desc {
        font-size: 16px;
    }
    #thema_select_finish .finish_slider_con {
        width: 100%;
    }
    #thema_select_finish .start {
        /*
        margin-right: 7%;
        width: 25%;
        color: #fff;
        top: 35vh;
        background-color: #000;
        */
    }
    /* #thema_select_finish .joImages-tiles-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-bottom: 20%;
    } */
    #thema_select_finish .joImages-tiles-item.thema-tile {
        /*
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding-bottom: 0;
        */
    }
    #thema_select_finish .joImages-tiles-item.thema-placeholder {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-bottom: 0;
    }
    #thema_select_finish .thema-placeholder .joImages-tiles-title {
        color: #fff;
        font-size: 42px;
        position: absolute;
        left: 98%;
        top: 38%;
        transform: translate(-50%, -50%);
        width: 60%;
    }
    .article_img_item_no_slide {
        background-color: #eee;
    }
    .article_img_item_no_slide .artc_img {
        /* max-width: 33.33333%; */
    }
    .article_img_item {
        margin: 0;
    }
    .artc_con > .row {
        margin: 0;
    }
    .artc_con > .row > .article_head_item  {
        padding: 50px 60px!important;
    }
    .artc_headline {
        margin-bottom: 15px;
    }
    .ajaxDetail .joTText-container .article_img_item_no_slide .artc_img a .joImage,
    .joTText-container .article_img_item_no_slide .artc_img a .joImage,
    .ajaxDetail .joTText-container .article_img_item_no_slide .artc_img .joImage,
    .joTText-container .article_img_item_no_slide .artc_img .joImage {
        padding: 25%;
    }
    .joVideo-con > .artc_con,
    .joAudio-con > .artc_con {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ajaxDetail .joTText-container .row > div:last-child {
        padding-left: 0;
    }
    .artc_con {
        /*
        margin-top: 0;
        */
    }
    .article_head_item > .artc_desc:not(.row) {
        font-size: 18px;
    }
    .joTText-container.artc_con > .row:nth-child(odd) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    } 
    .joTText-container.artc_con > .row:nth-child(even) {
    } 
    .ajaxDetail .joTText-container > div {
        margin-bottom: 0;
    }
    .article_img_item_placeholder {

    }
    .ajaxDetail .joAudio-con > h2, .ajaxDetail .joVideo-con > h2 {
        padding: 60px 60px 35px;
    }
    .ajaxDetail .joTText-container .row .joImage {
        padding: 25%;
    }
    .joRelations-item-title {
        padding: 60px 60px 30px;
    }
    .additional_info_item_c {
	    padding: 15px 0;
	}
    .obj-nummer,
    .obj-kuenstler,
    .obj-inv-cat,
    .additional_info_item_c .joSubtitle {
        padding: 0 60px; 
    }
	.bmt_con,
	.mesurment-con {
		padding: 0 60px;
	}
	.mesurment-con {
		padding-bottom: 35px;
	}
    .intro-slider .joImages-item.joStep_howto > div {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .intro-slider .joImages-item.joStep_howto > div > h2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.intro-slider .joImages-item.joStep_howto > div > div {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.tutorial-text .intro-slider .slick-slide .joImages-item-img {
		padding: 0;
		padding-bottom: 50%;
	}
	.intro-slider .slick-slide .joImages-item-img {
    	background-size: 50%;
	}
	img.start_symbol,
	img.start_symbol_weiss {
    	width: 20%;
	}
    .vsearch-input:before {
        font-size: 36px;
    }
    .tutorial-content .tutorial-text .joImages-item-desc {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media (min-width: 1200px)
{
    .thema_label {
        font-size: 34px;
    }
    .thema_time:before {
        width: 30px;
        height: 30px;
        left: -40px;
        top: 4px;
    }
    .thema_desc {
        font-size: 18px;
    }
}

@media (min-width: 1600px)
{ 
    .tutorial-text .intro-slider .slick-slide .joImages-item-img {
        padding-bottom: 35%;
    }
    .intro-slider .slick-slide .joImages-item-img {
        background-size: 35%;
    }
}

@supports (padding:max(0px))
{
    body, header, footer {
        padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right));
    }
}

.sl2-item-img.l {
    display: none;
}
@media (orientation: landscape) {
    .sl2-item-img.p {
        display: none;
    }
    .sl2-item-img.l {
        display: block;
    }
}
