﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&subset=latin-ext');



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HTML, BODY */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
  box-sizing: border-box; }

.telhtml {
  height: 100%; }

.telmeret {
    width:360px;
    height:640px;
    border:1px solid black outset;
}

.telbody {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background: #3bbcdf;
  background: -moz-radial-gradient(center, ellipse cover, #3bbcdf 1%, #162897 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #3bbcdf 1%, #162897 100%);
  background: radial-gradient(ellipse at center, #3bbcdf 1%, #162897 100%);
  filter: progid:DXImageT ransform.Microsoft.gradient( startColorstr='#3bbcdf', endColorstr='#162897',GradientType=1 );
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.addPadd{
  padding-bottom:80px;
}

#bodyLesson{
  height: 100%;
  background: #fff;
}

#bodyGrammar{
  background: #3548BE;
  padding-bottom: 56px;
}

#bodyFeladatValaszto{
  height: 100%;
  background: #D9EAF9;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SYSTEM BAR ÉS TOOLBAR SZEKCIÓ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#statusBar{
  background-color: #25348F;
  width: 100%;
  height: 24px;
  text-align: right;
}

#statusBarElements{
height: 100%;
}

#toolBar{
  width: 100%;
  height: 56px;
  background-color: #3548BE;
}

#toolBarLeftPart{
  width: 72px;
  height: 56px;
  float:left;
  text-align: center;
}

.toolBarIcon{
 line-height: 56px;
 color: #fff;
}

#toolBarCenterPart{
  float: left;
}

#pageTitle{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 56px;
}

#pageTitleProgressNumber{
  color: #5FD3FF;
}

#toolBarRightPart{
  height: 56px;
  float:right;
  text-align: center;
  padding-right: 16px;
}

/* Toolbar beállítás a feladatválasztó aloldalhoz */

tbody#bodyFeladatValaszto #toolBar{
  background: none;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TABOK ÉS LISTA ELEMEK A KIVÁLASZTOTT LECKÉN BELÜL */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Tab sáv ****************************************************************** */

#sectionTabs{
  height: calc(100% - 136px);
}

.tab {
    overflow: hidden;
    border: 0;
    background-color: #3548BE;
}

/* Fülek */

.tab button {
    font-family: 'Roboto', sans-serif;
    font-size: 0.88rem;
    width: 50%;
    height: 48px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;;
    text-align: center;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button.active {
    color: rgba(255,255,255,1);
    border-bottom: 2px solid #5FD3FF;
}

/* Tab tartalom sáv ********************************************************* */
/* ************************************************************************** */

.tabcontent {
    display: none;
    padding: 0;
    border: 0;
    border-top: none;
    height: calc(100% - 48px);
}

/* Lesson kép szekció ******************************************************** */

.sectionTabHeroImg{
  position: relative;
  width: 100%;
  height: calc(100% - 216px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.LessonTitleAndNumWrap{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 24px 16px 24px 72px;
  background: -moz-linear-gradient(top, rgba(37,52,143,0) 0%, rgba(37,52,143,1) 100%);
  background: -webkit-linear-gradient(top, rgba(37,52,143,0) 0%,rgba(37,52,143,1) 100%);
  background: linear-gradient(to bottom, rgba(37,52,143,0) 0%,rgba(37,52,143,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0025348f', endColorstr='#25348f',GradientType=0 );
  color: #fff;
}

.LessonNum{
  text-transform: uppercase;
  font-size: 75%;
  margin-bottom: 0.2rem;
}

.LessonTitle{
  margin: 0;
  font-size: 1.25rem;
}

/* Lista elemek ************************************************************* */

.sectionList{
  width: 100%;
  height: 216px;
}

.tabContentList{
  margin: 0;
  padding: 0;
}

.listElement{
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #ECECEC;
}

.listElement:last-child{
  border:0;
}

.listElementLink{
  display: inline-block;
  width: 100%;
  height: 72px;
  text-decoration: none;
  color: #000;
}

/* Lista elem belső ********************************************************* */

/* Lista elem bal oldal */

.listElementLeft{
  width: 72px;
  height: 72px;
  float:left;
  text-align: center;
}

.listElementLeftIcon{
  width: 40px;
  height: 40px;
  margin: 16px auto;
}

#listElementLeftIcon_06{
  width: 32px;
}

/* Lista elem középső rész */

.listElement .listElementCenter{ /* Ha egy soros a listaelemünk */
  float: left;
  padding: 28px 0 0;
}

.listElementWithSecText .listElementCenter{ /* Ha két soros a listaelemünk */
  padding: 15px 0 0;
}

.listElementTitle{
 margin: 0 0 5px;
}

.listElementProgress{
  margin: 0;
  font-weight: 500;
  color: #11B8F8;
}

.listElementGrammarUnviewed{
  margin: 0;
  font-weight: 500;
  color: #C8C8C8;
}

/* Lista elem jobb oldal */

.listElementRight{
  height: 56px;
  float:right;
  text-align: center;
  padding-right: 16px;
}

.listElementRightIcon{
  color: #11B8F8;
  line-height: 72px;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Grammar ALOLDAL */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Grammar Audio ************************************************************ */
/* ************************************************************************** */

#sectionGrammarAudio{}

#subtitleWrap{
  width: 100%;
  padding: 0 8px;
}

#subtitle{
  color:#fff;
  text-align: center;
  margin-bottom: 16px;
}


/* Whiteboard *************************************************************** */
/* ************************************************************************** */

  #sectionGrammarWhiteboard{
    position: relative;
    background: #fff;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    padding: 16px 8px 170px;
    min-height: 250px;
    font-size: 0.88rem;
    overflow: hidden;
  }

/* Whiteboard fonts ********************************************************* */

/* Big fonts */

  #sectionGrammarWhiteboard h1{
    font-size: 1.5rem;
    color:#25348F;
    font-weight: 400;
    margin: 0 0 1rem;
  }

  #sectionGrammarWhiteboard h2{
    font-size: 1.3rem;
    color:#25348F;
    font-weight: 400;
    margin: 0 0 1rem;
  }

  #sectionGrammarWhiteboard h3{
    font-size: 1.1rem;
    color:#25348F;
    font-weight: 400;
    margin: 0 0 1rem;
  }

  #sectionGrammarWhiteboard h4{}

/* Simple text */

  #sectionGrammarWhiteboard p{
    margin: 0 0 1rem;
  }

/* List */

  #sectionGrammarWhiteboard ul{}

  #sectionGrammarWhiteboard li{
    margin-bottom:.5rem;
  }

/* Styled fonts */

  #sectionGrammarWhiteboard strong{
    font-weight: 500;
    color:#11B8F8;
  }

/* Table */

  #sectionGrammarWhiteboard table{
    width: 100%;
    margin: 0 0 1rem;
  }

  #sectionGrammarWhiteboard table thead{
    background-color: #25348F;
  }

  #sectionGrammarWhiteboard table thead tr th{
    padding: 8px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
  }

  #sectionGrammarWhiteboard table tbody{}

  #sectionGrammarWhiteboard table tbody tr td{
    padding:8px;
  }

  #sectionGrammarWhiteboard table tbody tr:nth-child(even){
    background: #D9EAF9;
  }

  #sectionGrammarWhiteboard table tbody tr td:first-child{

  }

  #sectionGrammarWhiteboard table tbody tr td:last-child{
    text-align: right;
  }

  #sectionGrammarWhiteboard table tfoot{}

hr{
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

/* Whiteboard bottom ******************************************************** */
/* ************************************************************************** */

/* Whiteboard teachers ****************************************************** */

  #sectionGrammarWhiteboardBottom{
    width: 100%;
    position: fixed;
    bottom: 56px;
  }

  #bottomContentWrap{
    position: relative;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }

  .conclusionLinkAndMiniTeachers{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:calc(100% - 110px);
    float: left;
    padding-top:60px;
  }

  #conclusionLink{
    display: block;
    text-decoration: none;
    color: #11B8F8;
    margin: 0 0 16px;
    padding-left: 8px;
    font-size: 0.88rem;
    text-transform: uppercase;
    font-weight: 500;
  }

  .teacherSelector{
    text-align: left;
  }

  .teacherMini{
    display: inline-block;
    width: 18%;
    margin-left: 10px;
  }

  .teacherMini img{
    width:100%;
    display: block;
  }

  #teacherActive{
    width: 110px;
    height: auto;
    padding: 0 8px;
    margin-top: 30px;
    float: right;
    text-align: center;
    position: relative;
  }

  #teacherActive img{
    display: block;
    width: 100%;
    margin-top: 30px;
  }




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* RAISED BUTTONS */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Teljes szélességben kifuttatott gomb ************************************* */

.fullRaisedButton{ /* Ez tartalmazza az alap beállításokat */
  display: block;
  width: 100%;
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #11B8F8;
  padding: 1.19rem 0;
}

/* Tapadjon az oldal aljára */

.fixedFRB{ /* Ezt kiegészítésként lehet hozzáadni */
  position: fixed;
  bottom:0;
}

/* Tapadjon az alsó menü tetejére */

.fixedFRBABN{ /* Ezt kiegészítésként lehet hozzáadni */
  position: fixed;
  bottom:56px;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FELADAT VÁLASZTÓ ALOLDAL BEÁLLÍTÁSOK */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Feladat választó blur effektes háttérkép ********************************* */

.sectionBlurEffectedHeroImg{
  position: fixed;
  top: 0;
  width: 100%;
  height: 210px;
  z-index: -1;
  overflow: hidden;
  background: #25348F;
}

.blurEffectedHeroImgWrap{
  width: 105%;
  height: 105%;
  margin: -5px 0 0 -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* Feladat választó cím és eladat számláló ********************************** */

.sectionExerciseThemeTitleAndNum{
  width: 100%;
}

.exerciseThemeTitleAndNumWrap{
  width: 80%;
  margin: 0 auto 24px;
  overflow:hidden;
  color: #fff;
}

.exerciseThemeTitleWrap{
  width:100%;
}

.exerciseThemeTitle{
  font-size: 1.2rem;
  margin: 0 0 .5rem;
}

.exerciseThemeSubTitleandNumWrap{
  width: 100%;
  overflow: hidden;
}

.exerciseThemeSubTitleWrap{
  float: left;
}

.exerciseThemeSubTitle{
  font-size: 0.75rem;
  margin: 0;
}

.exerciseThemeNumWrap{
  float: right;
}

.exerciseThemeNum{
  font-size: 0.75rem;
  margin: 0;
}

/* Horizontális feladat lista *********************************************** */

#sectionHorizontalExerciseList{
  height: calc(100% - 200px);
  overflow: hidden;
}

.exerciseWrap{
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right:16px;
  padding-bottom: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

/* Feladat kép ************************************************************** */

.exerciseImgWrap{
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
}

/* Feladat cím ************************************************************** */

.exerciseTitleWrap{}

.exerciseTitle{
  font-size: 1.2rem;
  margin: 0 0 .5rem;
  color: #25348F;
}

.exerciseSubTitle{
  font-size: 0.75rem;
  margin: 0;
}

/* Feladat teljesítmény és megtanulható dolgok ****************************** */

.exerciseProgAndStudyWrap{
  position: absolute;
  bottom: 16px;
  left:16px;
}

  .exerciseProgTitle{
    font-size: .75rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
  }

  .exerciseProgContent{
    font-size: 2.2rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.8;
  }

  .exerciseStudyTitle{
    font-size: 0.75rem;
    margin: 0 0 .2rem;
  }

  .exerciseStudyContent{
    font-size: 0.75rem;
    margin: 0;
    padding-right: 16px;
  }

  .finishedExercise{
    color: #32C58A;
  }

  .startedNotFinishedExercise{
    color: #EBB639;
  }

/* Feladat hexa dekor ******************************************************* */

.hexasWrap{
  width: 50%;
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.hexasWrap img{
  width: 100%;
  height: auto;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BOTTOM NAV SZEKCIÓ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

footer{
  position: fixed;
  bottom: 0;
  background: #3548BE;
  width: 100%;
}

.bottomNavLevel{
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
}

.bottomNavLevel a{
  display: block;
  width:100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 0.81rem;
  padding:7px 0 0 0;
}

.bottomNavIcon{
  display: block;
  color: #5FD3FF;
  margin-bottom: .2rem;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GYAKORLAT FEJLÉC (FOLYAMATJELZŐ, PONTSZÁMLÁLÓ) */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Gyakorlat header szekció folyamat jelzővel ******************************* */

#gyakHeader {
  overflow: hidden;
  margin-bottom: 16px;
  padding: 8px 8px 0;
}

#gyakHeaderLeft {
  width: 10%;
  text-align: left;
  float: left;
}

#gyakHeaderLeft #gyakHeaderPause {
  color: #fff;
  display: block;
  text-align: center;
}

#gyakHeaderCenter {
  width: 80%;
  float: left;
  padding: 0 10px;
}

#gyakHeaderCenter .gyakProgressBarFull {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 8px;
  -webkit-border-radius: 0.31rem;
  border-radius: 0.31rem;
  margin-top: 0.5rem;
}

#gyakHeaderCenter .gyakProgressBarFull .gyakProgressBarCurrent {
  background-color: #5FD3FF;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#gyakHeaderRight {
  width: 10%;
  float: right;
  padding-top: 5px;
}

#gyakHeaderRight p#gyakProgressNumber {
  text-align: center;
  color: #5FD3FF;
  margin: 0;
}

/* Gyakorlat header szekció pontszámlálóval, folyamat jelző nélkül ********** */

#gyakHeaderPointCollect {
  overflow: hidden;
  margin-bottom: 24px;
  padding: 8px 8px 0;
}

#gyakHeaderPointCollectLeft {
  width: 10%;
  text-align: left;
  float: left;
}

#gyakHeaderPointCollectLeft #gyakHeaderBack {
  color: #fff;
  display: block;
  text-align: center;
}

#gyakHeaderPointCollectRight {
  width: 25%;
  float: right;
  padding-top: 5px;
}

#ti-icon{
  height: 15px;
}

#gyakHeaderPointCollectRight p#gyakProgressNumber {
  text-align: center;
  color: #5FD3FF;
  margin: 0;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* LEGFELSŐ KÖRALAKÚ KÉPEK */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Általános nem módosuló tulajdonságok ************************************* */
/* ************************************************************************** */

#gyakNotImgSection{
  position: relative;
  margin:0;
}

#gyakNotImgSection #lessonInstruction{
  margin:65px 0;
}

#gyakImgSection {
  position: relative;
  margin-bottom: 20px;
}

.gyakRoundWrap {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  -webkit-border-radius: 250px;
  border-radius: 250px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 24px 0 #162897;
  box-shadow: 0 0 24px 0 #162897;
}

#gyakRoundTimer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 250px;
  border-radius: 250px;
  overflow: hidden;
}

#gyakRoundTimer canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 30px 0 #000;
  box-shadow: 0 0 30px 0 #000;
}

.gyakRoundImg {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 250px;
  border-radius: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#gyakRoundGrad {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 250px;
  border-radius: 250px;
  background: -moz-linear-gradient(top, rgba(53, 72, 190, 0) 50%, #0b1867 100%);
  background: -webkit-linear-gradient(top, rgba(53, 72, 190, 0) 50%, #0b1867 100%);
  background: linear-gradient(to bottom, rgba(53, 72, 190, 0) 50%, #0b1867 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003548be', endColorstr='#0b1867',GradientType=0 );
}

#gyakRoundCountNum {
  width: 100%;
  position: absolute;
  bottom: 8px;
  margin: 0;
  color: #fff;
  font-size: 150%;
  text-align: center;
}

/* Tulajdonságok a különböző LessonTaskhoz *********************************** */
/* ************************************************************************** */

/* Párbeszéd feladat - Bemelegítés ****************************************** */

#gyakTalkRoundWrap{
  width: 110px;
  height: 110px;
}

/* Párbeszéd feladat - MI vs. felhasználó *********************************** */

.gyakTwoTalkerRoundWrap{
  width: 80px;
  height:80px;
}

.clearBoth{
  clear: both;
}

.leftBubbleSection .gyakRoundWrap{
  float: left;
  margin-left: 8px;
}

.rightBubbleSection .gyakRoundWrap{
  float: right;
  margin-right: 8px;
}

/* Párbeszéd feladat - Felhasználó vs. MI *********************************** */

/* Kommunikációs feladat **************************************************** */

/* Alap LessonTask */

#gyakKommRoundWrap {
  width: 160px;
  height: 160px;
}

/* Válaszd ki az elhangzottaknak legmegfelelőbb képet  */

.gyakKommPicsRoundWrap {
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  margin: 10px;
}

#middleGyakRoundWrap{
  display: block;
  margin: -25px auto;
}

.selectedPic {
  background-color: #5FD3FF; /* Kiválasztott kép */
}

.wrongPic {
  background-color: #FF6E91; /* Hibásan választott kép */
}

.correctPic {
  background-color: #32FCAB; /* Helyesen választott kép */
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HANGHULLÁM SÁV */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Hanghullámok a felső körlakú kép mögött */

#gyakSoundWrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Hanghullámok alulra tapadva */

#bottomGyakSoundWrap {
  position: fixed;
  width: 100%;
  height: 160px;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(95,211,255,0) 0%, rgba(22,40,151,1) 100%);
  background: -webkit-linear-gradient(top, rgba(95,211,255,0) 0%,rgba(22,40,151,1) 100%);
  background: linear-gradient(to bottom, rgba(95,211,255,0) 0%,rgba(22,40,151,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fd3ff', endColorstr='#162897',GradientType=0 );
}

#bottomGyakSoundWrap img{
  position: absolute;
  width: 100%;
  bottom: -85px;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FELADAT SÁV */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Sima szöveges feladat **************************************************** */

#textForWork {
  text-align: center;
  color: #fff;
  font-size: 120%;
  line-height: 1.5rem;
  margin: 0 8px;
}

.underlinedTextPart {
  text-decoration: underline;
}

/* Pótold ki szöveges feladat *********************************************** */

#textForWorkwithFillTheGap {
  text-align: center;
  color: #fff;
  font-size: 120%;
  line-height: 2.3rem;
  margin: 0 8px;
}

/* Üres szöveges doboz */

.emptyBoxTextPart{ /* Alap üres hely */
  display: inline-block;
  height: 30px;
  background: #fff;
  min-width: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: -8px;
  color: #3E4870;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 30px;
}

.emptyLetterBox{ /* Alap üres hely */
  display: inline-block;
  height: 36px;
  background: #fff;
  min-width: 36px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: -8px;
  color: #3E4870;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 36px;
}

/* Szöveges doboz színek */

.filledTextPart {
  background-color: #5FD3FF; /* Kitöltött üres hely */
}

.wrongTextPart {
  background-color: #FF6E91; /* Helyesen kitöltött üres hely */
}

.correctTextPart {
  background-color: #32FCAB; /* Hibásan kitöltött üres hely */
}

/* Írd le szöveges feladat ************************************************** */

#typeWhatYourHear {
  width: auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-transform: none;
  font-size: 120%;
  line-height: 1.3rem;
  font-weight: 400;
  margin: 1.5rem 1rem 0;
  padding: .5rem;
  color: #3E4870;
  border: 0;
  background: #fff;
  text-align: center;
}

/* Szöveges doboz színek */

.wrongTypedPart {
  color: #FF6E91; /* Helyesen leírt szövegrész */
}

.correctTypedPart {
  color: #32FCAB; /* Hibásan leírt szövegrész */
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ALSÓ SZEKCIÓ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Általános tulajdonságok ************************************************** */

#lessonButtonsSection {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}

#lessonButtonsWrap {
  background-color: #fff;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 8px;
  text-align: center;
}

#lessonInstruction {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 75%;
  margin: 0 0 16px;
}

/* Gyakorlat - Válaszd ki az elhangzottaknak legmegfelelőbb képet *********** */

#lessonPicsSection {
  width: 100%;
}

#lessonPicsWrap {
  position: relative;
  padding: 8px;
  text-align: center;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GOMBOK */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Gomb alapok */

.selectedButton {
  background-color: #5FD3FF; }

.wrongButton {
  background-color: #FF6E91; }

.correctButton {
  background-color: #32FCAB; }

/* Gombok egymás alatt (válassz egyet a négyből) **************************** */

.ownButton {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-transform: none;
  font-size: 100%;
  line-height: 1.3rem;
  font-weight: 400;
  min-height: 3rem;
  margin-bottom: 0.5rem;
  background-color: #D9EAF9;
  color: #3E4870;
  border: 0;
}

.ownButton:last-child {
  margin-bottom: 0; }

.ownButton:focus {
  background-color: #5FD3FF;
  outline: none; }


/* Gombok egymás mellett (válassz egyet a háromból) ************************* */

.ownSquareButton {
  font-family: 'Roboto', sans-serif;
  width: 31%;
  padding: 0;
  margin: 0 1%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-transform: none;
  font-size: 100%;
  line-height: 1.3rem;
  font-weight: 400;
  min-height: 6rem;
  background-color: #D9EAF9;
  color: #3E4870;
  border: 0;
}

.ownSquareButton:first-child {
  margin-left: 0;
}

.ownSquareButton:last-child {
  margin-right: 0;
}

.ownSquareButton:focus {
  background-color: #5FD3FF;
  outline: none;
}

/* Szógombok **************************************************************** */

.wordButton { /* Alap szógomb */
  font-family: 'Roboto', sans-serif;
  width: auto;
  min-width: 36px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-transform: none;
  font-size: 100%;
  line-height: 1.3rem;
  font-weight: 400;
  margin: .3rem .1rem;
  padding: .4rem .5rem;
  color: #3E4870;
  border: 0;
  background: #60D4FF;
}

.wordButton:focus { /* Kiválasztott szógomb */
  background-color: #ECECEC;
  color:#C8C8C8;
  outline: none;
}

.selectedButton { /* Kiválasztott szógomb */
  background-color: #ECECEC;
  color:#C8C8C8;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BUBORÉK SZEKCIÓ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Középső nagy szöveg buborék szekció ************************************** */

/* Szöveg buborék */

.bubbleSection{
  position: relative;
}

.centerBubble{
  position: relative;
  background:#fff;
  margin: 0 8px;
  padding: 16px 8px 24px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bubbleTailCenter{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 16px;
  top: -16px;
}

/* Szövegek a szöveg buborékban */

.mainText{
  font-size: 130%;
  margin: 0 0 .5rem;
}

.subText{
  font-size: 75%;
  line-height: 140%;
  margin: 0 0 .5rem;
  text-transform: uppercase;
  color: #9E9E9E;
}

.instructionText{
  position: relative;
  display: inline-block;
  font-size: 75%;
  margin: 0 0 1.5rem;
}

.toggleIcon .material-icons{
  position: absolute;
  top: -5px;
  right: -25px;
  color: #BABABA;
  font-size: 180%;
  text-decoration: none;
}

/* Ikonok a szöveg buborékban */

.iconsWrap{
  position: absolute;
  width: 100%;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.iconOuterWrap{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #ececec;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  margin:0 4px;
}

.activeIconOuterWrap{
  background-color: #5FD3FF;
}

.iconInsideWrap{
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: inherit;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  color: #C8C8C8;
}

.activeIconOuterWrap .iconInsideWrap{
  color: #fff;
}

.iconInsideWrap .material-icons{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iconInsideWrap #ti-icon-check{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ratingIconOuterWrap{
  background:#25348F;
  display: none; /* Az értékelés ikon megjelenítéséhez töröljük ezt a sort! */
}

/* Szöveg buborék számláló */

.pageNumberWrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}

.pageNumber{
  font-size: 75%;
  margin: 0;
  color: #5FD3FF;
}

.current{
 color: #5FD3FF;
 color: #fff;
}

/* Buborék szekciók párbeszédekhez ****************************************** */

.talkingBubbleSection{
  margin-bottom: 32px;
}

.bubbleSection{
  position: relative;
  margin-bottom: 145px;
}

.activeBubbleSection{
  opacity: 1;
}

.inactiveBubbleSection{
  opacity: .2;
}

.talkingBubble{
  position: relative;
  background:#fff;
  margin: 0 8px;
  padding: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}

.bubbleTail{
  position: absolute;
  width: 40px;
  height: 16px;
  top: -16px;
}

.leftBubbleSection .bubbleTail{
  left: 20px;
}

.rightBubbleSection .bubbleTail{
  right: 20px;
}

/* Szövegeke a szöveg buborékban */

.mainTextForTalk{
  font-size: 110%;
  margin: 0 0 .5rem;
}

.subTextForTalk{
  font-size: 75%;
  line-height: 140%;
  margin: 0;
  text-transform: uppercase;
  color: #9E9E9E;
}

.notdone {
    background-color: #dc3545;
}
.partdone {
    background-color: #ffc107;
}
.done {
    background-color: #28a745;
}




/* ************************************************************************** */
/* BIGGER THAN AN IPHONE 5S */
/* ************************************************************************** */

@media (min-width: 360px) {

  /* Gyakorlatok ************************************************************ */
  /* ************************************************************************ */

  /* Válaszd ki az elhangzottaknak legmegfelelőbb képet ********************  */

  .gyakKommPicsRoundWrap {
    width: 140px;
    height: 140px;
    position: relative;
    display: inline-block;
    margin: 10px;
  }


  /* Feladat választó cím és feladat számláló ******************************* */
  /* ************************************************************************ */

  .exerciseThemeTitle{
    font-size: 1.5rem;
    margin: 0 0 .5rem;
  }

  .exerciseThemeSubTitle{
    font-size: 0.88rem;
    margin: 0;
  }

  .exerciseThemeNum{
    font-size: 0.88rem;
    margin: 0;
  }

  /* Feladat lista ********************************************************** */
  /* ************************************************************************ */

  /* Feladat cím ************************************************************ */

  .exerciseTitleWrap{}

  .exerciseTitle{
    font-size: 1.5rem;
    margin: 0 0 .5rem;
  }

  .exerciseSubTitle{
    font-size: 0.88rem;
  }

  /* Feladat teljesítmény és megtanulható dolgok **************************** */

    .exerciseProgTitle{
      font-size: .88rem;
      margin: 0;
    }

    .exerciseProgContent{
      font-size: 2.63rem;
      margin: 0 0 1rem;
      font-weight: 500;
      line-height: 0.8;
    }

    .exerciseStudyTitle{
      font-size: 0.88rem;
      margin: 0 0 .2rem;
    }

    .exerciseStudyContent{
      font-size: 0.88rem;
      margin: 0;
    }


}




/* ************************************************************************** */
/* BIG AS AN IPAD */
/* ************************************************************************** */

@media (min-width: 760px) {

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* HTML, BODY */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  body.addPadd{
    padding-bottom:180px;
  }




  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* GYAKORLAT FEJLÉC (FOLYAMATJELZŐ, PONTSZÁMLÁLÓ) */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* Gyakorlat header szekció folyamat jelzővel ***************************** */

  #gyakHeaderLeft #gyakHeaderPause .material-icons{
    font-size: 240%;
  }

  #gyakHeaderCenter .gyakProgressBarFull{
    height: 12px;
    margin-top: 14px;
  }

  #gyakHeaderRight p#gyakProgressNumber {
    font-size: 160%;
  }

  /* Gyakorlat header szekció pontszámlálóval, folyamat jelző nélkül ******** */

  #gyakHeaderPointCollectLeft {
    width: 5%;
  }

  #gyakHeaderPointCollectLeft #gyakHeaderBack .material-icons{
    font-size: 240%;
  }

  #gyakHeaderPointCollectRight {
    width: 15%;
  }

  #ti-icon{
    height: 20px;
  }

  #gyakHeaderPointCollectRight p#gyakProgressNumber {
    font-size: 160%;
  }




  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* LEGFELSŐ KÖRALAKÚ KÉPEK */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  #gyakImgSection {
      position: relative;
      margin-bottom: 40px;
  }

  /* Alap kép méret ********************************************************* */

  #gyakKommRoundWrap{
    width:230px;
    height: 230px;
  }

  /* Párbeszéd feladat - Bemelegítés **************************************** */

  #gyakTalkRoundWrap{
    width: 160px;
    height: 160px;
  }

  /* Párbeszéd feladat - MI vs. felhasználó ********************************* */

  .gyakTwoTalkerRoundWrap{
    width: 120px;
    height:120px;
  }

  /* Válaszd ki az elhangzottaknak legmegfelelőbb képet ********************* */

  .gyakKommPicsRoundWrap {
    width: 240px;
    height: 240px;
    position: relative;
    display: inline-block;
    margin: 10px;
  }

  #middleGyakRoundWrap{
    display: block;
    margin: -25px auto;
  }




  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* FELADAT SÁV */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  #textForWork {
    font-size: 200%;
    line-height: 2.5rem;
  }

  #textForWorkwithFillTheGap {
    font-size: 200%;
    line-height: 3.5rem;
    margin: 0 8px;
  }

  .underlinedTextPart {
    text-decoration: underline;
  }

  .emptyBoxTextPart{ /* Alap üres hely */
    height: 50px;
    min-width: 80px;
    line-height: 50px;
  }

  .emptyLetterBox {
      height: 50px;
      min-width: 50px;
      line-height: 50px;
  }

  /* Írd le szöveges feladat ************************************************ */

  #typeWhatYourHear {
    font-size: 200%;
    line-height: 2.5rem;
    padding: 1rem;
  }




  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* ALSÓ SZEKCIÓ */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* Általános tulajdonságok ************************************************ */

  #lessonButtonsWrap {
    padding: 16px;
  }

  #lessonInstruction {
    font-size: 120%;
    margin: 0 0 32px;
  }

  /* Gyakorlat - Válaszd ki az elhangzottaknak legmegfelelőbb képet ********* */

  #lessonPicsSection {
    width: 100%;
  }

  #lessonPicsWrap {
    position: relative;
    padding: 8px;
    text-align: center;
  }




  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* GOMBOK */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* Gombok egymás alatt (válassz egyet a négyből) ************************** */

  .ownButton {
    font-size: 140%;
    line-height: 1.3rem;
    min-height: 5rem;
    margin-bottom: 1rem;
  }

  /* Gombok egymás mellett (válassz egyet a háromból) *********************** */

  .ownSquareButton {
    width: 31%;
    min-height: 220px;
    margin: 8px 1%;
    font-size: 140%;
  }

  /* Szógombok ************************************************************** */

  .wordButton { /* Alap szógomb */
    font-size: 140%;
    line-height: 1.3rem;
    font-weight: 400;
    margin: .4rem .3rem;
    padding: 1rem;
    min-width: 50px;
    height: 50px;
  }





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BUBORÉK SZEKCIÓ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Középső nagy szöveg buborék szekció ************************************** */

/* Szöveg buborék */

.centerBubble{
  position: relative;
  background:#fff;
  margin: 0 16px;
  padding: 16px 8px 32px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Szövegek a szöveg buborékban */

.mainText{
  font-size: 200%;
  margin: 0 0 .5rem;
}

.subText{
  font-size: 100%;
  line-height: 140%;
  margin: 0 0 1rem;
}

.instructionText{
  font-size: 100%;
  margin: 0 0 1.5rem;
}

.toggleIcon .material-icons {
    right: -35px;
}

/* Ikonok a szöveg buborékban */

.iconsWrap{
  bottom: -38px;
}

.iconOuterWrap{
  width: 70px;
  height: 70px;
}

.iconInsideWrap{
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: inherit;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  color: #C8C8C8;
}

.activeIconOuterWrap .iconInsideWrap{
  color: #fff;
}

.iconInsideWrap .material-icons{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  }

  /* Szöveg buborék számláló */

  .pageNumberWrap {
    bottom: -80px;
  }

  .pageNumber{
    font-size: 100%;
  }

  /* Buborék szekciók párbeszédekhez ****************************************** */

  .talkingBubbleSection{
    margin-bottom: 42px;
  }

  .talkingBubble{
    margin: 0 16px;
    padding: 16px;
  }

  .leftBubbleSection .bubbleTail{
    left: 35px;
  }

  .rightBubbleSection .bubbleTail{
    right: 35px;
  }

  /* Szövegeke a szöveg buborékban */

  .mainTextForTalk{
    font-size: 200%;
    margin: 0 0 .5rem;
  }

  .subTextForTalk{
    font-size: 100%;
  }




  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* HANGHULLÁM SÁV */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* Hanghullámok alulra tapadva */

  #bottomGyakSoundWrap {
    height: 200px;
  }

  #bottomGyakSoundWrap img{
    bottom: -185px;
  }




  /* Whiteboard *************************************************************** */
  /* ************************************************************************** */

    #sectionGrammarWhiteboard{
      padding: 16px 8px 270px;
    }




  /* Whiteboard bottom ******************************************************** */
  /* ************************************************************************** */

  /* Whiteboard teachers ****************************************************** */

    #bottomContentWrap{
      padding-top: 100px;
    }

    .conclusionLinkAndMiniTeachers{
      width:calc(100% - 150px);
    }

    #conclusionLink{
      text-align: center;
      margin: 30px 0;
    }

    .teacherSelector{
      text-align: left;
    }

    .teacherMini{
      width: 10%;
      margin-left: 70px;
    }

    #teacherActive{
      width: 150px;
      padding: 0 8px;
      float: right;
      text-align: center;
      position: relative;
      height: 170px;
    }

    #teacherActive img{
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }

  .fullButton{
    display: block;
    width: 100%;
    background: #11B8F8;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #fff;
    padding: 1rem 0;
    text-decoration: none;
  }



  /* Feladat választó blur effektes háttérkép ********************************* */

  .sectionBlurEffectedHeroImg{
    position: fixed;
    top: 0;
    width: 100%;
    height: 350px;
    z-index: -1;
    overflow: hidden;
    background: #25348F;
  }



    /* Feladat választó cím és feladat számláló ******************************* */
    /* ************************************************************************ */

    .exerciseThemeTitleAndNumWrap{
      margin-top: 40px;
    }

    .exerciseThemeTitle{
      font-size: 2.3rem;
      margin: 0 0 .5rem;
    }

    .exerciseThemeSubTitle{
      font-size: 1.2rem;
      margin: 0;
    }

    .exerciseThemeNum{
      font-size: 1.2rem;
      margin: 0;
    }


    /* Feladat lista ********************************************************** */
    /* ************************************************************************ */

    #sectionHorizontalExerciseList{
      height: calc(100% - 300px);
      overflow: hidden;
    }

    /* Feladat kép *********************************************************** */

    .exerciseImgWrap{
      height: 300px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin-bottom: 16px;
      margin-left: -16px;
      margin-right: -16px;
    }

    /* Feladat cím ************************************************************ */

    .exerciseTitle{
      font-size: 2.3rem;
      margin: 0 0 .5rem;
    }

    .exerciseSubTitle{
      font-size: 1.2rem;
    }

    /* Feladat teljesítmény és megtanulható dolgok **************************** */

      .exerciseProgTitle{
        font-size: 1.2rem;
        margin: 0;
      }

      .exerciseProgContent{
        font-size: 4.2rem;
        margin: 0 0 1rem;
        font-weight: 500;
        line-height: 0.8;
      }

      .exerciseStudyTitle{
        font-size: 1.2rem;
        margin: 0 0 .2rem;
      }

      .exerciseStudyContent{
        font-size: 1.2rem;
        margin: 0;
      }




}
