@charset "UTF-8";

/* HTML5 DECLARATIONS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
    display: block
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'helvetica', sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    background-color: rgb(235, 233, 228);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 1.7rem;
    margin-left: 6vw;
    margin-right: 6vw;
    margin-top: 30vh;
    color: #000;
    line-height: 1.5em;
    text-align: left;
}

.thorstenkonrad {
    margin-bottom: 70px;
    height: 16vmax;
    width: 16vmax;
}


p {
    max-width: 30em;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

li {
    max-width: 30em;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

.tfooter {
    max-width: 30em;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8% max-width: 100%;
    font-size: 13px;
}

footer {
    font-size: 15px;
}

.ab {
    padding: 7vh 0;
}

.abintro {
    width: 90%;
}

.work {
    margin-top: 15vh;

}


a {
    color: #0517B7;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul {
    list-style-position: outside;
    list-style-type: circle;
    margin: 0px;
    line-height: 1.5em;
    padding: 0 !important;
}

ul li ol {
    line-height: 2.1em;
    margin: 0 !important;
    padding: 0 !important;
}

h2 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 24px;
    color: #0517B7;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    color: #000;
    line-height: 1.2em;
    font-weight: 400;
}

h3 a {
    color: #0517B7;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

tr th {
    font-size: 0.8vmax;
}

.videoinfo {
    font-size: 13px;
    margin: -80px 0 0 0;
    text-align: left;
}

.videoinfo li {
    list-style: none;
    color: #000;
    font-family: monospace;
    line-height: 1.2em;
    margin: 5px 0 0 0;
}

/* Video for IE8 */
video {
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56%;
    margin-top: 50px;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table {
    width: 100%;
    font-size: 1.2vmax;
    line-height: 4.2vmax;
}

table,
th,
td {
    border: none;
    border-collapse: collapse;
}

th,
td {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 100);
    white-space: nowrap;
    padding: 1vmax;
}

th {
    font-family: 'Work Sans', sans-serif;
    /*padding-left: 20px;*/
    color: #0517B7;
    min-width: 9vmax;
    font-size: 13px !important;
}

.year {
    width: 1vmax;
}

.client {
    width: 18vmax;
}

.project {
    width: 34vmax;
}

tr:hover {
    background-color: rgba(222, 222, 222, .10);
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

tr.clickableRow {
    cursor: pointer;
}

/* OTHER MEDIAS */

/* Big screens  */
@media only screen and (max-width: 1500px) {}

/* iPads */
@media only screen and (min-device-width: 1500px) and (max-device-width: 1500px) {}

/* Fairly small screens including iphones */
@media only screen and (max-width: 1000px) {

    body {
        margin: 100px 20px 10px 20px !important;
        width: auto;
        font-size: 1.2rem;
    }

    table,
    th,
    td {
        font-size: 12px !important;
    }

    .videoinfo li {
        font-size: 11px;
    }

    ul {
        list-style-position: inside;
    }

    /* iPads */
    only screen and (min-device-width: 960px) and (max-device-width: 960px) {

        body {
            margin: 100px 20px 10px 20px !important;
            font-size: 27px;
            font-size: 1.2rem;
            width: auto;
        }

        .ab h2 {}

        .ab h3 {
            width: 100%;
        }

        th,
        td {
            padding-left: 0px;
            padding-right: 0px;
        }

        .thorstenkonrad {
            height: auto;
            width: 100vmax,
        }
    }

    @media only screen and (max-width: 1024px),
    (min-device-width: 768px) and (max-device-width: 1024px) {

        /* Force table to not be like tables anymore */
        table,
        thead,
        tbody,
        th,
        td,
        tr {
            display: block;
        }

        table {
            width: auto;
            word-break: break-all;
            word-wrap: break-word;
            -webkit-hyphens: auto;
            -webkit-hyphenate-limit-before: 3;
            -webkit-hyphenate-limit-after: 3;
            -webkit-hyphenate-limit-chars: 6 3 3;
            -webkit-hyphenate-limit-lines: 2;
            -webkit-hyphenate-limit-last: always;
            -webkit-hyphenate-limit-zone: 8%;

            -moz-hyphens: auto;
            -moz-hyphenate-limit-chars: 6 3 3;
            -moz-hyphenate-limit-lines: 2;
            -moz-hyphenate-limit-last: always;
            -moz-hyphenate-limit-zone: 8%;

            -ms-hyphens: auto;
            -ms-hyphenate-limit-chars: 6 3 3;
            -ms-hyphenate-limit-lines: 2;
            -ms-hyphenate-limit-last: always;
            -ms-hyphenate-limit-zone: 8%;

            hyphens: auto;
            hyphenate-limit-chars: 6 3 3;
            hyphenate-limit-lines: 2;
            hyphenate-limit-last: always;
            hyphenate-limit-zone: 8%;
        }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
            border: none;
            border-collapse: collapse;
        }

        .tablefirst {
            display: none;
        }

        th {
            position: absolute;
            top: -9999px;
            left: -9999px;
            border: none;
            border-collapse: collapse;
            vertical-align: bottom;
        }

        tr {
            border: none;
            border-collapse: collapse;
            vertical-align: bottom;
            line-height: 1.9em;
            border-top: 1px solid #000;
        }

        td {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            padding-left: 25%;
            line-height: 1.9em;
            vertical-align: bottom;
            font-size: 10px;
            width: auto;
            margin: 5px 0 5px 0;
        }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 9px;
            left: 0px;
            width: 20%;

            white-space: nowrap;
            color: #0517B7;
            text-transform: uppercase;
            vertical-align: bottom;
            font-size: 10px;
        }

        /*
    Label the data
    */
        td:nth-of-type(1):before {
            content: "Year";
        }

        td:nth-of-type(2):before {
            content: "Client";
        }

        td:nth-of-type(3):before {
            content: "Project";
        }

        td:nth-of-type(4):before {
            content: "Role/Task";
        }
    }