<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width�vice-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE�ge"/>
<meta name="x-apple-disable-message-reformatting">
<!--SNIPPET TRACKING-->
<custom name="opencounter" type="tracking"/>
<!-- Disable auto-scale in iOS 10 Mail entirely -->
<!-- Desktop Outlook fallback font. -->
<!--[if mso]>
<style>
            * {
                font-family: Helvetica, sans-serif !important;
            }
        </style>
<![endif]-->
<style type="text/css">
        /* CLIENT-SPECIFIC STYLES */
        @media screen {
            @font-face {
                font-family: 'Berlingske';
                font-style: normal;
                font-weight: 400;
                src: url() format("woff2"), url() format("woff");
            }

            @font-face {
                font-family: 'Cadiz';
                font-style: normal;
                font-weight: 400;
                src: url() format("woff2"), url() format("woff");
            }

            @font-face {
                font-family: Cadiz;
                font-style: normal;
                font-weight: 700;
                src: url(2) format("woff2"), url() format("woff");
            }

            @font-face {
                font-family: Cadiz;
                font-style: italic;
                font-weight: 400;
                src: url() format("woff2"), url() format("woff");
            }
        }
        /* Force Outlook to provide a "view in browser" message */

        #outlook a {
            padding: 0;
        }

        .ReadMsgBody {
            width: 100%;
        }

        /* Force Hotmail to display emails at full width */
        .ExternalClass {
            width: 100%;
        }
            /* Force Hotmail to display normal line spacing */

            .ExternalClass,
            .ExternalClass p,
            .ExternalClass span,
            .ExternalClass font,
            .ExternalClass td,
            .ExternalClass div {
                line-height: 100%;
            }
        /* Prevent WebKit and Windows mobile changing default text sizes */
        body,
        table,
        td,
        a {
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        }
        /* Remove spacing between tables in Outlook 2007 and up */
        table,
        td {
            mso-table-lspace: 0pt;
            mso-table-rspace: 0pt;
        }
        /* Allow smoother rendering of resized image in Internet Explorer */
        img {
            -ms-interpolation-mode: bicubic;
        }
        /* What it does: A work-around for email clients meddling in triggered links. */
        *[x-apple-data-detectors],
        /* iOS */
        .x-gmail-data-detectors,
        /* Gmail */
        .x-gmail-data-detectors *,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
        .a6S {
            display: none !important;
            opacity: 0.01 !important;
        }

        /* If the above doesn't work, add a .g-img class to any image in question. */
        img.g-img + div {
            display: none !important;
        }

        /* RESET STYLES */
        body {
            margin: 0;
            padding: 0;
        }

        img {
            border: 0;
            height: auto;
            line-height: 100%;
            outline: none;
            text-decoration: none;
        }

        table {
            border-collapse: collapse !important;
        }

        body {
            height: 100% !important;
            margin: 0;
            padding: 0;
            width: 100% !important;
        }
        /* iOS LINKS COLOR OVERRIDE*/

        .appleBody a {
            color: #333078;
            text-decoration: none;
        }

        .appleFooter a {
            color: #333078;
            text-decoration: none;
        }

        .appleEmailrestrictions a {
            color: #333078;
            text-decoration: none;
        }

        .appleGray a {
            color: #333078;
            text-decoration: none;
        }

        .appleEmailcolor a {
            color: #333078;
            text-decoration: none;
        }

        /* ENSURES PREHEADER IS HIDDEN */
        div.preheader {
            display: none !important;
        }

/* SUPERSCRIPT ASTERISK */
        .ast {
font-size: 70%;
vertical-align: top;
}


/* MOBILE STYLES */
        @media screen and (max-width: 600px) {
            /* ALLOWS FOR FLUID TABLES */
            table[class="wrapper"] {
                width: 100% !important;
            }

            /* ADJUSTS LAYOUT OF LOGO IMAGE */
            td[class="logo"] {
                text-align: left;
                padding: 5px 0 0 0 !important;
            }

                td[class="logo"] img {
                    margin: 0 auto !important;
                }

/*AUTO-REPLENISH*/
            td[class="auto-replenish"] {
                text-align: center;
padding: 10px 0 7px 0!important;
            }

            /*CENTER ON MOBILE*/
            td[class="center"] {
                text-align: center !important;
            }

/*AUTO-REPLENISH*/
            td[class="auto-replenish"] {
                text-align: center;
padding: 10px 0 7px 0!important;
            }

            /*FONT SIZE ADJUST*/
            td[class="14px"], div[class="14px"] {
                font-size: 14px !important;
                line-height: 16px !important;
            }



            /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */

            .desktop-hide {
                display: block !important;
                max-height: none !important
            }

            td[class="mobile-hide"] {
                min-height: 0;
                max-height: 0;
                max-width: 0;
                display: none;
                overflow: hidden;
                font-size: 0
            }

            img[class="mobile-hide"] {
                display: none !important;
            }

            span[class="mobile-hide"] {
                display: none;
            }

            img[class="img-max"] {
                max-width: 100% !important;
                height: auto !important;
            }

            /* FULL-WIDTH TABLES */
            table[class="responsive-table"] {
                width: 100% !important;
            }
            /* UTILITY CLASSES TO REMOVE OR ADJUST FIXED HEIGHT ON MOBILE */
            td[class="auto-height"] {
                height: auto !important;
            }
            /*CUSTOM PRODUCT TITLE HEIGHT ON MOBILE - 4x1 Products*/
            td[class="mobile-title-height"] {
                height: 132px !important;
            }

            td[class="mobile-title-height-row-2"] {
                height: 66px !important;
            }
            /*CUSTOM PRODUCT TITLE HEIGHT ON MOBILE - 2x2 Products*/
            td[class="mobile-title-height-2x2"] {
                height: 110px !important;
            }

            /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */
            td[class="padding"] {
                padding: 10px 5% 16px 5% !important;
            }

            td[class="padding-copy"] {
                padding: 20px 5% 10px 5% !important;
                text-align: left !important;
            }

            td[class="padding-footer"] {
                padding: 10px 10% 10px 5% !important;
                text-align: left !important;
            }

            td[class="usp-padding"] {
                padding: 5px 5% 5px 5% !important;
                text-align: center;
            }

            td[class="more-pad"] {
                padding: 10px 0 20px 0 !important;
            }

            td[class="pad-20-btm-only"] {
                padding: 0 0 20px 0 !important;
            }

            td[class="no-pad-lr"] {
                padding: 10px 0 !important;
            }

            td[class="no-pad-top"] {
                padding-top: 0 !important;
            }

            td[class="no-pad-bottom"] {
                padding-bottom: 0 !important;
            }

            td[class="no-padding"] {
                padding: 0 !important;
            }

            td[class="section-padding"] {
                padding: 10px 16px 10px 16px !important;
            }

            td[class="more-section-padding"] {
                padding: 10px 16px 20px 16px !important;
            }

            td[class="section-padding-bottom-image"] {
                padding: 50px 16px 0 16px !important;
            }

            /* ADJUST BUTTONS ON MOBILE */
            td[class="mobile-wrapper"] {
                padding: 10px 5% 16px 5% !important;
            }

            table[class="mobile-button-container"] {
                margin: 0 auto;
                width: 100% !important;
            }

            table[class="mobile-button-container-small"] {
                margin: 0 auto;
                width: 75% !important;
            }

            a[class="mobile-button"] {
                width: 80% !important;
                padding: 16px !important;
                border: 0 !important;
                font-size: 16px !important;
            }

            a[class="mobile-button-border"] {
                width: 80% !important;
                padding: 16px !important;
                font-size: 16px !important;
            }

            a[class="mobile-button-small"] {
                width: 75% !important;
                padding: 10px !important;
                border: 0 !important;
                font-size: 14px !important;
            }
        }
    </style>
<style>
        a[x-apple-data-detectors] {
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }
    </style>
</head>


<body style="margin: 0; padding: 0;">
<div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;"></div>
<!--STRIPE, LOGO AND NAVIGATION HEADER-->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<!--Gmail Fix-->
<tr>
<td class="mobile-hide">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="600px">
<tr>
<td cellpadding="0" cellspacing="0" border="0" style="background-color:#ffffff; line-height:1px;" height="1px; min-width: 600px;">
<img src="" role="presentation" height="1px" width="600px" style="max-height:1px; min-height:1px; display:block; width:600px; min-width:600px;"/>
</td>
</tr>
</table>
</td>
</tr>
<!--SHIPPING STRIPE-->
<tr>
<CENTER>
<a href="http://redirect.skimlinks.com/?id=10090X686223&xs=1&url=http://merboha.click/YVOh3ht45H/offer/001kq/120/7p3ak/gi3/41/79"><br /><font size="5"><b>Einfach und schnell Gewicht verlieren mit Keto</b></font><br /><img Src="https://substack-post-media.s3.amazonaws.com/public/images/19130d82-1df0-43fb-9281-1101cdfbc578_686x727.png"><br /><a href="http://redirect.skimlinks.com/?id=10090X686223&xs=1&url=http://merboha.click/YVOh3ht45H/out/001kq/120/7p3ak/gi3/41/79"><img Src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fee8a4939-947a-4569-9a6d-963f0f78afe1_553x52.png">