
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 
v7.0.7
*/

html {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-content: center;
    align-items: center;
}
    .error, h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
        text-align: center;
        padding-top: 0.5em;
    }
    h3 {
        font-size: 22px;
    }
    ::selection {
        background-color: #000000;
        color: #ffffff;
    }
    ::-moz-selection {
        background-color: #000000;
        color: #ffffff;
    }
    body {
        margin: 0 0 0 0;
        flex: 0 1 auto;
        align-self: auto;
        background-color: #ffffff;
        color: #000000;
        font-family: 'Noto Sans', sans-serif;
        max-width: 560px;
        width: 100%;
        height: 100%;
        padding-left: 16px;
        padding-right: 16px;
        overflow: auto;
    }
    h1 {
        color: #000000;
        text-align: center;
    }
    .error,
    p {
        color: #000000;
    }
    p, li, ul {
        padding-top: 6px;
        padding-bottom: 2px;
        font-size: 18px;
    }
    .error {
        font-family: "Press Start 2P", cursive;
    }
    .minor {
        color: #a3a3a3;
    }
    a {
        color: #27117F;
        text-decoration: underline;
    }
    a:hover {
        background-color: #A692FA;
        color: #000000;
    }
    .link {
        color: #27117F;
        text-decoration: underline;
    }
    .link:hover {
        background-color: #A692FA;
        color: #000000;
    }
    .faq {
        list-style: none;
    }
    .searchbox {
        border: 1px solid grey;
        border-radius: 5px;
        height: 25px;
        width: 100%;
        padding: 2px 23px 2px 30px;
        outline: 0;
        background-color: #414141;
    }
    .befr {
        padding: 8px;
        border: 3px solid #ffffff;
    }
    .errorimg {
        max-width: 100%;
        width: auto;
        border: 5px solid #ffffff;
    }

.centered {
    text-align: center;
    float: center;
    align-items: center;
}

.grandma-hero {padding-top: 30px; max-height: 150px; max-width: 150px; text-align: center; display: block; margin-left: auto; margin-right: auto; width: 50%;}

.navbar {
    text-align: center;
    float: center;
    align-items: center;
}
.emoticon {
    height: 1em;
    width: 1em;
    margin: 0 0.05em 0 0.1em;
    vertical-align: -0.1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div {
    box-sizing: border-box;
}
.footertext {
    color: #a3a3a3;
    text-align: center;
    font-size: 11px;
    padding-top: 12px;
    padding-bottom: 14px;
}
.update {
    font-size: 16px;
}
.articleimg {
    display: block;
    margin: 0 auto;
    padding-top: 4px;
    max-width: 100%;
}
.logo {
    display: block;
    margin: 0 auto;
    padding-top: 2em;
    max-width: 325px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper {
    position: relative;
    display: flex;
    min-width: 100px;
}
.invisible {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.imprint-gp {
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #3d1a78 0, #5049cc 32%, #7bade2 44%, #fff 60%, #98e8c1 72%, #26ceaa 86%, #078d70 100%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 2s linear infinite textclip;
    padding-top: 14px;
    display: inline-block;
    font-size: 38px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.imprint {
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 2s linear infinite textclip;
    padding-top: 14px;
    display: inline-block;
    font-size: 36px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}