
/* Text Hintergrundfarbe */
.preisschild {
    margin-top:-30px;
    margin-left:0px;
    width:120px;
    height:60px;
    line-height: 60px;
    border-radius: 10%;
    text-align: center;
    font-size: 22px;
    color:white;
    text-shadow: 1px 1px black;
    font-weight:800;
    /*border: 4px solid black;*/
    background:#d72742;

    -ms-transform: rotate(-6deg); /* IE 9 */
    -webkit-transform: rotate(-6deg); /* Safari 3-8 */
    transform: rotate(-6deg);
}

.preisschild_2 {
    margin-top:-50px;
    margin-left:0px;
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color:white;
    text-shadow: 1px 1px black;
    font-weight:800;
    /*border: 4px solid black;*/
    background:#d72742;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari 3-8 */
    transform: rotate(-10deg);
}

.preisschild_bg {
    margin-top:-40px;
    width:150px;
    height:80px;
    line-height: 80px;
    font-size: 28px;
    color:white;
    text-shadow: 1px 1px black;
    font-weight:800;
    text-align:center;
    /*border: 4px solid black;*/
    /*background:green;*/
    background-image:url("/images/Aktuell/icon_price.png");
    background-repeat:no-repeat;
    -ms-transform: rotate(-0deg); /* IE 9 */
    -webkit-transform: rotate(-0deg); /* Safari 3-8 */
    transform: rotate(-0deg);
}


/* rot */
.rot {
    display: inline;
    /* font-size:35px; */
    /*line-height:148%;*/
    font-weight:normal;
    background-color:#d72742;
    color:white;

}

.hellblau {
    display: inline;
    /* font-size:35px; */
    /*line-height:148%;*/
    font-weight:normal;
    background-color:#b4d5ff;
    color:black;

}
