@font-face {
    font-family: "Oracle";
    src:
        url("ABCOracleTriple-Regular.woff2") format("woff2"),
        url("ABCOracleTriple-Regular.woff") format("woff");
}

* {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    --black: #111;
    --white: #fff;
    --offwhite: #fcfcfc;
    --darkgrey: #282828;
    --grey: #aaa;
    --lightgrey: #eee;
    --yellow: #ffff2e;
    --green: #0f0;
    --blue: #0000ff;
    --red: #ff0e00;
    --orange: #ff4e00;
    --purple: #9013fe;
    --lila: #ab95ff;
    --m: 17px;
}

body {
    font-family: "Oracle", Helvetica, Arial, sans-serif;
    font-variation-settings: "wght" 500;
    background: var(--offwhite);
    margin: 0 auto;
    padding: 0 0;
    height: 100vh;
    width: 100vw;
    -webkit-touch-callout: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    font-size: var(--m);
    color: var(--black);
    text-decoration: none;
    line-height: 20.5px;
}

#center {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

#left {
    width: 50%;
    float: left;
    text-align: left;
    position: relative;
    padding-bottom: 0px;
    padding: 10px;
    z-index: 2;
}

#right {
    width: 50%;
    float: right;
    text-align: left;
    position: relative;
    padding-bottom: 0px;
    padding: 10px;
    z-index: 2;
}

.imprint-left {
    width: 30% !important;
}

.imprint-right {
    width: 70% !important;
}

.img {
    width: 25%;
}

h1 {
    font-size: var(--m);
    color: var(--orange);
    text-decoration: none;
    display: block;
    width: 100%;
    margin-bottom: -1px;
    font-weight: normal;
    text-transform: uppercase;
}

p {
    color: var(--orange);
    display: inline-block;
    width: 100%;
}

a {
    color: var(--orange);
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid var(--orange);
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid var(--offwhite);
}

.none {
    border-bottom: 0px;
}

.none:hover {
    border-bottom: 0px;
}

.cv,
.imprint-cv {
    width: 100%;
    border-collapse: collapse;
    color: var(--orange);
}

.cv td,
.imprint-cv td {
    vertical-align: top;
}

.cv td:first-child {
    width: 90px;
}

.imprint-cv td.first-child {
    width: 200px !important;
}

.button {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

@media only screen and (max-width: 800px) {
    * {
        --m: 17px;
        --l: 20px;
    }

    #left,
    #right,
    .imprint-left,
    .imprint-right {
        width: 100% !important;
        text-align: left;
        z-index: 500;
    }

    #center {
        position: unset;
        height: unset;
    }

    .img {
        width: 66%;
    }
}
