@font-face {

    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {

    font-family: Roboto;
    src: url('fonts/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {

    font-family: Roboto;
    src: url('fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

a, a:visited, a:hover, a:active {

    color: #1c75bc;
}

html, body {

    margin: 0;
    height: 100%;
    background: #eee;
}

body {

    font-family: Roboto, Monospace;
    color: #212529; 
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

img {

    display: block;
    max-width: 100%;
}

h1 {

    font-size: 1.25em;
    margin: 0;
    color: #1c75bc;
}

h2 {

    font-size: 1.0em;
    margin: 0;
    color: #1c75bc;
}

p {

    margin: 0;
}

.container {

    display: flex;
    flex-direction: column;
}

header {

    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #eee;
}

.logo {

    display: none;
}

.toggle {

    padding: 1em;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.hide {

    display: none;
}

nav {

    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
}

#navigation.hide {

    display: flex;
}

#navigation.hide > .logo,
#navigation.hide > a {

    display: none;
}

nav > a {

    display: block;
    padding: 1em;
    border-top: 1px solid #cccccc;
}

nav > a:last-of-type {

    border-bottom: 0;
}

nav > a,
nav > a:visited,
nav > a:hover,
nav > a:active {

    color: #000;
    text-decoration: none;
}

nav > a.passive,
nav > a.passive:visited,
nav > a.passive:active {

    background: #fff;
}

nav > a.active,
nav > a.active:visited,
nav > a.active:active,
nav > a.passive:hover {

    color: #fff;
    background: #1c75bc;
}

.contact {

    font-size: 1.75em;
    padding-top: 1em;
    padding-bottom: 1em;
    background: #7eb058;
    color: #fff;
    text-align: center;
}

.language {

    display: flex;
    position: fixed;
    right: 1em;
    bottom: 1em;
    padding: 0.5em 0em 0.5em 0.5em;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0.25em;
    z-index: 1000;

}

.language a {

    margin-right: 0.5em;
}

.language img {

    display: block;
    width: 3em;
}

main {

    padding: 1em;
    background-color: #f9f8f6;
    border-bottom: 1px solid #cccccc;
}

footer {

    padding: 1em;
}

.white-container {

    display: flex;
    justify-content: center;
    background: #fff;
    padding: 1em;
    border-bottom: 1px solid #cccccc;
}

figure {

    display: flex;
    flex-direction: column;
    align-items: center;
}

figure > img {

    display: block;
    flex-shrink: 1;
    border-radius: 0.25em;
    margin-bottom: 0.5em;
    max-height: 427px;
}

figure > figcaption {

    font-size: 0.75em;
}

.center {

    margin: 0 auto 0 auto;
    max-width: 1250px;
}

.client {

    display: flex;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 2em;
}

.client img {

    max-width: 50%;
}

@media (min-width: 990px){

    body {

        font-size: clamp(14px, 1.35vw, 20px);
    }

    .toggle {

        display: none;
    }

    .hide {

        display: flex;
    }

    #navigation.hide > .logo {

        display: block;
    }

    #navigation.hide > a {

        display: block;
    }

    main {

        padding: 5em;
    }

    header {

        padding: 0 5em 0 5em;
        border-bottom: 1px solid #cccccc;
    }

    .white-container {

        padding: 2em 5em;
    }

    .logo {

        display: block;
        max-width: 5em;
        max-height: 5em;
        margin: 1em 1em 1em 0;
    }

    nav {

        margin-bottom: -1px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-direction: row;
    }

    nav > a {

        padding: 1em;
    }

    nav > a,
    nav > a:visited,
    nav > a:hover,
    nav > a:active {

        padding: 1em;
        border: 0;
        margin-right: 1em;
    }

    /* Passive */
    nav > a.passive,
    nav > a.passive:visited,
    nav > a.passive:active {

        color: #212529; /* Black */
        background: transparent;
        border-bottom: 0.25em solid transparent;
    }

    /* Active */
    nav > a.active,
    nav > a.active:visited,
    nav > a.active:active,
    nav > a.passive:hover {

        color: #212529; /* Black */
        background: transparent;
        border-bottom: 0.25em solid #f7941e; /* Orange */
    }

    .contact {

        padding: 1em;
        font-size: 1em;
        margin-left: auto;
        border-radius: 0.25em 0.25em 0 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 0;
    }

    footer {

        padding: 1em 5em 1em 5em;
    }

    .language img {

        width: 4em;
    }

    .client {

        padding-top: 0;
        padding-bottom: 5em;
    }
}

.hidden {

    display: none;
}

.justify {

    display: flex;
    justify-content: center;
}

table.pricelist {

    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

table.pricelist thead {

    font-weight: bold;
}

table.pricelist td {

    padding: 0.5em;
    border: 1px solid #212529;
}

table.pricelist tr td:not(:last-child){

    border-right: none;
}

table.pricelist thead tr:not(:last-child) td,
table.pricelist thead tr:last-child td,
table.pricelist tbody tr:not(:last-child) td {

    border-bottom: none;
}

table.pricelist td:last-of-type {

    text-align: right;
}

table.pricelist thead tr:first-child td:first-child {

  border-top-left-radius: 0.25em;
}

table.pricelist thead tr:first-child td:last-child {

  border-top-right-radius: 0.25em;
}

table.pricelist tbody tr:last-child td:first-child {

  border-bottom-left-radius: 0.25em;
}

table.pricelist tbody tr:last-child td:last-child {

  border-bottom-right-radius: 0.25em;
}
