/* MODAL STYLES */
.modal{
    position: fixed;
    width: 1140px;
    -min-height: 500px;
    top: 10vh;
    left: 50%;
    margin-left: -570px;
    background: #fff;
    box-shadow: 0 0 5px #000;
    transition: 0.3s ease-in-out;
    transform: translate(0, -100vh);
    z-index: 900;
    height: 80vh;
    overflow-y: scroll;
}
.modal.Impressum,
.modal.datenschutz,
.modal.contact{
    max-height: 80vh;
    overflow: scroll;
}


.modalHeader{
    background: #283033;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
}
.modalHeader h2{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.modalInner h3{margin-top: 2rem;}
.modalInner h3,
.modalInner h4,
.modalInner p,
.modalInner ul{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.modal.open{
    transform: translate(0,0);
}

.modalOverlay{
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modalOpened .modalOverlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    z-index: 890;
}

.conversion .conversionBox{
    position: fixed;
    width: 10px;
    height: 10px;
    opacity: 0;
    transition: 0.8s ease;
    background: #fff;
}
.opened .conversionBox{
    top: 10vh!important;
    left: 50px!important;
    opacity: 1;
    width: 400px;
    height: 200px;
}

.modalCloser{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border: 0;
    background: #000;
    color: #efefef;
    z-index: 801;
}

.modal.Impressum .modalInner,
.modal.datenschutz .modalInner,
.modal.contact .modalInner{
    padding: 2rem;
}
.modal.contact .modalInner{padding-top: 4rem;}





/*

        KURSDARSTELLUNG

*/
.courseDayLabel{
    padding: 0.5rem 3rem;
    background: #666;
    color: #fff;
}
.courseWrapper{
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    box-shadow: inset 0px -1px 0px #666;
    margin-bottom: 2rem;
}
.courseCard{
    float: left;
    box-sizing: border-box;
    padding: 0.5rem;
    width: 16.66666%;
    font-size: 12px;
    color: #34343;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}
.kurseKinder .courseCard{width: 20%;}
.courseWrapper .courseCard:last-of-type{box-shadow: 1px 0 0 #444;}
-.ccc-red{background: #fac090;}
-.ccc-green{background: #9bbb59;}

.courseTime, .courseLoc{
    width: 60%;
    float: left;
    color: #838383;
}
.courseTrainer, .courseLabel{
    width: 40%;
    float: right;
    color: #838383;
    text-align: right;
}
.courseName{display: block;padding-top: 0.3rem;clear: both;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;font-weight: 500;color: #222;}
.courseDesc{display: block;margin-bottom: 0.4rem;line-height: 1.3;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}

.newLabel .badge{
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    padding: 0 0.3rem;
    background: #649903;
    font-size: 11px;
    letter-spacing: 1px;
}
.zumbaLabel img, .tabataLabel img {display: none;max-width: 100%;}
 







/* Breakpoint für Tablets im Landscape */
@media only screen and (max-width: 1140px){
    .modal{width: 100%;margin-left: 0;left: 0;}
}




/* Breakpoint für Tablets im Portrait */
@media only screen and (max-width: 853px){

}




/* Breakpoint für kleine Tablets im Portrait und Smartphones im Landscape */
@media only screen and (max-width: 620px){
    
    .modalInner h3,
.modalInner h4,
.modalInner p,
    .modalInner ul{max-width: 100%;}
.page--kursplan .introText .button{margin-bottom: 1rem;} 
}




/* Breakpoint für Smartphones im Portrait - iPhone 6+ als aktuelle Referenz */
@media only screen and (max-width: 415px){
   
    
    
}






