

div.Vorteile ul {
    list-style-type: "+ ";
    color: #009900;
}

div.Nachteile ul {
    list-style-type: "- ";
    color: #990000;
}

a {
    text-decoration: none;
    color: #1f8dd6;
    /*font-weight: bold;*/
}

a:hover {
    background-color: #1f8dd6;
    color: #ffffff;
    font-weight: bold;
}

div.pure-u-sm-0, div.pure-u-md-0, div.pur-u-lg-0, div.pure-u-xl-0 {
    display: none;
}

img.device-icon {
    width: 20%;
}

img.home-image {
    width: 50px;
}


.header h1 {
    font-size: 2em;
}

.header h2 {
    color: #666666;
}

.pure-u-md-1-4 h4 {
    margin-top: 1em;
}
.pure-u-md-3-4 p, pure-u-md-3-4 ul {
    margin-top: 1em;
}