
body {
  background: url('../../../images/WMDB-Entwicklungshilfe-Praesi-BG-Start.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;
}

.reveal {
  color: #222; }

::selection {
  color: #222;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  color: #222;
}


/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #ea5b0c;
}

.reveal a:hover {
  color: #ea5b0c;
  text-decoration: underline;
}


.reveal a:hover img {
  border-color: #222;
}

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

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

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

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

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

.reveal .progress span {
  background: #222;
}

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #222; }

.reveal .slides > section, .reveal .slides > section > section{
  padding-top:3%;
}
.col{

}
.col:after{
  clear: both;
}
.col-2{
  float: left;
  width: 50%;
}
.follow-icon img{
  max-width: 50px;
  vertical-align: middle;
}

.reveal pre code {
  padding: 15px;
  font-size: 1.5em;
  line-height: 1.1;
  max-height: 500px;
}
.reveal .progress span {
  background: #ea5b0c;
}

.reveal section.img_container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.reveal section img {
  display: block;
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
