    body,h1,h2,h3,h4,h5,h6 {
        font-family: "Roboto Light", sans-serif;
        color: #564741;
    }
    .accent {
        color: #F69946;
    }
    .w3-bar,h1,button {
        font-family: "Paytone One", sans-serif
    }
    .fa-anchor,.fa-coffee {
        font-size:200px
    }
    .job-shadow {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .fsvg-footer {
        color: white;
        background-color: #3a3331;
    }
    .w3-top {
        z-index: 10;
    }
    .td-right {
        text-align: right;
    }
    .w3-third {
        padding: 52px 20px 0 20px;
    }
    .w3-twothird{
        padding: 0px 20px 0 20px;
    }
    .w3-quarter {
        padding: 10px 10px 10px 10px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .w3-quarter:first-child, .w3-quarter:last-child {
        border: none;
    }

    .add {
        list-style: none; /* Remove HTML bullets */
        padding: 0;
        margin: 0;
    }
    li.add1::before {
        content: "*)"; /* Insert content that looks like bullets */
        padding-right: 2px;
    }
    li.add2::before {
        content: "**)"; /* Insert content that looks like bullets */
        padding-right: 2px;
    }
    .fsvg-flex {
        min-height: 500px;
    }

    @media (min-width: 601px) {
        .fsvg-flex {
            display: flex;
            align-items: stretch;
        }
        .w3-quarter {
            padding: 0 10px 0 10px;
            border-top: none;
            border-bottom: none;
            border-left: 1px solid white;
            border-right: 1px solid white;
        }
    }
    .scroll-opacity-change-transparent{
        background-color: transparent;
        color: white;
    }
    .job-hover-accent:hover{
        color:#F69946!important;
        background-color:transparent!important
    }
    .scroll-opacity-change-solid{
        background-color: white;
        color: #564741;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .logo {
        padding-top: 0;
        padding-bottom: 0;
    }
    .logo-solid {
        display: none;
    }
    .logo-transparent {
        display: block;
    }
    .padding-xlarge {
        padding:22px 24px !important;
    }
    .job-container {
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 1170px;
    }
    .job-pageheader-content {
        align-items: center;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .job-shop-title {
        font-family: "Paytone One", sans-serif;
        color: white;
        font-size: 70px;
    }
    .job-shop-breadcrumbs {
        #font-family: "Paytone One", sans-serif;
        #background-color: white;
        #color: #f69946;
        #font-size: 16px;
        #line-height: 30px;
        margin-top: 14px;

        #padding: 5px 20px;
        #border: 1px solid silver;
        #border-radius: 3px;
        #box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .job-shop-breadcrumb {
        font-family: "Paytone One", sans-serif;
        background-color: white;
        white-space: nowrap;
        color: #f69946;
        font-size: 16px;
        line-height: 30px;
        text-decoration: none;
        margin: 0 10px;
        padding: 1px 20px 5px;
        border: 1px solid silver;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .tmp {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "Roboto Light", sans-serif;
        color: #F69946;
        font-size: 24px;
        background-color: white;
        padding: 0 10px;
        border-radius: 10px;
    }
    .job-pageheader {
        background-size:cover;
        background-repeat:no-repeat;
        background-attachment:scroll;
        background-position:center bottom;
        background-color: #4c4a4a;
        min-height: 400px;
        margin-bottom: 47px;
        padding-top: 30px;
        padding-bottom: 52px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .job-pageheader-container{
        display:flex;
        align-items:center;
        justify-content:center;
        width:80vw;
        height:100px;
        margin:10px;
    }
    .shrink{
        white-space: nowrap;
        font-size:70px;
    }
    .job-padding {
        padding: 28px 20px !important;
    }
    .w3-dropdown-content {
        margin: -20px;
        color: #564741
    }
    .w3-dropdown-hover:hover{
        background-color: transparent;
    }
    .job-silver {
        color: silver;
    }
    .job-productCount {
        color: silver;
        display: none;
    }
    .prijs-tab {
        border-top: 1px solid silver;
    }
