.reveal section.contrast1 a,
.reveal section.contrast1 li,
.reveal section.contrast1 p,
.reveal section.contrast1 h1,
.reveal section.contrast1 h2,
.reveal section.contrast1 h3,
.reveal section.contrast1 h4,
.reveal section.contrast1 h5,
.reveal section.contrast1 h6 {
   color: #FFDD00;
}

.reveal section.contrast1 h1,
.reveal section.contrast2 h1 {
   text-shadow: 0 1px 0 #686868, 0 2px 0 #656565, 0 3px 0 #575757, 0 4px 0 #555555, 0 5px 0 #464646, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.reveal section.contrast2 a,
.reveal section.contrast2 li,
.reveal section.contrast2 p,
.reveal section.contrast2 h1,
.reveal section.contrast2 h2,
.reveal section.contrast2 h3,
.reveal section.contrast2 h4,
.reveal section.contrast2 h5,
.reveal section.contrast2 h6 {
   color: #00008b;
}

.reveal section.contrast3 a,
.reveal section.contrast3 li,
.reveal section.contrast3 p,
.reveal section.contrast3 h1,
.reveal section.contrast3 h2,
.reveal section.contrast3 h3,
.reveal section.contrast3 h4,
.reveal section.contrast3 h5,
.reveal section.contrast3 h6 {
   color: #111111;
}
.reveal section.contrastRed a,
.reveal section.contrastRed li,
.reveal section.contrastRed p,
.reveal section.contrastRed h1,
.reveal section.contrastRed h2,
.reveal section.contrastRed h3,
.reveal section.contrastRed h4,
.reveal section.contrastRed h5,
.reveal section.contrastRed h6 {
   color: #96070d;
}

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

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

/*********************************************
 * PROGRESS BAR
 *********************************************/

.reveal .slide-number {
   font-size: 15px;
}

/*********************************************
 * Extra styles for code, animations, ...
 *********************************************/

section pre {
   background-color: #000000;
}

span a.source, span span.source {
   /*TODO Styling für SourceLinks */
   font-size: .5em;
   position:absolute;
   /*top:-50px;*/
   z-index: 1;
}

section[data-fullscreen-img] a.source, section[data-fullscreen-img] span.source {
   /*TODO Styling für SourceLinks */
   position: fixed;
   width: 400px;
   height: 20px;
   z-index: 40;
   right: 10px;
   bottom: 10px;
}

section[data-background] a.source, section[data-fullscreen-img] span.source {
   /*TODO Styling für SourceLinks */
   position: fixed;
   width: 400px;
   height: 20px;
   z-index: 40;
   right: 10px;
   bottom: 10px;
}

svg text {
   fill: #FFDD00;
}

svg text.withBackground {
   fill: black;
}

svg text.highlight {
   fill: red;
}

svg path.highlight {
   fill:none;
   stroke:#ff0000
}

svg path.background {
   fill: white;
   fill-rule: evenodd;
   fill-opacity: 0.90;
}

svg path.border {
   stroke: #161412;
   stroke-width: 1.5;
   stroke-linecap: butt;
   stroke-linejoin: miter;
   stroke-dasharray: none;
}

.left {
   text-align: left;
}

.red {
   color: red;
}
.green {
   color: green;
}

ul.proContra, ul ul.proContra, ul ul ul.proContra {
   list-style-type:none;
}

/*http://www.amp-what.com/unicode/search/dingbats*/
/*http://www.evotech.net/articles/testjsentities.html*/
ul.proContra > li.contra:before , ul.proContra > li.contra:before {
   content: '\2798\0000a0';
   color: red;
}

ul.proContra > li.neutral:before , ul.proContra > li.neutral:before {
   content: '\2799\0000a0';
}

ul.proContra > li.pro:before , ul.proContra > li.pro:before {
   content: '\279A\0000a0';
   color: green;
}

td.check:before, span.check:before {
   content: '\2714';
   color: green;
}
td.fail:before, span.fail:before {
   content: '\2718';
   color: red;
}

.reveal section img.qrcode {
   min-width: 600px;
   min-height: 600px;
   max-width: 1000px;
   max-height: 1000px;
}

.reveal section img.backref {
   border-radius: 10px;
   max-height: 100px;
}

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

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

.reveal pre {
   max-width: 90%;
   min-width: 60%;
}

.reveal pre code {
   font-size: 120%;
   max-height: 850px;
}

.reveal h6 {
   position: fixed;
   margin-left: 2.5%;
   font-size: 0.9em;
   text-decoration: underline;
}

.reveal h1 {
   margin-top: 150px;
}

.reveal section.center h1, .reveal section h2 + h1, .reveal section h3 + h1,
.reveal section section.center h1, .reveal section section h2 + h1, .reveal section section h3 + h1 {
   margin-top: 0;
}

.reveal h6 + h1, .reveal h6 + h2, .reveal h6 + h3, .reveal h6 + h4, .reveal h6 + h5, .reveal h6 + ul, .reveal h6 + ol, .reveal h6 + p, .reveal h6 + div {
   margin-top: 70px;
}

div.legalInformation {
   position: fixed;
   bottom: 35px;
   text-align: right;
   right: 130px;
   width: 80%;
   height: 32px;
   z-index: 101;
}
div.legalInformation a {
   font-size: 24px;
}