* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
    --c-text: #242424;
    --c-text-body: rgba(0, 0, 0, 0.8);
    --c-accent: #FF004C;
}


/**
 * General
 */

body {
    /* background: #eee; */
    font-family: var(--t-sans);
    font-weight: 400;
    font-style: normal;

    border: 8px solid white;
    overflow-x: hidden;
}
main {
    
}
@media (min-width: 800px) {
    body {
        border: 64px solid white;   
    }
}

.rezept {
    font-size: 125%;
    padding: 5%;
    background: #E4E0E6;
    
    --t-sans: "proxima-nova",
    sans-serif;
    --t-serif: "ff-tisa-web-pro",
    serif;
}

.rezept article {
    max-width: 740px;
    margin: 0 auto;
}
.rezept p+p {
    margin-top: 1em;
}

.rezept h1 {
    text-align: center;
}


.rezept p {
    font-size: 16px;
}


/**
 * Elements
 */

article img {
    width: 100%;
    margin: 5rem 0;
    box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.05), 0px 0px 50px rgba(0, 0, 0, 0.07)
}

.rezept hr {
    margin: 10% 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0)
}

blockquote p {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}

/**
 * Text Styles
 */

.rezept h1 {
    font-weight: 600;
    font-size: 50px;
    margin-top: 1em;
    line-height: 1.1;
}

.rezept h1+article {
    margin-top: 4rem;
}

.rezept article p {
    font-size: 1.15rem;
}

.rezept article {
    font-family: var(--t-serif);
}

.rezept h2 {
    opacity: 0.5;
    font-weight: 400;
    margin-bottom: 2rem;
    font-family: sans-serif;
}

.rezept h1+h2 {
    font-size: 50px;
}

@media (max-width: 800px) {
    .rezept h1 {
        font-size: 32px;
    }

    .rezept h1+h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .rezept blockquote p {
        font-size: 24px;
    }

    .rezept img {
        margin: 2rem 0;
    }
}

.rezept h2+ul {
    display: block;
    margin-left: 50%;
    margin-top: -20rem;
    position: relative;
    top: -4.9rem;
}
.rezept aside + article {
    margin-top: 4rem;
}

.rezept h3 {
    display: block;
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: 600;
    margin-top: 1.5em;
}


.rezept h4 {
    font-weight: 500;
    line-height: 1.6;
    display: inline-block;
    color: var(--c-accent);
}

.rezept h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
}

.rezept p {
    line-height: 1.6;
}

.rezept ul,
.rezept ol {
    padding: 0;
}

.rezept li {
    line-height: 1.5;
}

.rezept li :not(a) {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}

.rezept a {
    text-decoration: none;
    color: var(--c-text);
    font-weight: 600;
    line-height: 1.5;
    text-indent: 0;
    transition: background 0.125s;
}

.rezept a:hover {
    color: var(--c-accent);
}


/**
 * Spacing
 */

.rezept>*+* {
    margin-top: 1.5rem;
}

.rezept li+li {
    margin-top: 0.5em;
}

.rezept h1+h2 {
    margin-top: 0;
}



.rezept h2 {
    margin-bottom: 1rem;
}

.rezept h2+p {
    margin-top: 3rem;
}

.rezept h2+ul,
.rezept h2+ol {
    margin-top: 3rem;
}

.rezept p+h2 {
    margin-top: 6rem;
}

.rezept ul+h2 {
    margin-top: 6rem;
}

.rezept h4,
.rezept h5 {
    margin-top: 4rem;
}

.rezept h5+p {
    margin-top: 1em;
}


/**
 * Media Queries
 */

@media (max-width: 1200px) {
    .rezept img {
        box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.05), 0px 0px 50px rgba(0, 0, 0, 0.07);
    }
}

table {}

table td {
    font-feature-settings: "tnum";
}

.avatar {
    text-align: center;
    margin-top: 4rem
}



@media (min-width: 800px) {

    .layout-rezept {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 64px;

    }
    .rezept aside+article {
      margin-top: 0rem;
    }


}

.box ul {
    font-size: 1rem;
    list-style-type: none;
    margin: 0;
}

.avatar>img {
    border-radius: 64px;
    width: 64px;
    margin: 0;
    box-shadow: none;
}

.avatar p {}

.intro {
    font-family: var(--t-serif);
    font-style: italic;
}

.intro p {
    line-height: 1.4;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.8);
}



.rezept h1 {
    color: #432E36;
}

.rezept {
    color: #432E36;
}

.rezept a {
    color: #7D5C65;
}

.rezept ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: 0;
}

.rezept ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    margin-bottom: 2rem;
    font-size: 1.15rem;
}

.rezept ol li::before {
    font-feature-settings: "tnum";
    content: counter(my-awesome-counter);
    font-style: italic;
    font-size: 2.5rem;
    margin-right: 1rem;
    margin-top: -1rem;
}
