html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background: url("../img/exit_higru.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
*{
    box-sizing: inherit;
    cursor: url('../img/customCursorArrow.png'), pointer!important;
}
body{
    padding:0;
    margin:0;
}
.container{
    max-width:1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.spacing-default{
    padding-left:15px;
    padding-right:15px;
}

.mb-0{
    margin-bottom:0!important;
}

.not-italic{
    font-style: normal!important;
}
.btn{
    width: 210px;
    /*height: 124px;*/
    height: 180px;
    padding: 0;
    text-transform: uppercase;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #fff;
    border: 0;
    font-size:1.5rem;
    cursor: url('../img/customCursorArrow.png'), pointer!important;
    transition:.5s ease all;
    position:relative;
    overflow:hidden;
}
.btn-hidden{
    display:none!important;
}
.btn-star†{
    background-image: url(../img/exitsiegel_start.png);
}
.btn-weiter{
    background-image: url(../img/exitsiegel_weiter.png);
}
.btn.checkQuiz{
    background-image: url(../img/exitsiegel_loesungpruefen.png);
}
.btn:hover{
	transform:scale(1.05);
    -webkit-filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
    filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
}

.btn-back {
    background-image: url(../img/exitsiegel_zurueck.png);
    width: 138px;
    height: 120px;
    position: absolute;
    right: 15px;
    top: 0;
}
.reveal-solution{
    background-image: url(../img/exitsiegel_loesunganzeigen.png);
    width: 150px;
    height: 130px;
    font-size: 1rem;
}
.img-fluid{
    max-width:100%;
    width:auto;
}
.image-hidden{
    display:none!important;
}
#game{
    display: block;
    margin-top:25px;
}
.game-content{
    position:relative;
    width:100%;
    /*height:500px;*/
}

.game-body{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.header-info{
    text-align:center;
    width:100%;
    margin-bottom:50px;
    display:flex;
    justify-content: center;
    position: relative;
    height: 100px;
    margin-right:40px;
}
.header-info.intro-headline{
    margin-right:0;
}
.header-info img {
    width: 60px;
    margin-right: 10px;
}
.header-info.intro-headline img{
    margin-right: 70px;
    width: 60%;
    position: absolute;
}
.left-side{
    display:flex;
    flex: 0 0 20%;
    flex-direction: column;
}
.left-side .kapitel{
    position:relative;
    min-height: 200px;
    margin-bottom: 70px;
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction:column;
}
.left-side .kapitel strong{
    font-size: 1.7rem;
}
.left-side .kapitel strong:last-child{
    font-size: 1.1rem;
}
.left-side .kapitel p{
	margin: 0;
    font-size: 1.1rem;
}
.left-side .kapitel:after{
    content: "";
    display:block;
    position:absolute;
    top:-43px;
    left:-23px;
    background-image:url("../img/exit_rahmen_oben_links_new.png");
	background-size:cover;
    width: 270px;
    height:284px;
	z-index: -1;
}
.left-side .info-box{
    display:flex;
    position:relative;
    text-align: center;
    flex-direction: column;
	padding:15px;
}
.left-side .info-box:after{
    content: "";
    display:block;
    position:absolute;
    top:-20px;
    left:-23px;
    background-image:url("../img/exit_rahmen_unten_links.png");
	background-size:cover;
    width: 270px;
    height:438px;
	z-index: -1;
}
.left-side .info-box .charakter{
    margin-top:30px;
}
.left-side .info-box .tipp{
    display:none;
}
.left-side .info-box .tipp strong{
    font-size:1.7rem;
}
.left-side .info-box .loesung{
    display:none;
}
.left-side .info-box .loesung strong{
    font-size:1.7rem;
}
.left-side .info-box .loesung .solution-text{
    display:none;
}
.middle-side{
    display:flex;
    flex: 0 0 500px;
    min-height:650px;
    position:relative;
	
	justify-content: center;
    align-items: center;
}
.middle-side:after{
    content: "";
    display:block;
    position:absolute;
    top:-71px;
    left:-50px;
    background-image:url("../img/exit_rahmen_mitte_new.png");
	background-size:cover;
    width:600px;
    /*height:812px;*/
	height:762px;
    pointer-events: none;
}
.middle-side.decision{
    flex-direction: column;
    padding: 0 70px;
    background-color: #c7b79b;
    text-align: center;
}
.middle-side.decision h3{
    font-size:30px;
}
.middle-side.decision p{
    font-size:22px;
    line-height:1.5;
}
.zauberspiegel{
    position:absolute!important;
    transition: 1s ease all;
    transform: scale(0);
}
.zauberspiegel.active{
    transform: scale(1);
}
.blur{
    -webkit-filter: blur(4px);
    filter:blur(4px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}
.after-blur:after{
    -webkit-filter: blur(4px);
    filter:blur(4px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}
.right-side{
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
	justify-content: space-between;
}
.right-side .info-text{
    font-size: 1.1rem;
    line-height: 1.4;
    hyphens: auto;
}
.right-side .info-text strong{
    display:flex;
}
.right-side.answercol{
    justify-content: flex-start!important;
}
.antwort{
	display: inline-block;
    padding: 15px 30px 15px 15px;
    background-image: url("../img/antwortpfeil.png");
    margin-bottom: 10px;
    position: relative;
    font-size: 1rem;
    align-items: center;
    transition: .2s ease-in all;
    font-style: italic;
    height: 85px;
    width: 100%;
    background-size: cover;
}
.right-side.answercol strong{
    margin-bottom:20px;
}
.antwort:hover {
    cursor: url('../img/customCursorArrow.png'), pointer!important;
    filter: drop-shadow(6px 8px 5px rgba(0,0,0,0.3));
}
.input-quiz {
    padding: 5px;
    width: 100%;
    background-color: #c7b79b;
    border: 2px solid #c29959;
    height: 100px;
    line-height: 1;
    font-size: 20px;
}
.errorTextInput{
    color: #f70071;
    font-weight: 600;
    font-size: 1.1rem;
    opacity:0;
    height:0;
    transition:1s ease all;
}

.quiz-answer-correct{
    display:none;
    flex-direction: column;
    margin-top:50px;
}
.quiz-answer-correct h4{
    margin:0;
}
.quiz-answer-correct h2{
    margin:0;
}


/*Loader - https://codepen.io/aaroniker/pen/wvvKKeg */
.game-loading {
    pointer-events: none;
}
.game-loading .loading-container{
    display:block!important;
}
.loading-container{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:none;
    background: #E9E2D7;
    background: url("../img/exit_higru.jpg") no-repeat center center fixed;
    background-size: cover;
}

.loader {
    --background: linear-gradient(135deg, #f7e2b5, #d7a850);
    --shadow: rgba(237, 219, 181, 0.5);
    --text: #6c7486;
    --page: rgba(255, 255, 255, 0.36);
    --page-fold: rgba(255, 255, 255, 0.52);
    --duration: 3s;
    width: 200px;
    height: 140px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader:before, .loader:after {
    --r: -6deg;
    content: "";
    position: absolute;
    bottom: 8px;
    width: 120px;
    top: 80%;
    box-shadow: 0 16px 12px var(--shadow);
    transform: rotate(var(--r));
}
.loader:before {
    left: 4px;
}
.loader:after {
    --r: 6deg;
    right: 4px;
}
.loader div {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    perspective: 600px;
    box-shadow: 0 4px 6px var(--shadow);
    background-image: var(--background);
}
.loader div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.loader div ul li {
    --r: 180deg;
    --o: 0;
    --c: var(--page);
    position: absolute;
    top: 10px;
    left: 10px;
    transform-origin: 100% 50%;
    color: var(--c);
    opacity: var(--o);
    transform: rotateY(var(--r));
    -webkit-animation: var(--duration) ease infinite;
    animation: var(--duration) ease infinite;
}
.loader div ul li:nth-child(2) {
    --c: var(--page-fold);
    -webkit-animation-name: page-2;
    animation-name: page-2;
}
.loader div ul li:nth-child(3) {
    --c: var(--page-fold);
    -webkit-animation-name: page-3;
    animation-name: page-3;
}
.loader div ul li:nth-child(4) {
    --c: var(--page-fold);
    -webkit-animation-name: page-4;
    animation-name: page-4;
}
.loader div ul li:nth-child(5) {
    --c: var(--page-fold);
    -webkit-animation-name: page-5;
    animation-name: page-5;
}
.loader div ul li svg {
    width: 90px;
    height: 120px;
    display: block;
}
.loader div ul li:first-child {
    --r: 0deg;
    --o: 1;
}
.loader div ul li:last-child {
    --o: 1;
}
.loader span {
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
    text-align: center;
    color: var(--text);
}

@-webkit-keyframes page-2 {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    35%, 100% {
        opacity: 0;
    }
    50%, 100% {
        transform: rotateY(0deg);
    }
}

@keyframes page-2 {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    35%, 100% {
        opacity: 0;
    }
    50%, 100% {
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes page-3 {
    15% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
    65%, 100% {
        transform: rotateY(0deg);
    }
}
@keyframes page-3 {
    15% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
    65%, 100% {
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes page-4 {
    30% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    65%, 100% {
        opacity: 0;
    }
    80%, 100% {
        transform: rotateY(0deg);
    }
}
@keyframes page-4 {
    30% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    65%, 100% {
        opacity: 0;
    }
    80%, 100% {
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes page-5 {
    45% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    80%, 100% {
        opacity: 0;
    }
    95%, 100% {
        transform: rotateY(0deg);
    }
}
@keyframes page-5 {
    45% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    80%, 100% {
        opacity: 0;
    }
    95%, 100% {
        transform: rotateY(0deg);
    }
}
.intro-headlin-bar img{
    margin-right:-20px!important;
}
.text-center{
    text-align:center;
}
.right-intro-bar{
    flex: 0 0 22%;
}
.intro-bar{
    border-left: 1px solid #c7b79b;
    border-right: 1px solid #c7b79b;
    flex: 0 0 25%;
}
.intro-bar img{
    width:100%;
}
.intro-bar p{
    padding-left:15px;
    padding-right:15px;
    font-size:0.85rem;
}
.errorMessage{
    display:none;
    padding: 10px 15px;
    background: #c7b79b;
    border: 4px solid #c29959;
    font-size: 20px;
    text-align: center;
    -webkit-filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
    filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
}
.middle-side.login{
    flex-direction: column;
    justify-content: flex-start;
    padding: 60px;
    background-color: #c7b79b;
    text-align: center;
    font-size:22px;
}
.middle-side.login h2{
    font-size:30px;
}

.userList{
    width:100%;
    margin-bottom:15px;
}
.input-login{
    width:100%;
    border:2px solid #c29959;
    background: #dacebb;
    font-size: 25px;
    color: #c29959;
    padding: 10px 15px;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
}
.input-login:last-child{
    margin-bottom:0;
}
.addUser{
    padding: 0px 10px 6px 10px;
    color: #fff;
    line-height: 1;
    background: #c29959;
    font-size: 30px;
    font-weight: 100;
    cursor: url('../img/customCursorArrow.png'), pointer!important;
    margin-top:auto;
}
.infoTextBottom{
    margin-top:auto;
}

.downloadpdf{
    color: #000;
}

#exit-results-pdf{
    background: url("../img/urkunde.jpg") no-repeat center center;
    background-size: cover;
    margin: auto;
    /*height: 296.96mm;
    width: 210mm;*/
    height: 593.92mm;
    width: 420mm;
    position: absolute;
    left: -2000px;
    /*overflow: hidden;
    display: none;*/
}
#exit-results-pdf .playername{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: #c29959;
    font-size: 80px;
}

.screenCheck{
    opacity:0;
    transition:0.5s ease-in all;
    background: rgba(0,0,0,0.9);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;z-index:-1;
}
.screenCheck .screenMessage{
    padding: 70px 50px 0 50px;
    text-align: center;
    font-size: 1.4rem;
    background-image: url(../img/exit_rahmen_oben_links_new.png);
    width:300px;
    height:315px;
    background-size: cover;
    pointer-events: none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}