/*-- scss:defaults --*/

$callout-color-note: $brand-blue-500;
$callout-color-tip: $brand-green-500;
$callout-color-caution: $brand-brown-500;
$callout-color-warning: $brand-dark-red-500;
$callout-color-important: $brand-turquoise-500;

$presentation-font-size-root: 38px;
$presentation-font-smaller: 0.8;
$presentation-heading-line-height: 1.1;
$presentation-h1-font-size: 2.0em;
$presentation-h2-font-size: 1.5em;

/*-- scss:rules --*/

@import "fonts/satoshi/satoshi.css";
@import "fonts/open-sans/open-sans.css";
@import "fonts/jetbrains-mono/jetbrains-mono.css";

:root {
  --custom-slide-header-height: 50px;
}

html[lang=de] q {
  quotes: "„" "“" "‚" "‘";
}

main .callout.callout-style-default .callout-body,
main .callout.callout-style-default div.callout-header
{
  font-size: 1rem;
}

main h4 {
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
}

main h5 {
  font-family: inherit;
  font-size: 1rem;
  font-style: italic;
}

main .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%;
  background-color: var(--brand-neutral-400);
}

main .video iframe {
  border: 1px solid $border-color;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reveal.show-header .slide {
  padding-top: var(--custom-slide-header-height);
}

.reveal a {
  text-decoration: underline;
}

.reveal q {
  font-style: normal;
}

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

.reveal .slide-logo {
  display: none !important;
}

