body {
    background-color: #FFFFFF !important;
}

#help-content {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

#paper-page {
    padding: 0;
    background-color: #FFF;
    margin-left: 50px;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 11px rgba(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    box-shadow: 0 12px 11px rgba(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
}

#paper-page.no-nav {
    max-width: 1284px;
    margin: 0 auto;
}

#draaipunt {
    display: flex;
}

#draaipunt-intro {
    padding: 7px 0 15px 30px;
    line-height: 30px;
    border-bottom: solid 1px;
}

#canvas-parent {
    flex: 1;
    height: auto !important;
    font-size: 0;
    min-height: 1000px;
}

#help-header {
    background: rgb(230, 230, 230);
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(230, 230, 230, 1)), color-stop(89%, rgba(230, 230, 230, 0)));
    background: -o-linear-gradient(left, rgba(230, 230, 230, 1) 75%, rgba(230, 230, 230, 0) 89%);
    background: linear-gradient(90deg, rgba(230, 230, 230, 1) 75%, rgba(230, 230, 230, 0) 89%);
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#help-header img {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    width: 35%;
    object-fit: cover;
}

.inner-segment {
    max-width: 1640px;
    width: 100%;
    padding: 20px 20px 20px 65px;
    margin: 0 auto;
}

#help-header p {
    margin: 10px 0;
}

#page-body {
    position: relative;
    max-width: 1640px;
    padding: 0 20px;
    margin: -30px auto 113px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#help-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    position: sticky;
    top: 160px;
    max-width: 340px;
}

.help-nav-inner {
    background-color: #FFF;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 0 rgb(76 76 76 / 47%), 0 0 20px 0 rgb(76 76 76 / 1%);
    box-shadow: 0 0 2px 0 rgb(76 76 76 / 47%), 0 0 20px 0 rgb(76 76 76 / 1%);
}

.help-nav-inner:not(:first-child) {
    margin-top: 50px;
}

.help-nav-inner a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.help-nav-inner a:hover {
    background: #ececec;
}

.help-nav-inner a.selected {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    background: #f1f1f1;
}

.nav-header {
    text-align: center;
    padding: 15px;
    background-color: #fbfbfb;
    border: 1px #e6e6e6 solid;
    margin: -1px;
    border-radius: 4px;
}

@media (max-width: 75em) {
    #page-body {
        flex-direction: column-reverse;
    }

    #help-content {
        margin-left: 20px;
        position: relative;
        top: 0;
    }

    #paper-page {
        margin-left: 0;
    }

    #help-header {
        background: rgb(230, 230, 230);
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(230, 230, 230, 1)), color-stop(89%, rgba(230, 230, 230, 0)));
        background: -o-linear-gradient(left, rgba(230, 230, 230, 1) 50%, rgba(230, 230, 230, 0) 89%);
        background: linear-gradient(90deg, rgba(230, 230, 230, 1) 50%, rgba(230, 230, 230, 0) 89%);
    }

    #help-header p {
        margin: 0 0 10px;
    }

    #help-header img {
        width: 50%;
    }

    #help-content {
        margin: 70px 5px 0 5px;
    }

    #help-nav {
        position: initial;
        max-width: initial;
        margin-top: 50px;
        margin-right: 20px;
    }

    #canvas-parent {
        min-height: 650px;
    }
}

@media (max-width: 48em) {
    #help-header {
        background: rgb(230 230 230 / 88%)
    }

    #help-content {
        margin-left: 0;
    }

    #help-header img {
        width: 100%;
    }

    #under-paper {
        margin: 50px 0 0 0;
    }

    .inner-segment {
        padding: 0 20px 20px 20px;
    }

    #help-nav {
        margin-right: 0;
    }

    #draaipunt {
        flex-direction: column;
    }

    #canvas-parent {
        min-height: 750px;
    }
}

@media (max-width: 610px) {
    #draaipunt-intro {
        padding: 1px 0 15px 10px;
    }

    .inner-segment {
        padding: 0 20px 40px 20px;
    }

    #help-header{
        height: 175px;
    }

    #help-header .header-huge {
        font-size: 33px;
    }

    #help-header .header-medium {
        font-size: 20px;
    }

    #page-body {
        padding: 0;
    }

    #help-nav {
        margin-right: 0;
    }

    #paper-page {
        padding: 0;
        margin: 0 5px;
        border-radius: 35px 35px 5px 5px;
        -webkit-box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
        box-shadow: 0 12px 20px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 7%);
    }

    #canvas-parent {
        min-height: 550px;
    }
}

@media (max-width: 380px) {
    #canvas-parent {
        min-height: 350px;
    }
}
