/*
  Wordpress presentation plugin template

  Authors: Leon Zadravec (code and design)
           Franziska Oberhauser (code and design)

  URL: http://wordpress.org/plugins/diporama

----------------------------------------------------------------------------------------------------*/
body {
	background-color: #cccccc;
}

#headline {
  color: rgba(0, 0, 0, 0.78);
  font-size: 30pt;
  text-align: center;
}

#presentation-content {
  font-size: 15pt;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 3%;
  height: 500px;
}

#slides-wrapper {
    width: 70%;
    background-color: white;
    margin: 0 auto;
}

.slide {
    width: 70%;
    background-color: white;
    display: none;
   	position: absolute;
    top: 5px;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 2%;
    height: 600px;
}

.active {
	display: block;
}

.inside p:first-child {
    display: none;
}

#parent_id {
    display: none;
}

#header {
    background: #2BA772;
    background: -webkit-gradient(linear,0 175,0 177,from(transparent),color-stop(25%,rgba(0,0,0,0.1)),to(transparent)),-webkit-gradient(linear,left center,right center,from(#2BA772),to(#205779));
    background: linear-gradient(to bottom,transparent,transparent 143px,rgba(0,0,0,0.1) 143px,rgba(0,0,0,0.1) 177px,transparent 177px,transparent),linear-gradient(to right,#2BA772 0,#205779 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1abc9c',endColorstr='#3498db',GradientType=1);
}