/* V:633a39509eb91c9d84666f4ef91f1d97 */
/* Általános háttér */
body {
    background: #fff;
}

/* Tartalomjegyzék és leckék */
body[data-page="book"],
body[data-page="view"] {
    background: #969696;
}

body[data-page="book"] main .main-content,
body[data-page="view"] main .main-content {
    min-height: 100vh;
    max-width: 980px;
    padding: 0 0px;
    background: #FFF;
    color: #444;
    box-shadow: 0px 0px 3px 10px rgba(0,0,0,0.1);
}

@media (max-width: 1000px) {
    body main .main-content {
        padding: 0;
        width: 100vw;
    }
}

main > article {
    max-width: 980px !important;
}


.content h1 {
    color: #000000;
    font-weight: 400 !important;
}

.content section {
    margin: 50px 0;
}

.content {
    padding: 5px 20px;
}

.box {
    background-color: #e8e8e8;
    margin: 10px;
    padding: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    min-height: 220px;
}

.statusbar {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-top: 1px solid #c10819;
}

.minimal-content {
    background: #FFFFFF;
}

.minimal-content .main-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
/*******/
body > header,
.side-nav .user-header .background {
    background-color: #FFFFFF;
}


body > header .icon,
body > header .icon:before,
body > header h1,
body > header #nav-back,
body > header #navtitle,
body > header nav.left *:not(.title),
#market-menu a,
.side-nav .user-header * {
    color: #444;
}

body > header #nav-back,
body > header #navtitle {
    text-shadow: none;
}

body > header .icon.highlight:before {
    color: #ff9800;
}

body > header {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

body > header .icon,
body > header .icon:before,
body > header h1,
body > header nav.left *,
#market-menu a {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

.nav-wrapper, body > header {
    border-bottom: 2px solid #154360;
}

.menu-item > a {
    font-weight: normal;
}


.brand-logo img {
    height: 28px !important;
}

.brand-logo .title {
    color: #C10819 !important;
}
/*******/
body:not([data-page="view"]) #lesson-content .oldal-fejlec,
body:not([data-page="view"]) #lesson-content .oldal-menu,
body:not([data-page="view"]) #lesson-content .almenu-reszponziv,
body:not([data-page="view"]) #lesson-content .lapozo {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
body[data-page="market"] main,
body[data-page="page"] main {
  overflow-x: hidden;
}
body[data-page="market"] main .main-content,
body[data-page="page"] main .main-content {
  max-width: 100%;
}
@media screen AND (max-width: 700px) {
    .oldal-menu .textbox {
        display: grid;
        grid-template: auto / auto auto auto;
    }
}
