html {
    background-color: #292929;
    color: #f3c947;
    font-weight: bolder;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3em;
    margin: 10px;
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 1em;
    }
}

.info {
    margin-top: 1em;
    font-family: 'Share Tech Mono', monospace;
    color: #82735C;
    padding: 1em 0.3em 0;
    text-align: justify;
}

.values {
    color: #fdf6e3;
    background-color: #424242;
}

td {
    padding: 5px;
}

a:link,
a:visited,
a:active {
    color: #458588;
    text-decoration: none;
}

a:hover {
    color: #f3c947;
}

#loading {
    width: 0%;
    height: 0.4em;
    background-color: #458588;
}

@media only screen and (min-width: 1024px) {

    .box-weather {
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }

    .box-prognose {
        display: inline-block;
        vertical-align: top;
        width: 55%;
    }
}

@media only screen and (min-width: 1500px) {

    .box-weather,
    .box-prognose {
        display: inline-block;
        vertical-align: top;
        width: 35%;
    }
}

@media only screen and (max-width: 768px) {

    .box-weather,
    .box-prognose {
        width: 100%;
    }
}

.fulltextWrapper {
    font-weight: 100;
}

.fulltextWrapper>h2 {
    font-size: 1.2em;
}

.fulltextWrapper>h2::before {
    content: "#";
}

.fulltextWrapper>p {
    color: #fdf6e3;
    text-align: justify;
}

.site-header {
    text-align: center;
    margin: 0.6rem 0 1rem;
}

.site-title {
    font-size: 1.6rem;
    font-family: 'Share Tech Mono', monospace;
    font-weight: 600;
    color: #82735C;
    letter-spacing: -0.5px;
    margin: 0.2rem 0;
}

.accent {
    color: #458588;
}

.site-subline {
    font-size: 0.9rem;
    font-family: 'Share Tech Mono', monospace;
    text-transform: uppercase;
    background-color: #488487;
    color: #292929;
    font-weight: bold;
    margin-top: 0.3rem;
    padding: 0.3rem 0.3rem;
    letter-spacing: 0.1em;
}

#typewriter::after {
    content: "_";
    animation: blink 1s infinite;
    margin-left: 4px;
    color: #292929;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
