@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.bild img {
    width: 100%;
    height: auto;
}

.bild {
    line-height: 0;
}

h1 {
    font: 400 18px/20px 'Open Sans', sans-serif;
    color: #8B2818;
    
}

p,
ul {
    font-size: 0.8em;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
}

.info {
    background-color: #fdfaf2;
    padding: 5%;
}

img {
    color: #AA511D;
}

ul li {
   list-style: none;
}

.preis {
    margin-left: 10px;
    font-weight: 600;
    color:#AA511D;
    float: right;
}

.dick {
    font-weight: 600;
}

.klein {
    font-size: 10px;
}