/**
 * RUB theme for reveal.js.
 *
 * Copyright (C) 2018 Bernd Busse
 * Based on the sky theme: Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
/* @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v7/6xKtdSZaM9iE8KbpRA_hK1QI.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v7/6xKodSZaM9iE8KbpRA_pkHEYT8L6.ttf) format('truetype');
}
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}

.reveal a:not(.image) {
  line-height: 1.3em; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  /*background: #e7e7e7;*/
  background: #fff; }

.reveal {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #093158; }

::selection {
  color: #fff;
  background: #134674;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #134674;
  text-shadow: none; }

.reveal .slides > section,
.reveal .slides > section > section {
  padding-top: 10%;
  line-height: 1.3;
  font-weight: inherit; }

@media print {
  .reveal .slides .pdf-page > section:not(.center),
  .reveal .slides .pdf-page > section > section:not(.center) {
    padding-top: 12% !important; }
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  /*color: #333333;*/
  color: #003561;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  line-height: 0.9em;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  font-size: 3.5em; }

.reveal h2 {
  font-size: 2em; }

.reveal h3 {
  font-size: 1.4em; }

.reveal h4 {
  font-size: 1em; }

.reveal header,
.reveal footer,
.reveal .slide-background header,
.reveal .slide-background footer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12%;
  color: #093158;
  z-index: 5;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: opacity .15s ease-in-out, font-size .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out, font-size .15s ease-in-out;
  transition: opacity .15s ease-in-out, font-size .15s ease-in-out; }

@media print {
  .reveal .slide-background {
    position: relative !important; }

  .reveal .slide-number-pdf {
    bottom: 5px; }

  .reveal .slide-background header {
    z-index: auto !important;
    height: 15%; }

  .reveal .slide-background footer {
    z-index: auto !important;
    position: absolute; }

  .reveal .slide-background footer > .footer-left {
    position: absolute;
    padding-bottom: 0px;
    bottom: 0; }

  .reveal .slide-background footer > .footer-left div {
    position: absolute; }
}

.reveal footer,
.reveal .slide-background footer {
  height: .9em;
  top: unset;
  z-index: 1;
  bottom: 0; }

.reveal header .heading {
  margin: 0pt;
  -webkit-transition: font-size .15s ease-in-out;
  -moz-transition: font-size .15s ease-in-out;
  transition: font-size .15s ease-in-out;
  font-size: 1.3em; }
@media screen and (max-height: 700px), (max-width: 700px) {
  .reveal header .heading {
    font-size: 1em; }
  .reveal header .subheading {
    font-size: 0.5em !important; }
}
@media screen and (max-height: 500px), (max-width: 550px) {
  .reveal header .heading {
    font-size: .8em; }
  .reveal header .subheading {
    font-size: 0.4em !important; }
}
@media screen and (max-height: 400px), (max-width: 450px) {
  .reveal header .heading {
    font-size: .5em; }
  .reveal header .subheading {
    font-size: 0.3em !important; }
}

.reveal header .subheading {
  margin: 0.5em 0em;
  -webkit-transition: font-size .15s ease-in-out;
  -moz-transition: font-size .15s ease-in-out;
  transition: font-size .15s ease-in-out;
  font-style: italic;
  font-size: 0.8em; }

.reveal header .subheading:empty {
  display: none;
}

.reveal footer .title {
  font-weight: bold; }

.reveal header > .header-left,
.reveal header > .header-right,
.reveal footer > .footer-left,
.reveal footer > .footer-right {
  height: 100%;
  float: left; }

.reveal header > .header-left {
  width: 93%;
  background: #e7e7e7;
  text-align: left; }

.reveal footer > .footer-left {
  width: 100%;
  background: #e7e7e7;
  padding-bottom: 5px;
  text-align: left; }

.reveal header > .header-left div,
.reveal footer > .footer-left div {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.8em;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }

.reveal footer > .footer-left div {
  vertical-align: top;
  font-size: .4em;
  line-height: 2em;
  padding-bottom: 5px; }

.reveal footer .footer-left p {
  margin: 0pt;
  display: inline-block; }

.reveal footer .footer-left p:not(:first-child):not(:empty)::before {
  content: "|";
  padding-right: .3em; }

.reveal footer .footer-left p:empty + .reveal footer .footer-left p:not(:empty)::before {
  content: ""; }

.reveal footer .footer-left p:empty {
  display: none; }

.reveal header > .header-left::after,
.reveal footer > .footer-left::after {
  content: "";
  display: inline-block;
  width: 1px solid transparent;
  height: 100%;
  vertical-align: middle; }

.reveal header > .header-right {
  width: 8%;
  border: 1px solid black;
  box-sizing: border-box;
  text-align: center; }

.reveal header > .header-logo {
  height: 85%;
  position: relative;
  width: 93%;
  transform: rotate(90deg) translate(0px, -38%) rotate(-90deg);
  background-image: url(./rub/rub_logo.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain; }

/*********************************************
 * TITLE AND END SLIDE
 *********************************************/
.reveal section.title {
  height: 50%;
  width: 90%;
  box-sizing: border-box;
  padding-top: 1.5em;
  padding-left: 1em;
  transform: translate(0, 100%);
  text-align: left; }
.reveal .slides section.title[data-transition=fade] {
  transform: translate(0, 100%); }

.reveal section.title .heading {
  margin: 0px;
  font-size: 1em; }
.reveal section.title .author {
  margin: 2em 0px 0px 0px;
  font-weight: normal;
  font-size: 0.65em; }

.reveal section.title .title-info {
  color: #90ae10;
  font-size: 0.5em;
  margin: 1.2em 0px; }
.reveal section.title .title-info tr > :first-child {
  padding-right: 4em; }
.reveal section.title .title-info tr:last-child th,
.reveal section.title .title-info tr:last-child td {
  padding: 0px; }
.reveal section.title .title-info th,
.reveal section.title .title-info td {
  padding: 0px 0px 1.1em 0px;
  border: 0px;
  font-weight: bold; }

.reveal section.title .title-footer {
  width: 100%;
  height: 1.2em;
  box-sizing: border-box;
  margin-top: 0.8em; }

.reveal section.title .footer-left {
  height: 100%;
  float: left; }
.reveal section.title .footer-right {
  height: 100%;
  vertical-align: top;
  color: #90ae10;
  float: right; }

.reveal section.title .title-footer p {
  margin: 0px;
  display: inline-block; }

.reveal section.title .info {
  font-weight: bold;
  font-size: 0.8em; }
.reveal section.title .date {
  vertical-align: baseline;
  font-size: 0.7em; }

.reveal section.title .chair-logo {
  display: inline-block;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 1.5em;
  background: none;
  box-shadow: none;
  transform: scale(1.2) rotate(90deg) translate(8%, 0) rotate(-90deg); }

.reveal section.title .title-box {
  width: 115%;
  left: -0.5em;
  position: relative;
  border: 1px solid;
  padding: 0.2em;
  font-size: 1.8em;
  text-transform: capitalize;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0.8em; }
.reveal section.title .title-box p {
  margin: 0px;
  display: block; }

@media print {
  .reveal section.title {
    height: auto !important; }
  .print-pdf .reveal .slides .pdf-page > section.title {
    height: 50% !important;
    width: 90% !important;
    padding-top: 1.5em !important;
    padding-left: 1em !important;
    transform: translate(0, 100%) !important; }
  .reveal section.title .title-box {
    margin-top: 0px;
    width: 110%; }
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em;
  font-weight: light;}

.reveal ol {
  list-style-type: none;
  counter-reset: li; }
.reveal ol > li::before {
  content: counter(li)".";
  counter-increment: li;
}

.reveal ol ol {
  counter-reset: li2; }
.reveal ol ol > li::before {
  content: counter(li2, lower-alpha)".";
  counter-increment: li2;
}

.reveal ol ol ol {
  counter-reset: li3; }
.reveal ol ol ol > li::before {
  content: counter(li3, lower-roman)".";
  counter-increment: li3;
}

.reveal ul {
  list-style-type: none; }
.reveal ul > li::before {
  content: "\2022"; /* black bullet */
}

.reveal ul ul > li::before {
  content: "\2012"; /* figure dash */
}

.reveal ul ul ul > li::before {
  content: "\25E6"; /* white bullet */
}

.reveal li::before {
  padding-right: .5em;
  color: #90ae10;
}

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 0px; }

.reveal li {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;}

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal q,
.reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #3b759e;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #74a7cb;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #264c66; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  /*border: 4px solid #333;*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

.reveal a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #3b759e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #3b759e; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #003561; }

.reveal .progress span {
  background: #003561;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #003561;
  background: #e7e7e7; }

/*********************************************
 * OPTIONAL STYLES
 *********************************************/
.reveal .red {
  color: #d50000; }

.reveal .orange {
  color: #ffab00; }

.reveal .green {
  color: #90ae10; }

.reveal .tt {
  font-family: monospace; }

