/** Copyright Heinz Beilharz



    13-06-2017
    Geändert: 01-07-2017
*/



/* Spendenfortschritt */

#bar    {
    width: 95.75%;
    height: auto;
    float: left;
    background: rgba(255,255,255,0.8);   /* Transparenz des Hintergrundes */
    margin: 0 0 10px 9px;
 }

#progressbar    {

    width: 95%;

    height: 40px;

    margin: 0 auto;

    border: none;

    position: relative;

    top: -10px;

    left: 0;

}

.spenden    {
    width: 100%;
    max-height: 20px;
    padding-bottom: 25px;
}

.spenden p   {
    padding: 10px;
    /*font-size: 110%;*/
    font-size: 18px;
    font-weight: bold;
    color: #0095D8;
}



/* meine Änderungen */

.ui-progressbar {

    background-color: #33CC66;  /* Grün */

    background-image: url(fotos/schlamm2.jpg);

    border: none;

    /*box-shadow: 5px 5px 5px rgb(210,210,210);*/
    box-shadow: none;

    margin: 0;

    padding: 0;

    height: auto;

    position: relative;
    z-index: 10;

}

.ui-progressbar .ui-progressbar-value {

	border: none;

	background-color: #0099FF;

    background-image: url(fotos/wasser.jpg);

    animation-duration: 0.4s;  /* Animation */

    animation-name: slidein;

    margin: 0;

    padding: 0;

    position: relative;

    top: 0;

    left: 0;

    z-index: 1;

}

.ui-progressbar-value:before   {  /* Angaben im Feld */
    content: "73% - am 31.07.17";   /* Hier eintragen */
    color: white;
    position: relative;
    top: 8px;
    /*left: 20px;*/
    z-index: 2;
    /*text-align: right;*/
    float: right;
    padding-right: 30px;
}

.pegel    {

    border: none;

    width: 95%;

    height: auto;

    /*height: 100px;*/

    position: relative;

    top: 25px;

    left: 0;

    z-index: 500;
    /*margin: 0;
    padding: 0;*/
    margin: 0 auto;

}

.pegel:before  {

    content: "Pegelstand 924 m";
    color: white;
    font-weight: bold;
    font-size: 100%;
    width: 100%;
    position: relative;
    top: -3px;
    left: 84%;
    z-index: 100;
}

@media only screen and (max-width:980px)    {  /* Smartphones */
    .pegel:before  {
        content: " ";
    }
    #progressbar    {
        top: 80px;
        left: 0;
    }
    #bar    {
        max-width: 100%;
        margin: 5px 0 70px 9px;
    }
    article {
		background-image: none;
    }
}