/*
Onderka.com CSS 2026
*/

/* Setup */

* {
    font-family: "Rubik", "Helvetica", Sans-Serif;
    padding: 0;
    margin: 0;
    outline: 0;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body, input, select, textarea {
    color: #323232;
    font-family: "Rubik", "Helvetica", Sans-Serif;
}

/* Impressum & Datenschutz */

#content {
    margin: 2em 2em;
}

p.lead {
    color: #000000;
    padding: 0;
    margin: 0;
}

#content #one .major h1 {
    margin-bottom: 0;
}

#content #one .major {
    margin-bottom: 2rem;
}

.on_icon_subpage {
    position: absolute;
    right: 32px;
    top: 32px;
    clear: both;
    max-height: 48px;
    opacity: 0.25;
}

/* Misc */

.intended {
    margin: 1em 0 1em 1em;
    padding: 0 0 0 1em;
    border-left: 2px solid #a0a0a0;
}

a.avatar {
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
}

img.on_icon {
    max-width: 150px;
}

h3 > a.fa {
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    border-bottom: none;
    color: #000000;
}

#on_logo {
    max-height: 48px;
    text-align: baseline;
    margin-top: 8px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    background-color: rgba( 128, 128, 128, 0.05);
    border-color: #969696;
    color: #323232 !important;
}

textarea:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="button"]:hover,
.button:hover {
    background-color: rgba( 128, 128, 128, 0.05);
    border-color: #969696;
    color: #323232 !important;
}

textarea:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="text"]:active,
input[type="email"]:active,
input[type="button"]:active,
.button:active {
    background-color: rgba( 128, 128, 128, 0.05);
    border-color: #969696;
    color: #323232 !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Jockey One";
    font-weight: 500;
    color: #000000;
}

#header h1 {
    font-family: "Rubik", "Helvetica", Sans-Serif;
    color: rgba( 255, 255, 255, 1.0 );
    font-size: 1.35em;
    font-weight: normal;
    line-height: 1.75em;
    margin: 0;
}

#header h1 strong {
    font-family: "Jockey One";
    font-weight: 500;
}

#header .inner p {
    color: #f0f0f0;
}

#footer {
    padding: 2em 0;
    border-top: 1px solid rgb(239, 239, 239);
    padding-bottom: 1em !important;
    text-align: center;
}

.footer_subpage {
    padding-top: 2em;
}

#footer > div > ul.copyright > li:nth-child(1) > a,
#footer > div > ul.copyright > li:nth-child(1) > a:active,
#footer > div > ul.copyright > li:nth-child(1) > a:hover,
#footer > div > ul.copyright > li:nth-child(1) > a:visited {
    color: #ffffff;
}

.red {
    color: #a00000;
}

.type_tag {
    float: right;
    font-size: 70%;
    clear: both;
    align-content: right;
    color: #000000;
    word-wrap: no-wrap;
    background-color: #e0e0e0;
    padding: 0px 5px;
    margin: 0;
    line-height: 22px;
    border-radius: 4px;
}

.what_i_do_tag {
    font-size: 70%;
    color: #000000;
    word-wrap: no-wrap;
    background-color: #ffc000;
    padding: 2px 4px;
    margin: 0;
    line-height: 22px;
    border-radius: 4px;
}

strong, b {
    color: #323232;
    font-weight: 500;
}

#main {
    font-size: 110%;
}

article ul {
    margin-bottom: 0;
}

article ul li,
.impressum ul li,
.datenschutz ul li {
    list-style-type: "- ";
}

section p,
section ul li {
    hyphens: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px rgba( 255, 255, 255, 0.33 );
    margin: 12px 0;
}

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

.large {
    font-size: 125%;
}

.xlarge {
    font-size: 200%;
}

.small {
    font-size: 75%;
}

.xsmall {
    font-size: 50%;
}

.dim {
    opacity: 0.5;
}

.dim_header {
    opacity: 0.75;
}

/* Abschnitte */

section.dark {
    background-color: #323232;
}

p.hinweis {
    padding: 2px 4px;
    /* background-color: #ffcc00; */
    background-color: #ffec9e;
    color: #000000;
    border-radius: 6px;
}

p.hinweis a {
    border: 0;
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #646464;
}

/* Formular */

#contactform-result {
    display: none;
}

.mail_success {
    color: #008000;
}

.mail_error {
    color: #c00000;
}
