#pixeldiv {
    width: 1000px;
    height: 1000px;
    border: 20px solid #ffffff;
}

#pixelinfo {
    /* border: 5px double orange; */
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.931);
    color:#333;
    position:absolute;
    top: 300px;
    left: 200px;
    width: 250px;
    height: 200px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    /* Fade-In der Infobox */
    transition: top 0.4s, left 0.4s, visibility 0.5s, opacity 0.5s linear;
    box-shadow: 3px 3px 5px black;
}

#pixelinfo p{
    margin:7px 0px;
    line-height: 22px;
}

#pixelinfo a{
    text-decoration: none;
    color:bisque;
}

#pixelinfo img{
    margin-top:10px;
}

.onmouseover {
    cursor: grab;
}

main article {
    background-color: transparent;
}

section td {
    min-width: 50px;
}

table a{
    text-decoration: none;
}

#mitmachen{
    background-image: url("../img/mitmachen.png");
    background-repeat: no-repeat;
    color: #008eb2;
    width: 890px;
    height: 250px;
    display:block;
    margin: 0 0 0 8%;
    padding: 12% 0 0 20%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

#mitmachen:hover{
    color: red;
}

#mitmachen h1{
    margin: 0 0 15px 0;
    font-style: italic;
}

#mitmachen2{
    margin: 20px auto;
    display: block;
    width: 400px;
}

p.schmaler{
    width:82%;
    margin: 0px auto 40px auto;
    text-align: justify;
}

.donate-5{
    fill:rgb(0, 255, 0);
    opacity: 0.95;

}
.donate-4{
    fill:rgb(0, 190, 0);
opacity: 0.95;

}
.donate-3{
    fill:green;
opacity: 0.95;
;
}
.donate-2{
    fill:rgb(0, 77, 0);
opacity: 0.95;;

}
.donate-1{
    fill:rgb(0, 31, 0);
opacity: 0.95;

}

.donated{
    fill:white;
}

.schalter{
    border-width: 0px;
    background-color: rgb(52, 113, 255);
    border-radius: 10px;
    font-weight:bold;
    font-size: 15px;
    cursor: pointer;
    padding: 10px;
    float: right;
    color: white;
}

#bausteinauswahl{
    text-align: left;
    margin: auto;
    width: 700px;
    display:flex;
}

#bausteinauswahl img{
    width:150px;
    height:150px;
    margin-right: 50px;
    margin-top: 50px;
}

#eurobasis{
    width:300px;
    display:block;
}


#wert{
    background-color: yellow;
}

#weiter{
    /* float:right;  */
    margin: 20px;
    font-size:20px; 
    font-weight: bold; 
    color: #008eb2; 
    color:#333;
    background-color:#9bf4c8; 
    background-color:#f1c213;
    border-radius:10px; 
    border:2px solid #f37b64;
    padding:10px 20px; 
    text-decoration:none;
}

#weiter:disabled{
    color:white;
    background-color: rgb(214, 214, 214);
    border: 0px;
}