/* FONTAWESOME */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/FontAwesome.otf?#iefix&v=4.4.0") format("embedded-opentype");
}

/* PRINT */
@media print {
    #menu, #mobileMenu, .mobile, #header, footer, .testEnv, .doNotPrint {
        display: none !important;
    }

    * {
        box-shadow: none !important;
    }
}

#header {
    padding-top: 35px;
}

area {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

* {
    box-sizing: border-box;
    transition: all 0.1s linear;
}


*::-moz-selection, *::selection {
    background: #7fb23f none repeat scroll 0 0;
    color: #fff;
}

#episodeBox #pageContent ol, #episodeBox #pageContent ul {
    list-style: outside;
}

html {
    transition: none;
}

body {
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
    color: #484848;
    line-height: 1.4em;
    text-align: left;
    background-color: #fff;
    font-size: 16px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-lines: 2;
    transition: none;
}

button, input {
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
}

button, input[type="submit"], input[type="button"], input[type="text"], input[type="email"], input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

b, strong {
    font-size: 1.075em;
    font-weight: bold;
}

textarea {
    transition: none;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}


#meta input[name="globalSearch"] {
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.testEnv {
    background: green;
    color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid grey;
    padding: 5px;
    z-index: 999;
    opacity: 0.5;
    text-align: center
}

#messageBar{
    height: auto;
    max-width: none;
    text-align: center;
}

div.successBox, div.errorBox {
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    font-weight: inherit;
}

div.successBox {
    background-color: rgba(127, 178, 64, 0.75);
    border: transparent;
    box-shadow: none;
    text-shadow: none;
}

div.errorBox {
    background-color: rgba(156, 11, 13, 0.75);
    border: transparent;
    box-shadow: none;
    text-shadow: none;
}

.price {
    font-size: 22px;
    color: #60B22E;
    font-weight: bold;
}


#mobileMenu {
    background-color: #7fb23f;
    background-image: url("../graphX/icons/mobileMenu.png");
    background-size: contain;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 7px;
    top: 5px;
    width: 50px;
    z-index: 1;
}

ul#menu li {
    z-index: 10;
}

ul#menu div.flex {
    flex-wrap: nowrap;
}

ul#menu > li:nth-last-of-type(-n+4) > div > div.flex {
    flex-direction: row-reverse;
}

#menu ul.lg-margin-top-50 {
    margin-top: 50px;
}

table.paginator {
     background-color: rgba(0, 0, 0, 0.05);
}

table.paginator tr td:first-of-type {
    visibility: hidden;
}

input.datepicker {
    cursor: pointer;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    color: #393939;
    text-align: left;
    margin-bottom: 75px;
}

p, p:not(.centred) {
    text-align: justify;
}

img {
    height: auto;
    max-width: 100%;
}

video, audio {
     max-width: 100%;
     max-height: 100%;
}

a, a, a:hover, .pseudoLink {
    color: #7fb23f;
    text-decoration: none;
    cursor: pointer;
    font-size: inherit;
}

a:hover {
    text-decoration: underline;
}

.pseudoLink:hover {
    text-decoration: underline;
}

.trigger {
    color: #7fb23f;
    cursor: pointer;
}

.arrow {
    margin-left: 10px;
    display: inline-block;
    transform: rotate(90deg);
}

input[type=text], input[type=password] {
    border: 1px solid #CCCCCC;
    color: #555555;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.search input {
    border: none;
    background-color: white;
    border-bottom: 3px solid #dcdcdc;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    width: 320px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[name="login"], input[name="email"] {
    background: #ffffff url("../graphX/icons/mail.png") no-repeat scroll 5px 10px;
    padding-left: 35px;
    width: 250px;
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input[name="email"], input[type="email"] {
    height: 35px;
}

input[name="password"], input[name="passwordConfirm"] {
    background: #ffffff url("../graphX/icons/pw.png") no-repeat scroll 5px 12px;
    padding-left: 35px;
    width: 250px;
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.button, button[type="button"], button.decline, button.accept {
    border: 1px solid #7fb23f;
    color: #7fb23f;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

button.decline, button.accept {
    margin-top: 5px;
}

.button:hover, button[type="button"]:hover, button.decline:hover, button.accept:hover {
    color: white;
    background-color: #7fb23f;
    border-color: #7fb23f;
    -webkit-appearance: none;
}

a.button:hover  {
    text-decoration: none;
}

button, input[type=submit], .register:not(.pseudoLink)/*, #menu #profileLink*/, #meta div.profil .profilContent button.logout {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #3b3b3a;
    color: #3b3b3a;
    cursor: pointer;
    font-size: 0.875em;
    margin-bottom: 1px;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

button:not([disabled]):not(.button):not([type="button"]):not(.decline):not(.accept):hover, input[type=submit]:not([disabled]):not(.button):hover, #meta div.profil .profilContent button.logout:hover {
    background-color: #595959;
    border-color: #595959;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.register:not(.pseudoLink) {
    border: 1px solid #7fb23f;
    background-color: #7fb23f;
}

a.register {
    color: white !important;
}

a.register:hover {
    color: #3b3b3a !important;
}

#header {
    text-align: left;
    font-size: 0.85em;
    overflow: visible;
    min-height: 120px;
}

#meta {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
    height: 40px;
}

#meta button, #meta button[type="button"] {
    width: auto;
    height: 34px;
    padding: 8px 21px;
    background-color: #f6f6f6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    color: #9e9e9e;
    margin-left: 3px;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 3px solid #f6f6f6;
}

#meta .contact button {
    margin-left: 0;
}

#meta button:hover, #meta button.active {
    background-color: white;
    border-bottom: 3px solid #dcdcdc;
    color: #555;
}

#meta div.contactContent::before, #meta form.login::before, #meta div.profilContent::before {
    content: url("../graphX/menuPointer.png");
    /*display: block;*/
    display: none;
    top: -2.2%;
    left: 14%;
    position: absolute;
    z-index: 50;
}

#meta form.login::before, #meta div.profilContent::before {
    left: 47%;
}

#meta div.profilContent::before {
    top: -1.5%
}

#meta span.button.register {
    margin: 0;
    border: 1px solid #3b3b3a;
    padding: 4px 15px;
    background-color: inherit;
}

#meta span.button.register:hover {
    background-color: #595959;
    color: white;
}

#meta input[type="submit"] {
    background-color: #7fb23f;
    border: 1px solid #7fb23f;
    color: white !important;
    margin: 0;
}

#meta [type="submit"]:hover {
    background-color: #66a043;
    border-color: #66a043;
}

#meta div.contactContent, #meta form.login, #meta div.profilContent {
    background-color: white;
    border-top: 3px solid #dcdcdc;
    color: #595959;
    padding: 30px;
    position: absolute;
    top: 92%;
    left: 0;
    width: 315px;
    max-width: 100%;
    z-index: 100;
}

.contactContent p {
    font-size: 1em;
    margin: 5px auto;
    -webkit-hyphens: none;
}

.contactContent h3 {
    color: #595959;
    margin-top: 0;
}

#meta .profil .profilContent div.userImg {
    width: 80px;
    height: 80px;
    flex-grow: inherit;
    margin-right: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*#meta .profilContent .userData {*/
    /*height: 80px;*/
    /*width: 165px;*/
/*}*/

#meta .profilContent .userData .userName {
    color: #393939;
    font-size: 1.25em;
    font-weight: 500;
    max-width: 160px;
}

#meta .profilContent .userData .learningPoints {
    font-size: 1.4em;
    color: #7fb23f;
}

#meta .profilContent ul li img.credits {
    filter: grayscale(1) brightness(1.1) invert(1);
    -webkit-filter: grayscale(1) brightness(1.1) invert(1);
    -moz-filter: grayscale(1) brightness(1.1) invert(1);
    -o-filter: grayscale(1) brightness(1.1) invert(1);
    -ms-filter: grayscale(1) brightness(1.1) invert(1);
    max-height: 18px;
    padding-right: 5px;
}

#meta .profilContent ul li:hover img.credits {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}

#meta .profilContent ul {
    margin: 25px 0 15px 0;
    font-size: 1.15em !important;
    color: #595959;
}

#meta .profilContent ul li {
    padding: 10px 0;
    border-bottom: 2px solid #dcdcdc;
}

#meta .profilContent ul li:last-child {
    border-bottom: none;
}

#meta .profilContent ul li a {
    color: #595959;
}

#meta ul.ajaxResult {
    left: 0;
    position: absolute;
    width: 275px;
}

#menu a:hover, #menu a.active, .mainMenu:hover, #menu li.hover > a, #menu li.active > a, #meta .profilContent ul li:hover,
#meta .profilContent ul li:hover a {
    color: #7fb23f;
    text-decoration: none;
}

div.main, div.mainPart > div, div.mainPartInverse > div {
    margin: auto;
    max-width: 1024px;
    width: 100%;
}

#main {
    min-height: 800px;
    position: relative;
    margin-bottom: 50px;
}

div.mainPart, div.mainPartInverse {
    padding: 45px 0 50px;
    clear: both;
    margin: auto;
}

div.mainPart:last-child, div.mainPartInverse:last-child {
    padding-bottom: 200px;
}

.mainPart:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}

.mainPartInverse:nth-of-type(2n+2) {
    background-color: rgba(0, 0, 0, 0.05);
}

#main #pageBanner {
    background-position: bottom center;
    background-size: cover;
    height: auto;
    text-align: left;
}

#pageBanner h1 {
    color: white;
    position: absolute;
    top: 200px;
    font-size: 3em;
    font-weight: normal;
}

.quoteImageWrapper {
    width: 20%;
    float: left;
}

.quoteImageWrapper .quoteImage img {
    border-radius: 12%;
    -webkit-border-radius: 12%;
    -moz-border-radius: 12%;
}

img.quoteUp {
    filter: grayscale(1) brightness(0.2);
    -webkit-filter: grayscale(1) brightness(0.2);
    -moz-filter: grayscale(1) brightness(0.2);
    -o-filter: grayscale(1) brightness(0.2);
    -ms-filter: grayscale(1) brightness(0.2);
    margin-top: -0.3em;
}

img.quoteDown {
    filter: grayscale(1) brightness(0.2);
    -webkit-filter: grayscale(1) brightness(0.2);
    -moz-filter: grayscale(1) brightness(0.2);
    -o-filter: grayscale(1) brightness(0.2);
    -ms-filter: grayscale(1) brightness(0.2);
    margin-bottom: -0.3em;
}

.textBallon {

}

.textBallon {
    position: relative;
    background: #f2f7eb;
    height: 180px;
    margin-left: 250px;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
}
.textBallon:after, .textBallon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.textBallon:after {
    border-color: transparent;
    border-right-color: #f2f7eb;
    border-width: 25px;
    margin-top: -50px;
}

div.accordion > h1, div.accordion > h2, div.accordion > h3, div.accordion > h4, div.accordion > h5, div.accordion > h6 {
    font-size: 1em;
    margin: 0;
    transition: background-color 0.2s linear, color  0.2s linear;
}

div.accordion > h1:hover, div.accordion > h2:hover, div.accordion > h3:hover, div.accordion > h4:hover, div.accordion > h5:hover, div.accordion > h6:hover {
    background-color: #7fb23f;
    color: white;
}

div.accordion > h1.ui-state-active:before, div.accordion > h2.ui-state-active:before, div.accordion > h5.ui-state-active:before {
    content: "–";
}

div.accordion > h1:before, div.accordion > h2:before, div.accordion > h5:before {
    content: "+";
    font-family: Arial, sans-serif;
    font-weight: 500;
    left: 15px;
    position: absolute;
}

h5.ui-accordion-header:first-child {
    font-weight: normal;
}

div.accordion > div {
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.4em;
}

.accordion h5 {
    margin-top: 0;
    margin-bottom: 15px ;
}

.accordion ul {
    margin-left: 0;
    text-align: left;
}

.accordion ul li a {
    color: #393939;
}

#ui-datepicker-div {
    background: #EBEBEB;
}

#ui-datepicker-div .ui-datepicker-header {
    background-color: #7fb23f;
}

.ui-icon-circle-triangle-e {
    background-image: url("../graphX/icons/buttonRight15px.png") !important;
    background-position: 0 0 !important;
}

.ui-icon-circle-triangle-w {
    background-image: url("../graphX/icons/buttonLeft15px.png") !important;
    background-position: 0 0 !important;
}

.ui-widget {
    font-family: inherit;
}

footer {
    background-color: #7fb23f;
}



footer nav {
    text-align: left;
    float: left;
    margin-top: 10px;
}

footer nav a {
    color: #fff;
    display: inline-block;
    font-size: 0.813em;
    line-height: 10px;
    margin-left: 15px;
}

footer nav a:hover {
    color: #fff;
    font-size: 0.813em;
}

footer #toTop {
    position: absolute;
    right: 2%;
    margin-top: -60px;
    cursor: pointer;
    color: #7fb23f;
}

div.modalLayer {
    z-index: 99999;
    hyphens: none;
}

.modalLayer img.closeButton {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.modalLayer > div.confirm {
    background-color: #f2f2f2;
    color: #616161;
    font-size: 1.125em;
    margin: 0;
    max-width: 1200px;
    min-width: 10%;
    padding: 55px;
    position: absolute;
}

.modalLayer > div.confirm > div {
    overflow-y: auto;
}

.modalLayer img.credits {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}


div.tabWrapper > ul {
    display: block;
    height: 40px;
}

div.tabWrapper > ul > li,
div.tabWrapper > ul > a.li {
    display: list-item;
    float: left;
    height: 40px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 0.813em;
    color: #7fb23f;
    margin-right: 5px;
}

div.tabWrapper > ul > li:hover,
div.tabWrapper > ul > li.active,
div.tabWrapper > ul > a.li:hover,
div.tabWrapper > ul > a.active.li {
    background-color: #7fb23f;
    color: white;
}

div.tabWrapper > div {
    border-top: 1px solid #dcdcdc;
    padding: 40px 25px 25px;
    min-height: 190px;
}

div.tabWrapper div ul:not(.noCheck) > li, ul.check > li, ul.uncheck > li.check {
    background: rgba(0, 0, 0, 0) url("../graphX/icons/checked.png") no-repeat scroll 0 2px / 20px auto;
    list-style-position: outside;
    margin-bottom: 15px;
    min-height: 25px;
    padding-left: 30px;
}

ul.uncheck > li {
    list-style-position: outside;
    background: url('../graphX/icons/unChecked.png') no-repeat scroll 0 2px / 20px auto;
    margin-bottom: 15px;
    padding-left: 30px;
    min-height: 25px;
}

div.tabWrapper > div + div {
    display: none;
}

video {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

div.rating > img.star {
    cursor: pointer;
}

div.rating > img {
    height: 100%;
    margin-top: -3px;
    vertical-align: middle;
}

img.credits {
    max-height: 25px;
    filter: grayscale(1) brightness(0) invert(0.95);
    -webkit-filter: grayscale(1) brightness(0) invert(0.95);
    -moz-filter: grayscale(1) brightness(0) invert(0.95);
    -o-filter: grayscale(1) brightness(0) invert(0.95);
    -ms-filter: grayscale(1) brightness(0) invert(0.95);
    vertical-align: middle;
}

.button[disabled], .button[disabled]:hover {
    border: 1px solid #808080;
    color: rgba(0, 0, 0, 0.5) !important;
    background: none;
}

div.payment {
    text-align: left;
}

#menuIndicator {
    visibility: hidden;
}

#menuIndicator > div {
    height: 10px;
    background-color: white;
    position: absolute;
    z-index: 1;
}

#menuIndicator > div:nth-child(1) {
    width: 35%;
    left: 0;
}

#menuIndicator > div:nth-child(2) {
    width: 8%;
    left: 35%;
    background: transparent url('../graphX/menuIndicator.png') no-repeat center top;
}

#menuIndicator > div:nth-child(3) {
    width: 57%;
    right: 0;
}

table.cart {
    width: 100%;
}

canvas {
    /* selfTests */
    width: 100%;
    overflow: hidden;
}

div.selectEmulator img.dropDown {
    margin-right: 10px;
    margin-top: 13px;
    width: auto;
}

div.selfTestBar {
    position: relative;
    width: 100%;
}

@media (min-width: 500px) {
    div.selfTestBar {
        min-width: 300px;
    }
}

div.selfTestBar > img.flag {
    position: absolute;
    z-index: 2;
    bottom: 0;
}

div.selfTestBar > img.shine {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.modalLayer img.close, .modalLayer > div.confirm > img.closeIcon {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    height: auto;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.modalLayer img.close, .modalLayer > div.confirm > img.closeIcon:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}


form#login {
    margin: 10% auto;
    background-color: #E0E0E0;
    background: linear-gradient(#E0E0E0, #FFFFFF);
    padding: 50px;
}

form#login {
    width: 475px;
}

form#register {
    width: 650px;
}

form#register input[type="text"], form#register input[type="password"] {
    width: 250px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* preview images: learning folders only */
.previewImage {
    max-height: 750px;
    width: 100%;
}

div.previewImage {
    background-size: contain;
    position: relative;
}

img.previewImage {
    visibility: hidden;
}

div.previewImage:not(:first-child) {
    display: none;
}

div.previewImage div.description {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    height: 100%;
    padding: 5%;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #ffffff;
    width: 100%;
}


/* checkout */
fieldset {
    padding: 10px;
}

fieldset > legend {
    background: #DDD;
    border: 1px solid #808080;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 15px;
}

table td {
    vertical-align: middle;
}

table.cart td {
    padding: 15px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

table.cart td:first-child {
    border-left: 1px solid lightgray;
}

table.cart td:last-child {
    border-right: 1px solid lightgray;
}

table.cart td a {
    color: inherit;
}

img.delete {
    height: 20px;
    cursor: pointer;
    margin-top: 4px;
}
ul.ajaxResult {
    width: 100%;
    background: #eee;
    color: #666666;
    cursor: pointer;
    text-align: left;
    opacity: 1 !important;
    visibility: visible !important;
}

ul.ajaxResult > li {
    padding: 5px 15px;
    font-size: 1.3em;
    width: 100% !important;
    border-bottom: 1px solid lightgrey;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.ajaxResult > li:hover, ul.ajaxResult > li.active {
    background: #ddd;
}

#pictureContainer div.galleryNavRight {
    background: none;
}

#pictureContainer div.galleryNavLeft {
    background: none;
}

input.datepicker {
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

ul.checkLarge > li {
    background: rgba(0, 0, 0, 0) url("../graphX/icons/checkedLarge.png") no-repeat scroll 0 0 / 20px auto;
    margin-bottom: 15px;
    margin-left: 50px;
    padding-left: 35px;
}

ul.props {
    font-size: 1.5em;
    margin: 50px auto 0;
    max-width: 950px;
}

.brightText > * {
    color: white;
}

#expertBox {
    background-color: black;
    text-align: center;
    overflow: visible;
    padding: 0;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    height: 315px;
}

#expertBox > * {
    z-index: 2;
    position: relative;
}

#expertBox::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../graphX/breaker/Impulsdialog-E-Learning-Training.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    pointer-events: none;
}

#expertBox > div {
    height: 100%;
}

#expertBox table {
    position: absolute;
    top: 0;
    color: white;
    width: 55%;
    height: 100%;
    text-align: justify;
}

#expertBox img.expert {
    position: absolute;
    right: 0;
    height: 350px;
    bottom: 0;
}

blockquote.fromExpert {
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0;
    color: #393939;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.375em;
}

img.white {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.moreInfos, .moreInfosWhite {
    border-top: 3px solid #dcdcdc;
}

.mainPart + .moreInfos::before {
    content: url("../graphX/accordionPointer.png");
    display: block;
    float: right;
    position: relative;
    top: -48px;
    z-index: 50;
    right: 50%;
}

.mainPartInverse + .moreInfos::before {
    content: url("../graphX/accordionPointerWhite.png");
    display: block;
    float: right;
    position: relative;
    top: -48px;
    z-index: 50;
    right: 50%;
}

.rating {
    height: 35px;
    position: relative;
    text-align: left;
    width: 190px;
}

.rating .background {
    position: absolute;
}

.rating .background:nth-of-type(1) {
    left: 0;
}

.rating .background:nth-of-type(2) {
    left: 20%;
}

.rating .background:nth-of-type(3) {
    left: 40%;
}

.rating .background:nth-of-type(4) {
    left: 60%;
}

.rating .background:nth-of-type(5) {
    left: 80%;
}

.rating .background:nth-of-type(6) {
    left: 100%;
}

.rating div.full {
    background-image: url("../graphX/icons/starFull.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 100%;
    margin-top: -3px;
    position: relative;
    z-index: 1;
    transition: none;
}

.rating div.star.full {
    cursor: pointer;
}

.mce-container {
    transition: none;
}

.modalLayer .confirm li {
    list-style-type: disc;
}

#expertSlider .expert > *{
    cursor: pointer;
    hyphens: none;
}

footer .pseudoLink {
    color: white;
    font-size: 0.9em;
}

button.buyWithMoney, button.buyWithAmazon, button.buyWithVoucher, button.buyWithCredits {
    width: 275px !important;
    height: 35px;
    padding: 6px 12px;
    font-size: inherit;
}

button.buyWithMoney {
    background-color: #7fb23f;
    color: white;
    margin: 0;
}

button.buyWithAmazon, button.buyWithVoucher, button.buyWithCredits {
    background-color: white;
}

button.buyWithAmazon {
    background-image: url("../graphX/icons/amazon.de.png");
    background-size: auto 25px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

button.buyWithAmazon:hover {
    filter: grayscale(0);
}

button.buyWithAmazon:hover, button.buyWithAmazon:hover, button.buyWithVoucher:hover, button.buyWithCredits:hover {
    background-color: #d7d7d7 !important;
}

button.buyWithAmazon:hover, button.buyWithVoucher:hover, button.buyWithCredits:hover {
    color: black !important;
}

#menu #toTrainings {
    background: url('../graphX/games/buttonLong.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: medium none;
    color: #fff;
    font-size: 18px;
    margin: -9px 0 15px;
    left: 0;
    padding: 5px 0 7px 0;
    text-align: center;
    width: 100%;
    height: 40px;
}

#oaHeader {
    top: 0;
    font-size: 16px;
    background: #e6e6e6;
    text-align: center;
    height: 41px;
    color: #4d4d4d;
    font-family: OpenSansSemiBold, OpenSans, Arial, sans-serif;
}
#oaHeader a {
    color: inherit;
    text-decoration: none;
}
#oaHeader a:hover {
    text-decoration: underline;
}
#oaHeader .orangeBar {
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff7a00;
}
#oaHeader #loginHtml {
    display: none;
}
#oaHeader .maxWidth1400 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
}
#oaHeader .maxWidth1400 > * {
    position: absolute;
}
#oaHeader .maxWidth1400 > *.homeLink {
    display: inline-block;
    margin-top: 7px;
    margin-left: 15px;
}
#oaHeader .maxWidth1400 > *.breadcrumbs {
    top: 11px;
    left: 65px;
    width: 100%;
    max-width: calc(100% - 550px);
}
#oaHeader .maxWidth1400 > *.currentTime {
    top: 12px;
    right: 385px;
}
#oaHeader .maxWidth1400 > *.userName {
    top: 6px;
    right: 10px;
    margin: 0;
}
#oaHeader .maxWidth1400 > *.userName.loggedIn {
    top: 8px;
    max-width: 340px;
    text-align: right;
    padding-top: 3px;
}
#oaHeader .maxWidth1400 > *.userName.loggedIn .adminDivider {
    display: inline-block;
    margin: 0 12px;
}
#oaHeader .maxWidth1400 > *.userName.loggedIn img[src*="user"] {
    float: left;
    margin-top: -1px;
    margin-right: 10px;
}
#oaHeader .maxWidth1400 > *.userName.loggedIn a[href="?logOut=1"] {
    margin-left: 15px;
    margin-top: -2px;
    float: right;
}
#oaHeader .maxWidth1400 > *.userName a {
    color: inherit;
}
#oaHeader .maxWidth1400 > *.userName button {
    background: white;
    border-radius: 0;
    border: none;
    margin-left: 5px;
    box-shadow: none;
    text-align: left;
    padding: 5px 145px 5px 8px;
    color: inherit;
}