@import 'awesome.css';

body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 10pt;
    color: #575756;
    margin: 0px;
    background-color: #fff;
}

a {
    color: #575756;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

h1 {
    font-size: 13pt;
}

h2 {
    font-size: 10pt;
    margin-bottom: 0px;
}

.logo-wrapper {
    max-width: 200px;
    margin: 0 auto;

}
.artikel-wrapper {
    max-width: 320px;
    margin: 0 auto;
}
.artikel-details-preis {
    font-size: 1rem;
}
