@charset "utf-8";

#shadowing
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #555;
    z-index:10;
    opacity:0.8;
    filter: alpha(opacity=80);
}

#box 
{
    display: none;
    position: absolute;
    top: 10%;
    left: 10%; 
    width: 290px;
    height: 490px;
    padding: 34px;
    margin:0;
    border: 1px solid black;
    background-color: white;
    z-index:101;
    overflow: hidden;

}

#box p {
    margin-bottom: 10px;
}
#grund0 {
    background-color: #ffffff;
    color: #000000;
}
#boxtitle
{
    position:absolute;
    top:0;
    left:-8px;
    width:100%;
    height:24px;
    padding:0;
    padding-top:4px;
    padding-left:8px;
    margin:0;
    border-bottom:4px solid #DDDDDD;
    background-color: #76418C;
    color:#FFFFFF;
    text-align:center;
    font-size: 90%;
}

@media screen and (max-width: 360px) {
    

#box 
{
    display: none;
    position: absolute;
    top: 1%;
    left: 1%;
    width: 300px;
    height: 480px;
    padding: 36px 0 0 5px;
    margin:0;
    border: 1px solid black;
    background-color: white;
    z-index:101;
    overflow: hidden;
}

#box p {
    margin-bottom: 10px;
}
#grund0 {
    background-color: #ffffff;
    color: #000000;
}
#boxtitle
{
    position:absolute;
    top:0;
    left:-8px;
    width:100%;
    height:24px;
    padding:0;
    padding-top:4px;
    padding-left:8px;
    margin:0;
    border-bottom:4px solid #DDDDDD;
    background-color: #76418C;
    color:#FFFFFF;
    text-align:center;
    font-size: 85%;
}
}