
/* ==========================================================================
   General Content-Settings
   ========================================================================== */

.content .inner:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.content .inner{
    position:relative;
}

.show{
    visibility:visible!important;
}

.hide{    
    visibility:hidden!important;
}

.handwriting{
    font-family: 'Annie','Comic Sans';
    letter-spacing:0.5px;
}

.contentBtn{
    padding:10px 20px;
    color:#fff;
    font-family:'rooney-sans';
}

.leftPart,.rightPart{
    width:48%;
    float:left;
    margin-right:2%;
    position:relative;
}

.rightPart{
    margin-right:0;
    margin-left:2%;
}

.wrongAnswer{
    color: #EC4D14;
}

.correctAnswer{
    color: #B2C210;
}

.correctionBtn:after{
    width:40px;
    height:40px;
    background-color:#92cae4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: "\e60f";
    font-size:20px;
    font-family:"learn2fly";
    display:block;
    text-align:center;
    line-height:40px;
    color:#fff;
    cursor:pointer;
}


.transElement{
    will-change:transform;
}

/* ==========================================================================
   Chapter-Settings
   ========================================================================== */

.chapter1 .background{
    background-color:rgb(244,182,62)!important;
}

.chapter1 .fontColor{
    color:rgb(244,182,62);
}

.chapter2 .background{
    background-color:rgb(239,153,52)!important;
}

.chapter2 .fontColor{
    color:rgb(239,153,52);
}

.chapter3 .background{
    background-color:rgb(226,125,26)!important;
}

.chapter3 .fontColor{
    color:rgb(226,125,26);
}

.chapter4 .background{
    background-color:rgb(220,100,30)!important;
}

.chapter4 .fontColor{
    color:rgb(220,100,30);
}

.chapter5 .background{
    background-color:rgb(187,118,29)!important;
}

.chapter5 .fontColor{
    color:rgb(187,118,29);
}

.chapter6 .background{
    background-color:rgb(218,133,0)!important;
}

.chapter6 .fontColor{
    color:rgb(218,133,0);
}

.chapter7 .background{
    background-color:rgb(182,147,23)!important;
}

.chapter7 .fontColor{
    color:rgb(182,147,23);
}

.chapter8 .background{
    background-color:rgb(208,178,0)!important;
}

.chapter8 .fontColor{
    color:rgb(208,178,0);
}

.chapter9 .background{
    background-color:rgb(185,171,29)!important;
}

.chapter9 .fontColor{
    color:rgb(185,171,29);
}

.chapter10 .background{
    background-color:rgb(151,152,0)!important;
}

.chapter10 .fontColor{
    color:rgb(151,152,0);
}

.chapter11 .background{
    background-color:rgb(126,153,112)!important;
}

.chapter11 .fontColor{
    color:rgb(126,153,112);
}

.chapter12 .background{
    background-color:rgb(148,184,130)!important;
}

.chapter12 .fontColor{
    color:rgb(148,184,130);
}

.chapter13 .background{
    background-color:rgb(132,184,196)!important;
}

.chapter13 .fontColor{
    color:rgb(132,184,196);
}

.chapter14 .background{
    background-color:rgb(120,158,170)!important;
}

.chapter14 .fontColor{
    color:rgb(120,158,170);
}

.chapter15 .background{
    background-color:rgb(118,160,191)!important;
}

.chapter15 .fontColor{
    color:rgb(118,160,191);
}

.chapter16 .background{
    background-color:rgb(93,158,203)!important;
}

.chapter16 .fontColor{
    color:rgb(93,158,203);
}

.chapter17 .background{
    background-color:rgb(83,134,176)!important;
}

.chapter17 .fontColor{
    color:rgb(83,134,176);
}

.chapter18 .background{
    background-color:rgb(111,130,172)!important;
}

.chapter18 .fontColor{
    color:rgb(111,130,172);
}

.chapter19 .background{
    background-color:rgb(133,138,185)!important;
}

.chapter19 .fontColor{
    background-color:rgb(133,138,185);
}

.exercise .background{
    background-color:#999c9f!important;
}

.exercise .fontColor{
    color:#999c9f;
}


/* ==========================================================================
   Overview-Page + End-Page
   ========================================================================== */

.content #overviewWrapper{
    color:#fff;
    padding-left:50px;
    position:relative;
}

.content #overviewWrapper:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:3px;
    background: url('layoutdata/dot_3x10_white.svg') repeat;
}

.content #overviewWrapper ul{
    padding:60px 0;
    line-height:1;
}

.content #overviewWrapper ul.progressList{
    margin-left:11px;
}

.content #overviewWrapper ul.progressList li.outstanding{
    opacity:0.2;
}

.content #overviewWrapper ul.progressList li h2{
    line-height:21px;
}

.content #overviewWrapper h1{
    font-size:3em;
}

.content #overviewWrapper ul.progressList li h2:before{
    content:'';
    background:rgba(255,255,255,1);
    width:14px;
    height:14px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    display:block;
    float:left;
    border:4px solid #fff;
    margin-left:-9px;
    margin-right:22px;
}

.content #overviewWrapper .progressBorder{
    height:35px;
    border-left:4px solid #fff;
}

.content #overviewWrapper ul.progressList li{
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.content #overviewWrapper ul.progressList li.fadeIn{
    opacity:1;
}

.content #overviewWrapper ul.progressList li.active.fadeIn h2:before{
    background:rgba(255,255,255,1);
}

.content #overviewWrapper ul.progressList li.active.fadeIn h2{
    font-weight:800;
}

.content #overviewWrapper ul.progressList li .outstanding h2:before{
    background:rgba(255,255,255,0);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.content #overviewWrapper ul.endNavigation li{
    margin-bottom:25px;
}

.content #overviewWrapper ul.endNavigation li a{
    color:#fff;
}

.content #overviewWrapper .contentLinkBtn .pageIcon{
    background-color:#fff;
}

.contentLinkBtn{
    line-height:50px;
    display:block;
}

.contentLinkBtn:hover{
    opacity:0.7;
}

.contentLinkBtn .pageIcon{
    margin-right:15px;
}

.contentLinkBtn .pageIcon:before{
    font-size:30px;
    font-family: 'learn2fly';
}

.contentLinkBtn .pageIcon.home:before{
    content: "\e605";
    font-size:35px;
}

.contentLinkBtn .pageIcon.restart:before{
    content: "\e602";
    font-size:35px;
}

.contentLinkBtn .pageIcon.nextChapter:before{
    content: "\e600";
    font-size:35px;
}

.contentLinkBtn .pageIcon.exam:before{
    content: "\e902";
    font-size:35px;
}

.contentLinkBtn .pageIcon.back:before{
    content: "\e607";
    font-size:30px;
}

/* ==========================================================================
   Exercise
   ========================================================================== */

.exerciseRemaining{
    color:#999c9f;
}

.exerciseAnswer{
    display:block;
    color:#4d4d4d;
    font-family:'rooney-sans';
    font-size:1.3em;
    line-height:1.6;
    margin-bottom:30px;
    cursor:pointer;
    padding-left:60px;
    padding-top:4px;
    text-align:left;
}

.exerciseAnswer:before{
    content: "";  
    float:left;  
    width: 40px;
    height:40px;
    margin-left: -60px;  
    background-color: #999c9f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top:-3px;
    line-height:40px;
    text-align:center;
    color: #fff;
    font-family:'learn2fly';
    font-size:0;
    transition: font .25s ease;
    -moz-transition: font .25s ease;
    -webkit-transition: font .25s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.exerciseAnswer.active:before{
    background-color: #92cae4;
}

.exerciseAnswer.wrongAnswer:before{
    background-color: #EC4D14;
    content:"\e60e";
    font-size: 18px;
}

.exerciseAnswer.correctAnswer:before{
    background-color: #B2C210;
    content: "\e60f";
    font-size: 18px;
}

/*ResultPage*/
.exerciseResult .tabContentWrapper{
    background-color:rgb(229,229,229);
    padding:2%;
}

.exerciseResult .tabArea li{
    float:left;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    width:50%;
    font-size:1.3em;
}
.exerciseResult .tabArea li a{
    padding:4%; 
}

.exerciseResult .tabArea li.ui-tabs-active{
   background-color:rgb(229,229,229); 
}

.exerciseResult .exerciseAnswer{
    line-height:25px;
    margin-bottom:10px;
    padding-left:40px;
}

.exerciseResult .exerciseAnswer:before{
    width: 25px;
    height:25px;
    margin-top:0!important;
    margin-left:-40px;
    font-size:13px;
    line-height:25px;
}

.exerciseResult .exerciseHeadline{
    font-size:1.3em;
    margin-bottom:15px;
}

.exerciseResult .questionWrapper{
    margin-bottom:40px;
}

/* ==========================================================================
   Elements
   ========================================================================== */

/*Sticky Note*/
.stickyNote{
    width:200px;
    height:95px;
    font-family:'Annie';
    font-size:1.5em;
    line-height:1.3;
    letter-spacing:0.5px;
    text-align:center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    background: #ffffa7;
    background-image: url("layoutdata/noise_bg_100_100.png"); /* fallback */
    background: url("layoutdata/noise_bg_100_100.png"), -moz-linear-gradient(top, #ffffa7 0%, #ffff8e 100%); /* FF3.6+ */
    background: url("layoutdata/noise_bg_100_100.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffa7), color-stop(100%,#ffff8e)); /* Chrome,Safari4+ */
    background: url("layoutdata/noise_bg_100_100.png"), -webkit-linear-gradient(top, #ffffa7 0%,#ffff8e 100%); /* Chrome10+,Safari5.1+ */
    background: url("layoutdata/noise_bg_100_100.png"), -o-linear-gradient(top, #ffffa7 0%,#ffff8e 100%); /* Opera 11.10+ */
    background: url("layoutdata/noise_bg_100_100.png"), -ms-linear-gradient(top, #ffffa7 0%,#ffff8e 100%); /* IE10+ */
    background: url("layoutdata/noise_bg_100_100.png"), linear-gradient(to bottom, #ffffa7 0%,#ffff8e 100%); /* W3C */
    padding:5%;
    cursor:default;
    overflow:hidden;
}

.stickyNote.bottom{
    background:#b0a49a url("layoutdata/noise_bg_100_100.png") repeat scroll 0 0;
}

/*Gefahrgut-Kategorien*/
.categoryWrapper{
    width:22%;
    max-width:211px;
    margin-right:4%;
}

.categoryWrapper .inhaltWrapper,
.categoryWrapper .dropField{
    border: 2px dotted #ccc;
    padding:2%;
    position:relative;
}

.categoryWrapper .dropField{
    padding:0!important;
    height:95px;           
}

.categoryWrapper .pic{
    width:80%;
    margin:20px auto 80%;
}

.categoryWrapper .kategorie{
    background-color: rgb(236,77,20);
    color:#fff;
    text-align:center;
    margin-bottom:20px;
    height:80px;
    display: table;
    width:100%;
}

.categoryWrapper .kategorie h2{
    display: table-cell;
    vertical-align: middle;
}

.categoryWrapper .inhaltWrapper,
.categoryWrapper .kategorie h2{
    padding:5%;
}

.categoryWrapper .stickyNote{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:5%;
    width:auto;
    right:0;
}

/*folderInfo*/
.folderInfo{
    max-width:200px;
    font-size:0.8em;
}

.folderInfo:before{
    content:'';
    background: url('layoutdata/ordner_symbol_20x40.svg') no-repeat;
    width:20px;
    height:40px;
    float:left;
    margin-left:-30px;
}


/*exerciseHeader*/
.exerciseHeader{
    position:relative;
}

.exerciseHeader .folderInfo{
    margin-left:50px;
    margin-bottom:20px;
    float:right;
}

.dottedLine{
    background: url('layoutdata/dot_10x3.svg') repeat;
    margin-top:20px;
    margin-bottom:30px;
    height:3px;
    
}


/*Bubbles*/

.bubble{
    background-color:#fff;
    padding:15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    font-family:'Annie';
    font-size:1.5em;
    letter-spacing: 1px;
}

.bubble295rechtsunten{
    width:295px;
    height:162px;
    background:url('../contentdata/pics/bubbles/bubble_295x162_rechts.svg') no-repeat;
}

.bubble321links{
    padding-left:48px;
    width:321px;
    height:132px;
    background:url('../contentdata/pics/bubbles/bubble_321x132_links.svg') no-repeat;
}

.bubble321rechts{
    padding-right:48px;
    width:321px;
    height:132px;
    background:url('../contentdata/pics/bubbles/bubble_321x132_rechts.svg') no-repeat;
}

.bubble267links{
    padding-left:48px;
    width:267px;
    height:145px;
    background:url('../contentdata/pics/bubbles/bubble_267x145_links.svg') no-repeat;
}

.bubble267rechts{
    padding-right:48px;
    width:267px;
    height:145px;
    background:url('../contentdata/pics/bubbles/bubble_267x145_rechts.svg') no-repeat;
}

.bubble252linksunten{
    padding-left:48px;
    width:252px;
    height:106px;
    background:url('../contentdata/pics/bubbles/bubble_252x106_linksunten.svg') no-repeat;
}

.bubble252x136linksunten{
    padding-left:30px;
    padding-bottom:35px;
    width:282px;
    height:166px;
    background:url('../contentdata/pics/bubbles/bubble_252x136_linksunten.svg') no-repeat;
}

.bubble252x136rechtsunten{
    padding-right:40px;
    padding-bottom:35px;
    width:282px;
    height:166px;
    background:url('../contentdata/pics/bubbles/bubble_252x136_rechtsunten.svg') no-repeat;
}

.bubble252x136linksoben{
    padding-left:30px;
    padding-top:35px;
    width:282px;
    height:166px;
    background:url('../contentdata/pics/bubbles/bubble_252x136_linksoben.svg') no-repeat;
}

.bubble252x136rechtsoben{
    padding-right:40px;
    padding-top:35px;
    width:292px;
    height:186px;
    background:url('../contentdata/pics/bubbles/bubble_252x136_rechtsoben.svg') no-repeat;
}

.bubble400linksoben{
    padding-top:48px;
    width:400px;
    height:182px;
    background:url('../contentdata/pics/bubbles/bubble_400x182_linksoben.svg') no-repeat;
}

.bubble400rechtsoben{
    padding-top:48px;
    width:400px;
    height:182px;
    background:url('../contentdata/pics/bubbles/bubble_400x182_rechtsoben.svg') no-repeat;
}

.bubble400rechtsunten{
    width:400px;
    height:182px;
    background:url('../contentdata/pics/bubbles/bubble_400x182_rechtsunten.svg') no-repeat;
}

.bubble393ohne{
    width:293px;
    height:132px;
    background:url('../contentdata/pics/bubbles/bubble_293x132_ohne.svg') no-repeat;
}

.bubble250linksoben{
    width:250px;
    height:144px;
    background:url('../contentdata/pics/bubbles/bubble_250x144_linksoben.svg') no-repeat;
    padding-top:40px;
}

.bubble250rechtsoben{
    width:250px;
    height:144px;
    background:url('../contentdata/pics/bubbles/bubble_250x144_rechtsoben.svg') no-repeat;
    padding-top:40px;
}

/*Hint*/
.hint{
    width:70%;
    top:50px;
    position:relative;
    left:40%;
}

.hint .hintText{
    float:left;
    font-size:1.4em;
    color:#7f7f7f;
    width:50%;
    margin-right:1%;
    margin-top:1%;
    letter-spacing:1px;
}

.hint img{
    -webkit-transform: rotate(280deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -ms-transform: rotate(280deg); /* IE 9 */
    transform: rotate(280deg); /* IE 10, Fx 16+, Op 12.1+ */
    width:30%;
}


/*Schreibblock*/
.schreibblock{
    position:relative;
    width:400px;
    overflow:hidden;
    margin:0 auto;
}

.schreibblock480{
    min-width:480px;
}

.schreibblock .writtenText{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:17% 8.5% 3%;
    font-family:'Annie';
    font-size:1.5em;
    line-height:2;
    color:#02058b;
}

.schreibblock .writtenText.level1{
    opacity:0;
}

.schreibblock .writtenText.level1.step1{
    opacity:1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*Binder-Info*/
.binderBubble.bubble{
    left:48%;
    top:20%;
    position:absolute;
    padding-left:110px;
    font-size:2em;
    visibility:hidden;
}

.binderPic{
    position:relative;
    width:35%;
    left:32%;
}

.binderPic.step1{
    left:13%;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;  
}

.binderBubble .folderInfo:before{
    background-size:contain;
    width:40px;
    height:100px;
    margin-left:-60px;
}
        
/*Paper*/

.ricePaper{
    background:url('../css/layoutdata/ricePaper_680x130.jpg') no-repeat;
}

.paperField{
    padding:10px;
    padding-right:40px;
    font-size:1.3em;
    line-height:1.1;
    overflow:hidden;
    width:100%;
    height:60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
}

/*Status*/
.status:before{
    font-family: 'learn2fly';
    font-size: 20px;
    position: absolute;
}

.status.right:before{
    content: "\e60f";
    color: #B2C210;
    z-index: 9999;
}

.status.wrong:before{
    content:"\e60e";
    color: #EC4D14;
    z-index: 9999;
}

/*Error-Pages*/

.errorPage .leftPart{
    width:66%;
}

.errorPage .rightPart{
    width:30%;
}

.errorPage h1{
    margin-bottom:40px;
    margin-top:20px;
}

.errorPage .subtext{
    margin-bottom:40px;
}

.errorPage .contentLinkBtn{
    margin-bottom:20px;
}

.errorPage.error403 .leftPart{
    width:58%;
}

.errorPage.error403 .rightPart{
    width:38%;
}

/*ANIMATIONS*/

/*flicker*/
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}

.flicker {
   -webkit-animation: flickerAnimation 1.5s infinite ease;
   -moz-animation: flickerAnimation 1.5s infinite ease;
   -o-animation: flickerAnimation 1.5s infinite ease;
    animation: flickerAnimation 1.5s infinite ease;
}

/*END flicker*/


@media screen and (max-width: 1024px) {
    
    .content #overviewWrapper ul{
        padding-top:40px;
    }

}

@media screen and (max-width: 768px) {
    
    .content #overviewWrapper h1{
        font-size:2em;
    }

}

.mejs-container .mejs-controls {
  display: none !important;
}