@font-face {
  font-family: 'TitilliumText';
  src: url("../../lib/font/titillium-light-webfont.eot");
  src: url("../../lib/font/titillium-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/titillium-light-webfont.woff") format("woff"), url("../../lib/font/titillium-light-webfont.ttf") format("truetype"), url("../../lib/font/titillium-light-webfont.svg#TitilliumText22LLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TitilliumText';
  src: url("../../lib/font/titillium-regular-webfont.eot");
  src: url("../../lib/font/titillium-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/titillium-regular-webfont.woff") format("woff"), url("../../lib/font/titillium-regular-webfont.ttf") format("truetype"), url("../../lib/font/titillium-regular-webfont.svg#TitilliumText22Regular") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TitilliumText';
  src: url("../../lib/font/titillium-semibold-webfont.eot");
  src: url("../../lib/font/titillium-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/titillium-semibold-webfont.woff") format("woff"), url("../../lib/font/titillium-semibold-webfont.ttf") format("truetype"), url("../../lib/font/titillium-semibold-webfont.svg#TitilliumText22LSemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TitilliumText';
  src: url("../../lib/font/titillium-bold-webfont.eot");
  src: url("../../lib/font/titillium-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/titillium-bold-webfont.woff") format("woff"), url("../../lib/font/titillium-bold-webfont.ttf") format("truetype"), url("../../lib/font/titillium-bold-webfont.svg#TitilliumText22LBold") format("svg");
  font-weight: bold;
  font-style: normal; }

html * {
  color-profile: sRGB;
  rendering-intent: auto; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background-color: white; }
  @media screen {
    body {
      background-image: url(../../lib/bg.png);
      background-repeat: repeat; } }

.reveal {
  font-family: "TitilliumText", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.02em;
  margin: 0.5em;
  color: black; }

::selection {
  color: white;
  background: #95c03d;
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #95c03d;
  font-family: "TitilliumText", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: none; }

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

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

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

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

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

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #002e55; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #002e55; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #002e55; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #002e55; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #0065bb; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #0065bb; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #0065bb; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #0065bb; }

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

.reveal .progress span {
  background: #002e55;
  -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);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-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: #002e55; }

strong {
  font-weight: 600; }

@media screen {
  .reveal {
    background-image: url(../../lib/cccsturm.png);
    background-repeat: no-repeat;
    background-position: 3% 3%;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; } }
.reveal section h1, .reveal section h2, .reveal section h3, .reveal section h4, .reveal section h5, .reveal section h6 {
  font-weight: bold; }
.reveal section .width30 {
  width: 30%; }
.reveal section .width50 {
  width: 50%; }
.reveal section .width70 {
  width: 70%; }
.reveal section .floatleft {
  float: left; }
.reveal section img.noframe {
  border: 0;
  box-shadow: none; }
