
/* --- general --- */
div {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Oxygen, sans-serif;
    font-size: 16px;
}

.clear {
    clear: both;
}

.image {
    max-width: 100%;
    object-fit: contain;
}

.caption {
    text-align: right;
}

h1 {
    background: none;
    color: #000;
    margin-top: 0;
}

h2 {
    border-top: 1px solid #c9c9c9;
    padding: 10px 0;
    font-family: 'Quicksand', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

.light {
    font-weight: normal;
}

.light, .caption, .caption a {
    color: #939393;
}

.no-break {
    white-space: nowrap;
}

.number-box {
    display: inline-block;
    color: #939393;
    text-align: center;
    margin-right: 10px;

    border-right: 1px solid #c9c9c9;
    padding-right: 10px;
}

.cx48124:before {
    content: 'Benjamin.Vetter@b';
}

.cx48124:after {
    content: 'itbof.com';
}


/* --- lists --- */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    position: relative;
    padding-left: 10px;
}

li::before {
    content: "•";
    color: #31adff;
    position: absolute;
    left: 0;
    top: 0;
}

/* --- print specific --- */
.only-print {
    display: initial !important;
}

.only-screen, #sticky, #side-nav {
    display: none !important;
}

.avoid-break {
    break-inside: avoid;
}
@page {
    font-family: Oxygen, sans-serif;
    color: #939393;

    @bottom-right {
        content: counter(page) " / " counter(pages);
    }
    @bottom-left {
        background-image: url(img/bitbof-cv-logo.svg?v=184971ac510);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: 0 center;
        padding-left: 25px;
        content: "Benjamin Vetter | Benjamin.Vet" "ter@bit" "bof.com | bitbof.com";
    }
}

@page:first {
    @top-right {
        font-size: 0.75em;
        color: #939393;
        content: "2022-11 | bitbof.com/cv";
    }
}

/* --- header --- */
.header-utils, .footer {
    display: none;
}


.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-name {
    font-family: 'Quicksand', sans-serif;
    margin-top: -0.8em;
    margin-left: -0.1em;
    font-size: 2.5em;
    padding: 0.18em 0 0.22em 1.8em;
    background-image: url(img/bitbof-cv-logo.svg?v=184971ac510);
    background-size: contain;
    background-repeat: no-repeat;

    background-position: 0 center;
}
.header-details {
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #31adff;
}
.header-description {
    width: 100%;
    margin-top: 10px;
}

/* --- project --- */
.project, .project-wide-im {
    font-size: 0.75em;
}

.project h3, .project-wide-im h3 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
}

.project h3 > *, .project-wide-im h3 > * {
    word-break: keep-all;
}

.project h3 > *:first-child, .project-wide-im h3 > *:first-child {
    padding-right: 8px;
}

.project>div:first-child {
    width: 60%;
    float: left;
}

.project .project-image {
    width: 35%;
    float: right;
}

.project-wide-im .project-image {
    margin-top: 10px;
}

.project, .project-wide-im, .education, .work {
    break-inside: avoid;
    width: 100%;
    margin-bottom: 30px;
}

.tech-tag-wrapper {
    margin-left: -5px;
}

.tech-tag {
    border: 1px solid #c9c9c9;
    color: #939393;
    padding: 2px 5px;
    box-sizing: border-box;
    margin: 5px 0px 0 5px;
    display: inline-block;
    font-size: 0.8em;
}

/* --- education & work --- */
.education {
    margin-bottom: 20px;
}

.education, .work {
    display: flex;
    width: 100%;
}

.education>div:first-child, .work>div:first-child {
    color: #939393;
    flex: 0 0 25%;
    padding-right: 10px;
}

.education>div:last-child>div:first-child, .work>div:last-child>div:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}









