/* .joTop {
	display: none;
}
.joCookie-more-container {
	display: none;
}
.joCookieManagment {
    position: fixed;
    background-color: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
}
.joCookie-content {
    position: absolute;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.joCookie-container {
	padding: 15px 15px 0 15px;
}
.joCookie-checkbox {
	display: flex;
}
.joCookie-checkbox .joCookie-chk-item {
	margin-right: 5px;
}
.joCookie-more-btn {
    border: 1px solid grey;
    padding: 0px 3px;
}
.joCookie-btn-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -15px 0;
}
.joCookie-btn-con .joCookie-btn {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    background-color: #28a745;
    color: white;
    cursor: pointer;
}
.joCookie-more-btn {
	cursor: pointer;
}
.joCookie-back-btn {
	text-align: center;
    background-color: #28a745;
    color: white;
    cursor: pointer;
}
.joCookie-tabs a,
.joCookie-tabs a:hover {
	color: black;
} */

/* 
.joCookie-more-container {
    display: none;
    font-size: 16px;
}
.joCookieManagment {
    position: fixed;
    background-color: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    max-height: 100%;
    overflow: auto;
}
.joCookie-overflow {
    overflow: hidden;
}
.joCookie-logo {
    width: 151px;
    height: 49px;
    margin: 0 auto;
}
.joCookie-info {
    text-align: center;
}
.joCookie-content {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
}
.joCookie-title {
    font-size: 40px;
    font-weight: 900;
    margin: 40px 0 20px 0;
}
.joCookie-desc{
    font-size: 16px;
    margin-bottom: 40px;
}
.joCookie-desc a,
.joCookie-impressum a{
    text-decoration: underline;
}
.joCookie-container {
    padding: 15px 15px 0 15px;
}
.joCookie-checkbox {
    display: flex;
    margin: 50px 240px 50px 280px;
}
.joCookie-checkbox .joCookie-chk-item {
    margin-right: 40px;
}
.joCookie-more-btn {
    position: relative;
    cursor: pointer;
    font-weight: 900;
    text-align: right;
    padding-right: 22px;
    width: 50%;
    float: right;
}
.joCookie-btn-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 75px;
}
.joCookie-btn-con .joCookie-btn.joCookie_save,
.joCookie-btn-con .joCookie-btn.joCookie_saveall {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    color: white;
    cursor: pointer;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.joCookie-btn.joCookie_save{
    margin-right: 20px;
}
.joCookie-btn.joCookie_saveall{
    margin-left: 20px;
}
.joCookie-more-effect {
    display: none;
}
.joCookie-btn-con .joCookie-btn.joCookie_saveall {
    background-color: white;
    color: rgba(0,45,25);
}
.joCookie-impressum{
    width: 50%;
    float: left;
}
.joCookie-imp-more-con{
    font-size: 14px;
    margin-bottom: 50px;
}
.joCookie-back-btn {
    text-align: center;
    background-color: #28a745;
    color: white;
    cursor: pointer;
}
.joCookie-tabs a,
.joCookie-tabs a:hover {
    color: black;
}
.joCookie-chk-item input[type="checkbox"] {
    display:none;
}
.joCookie-chk-item label {
    position: relative;
    display: flex;
}
.joCookie-chk-item input[type="checkbox"] + label::before {
}
.joCookie-chk-item input[type="checkbox"] + label::after {

}
.joCookie-box-effect {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 2px solid #dcdcdc;
    border-radius: 10%;
    margin: 0 10px 0 0;
}
.joCookie-box-effect:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: white;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 8px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}
.joCookie-box-effect:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: white;
    position: absolute;
    transform: rotate(305deg);
    top: 14px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}
.joCookie-chk-item input[type="checkbox"]:checked+label .joCookie-box-effect::before {
    width: 5px;
}
.joCookie-chk-item input[type="checkbox"]:checked+label .joCookie-box-effect::after {
    width: 10px;
} */

/* 
.joCookie-more-btn:not(.active)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
}
.joCookie-more-btn.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}
.joCookie-more-container-item-header{
    font-weight: 900;
}
.joCookie-more-container-item-desc{
    margin: 20px 0 70px 0;
}
@media(max-width: 767px){
    .joCookie-checkbox {
        margin: 50px 0px 50px 20px;
    }
    .joCookie-content {
        width: 100%;
    }
    .joCookie-title {
        font-size: 25px;
    }
    .joCookie-desc {
        font-size: 14px;
    }
    .joCookie-btn-con .joCookie-btn.joCookie_save, .joCookie-btn-con .joCookie-btn.joCookie_saveall {

        padding: 10px 20px;
    }
    .joCookie-more-container {
        font-size: 14px;
    }
}
*/

.joCookie-more-container {
    display: none;
    font-size: 16px;
}
#ai2_ios .menu_icon, 
#ai2_ios .home_icon {  
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(/typo3conf/ext/jo_exhibition/Resources/Public/Images/hinzufuegen.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
#ai2_ios .home_icon {
    margin-left: 5px;
    background-image: url(/typo3conf/ext/jo_exhibition/Resources/Public/Images/hinzufuegen1.svg);
    background-size: 70%;
}
.tutorial_skip {
    display: block;
}
.intro-slider .slick-slide {
    opacity: 0;
    transition: opacity .5s;
}
.intro-slider .slick-slide.slick-current.slick-active {
    opacity: 1;
}
@media(max-width: 767px){
    .joCookie-more-container {
        font-size: 14px;
    }
}