body {
    background-color: #e3e3e2;
    padding: 15px 40px;
}


/* courgette-regular - latin */

@font-face {
    font-family: 'Courgette';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/courgette-v8-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Courgette Regular'), local('Courgette-Regular'), url('../fonts/courgette-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/courgette-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/courgette-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/courgette-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/courgette-v8-latin-regular.svg#Courgette') format('svg');
    /* Legacy iOS */
}


/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

.logo-lamken {
    margin: 10px;
}

h2 {
    color: #000000;
    font-family: 'Courgette';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 2.8em;
    margin: 40px 0px 0px 0px;
}

.balken {
    height: 15px;
    background-color: #000000;
    width: 100%;
    margin: 10px 0px 20px 0px;
}

span.preis {
    float: right;
}

.produkt,
.preis {
    color: #000000;
    font-size: 1.5em;
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}
.produkteinzeln p {
    font-size:14px;
    color: #000000;
}

.erklaerung {
    text-align: center;
    margin: 40px 0px 10px 0px;
}
a {
    color: #000000;
}
a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

/* -------------------------------------------------------------------------------------------*/

@media (min-width: 320px) {
    body {
        padding: 15px;
}
    h2 {
        font-size: 2.3em;
    }
    .produkt,
    .preis {
        font-size: 1.0em;
        font-weight:400;
    }
    .produkteinzeln p {
        font-size:10px;
    }
    .produkteinzeln .produktbold {
        padding: 10px 0px 0px 0px;
        font-size:14px;
        font-weight:600;
        text-align: center;
    }
    .balken {
        height: 10px;
    }
}
@media (min-width: 375px) {
    body {
        padding: 15px;
}
    h2 {
        font-size: 2.5em;
    }
    .produkt,
    .preis {
        font-size: 1.2em;
        font-weight:400;
    }
    .produkteinzeln p {
        font-size:12px;
    }
    .produkteinzeln .produktbold {
        font-size:1.2em;
        font-weight:600;
        text-align: center;
    }
    .balken {
        height: 10px;
    }
}
@media (min-width: 600px) {
    body {
        padding: 35px;
}
    h2 {
        font-size: 2.3em;
    }
    .produkt,
    .preis {
        font-size: 1.4em;
        font-weight:400;
    }
    .produkteinzeln p {
        font-size:13px;
    }
    .produkteinzeln .produktbold {
        font-size:1.4em;
        font-weight:600;
        text-align: center;
    }
    .balken {
        height: 12px;
    }
}

@media (min-width: 768px) {
        body {
        padding: 40px;
}
    h2 {
        font-size: 2.8em;
    }
    .produkt,
    .preis {
        font-size: 1.8em;
        font-weight:400;
    }
    .produkteinzeln p {
        font-size:14px;
    }
    .produkteinzeln .produktbold {
        font-size:1.8em;
        font-weight:600;
        text-align: center;
    }
    .balken {
        height: 12px;
    }
}


@media (min-width: 992px) {
    h2 {
        font-size: 3.5em;
    }
    .produkt,
    .preis {
        font-size: 2.1em;
        font-weight:400;
    }
        .produkteinzeln p {
        font-size:18px;
    }
    .produkteinzeln .produktbold {
        font-size:2.1em;
        font-weight:600;
        text-align: center;
    }
}


@media (min-width: 1200px) { }