/**
 * My own theme. Based on the league theme.
 */
@import url(https://fonts.googleapis.com/css?family=Fira+Mono);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/css/emojione.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css);
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #fff;
  background-color: #fff; }

.reveal {
  font-family: "Ubuntu", "Trebuchet MS", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85); }

::selection {
  color: #fff;
  background: var(--secondary);
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: var(--secondary);
  text-shadow: none; }

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

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 1em 0;
  color: var(--secondary);
  font-family: "Ubuntu", "Trebuchet MS", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  word-wrap: break-word; }

.hero :is(h1, h2, h3, h4, h5, h6) {
  color: black;
  max-width: 60%
}

.hero div.footer > a, .hero div.footer > a > i {
  color: black !important;
}

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

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

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

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

.reveal h1 {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 1em 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; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

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

.reveal dt {
  font-weight: bold; }

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

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 1em 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: 1em 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;
  text-transform: none; }

.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 tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super;
  font-size: smaller; }

.reveal sub {
  vertical-align: sub;
  font-size: smaller; }

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

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

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: var(--primary);
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: var(--secondary);
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: var(--secondary); }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid rgba(0, 0, 0, 0.85);
  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);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: var(--gray); }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: var(--primary); }

.reveal .progress span {
  -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); }

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #fff; } }

.reveal blockquote {
  background: rgba(100, 100, 100, 0.05); }

.reveal pre code {
  font-family: "Fira Mono", monospace;
  font-size: 1.25em; }

.reveal div.spaced {
  display: flex;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap; }
  .reveal div.spaced > div, .reveal div.spaced span, .reveal div.spaced p {
    min-width: 480px; }

.reveal .footer {
  font-size: 80%;
  width: auto;
  z-index: 1; }
  .reveal .footer a {
    margin-right: 1em;
    color: var(--primary);
 }
  .reveal .footer i {
    position: relative;
    top: 0.12em;
    margin-right: 0.2em; }

.reveal .accent {
  color: var(--accent); }

.reveal em {
  font-style: normal;
  color: var(--accent); }

.reveal .invert {
  color: #fff; }
  .reveal .invert h1, .reveal .invert h2, .reveal .invert h3, .reveal .invert h4 {
    color: #ccc; }

.reveal section .emojione {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -0.25em;
  border: none;
  box-shadow: none;
  background: none; }

.reveal section h1 .emojione, .reveal section h2 .emojione, .reveal section h3 .emojione, .reveal section h4 .emojione, .reveal section h5 .emojione {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em; }

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

section.has-dark-background, section.dark {
  color: rgba(255, 255, 255, 0.9); }
  section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.dark h1, section.dark h2, section.dark h3, section.dark h4 {
    color: #fff; }
  section.has-dark-background a, section.dark a {
    color: #fff; }
  section.has-dark-background em, section.dark em {
    font-weight: bolder;
    color: #fff; }

.slide.has-dark-background > .footer a, .slide.dark .footer a {
  color: #fff; }

.slide.has-dark-background > .sidebar, .slide.dark > .sidebar, .slide-background.has-dark-background > .sidebar, .slide-background.dark .sidebar {
  background-color: rgba(0, 0, 0, 0); }
  .slide.has-dark-background > .sidebar a.logo, .slide.dark > .sidebar a.logo, .slide-background.has-dark-background .sidebar a.logo, .slide-background.dark .sidebar a.logo{
    background-image: url(../isb/isb_logo_no_text_white.png); }

.slide.has-light-background > .footer a .footer a, .slide.light > .footer a .footer a {
  color: #000; }

.reveal .progress {
  color: #007934; }

.reveal.dark .progress, .reveal.dark .controls {
  color: white; }

.reveal a.logo {
    position: absolute;
    top: 2%;
    left: 88%;
    margin: 0;
    width: 15vh;
    height: 14vh;
    background-image: url(../meduni/logo.png);
    background-repeat: no-repeat;
    background-size: 15vh auto;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

.slide.has-dark-background > a.logo, .slide.dark > a.logo, .slide-background.has-dark-background a.logo, .slide-background.dark a.logo {
  background-image: url(../meduni/logo_dark.png) !important;
}

.no-logo > a.logo {
  display: none !important;
}


:root {
  --primary: #007934;
  --secondary: #34b233;
  --secondary-lighter: #9be29a;
  --accent: #ff7f45;
  --accent-lighter: rgb(255, 190, 153);
  --gray: #6b6d74; }

.reveal .slides section {
  margin-left: 2vw;
  width: 95%;
}

.reveal .reveal-toolbar {
  position: absolute;
  left: calc(100% - 300px) !important;
  top: calc(100% - 62px) !important;
  width: 200px;
  z-index: 2;
}

.reveal .reveal-toolbar.reveal-toolbar-top .reveal-toolbar-button {
  display: relative;
  bottom: 16px;
  margin-bottom: 4px;
  background-color: var(--gray);
  border-color: white;
  color: white;
}

html.print-pdf .reveal .slides section {
  left: 4vw !important;
  padding-right: 6vw !important;
  width: 90%;
}
