/**
 * SPDX-FileCopyrightText: 2017-2021, 2023 Jens Lechtenbörger
 *
 * SPDX-License-Identifier: LicenseRef-MIT-JL
 *
 * Theme for slides with WWU and ERCIS logo.
 *
 * Note that this CSS file is meant to be used with oer-reveal.css, which
 * was imported here previously.  Imports lead to additional round-trips
 * upon loading, though.  Thus, oer-reveal.css is now added via
 * REVEAL_EXTRA_CSS in org/config.org.
 */

/*********************************************
 * JiTT Questions
 *********************************************/

.reveal .jitt h3, .reveal .jitt h4 {
  color: #002f6f; }

.reveal .jitt li, .reveal .jitt p {
  font-size: 0.8em; }


/*********************************************
 * Overwrite default pixel height of quizzes
 * and remove box (to avoid overlaps).
 *********************************************/

div.quizArea, div.quizResults {
  height: 75vh;
  box-shadow: none;
}

/*********************************************
 * Logos
 *********************************************/

.reveal .top-logos {
  display: inline-block;
  width: 100%; }

.reveal .uni-logo {
  float: left;
  width: 298px;
  height: 80px; }

.reveal .wwu-logo {
  float: left;
  width: 296px;
  height: 100px; }

.reveal .ercis-logo {
  margin: 0px 30px;
  width: 200px;
  height: 127px; }

/* Move logo if GitLab ribbon is displayed. */
.reveal .ercis-logo-glr {
  margin: 50px 100px;
  width: 200px;
  height: 127px; }

/*********************************************
 * OTHER
 *********************************************/
.reveal .course-title {
  margin: 50px 0px 10px 0px;
  }

.reveal .course-subtitle p {
  font-size: .6em;
  line-height: 1.0;
  margin: 0; }

.reveal .course-context p {
  line-height: 1.2;
  margin: 40px 0px 30px 0px;
  }

.reveal .course-group {
  color: #707070; }

.reveal .course-group p {
  line-height: 1.0;
  font-size: 0.5em; }

.reveal .course-group strong {
  font-weight: bold;
  color: #707070; }

.reveal .currtopic {
  font-weight: bold;
  font-size: 0.75em; }

.reveal .prevtopic {
  font-weight: lighter;
  font-size: 0.6em; }

.reveal .nexttopic {
  font-weight: normal;
  font-size: 0.7em; }
