html {
    font-family: "Noto Sans", "Open Sans", "Arial", sans-serif;
}
.logo {
    margin: 0 auto 1rem;
    width: 17rem;
}
.logo > img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-family: 'LoveYaLikeASister', serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    letter-spacing: .1rem;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8), -1px -1px 1px rgba(255, 255, 255, .8);
}
h1 > span, nav {
    display: block;
}
.title {
    padding: 0 0 2rem;
    font-size: 200%;
}
.subtitle {
    padding: 0 0 1.5rem;
    font-size: 150%;
    line-height: 1.35;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6), -1px -1px 1px rgba(255, 255, 255, .6);
}
nav {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5), -1px -1px 1px rgba(255, 255, 255, .5);
    margin: 0 0 1rem;
}
b, h4 {
    font-family: 'LoveYaLikeASister', serif;
    font-size: 110%;
    font-weight: normal;
    letter-spacing: .1rem;
    padding: 0 .2rem;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5), -1px -1px 1px rgba(255, 255, 255, .5);
}
p, h4 {
    padding: 0;
    margin: .5rem 0;
    line-height: 2rem;
}
h4, .spacebefore {
    margin-top: 1.5rem;
}
[href] {
    color: #046;
    text-decoration: none;
    border-bottom: 1px solid #046;
    margin: 0 .1rem 0 1rem;
    padding: 0 .2rem;
    position: relative;
}
.logo > a[href] {
    display: inline-block;
    line-height: 1;
    border: 0;
    margin: 0;
    padding: 0;
}
.indent, .note {
    margin-left: 1.2rem;
    position: relative;
}
.note:before, [href]::before {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
}
[href]::before {
    content: '›';
    left: -.7rem;
    bottom: -.3rem;
    font-family: 'LoveYaLikeASister', serif;
    font-size: 1.5rem;
    font-style: italic;
}
.external[href]::before {
    content: '↗';
    top: -.3rem;
    left: -.9rem;
    font-family: "Noto Sans", "Open Sans", "Arial", sans-serif;
    font-size: .9em;
    font-style: normal;
}
.logo > a[href]::before {
    content: none;
}
.note:before {
    content: '♪';
    left: -1.3rem;
    top: -.3rem;
    font-size: 1.75rem;
}
.wichtig {
    font-size: 120%;
}
a[href]:hover {
    background: #eee;
}
.indent > [href]:first-child {
    margin-left: -.2rem;
}
.indent > [href]:first-child::before {
    left: -1rem;
}
form > label {
    display: block;
}
input,
textarea {
    width: 100%;
}
input[type='checkbox'],
input[type='radio'] {
    width: auto;
    min-width: 0;
}
.leerlassen {
    display: none;
    visibility: hidden;
}
.errormessage {
    padding: 1em;
    margin: 2em 0;
    color: #c00;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #f00;
}

@media screen {
    html {
        padding: 0;
        margin: 0;
        color: #000;
        background: #fff;
    }
    body {
        padding: 2.5rem 1.5rem;
        margin: 0;
        font-size: 95%;
    }
    nav [href] {
        margin-right: 1em;
    }
}
@media screen and (min-width: 44em) {
    html {
        position: relative;
        background: url(gras.jpg) #79a031 top center;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, .2), -1px -1px 1px rgba(255, 255, 255, .2);
    }
    html::after,
    html::before {
        content: '';
        background: url(gras-blur.jpg);
        border-radius: 5rem;
        position: absolute;
        opacity: .3;
        z-index: 1;
    }
    html::after {
        top: 4rem;
        left: 4rem;
        right: 4rem;
        bottom: 4rem;
        background-position: top -4rem center;
    }
    html::before {
        top: 5rem;
        left: 5rem;
        right: 5rem;
        bottom: 5rem;
        background-position: top -5rem center;
    }
    body {
        position: relative;
        border: solid transparent;
        background: #f2ffd7;
        background: radial-gradient(closest-side, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        padding: 0;
        border-image: linear-gradient(#f2ffd7, #f2ffd7);
        border-image: radial-gradient(closest-side,
                                      rgba(255, 255, 255, .68),
                                      rgba(255, 255, 255, .65) 8%,
                                      rgba(255, 255, 255, .6) 18%, rgba(255, 255, 255, .55) 26%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .45) 39.5%,
                                      rgba(255, 255, 255, .4) 45%, rgba(255, 255, 255, .35) 51%, rgba(255, 255, 255, .3) 57%, rgba(255, 255, 255, .25) 62.5%,
                                      rgba(255, 255, 255, .2) 69.5%, rgba(255, 255, 255, .14) 77.5%, rgba(255, 255, 255, .08) 86%, rgba(255, 255, 255, 0.06) 89%,
                                      rgba(255, 255, 255, 0.04) 92%, rgba(255, 255, 255, 0.02) 95%, rgba(255, 255, 255, 0.01) 97%,
                                      rgba(255, 255, 255, 0)
                                     );
        border-image-slice: 49% fill;
        border-width: 5.5rem 5rem 6rem;
        border-image-width: 4rem 7rem 9rem;
        border-image-outset: 0 3rem 2.5rem;
        z-index: 2;
    }
    .title {
        float: left;
        max-width:17rem;
        font-size: 220%;
    }
    .logo {
        float: right;
        margin: 0 0 1rem 2rem;
        width: 13rem;
        border: 1px solid transparent;
        border: 1px solid #00382099;
        background: #fff;
        background: rgba(255, 255, 255, .4);
        background: radial-gradient(closest-side at 50% 60%, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, .6));
        border-radius: 5px;
        box-shadow: 1px 1px 3px rgba(255, 255, 255, .5), -1px -1px 3px rgba(255, 255, 255, .5);
        box-sizing: border-box;
    }
    .logo > a[href] {
        padding: 1rem 1rem 0;
    }
    h1::after {
        content: '';
        display: block;
    }
    .subtitle, nav, h1::after {
        clear: left;
    }
    nav [href] {
        border: 0;
        color: #000;
    }
    a[href]:hover {
        background: #fff;
        background: rgba(255, 255, 255, .5);
    }
}
@media screen and (min-width: 53em) {
    html::after {
        top: 5rem;
        left: 5rem;
        right: 5rem;
        bottom: 5rem;
        background-position: top -5rem center;
    }
    html::before {
        top: 6rem;
        left: 6rem;
        right: 6rem;
        bottom: 6rem;
        background-position: top -6rem center;
    }
    body {
        border-width: 6.5rem 6rem 7rem;
        border-image-width: 5rem 8rem 10rem;
        border-image-outset: 0 3rem 2.5rem;
    }
    .logo {
        width: 17rem;
    }
    .twocolumns {
        clear: right;
    }
    body {
        max-width: 100em;
        margin: 0 auto;
    }
    .twocolumns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .left {
        padding: 0 4rem 0 0;
        flex-grow: 1;
        flex-basis: 40%;
    }
    .right {
        flex-basis: 17rem;
    }
    form {
        display: table;
        width: 100%;
    }
    form > label, form > span {
        display: table-row;
    }
    form > label > *, form > span > * {
        display: table-cell;
        vertical-align: bottom;
        padding: 0 0 1em;
    }
    form > label > :first-child, form > span > :first-child {
        vertical-align: top;
    }
    input,
    textarea {
        width: 100%;
        min-width: 25em;
    }
}
@media screen and (min-width: 67em) {
    html::after {
        top: 6rem;
        left: 6rem;
        right: 6rem;
        bottom: 6rem;
        background-position: top -6rem center;
    }
    html::before {
        top: 7rem;
        left: 7rem;
        right: 7rem;
        bottom: 7rem;
        background-position: top -7rem center;
    }
    body {
        border-width: 7.5rem 7rem 8rem;
        border-image-width: 6rem 9rem 11rem;
        border-image-outset: 0 3rem 2.5rem;
    }
    .title {
        max-width:32rem;
    }
}
@media screen and (min-width: 110em) {
    body {
        border-image-width: 6rem 11rem 14rem;
        border-image-outset: 0 5rem 4.5rem;
    }
}
@media screen and (min-width: 115em) {
    body {
        border-image-width: 6rem 13rem 16rem;
        border-image-outset: 0 7rem 6.5rem;
    }
}
@media screen and (min-width: 120em) {
    body {
        border-image-width: 6rem 15rem 18rem;
        border-image-outset: 0 9rem 8.5rem;
    }
}
@media screen and (min-width: 125em) {
    body {
        border-image-width: 6rem 17rem 20rem;
        border-image-outset: 0 11rem 10.5rem;
    }
}
@media screen and (min-width: 130em) {
    body {
        border-image-width: 6rem 19rem 22rem;
        border-image-outset: 0 13rem 12.5rem;
    }
}

@media print {
    .right {
        display: none;
    }
}

@font-face {
    font-family: 'LoveYaLikeASister';
    src: url('LoveYaLikeASister/LoveYaLikeASister.ttf');
}
