/********************************
 algemene stijlen
********************************/

body {
    font-family: calibri, sans-serif;
    font-size: 16px;
    background: #fff;
    padding: 0 /*25px*/;
    margin: 0 0;
    overflow-x: hidden /* Remove/disable horizontal scrollbar, which somehow appears if browser width <950px (though there is not an element wider that this). We should investigate this further, but this temp hack works OK, as there is actually nothing to scroll to, to the right. (PK) */
}

/********************************
 Skip links (shown when Tab pressed on page load, PK)
********************************/
.skip-link {
    background: #363a3a;
    color: #fff !important; /* Should always be white on pages of Informatica, Management, etc.*/
    font-weight: 700;
    font-size: larger;
    border: 2px solid gray;
    border-radius: 4px;
    left: 10px;
    padding: 4px;
    margin: 4px;
    position: absolute;
    transform: translateY(-120%); /* Initially offscreen*/
}

    .skip-link:focus-within {
        transform: translateY(0%); /* Show onscreen when in focus w/*/
    }

    .skip-link:visited {
        color: #fff !important;
    }

/********************************
Meer algemene stijlen
********************************/
.color-informatica {
    background-color: #1199d6;
}

.color-management {
    background-color: #86bc24;
}

.color-psychologie {
    background-color: #DE4E14;
}

.color-anderz {
    background-color: #6DB1B2;
}

.column-content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    /*margin-top: -4px;*/
}

/*Not used anymore? - only h1 on the page logo */
h1 {
    color: #443f34;
    font-size: 24px;
    line-height: 32px;
    font-family: calibri, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

h2 {
    color: #443f34;
    /*font-size: 20px;*/
    font-size: 24px;
    line-height: 28px;
    font-family: calibri, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

h3 {
    color: #443f34;
    /* #aaa8a3; /* kiezel midden donker */
    font-size: 16px; /* was: 20px */
    line-height: 24px;
    font-family: calibri, sans-serif;
    font-weight: 100;
    margin-bottom: 5px;
}

h4 {
    color: #443f34;
    /* #aaa8a3; /* kiezel midden donker */
    font-size: 16px;
    line-height: 24px;
    font-family: calibri, sans-serif;
    font-weight: 100;
    margin-bottom: 5px;
}

hr {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px dashed #aaa8a3;
}

/* footer and related */
footer {
    display: flex;
    flex-flow: column nowrap;
}

    footer .copyright {
        text-align: center;
        font-size: 11px;
        line-height: 12px;
        font-family: calibri, sans-serif;
        font-weight: 100;
        padding: 10px;
    }

    footer .menu {
        display: flex;
        flex: 1 0 auto;
        flex-flow: row nowrap;
    }

        footer .menu .submenu {
            min-width: 100px;
            padding: 15px;
            font-size: 15px;
            line-height: 18px;
            font-family: calibri, sans-serif;
            font-weight: 100;
        }

        footer .menu h2 {
            font-size: 18px;
            line-height: 20px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            text-transform: uppercase;
            color: #1e1e1e; /* om te voldoen aan accessibility contrast ratio */
        }

        footer .menu a {
            color: #fff;
            text-decoration: none;
        }

            footer .menu a:hover {
                color: #000 !important;
            }

            footer .menu a:visited {
                color: #fff;
            }

    footer .social {
        display: flex;
        flex-flow: row-reverse nowrap;
        flex: 1 0 auto;
        padding: 15px;
    }

        footer .social a {
            margin-top: auto;
            margin-bottom: auto;
            margin-right: 20px;
        }

/* breadcrumb */
.breadcrumb {
    height: 48px;
    border-bottom: 1px solid #000;
    color: #aaa8a3; /* kiezel midden donker */
    text-decoration: none;
    font-size: 15px;
    line-height: 48px;
    font-family: calibri, sans-serif;
    text-transform: lowercase;
}

    .breadcrumb ul {
        display: flex;
        flex-flow: row wrap;
        overflow: hidden;
        list-style: none;
        padding-left: 7px;
    }

.content-container {
    margin-top: 0;
}

header,
main,
footer {
    padding: 0 0;
}

header {
    background-color: #fff;
}

main {
    background-color: #fff;
}

footer {
    background-color: #1199d6;
}



button:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: underline;
        color: #000;
    }

    a:visited {
        text-decoration: none;
        color: #000;
    }

p {
    margin-bottom: 10px;
}

.flaptekst {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    font-family: Courier New, monospace !important;
    font-size: 16px !important;
}

.flexrow {
    display: flex;
    flex-direction: row;
    line-height: 32px;
    margin-bottom: 10px;
}

.page-informatica a {
    text-decoration: none;
    color: #1199d6;
}

    .page-informatica a:hover {
        text-decoration: underline;
        color: #1199d6 !important;
    }

    .page-informatica a:visited {
        text-decoration: none;
        color: #1199d6;
    }

/* added for colors of hyperlink (on author and series) on page Anderz, PK */
.page-anderz a {
    text-decoration: none;
    color: #6DB1B2;
}

    .page-anderz a:hover {
        text-decoration: underline;
        color: #6DB1B2 !important;
    }

    .page-anderz a:visited {
        text-decoration: none;
        color: #6DB1B2;
    }

.page-anderz .order, /* added for Anderz, PK */
.page-informatica .order {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #c1282D;
}

.page-management .book-availability-list,
.page-psychologie .book-availability-list,
.page-anderz .book-availability-list,
.page-informatica .book-availability-list {
    margin-top: 30px;
}

    .page-management .book-availability-list .book-availability,
    .page-psychologie .book-availability-list .book-availability,
    .page-anderz .book-availability-list .book-availability,
    .page-informatica .book-availability-list .book-availability {
        display: inline-block;
        vertical-align: top;
    }

        .page-management .book-availability-list .book-availability a,
        .page-psychologie .book-availability-list .book-availability a,
        .page-anderz .book-availability-list .book-availability a,
        .page-informatica .book-availability-list .book-availability a {
            color: #c1282D;
        }

.page-management .orderbutton,
.page-psychologie .orderbutton,
.page-anderz .orderbutton,
.page-informatica .orderbutton {
    width: 145px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #c1282D;
    color: #fff;
    line-height: 30px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .page-management .orderbutton a:hover,
    .page-psychologie .orderbutton a:hover,
    .page-anderz .orderbutton a:hover,
    .page-informatica .orderbutton a:hover {
        color: #fff;
        text-decoration: underline;
    }

.page-management .reservebutton,
.page-psychologie .reservebutton,
.page-anderz .reservebutton,
.page-informatica .reservebutton {
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #de4e12;
    color: #fff;
    line-height: 30px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .page-management .reservebutton a:hover,
    .page-psychologie .reservebutton a:hover,
    .page-anderz .reservebutton a:hover,
    .page-informatica .reservebutton a:hover {
        color: #fff;
        text-decoration: underline;
    }


.page-management .removebutton,
.page-psychologie .removebutton,
.page-anderz .removebutton,
.page-informatica .removebutton {
    width: 175px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #c1282D;
    color: #fff;
    line-height: 30px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}

.page-informatica .linkbutton {
    width: 100px;
    height: 29px;
    text-align: center;
    font-size: 15px;
    background-color: #1199d6;
    color: #fff !important;
    line-height: 24px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}

.page-informatica input[type="submit"] {
    min-width: 150px;
    text-align: center;
    background-color: #1199d6;
    color: #fff;
    line-height: 24px;
    border-radius: 10px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

/* colors of category titles for different imprints */

/*.page-informatica h3,*/
.page-informatica h2,
.page-informatica h1 {
    color: #1199d6;
}

/*.page-management h3,*/
.page-management h2,
.page-management h1 {
    color: #86bc24;
}

/*.page-psychologie h3,*/
.page-psychologie h2,
.page-psychologie h1 {
    color: #de4e14;
}

/*.page-anderz h3,*/
.page-anderz h2,
.page-anderz h1 {
    color: #6DB1B2;
}

/* Kopjes op pagina's management */
.page-management a {
    text-decoration: none;
    color: #86bc24;
}

    .page-management a:hover {
        text-decoration: underline;
        color: #86bc24 !important;
    }

    .page-management a:visited {
        text-decoration: none;
        color: #86bc24;
    }

.page-psychologie .order,
.page-management .order {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #c1282D;
}

/* Kopjes op pagina's psychologie */
.page-psychologie a {
    text-decoration: none;
    color: #de4e14;
}

    .page-psychologie a:hover {
        text-decoration: underline;
        color: #de4e14 !important;
    }

    .page-psychologie a:visited {
        text-decoration: none;
        color: #de4e14;
    }

.price {
    display: none;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 0 solid #aaa8a3;
}

    /* Style the buttons (now: <a hrefs>, PK) that are used to open the tab content */
    .tab button,
    .tab button:visited,
    .tab button:hover,
    .tab a:visited,
    .tab a:hover,
    .tab a {
        font-family: calibri, sans-serif;
        font-size: 15px;
        background-color: #aaa8a3;
        color: #fff;
        float: left;
        border: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        cursor: pointer;
        padding: 10px 10px;
        transition: 0.3s;
        margin-right: 3px;
        text-transform: uppercase;
    }

        /* Change background color of buttons on hover */
        .tab button:hover,
        .tab a:hover {
            background-color: #ddd;
            color: #fff !important;
            text-decoration: none;
        }

        /* Create an active/current tablink class */
        .tab button:focus,
        .tab button:active
        .tab a:focus,
        .tab a.active {
            background-color: #ccc;
            color: #000;
        }

/* Style the tab content */
.tabcontent {
    min-height: 250px;
    color: #000;
    display: none;
    padding: 15px 25px 15px 0;
    border: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.toc-wrapper {
    display: flex;
    flex-flow: column;
    width: 550px;
}

.toc-entry {
    display: flex;
    flex-flow: row;
}

.level-1 {
    font-weight: 600;
}

.level-2 {
    font-weight: 100;
}

.toc-number {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.toc-sub {
    width: 35px;
    font-weight: 600;
    flex-grow: 0;
    flex-shrink: 0;
}

.toc-name {
    width: 500px;
    flex-grow: 0;
    flex-shrink: 0;
}

/* style the socials 'bar' in Author/Biography page */
.socials {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    margin-left: 15px;
}

.social {
    display: block;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin: 12px;
}

.web-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-web-blauw-rond.png?width=32&height=32) no-repeat;
}

.tw-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-tw-blauw-rond.png?width=32&height=32) no-repeat;
}

.in-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-in-blauw-rond.png?width=32&height=32) no-repeat;
}

.ml-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-ml-blauw-rond.png?width=32&height=32) no-repeat;
}

.page-management .social .web-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-web-groen-rond.png?width=32&height=32) no-repeat;
}

.page-management .social .tw-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-tw-groen-rond.png?width=32&height=32) no-repeat;
}

.page-management .social .in-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-in-groen-rond.png?width=32&height=32) no-repeat;
}

.page-management .social .ml-rond {
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-ml-groen-rond.png?width=32&height=32) no-repeat;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

table {
    border-spacing: 0;
}

th {
    color: #aaa8a3; /* kiezel midden donker */
    font-size: 20px;
    line-height: 28px;
    font-family: calibri, sans-serif;
    font-weight: 100;
    text-align: left;
}

/********************************
 specifieke stijlen
********************************/

/* general */
.last {
    border-right: 0 solid !important;
}

/* header and related */
header {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.top-menu {
    display: flex;
    justify-content: flex-end;
    color: #aaa8a3; /* kiezel midden donker */
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
    font-family: calibri, sans-serif;
    align-self: flex-end;
}

    .top-menu a {
        color: #443f34; /* kiezel midden donker */
        text-decoration: none;
    }

        .top-menu a:hover {
            color: #000;
            text-decoration: none;
        }

        .top-menu a:visited {
            color: #443f34;
            text-decoration: none;
        }

    .top-menu ul {
        display: flex;
        list-style: none;
        padding: 0;
    }

        .top-menu ul li {
            padding: 0 5px;
            border-right: 1px solid #aaa8a3;
        }

.header-container {
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .header-container .logo {
    }

    .header-container .searchbar {
        display: flex;
        height: 34px;
        border: 1px solid #aaa8a3;
        font-size: 14px;
        line-height: 30px;
        font-family: calibri, sans-serif;
        margin: 15px 0;
    }

        .header-container .searchbar .search-menu {
            border: none;
            background: #443f34; /* kiezel zwaar */
            color: #fff;
            height: 32px;
            padding: 0 10px;
        }

        .header-container .searchbar input {
            border: none;
            padding: 0 10px;
            width: 304px; /* No fixed width for searchbox? PK*/ /* 400 -> 304 for mobile MdR */
        }

        .header-container .searchbar button {
            /* width: 36px; */
            display: flex;
            border: none;
            border-left: 1px solid #aaa8a3;
            /*color: #aaa8a3;*/ /*uitgeschakeld ivm vereiste contrast ratio accessibility (PK) */
            padding: 8px 10px;
            cursor: pointer;
        }

            .header-container .searchbar button:hover {
                cursor: pointer;
                /* kleuren inverse bij :hover */
                color: #c4c4c4;
                background-color: #443f34;
            }


/************ 
    Menu styling (PK) 
****************/

.category-menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    flex-grow: 0;
    color: #443f34;
    text-decoration: none;
    font-size: 24px;
    line-height: 24px;
    font-family: futura-pt-condensed, sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px 0;
}

    .category-menu .menu-item {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0 10px;
        color: #443f34;
    }

        .category-menu .menu-item:hover {
            color: #1199d6 !important;
        }

    .category-menu .menu-item-anderz,
    .category-menu .menu-item-psychologie,
    .category-menu .menu-item-management {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0 10px;
        color: #443f34;
    }

        .category-menu .menu-item-management:hover {
            color: #86bc24 !important;
        }
        /*caret anderz*/
        .category-menu .menu-item-anderz:hover {
            color: #6DB1B2 !important;
        }

        /*caret psychologie */
        .category-menu .menu-item-psychologie:hover {
            color: #de4e14 !important;
        }

/*Term 'Categorieën' in the menu, w/ additional styling*/
.categories {
    font-size: larger;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}

    .categories.informatica {
        border-bottom: 1px solid #1199d6;
    }

    .categories.fotografie {
        border-bottom: 1px solid #1199d6;
    }

    .categories.management {
        border-bottom: 1px solid #86bc24;
    }

    .categories.psychologie {
        border-bottom: 1px solid #de4e14;
    }

    .categories.anderz {
        border-bottom: 1px solid #6DB1B2;
    }

.menu-name {
    display: flex;
    flex-flow: row;
}

    .menu-name .caret .caret-down {
        display: block;
        padding-left: 5px;
    }

    .menu-name .caret .caret-up {
        display: none;
        padding-left: 5px;
    }

.menu-item a:hover {
    text-decoration: none;
    color: #1199d6 !important;
}

.menu-item .selected a {
    text-decoration: none;
    color: #1199d6 !important;
}

    .menu-item .selected a:visited {
        text-decoration: none;
        color: #1199d6 !important;
    }

/*Simplified/combined caret styles (PK)*/
.menu-item:hover .menu-name .caret .caret-down,
.menu-item-anderz:hover .menu-name .caret .caret-down,
.menu-item-psychologie:hover .menu-name .caret .caret-down,
.menu-item-management:hover .menu-name .caret .caret-down {
    display: none;
    padding-left: 5px;
}

.menu-item:hover .menu-name .caret .caret-up,
.menu-item-anderz:hover .menu-name .caret .caret-up,
.menu-item-psychologie:hover .menu-name .caret .caret-up,
.menu-item-management:hover .menu-name .caret .caret-up {
    display: block;
    padding-left: 5px;
}

.menu-item a,
.menu-item-anderz a,
.menu-item-psychologie a,
.menu-item-management a {
    text-decoration: none;
    color: #443f34 !important;
}

    /* Menu-items voor Management */
    .menu-item-management a:visited {
        text-decoration: none;
        color: #443f34 !important;
    }

    .menu-item-management a:hover {
        text-decoration: none;
        color: #86bc24 !important;
    }

.menu-item-management .selected a {
    text-decoration: none;
    color: #86bc24 !important;
}

    .menu-item-management .selected a:visited {
        text-decoration: none;
        color: #86bc24 !important;
    }

/* Menu-items voor Psychologie */
.menu-item-psychologie a:hover {
    color: #de4e14 !important;
}

.menu-item-psychologie .selected a {
    text-decoration: none;
    color: #de4e14 !important;
}

    .menu-item-psychologie .selected a:visited {
        text-decoration: none;
        color: #de4e14 !important;
    }

/*Menu-items voor Anderz*/
.menu-item-anderz a:hover {
    color: #6db1b2 !important;
}

.menu-item-anderz .selected a {
    text-decoration: none;
    color: #6DB1B2 !important;
}

    .menu-item-anderz .selected a:visited {
        text-decoration: none;
        color: #6DB1B2 !important;
    }

.menu-container {
    height: 1px;
    width: 1px;
    overflow: visible;
}

    .menu-container .submenu {
        visibility: hidden;
        width: 100%;
        height: auto;
        top: 00px;
        left: -10px;
        position: relative;
        overflow: visible;
        z-index: 100;
    }

/* Added :focus-within to the submenu to make it visible when
    the menu-item is focused (WCAG-guidelines, VDM-240, PK) */
.menu-item:hover .menu-container .submenu,
.menu-item:focus-within .menu-container .submenu,
.menu-item-anderz:hover .menu-container .submenu,
.menu-item-anderz:focus-within .menu-container .submenu,
.menu-item-psychologie:hover .menu-container .submenu,
.menu-item-psychologie:focus-within .menu-container .submenu,
.menu-item-management:hover .menu-container .submenu,
.menu-item-management:focus-within .menu-container .submenu {
    visibility: visible;
}


.menu-container .submenu:hover,
.menu-container .submenu:focus-within {
    visibility: visible;
}

/* Using ul, li for menu's now. Make style visually look the same as before (PK)*/
.menu-container ul {
    list-style-type: none;
    margin-left: -3em;
}

.menu-container .submenu .panel {
    width: 365px;
    display: flex;
    flex-flow: row;
    flex: 1 1 auto;
    top: 0;
    position: relative;
    /*Added background color and small line around panel (PK)*/
    background-color: white;
    border: 1px solid #c4c4c4;
    /* Using ul, li now, make it visually the same as before */
    margin-left: -1em;
    padding-left: 0.2em;
}

    .menu-container .submenu .panel .column {
        font-size: 15px;
        line-height: 20px;
        font-family: futura-pt, sans-serif;
        padding-left: 10px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        background-color: #fff;
        text-transform: none;
    }

/*Simplified/Combinded some style rules (PK)*/

/* 1. General layout*/
.menu-item .menu-container .submenu .panel a:visited,
.menu-item-anderz .menu-container .submenu .panel a:visited,
.menu-item-psychologie .menu-container .submenu .panel a:visited,
.menu-item-management .menu-container .submenu .panel a:visited {
    color: #443f34;
    text-decoration: none;
}

/*1a. Bigger text and line height in submenus*/
.menu-item .menu-container .submenu .panel a,
.menu-item-anderz .menu-container .submenu .panel a,
.menu-item-psychologie .menu-container .submenu .panel a,
.menu-item-management .menu-container .submenu .panel a {
    line-height: 170%;
    font-size: larger;
}

    /* 2. Additional layout on hover*/
    .menu-item .menu-container .submenu .panel a:hover {
        color: #1199d6;
        text-decoration: underline;
    }

    .menu-item .menu-container .submenu .panel a:visited:hover {
        color: #1199d6;
        text-decoration: none;
    }


    .menu-item-management .menu-container .submenu .panel a:hover {
        color: #86bc24 !important;
        text-decoration: underline;
    }

    .menu-item-management .menu-container .submenu .panel a:visited:hover {
        color: #86bc24;
        text-decoration: none;
    }

    /*Quick and Dirty copy/paste for menu-item-anderz (PK)...*/
    .menu-item-anderz .menu-container .submenu .panel a:hover {
        color: #6DB1B2 !important;
        text-decoration: underline;
    }

    .menu-item-anderz .menu-container .submenu .panel a:visited:hover {
        color: #6DB1B2;
        text-decoration: none;
    }

    /*Quick and Dirty copy/paste for menu-item-psychologie (PK)...*/
    .menu-item-psychologie .menu-container .submenu .panel a:hover {
        color: #de4e14 !important;
        text-decoration: underline;
    }

    .menu-item-psychologie .menu-container .submenu .panel a:visited:hover {
        color: #de4e14;
        text-decoration: none;
    }

/*********** 
 End Menu styling (PK) 
***********/

.read-more {
    padding-left: 4px;
}

    .read-more:before {
        content: "\203A \0020";
    }


/*********** 
 breadcrumbs
***********/
.breadcrumb ul li {
    padding-left: 4px;
}

    .breadcrumb ul li:before {
        content: "\203A \0020";
        color: #aaa8a3; /* kiezel midden donker */
    }

    .breadcrumb ul li:first-child:before {
        content: "";
    }

    .breadcrumb ul li:last-child {
        color: #000;
    }

    .breadcrumb ul li a {
        text-decoration: none;
        color: #aaa8a3;
    }

        .breadcrumb ul li a:hover {
            text-decoration: none;
            color: #000;
        }

        .breadcrumb ul li a:visited {
            text-decoration: none;
            color: #aaa8a3;
        }

/* main and related */
.content-container {
    display: flex;
    flex-flow: column;
}

main {
    display: flex;
    flex-flow: column;
}

.main-content {
    display: flex;
    flex-flow: column;
    width: 100%;
    min-height: 450px;
    padding: 28px;
    /*margin-top: -4px;*/
    background: linear-gradient(#e9e9ea, #fff 300px);
}

.main-header {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

    /* class not used anymore (?) PK */
    .main-header .slider {
        min-width: 300px;
        max-width: 633px;
        width: calc(100vw - 60px - 327px);
        max-height: 335px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

        .main-header .slider img {
            width: 100%;
            border: 2px solid black;
        }


    .main-header .slider-wide {
        width: 100%;
        max-height: 335px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -4px;
    }

        .main-header .slider-wide img {
            width: 100%
        }

    .main-header .new-stack {
        flex: 1;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        max-height: 335px;
    }

/******************************/
/* Used in _RegisterBarPartial.cshtml, PK */
/******************************/
.stack-item-highlight {
    display: flex;
    flex-flow: column;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
    font-family: calibri, sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 300;
}

    .stack-item-highlight .header {
        display: flex;
        flex-flow: row;
        padding-right: 5px;
        height: 20px;
        border-top-left-radius: 5px;
        background-color: #c1282D;
        color: #fff;
        font-weight: 600;
        font-family: calibri, sans-serif;
        text-transform: uppercase;
        align-content: center;
    }

        .stack-item-highlight .header .left {
            width: 100px;
            height: 20px;
            background-color: #c1282D;
            border-top-left-radius: 5px;
            padding-left: 5px;
            vertical-align: middle;
            padding-top: 2px;
        }

    .stack-item-highlight .content {
        font-family: calibri, sans-serif;
        background-color: #e9e9ea;
        padding: 5px;
        height: 80px;
        width: 100%;
    }

        .stack-item-highlight .content a {
            color: #000 !important;
            text-decoration: none;
        }

            .stack-item-highlight .content a:hover {
                color: #000 !important;
                text-decoration: none;
            }

        .stack-item-highlight .content h1 {
            color: #c1282D;
            font-size: 13px;
            line-height: 14px;
            margin-bottom: 4px;
            font-family: calibri, sans-serif;
            font-weight: 600;
            text-transform: uppercase;
        }

        .stack-item-highlight .content h2 {
            color: #443f34;
            font-size: 13px;
            line-height: 14px;
            margin-bottom: 8px;
            font-family: calibri, sans-serif;
            font-weight: 600;
        }


.spotlight-book-item-row {
    background-color: #e9e9ea;
    margin-bottom: 6px;
}

    .spotlight-book-item-row h4 {
        color: #c1282D;
        margin-bottom: 4px;
        margin-top: 4px;
        text-transform: uppercase;
    }

    .spotlight-book-item-row h3 {
        /* color: #443f34;*/
        margin-bottom: 8px;
        font-weight: 400;
    }

.spotlight-item-header-left {
    padding-left: 10px;
    height: 20px;
    border-top-left-radius: 6px;
    background-color: #c1282D;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    align-content: center;
}

.spotlight-item-header-right {
    height: 20px;
    background-color: #aaa8a3;
    color: #fff;
    font-weight: 600;
    font-family: calibri, sans-serif;
    text-transform: uppercase;
    align-content: center;
}

.stack-item {
    display: flex;
    flex-flow: row;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
    font-family: calibri, sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 300;
}

    .stack-item .left {
        display: flex;
        flex-flow: column;
    }

        .stack-item .left .header {
            padding-left: 5px;
            padding-right: 5px;
            height: 20px;
            border-top-left-radius: 5px;
            background-color: #c1282D;
            color: #fff;
            font-weight: 600;
            font-family: calibri, sans-serif;
            text-transform: uppercase;
            align-content: center;
            display: flex;
            flex-flow: row;
        }

            .stack-item .left .header img {
                height: 19px;
            }

            .stack-item .left .header .title {
                vertical-align: middle;
                margin-top: 2px;
            }

        .stack-item .left .image {
            background-color: #e9e9ea;
        }

            .stack-item .left .image img {
                width: 100%
            }

    .stack-item .right {
        display: flex;
        flex-flow: column;
        background-color: #e9e9ea;
    }

        .stack-item .right .header {
            padding-left: 5px;
            padding-right: 5px;
            height: 20px;
            background-color: #aaa8a3;
            color: #fff;
            font-weight: 600;
            font-family: calibri, sans-serif;
            text-transform: uppercase;
        }

            .stack-item .right .header .title {
                vertical-align: middle;
                margin-top: 2px;
            }

        .stack-item .right .content {
            font-family: calibri, sans-serif;
            background-color: #e9e9ea;
            padding: 5px;
            width: 100%;
            overflow: hidden;
        }

            .stack-item .right .content a {
                color: #000 !important;
                text-decoration: none;
            }

                .stack-item .right .content a:hover {
                    color: #000 !important;
                    text-decoration: none;
                }

            .stack-item .right .content h4 {
                color: #c1282D;
                font-size: 13px;
                line-height: 14px;
                margin-bottom: 4px;
                font-family: calibri, sans-serif;
                font-weight: 600;
                text-transform: uppercase;
            }

            .stack-item .right .content h3 {
                color: #443f34;
                font-size: 13px;
                line-height: 14px;
                margin-bottom: 8px;
                font-family: calibri, sans-serif;
                font-weight: 600;
            }

.stack-item-calendar {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 11px;
    line-height: 16px;
    font-family: calibri, sans-serif;
    color: #000;
    font-style: normal;
    font-weight: 300;
}

    .stack-item-calendar .header {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: row;
    }

        .stack-item-calendar .header .date {
            width: 132px;
            margin-right: 10px;
        }

        .stack-item-calendar .header .calendar {
            text-align: center;
            width: 35px;
            height: 30px;
            margin-right: 10px;
            text-transform: uppercase;
            font-size: 15px;
            line-height: 14px;
            font-family: calibri, sans-serif;
            margin-bottom: 10px;
            color: #fff;
        }

        .stack-item-calendar .header .title {
            width: 150px;
        }

            .stack-item-calendar .header .title h1 {
                font-size: 20px;
                line-height: 20px;
                margin-bottom: 5px;
            }

            .stack-item-calendar .header .title h2 {
                line-height: 16px;
                font-weight: 600;
            }

    .stack-item-calendar .details {
        display: flex;
        flex-flow: row;
        flex-grow: 0;
        margin-right: 10px;
    }

        .stack-item-calendar .details .cover {
            width: 132px;
            margin-right: 10px;
        }

            .stack-item-calendar .details .cover img {
                width: 100%;
            }

        .stack-item-calendar .details .content {
            width: 120px;
            font-size: 15px;
            line-height: 14px;
            font-family: calibri, sans-serif;
        }

.book-carousel {
    display: flex;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(#e9e9ea, #fff);
    z-index: 98;
}

    .book-carousel .header {
        display: flex;
        flex-flow: row nowrap;
        flex: 1 0 auto;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
        margin-bottom: 15px;
    }

        .book-carousel .header .title {
            display: flex;
            flex-flow: row nowrap;
            margin-left: auto;
            margin-right: auto;
            color: #443f34;
            text-decoration: none;
            font-size: 24px;
            line-height: 32px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            text-transform: uppercase;
        }

    .book-carousel .books ul {
        display: flex;
        flex-flow: row nowrap;
        overflow: hidden;
        list-style: none;
        padding: 0;
    }

        .book-carousel .books ul li {
            padding: 0;
        }

    .book-carousel .books .book-item {
        display: flex;
        flex-flow: row nowrap;
        margin-left: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .book-carousel .books .book-item .cover {
            min-width: 80px;
        }

            .book-carousel .books .book-item .cover img {
                width: 100%;
            }

        .book-carousel .books .book-item a:hover {
            text-decoration: none;
        }

        .book-carousel .books .book-item .details {
            max-width: 165px;
            margin-left: 10px;
        }

            .book-carousel .books .book-item .details .header {
                text-decoration: none;
                font-size: 15px;
                line-height: 19px;
                font-family: calibri, sans-serif;
                font-weight: 600;
                border-bottom: 1px dotted #aaa8a3;
                margin-bottom: 10px;
            }

.calendar-carousel {
    display: flex;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(#e9e9ea, #fff);
}

    .calendar-carousel .header {
        display: flex;
        flex-flow: row nowrap;
        flex: 1 0 auto;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
    }

        .calendar-carousel .header .title {
            display: flex;
            flex-flow: row nowrap;
            margin-left: auto;
            margin-right: auto;
            color: #443f34;
            text-decoration: none;
            font-size: 24px;
            line-height: 32px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            text-transform: uppercase;
        }

    .calendar-carousel .calendars ul {
        display: flex;
        flex-flow: row nowrap;
        overflow: hidden;
        list-style: none;
        padding: 0;
    }

        .calendar-carousel .calendars ul li {
            padding: 0;
        }

    .calendar-carousel .calendars .calendar-item {
        max-width: 420px;
        display: flex;
        flex-flow: row nowrap;
        margin: 10px;
    }

        .calendar-carousel .calendars .calendar-item .details {
            width: 250px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .calendar-carousel .calendars .calendar-item .header-management {
            flex-grow: 0;
            flex-shrink: 0;
            background: url(https://img.vanduurenmedia.nl/v3/cal-groen.png?width=60&height=50) no-repeat;
            width: 60px;
            height: 50px;
            text-transform: uppercase;
            line-height: 14px;
            padding-top: 17px;
            font-family: calibri, sans-serif;
            color: #fff;
            text-align: center;
        }

        .calendar-carousel .calendars .calendar-item .header-psychologie {
            flex-grow: 0;
            flex-shrink: 0;
            background: url(https://img.vanduurenmedia.nl/v3/cal-oranje.png?width=60&height=50) no-repeat;
            width: 60px;
            height: 50px;
            text-transform: uppercase;
            line-height: 14px;
            padding-top: 17px;
            font-family: calibri, sans-serif;
            color: #fff;
            text-align: center;
        }

        .calendar-carousel .calendars .calendar-item .header-anderz{
            flex-grow: 0;
            flex-shrink: 0;
            background: url(https://img.vanduurenmedia.nl/v3/cal-blauw2.png?width=60&height=50) no-repeat;
            width: 60px;
            height: 50px;
            text-transform: uppercase;
            line-height: 14px;
            padding-top: 17px;
            font-family: calibri, sans-serif;
            color: #fff;
            text-align: center;
        }

        .calendar-carousel .calendars .calendar-item .header-informatica {
            flex-grow: 0;
            flex-shrink: 0;
            background: url(https://img.vanduurenmedia.nl/v3/cal-blauw.png?width=60&height=50) no-repeat;
            width: 60px;
            height: 50px;
            text-transform: uppercase;
            line-height: 14px;
            padding-top: 17px;
            font-family: calibri, sans-serif;
            color: #fff;
        }

        .calendar-carousel .calendars .calendar-item .cover {
            display: block;
            width: 180px;
        }

            .calendar-carousel .calendars .calendar-item .cover img {
                width: 100%;
            }

/* ***** search results ***** */
/* **  AND: extended with styles for sitecategory pages, like Aanbiedingen, E-books, Verwacht, etc. (PK) */
.author-list,
.series-list,
.book-list,
.result-list {
    /* max-width: 750px; */
    display: flex;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 10px;
}

    .author-list .header,
    .series-list .header,
    .book-list .header,
    .result-list .header {
        display: flex;
        flex-flow: row nowrap;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
    }

        .author-list .header .title,
        .series-list .header .title,
        .book-list .header .title,
        .result-list .header .title {
            display: flex;
            flex-flow: row nowrap;
            margin-left: auto;
            margin-right: auto;
            color: #443f34;
            text-decoration: none;
            font-size: 22px;
            line-height: 32px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            text-transform: uppercase;
        }

    .author-list .authors ul,
    .series-list .series ul,
    .book-list .books ul,
    .result-list .results ul {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0;
    }

        .author-list .authors ul li,
        .series-list .series ul li,
        .book-list .books ul li,
        .result-list .results ul li {
            padding: 0;
        }

    .author-list .authors .author-item,
    .series-list .series .series-item,
    .book-list .books .book-item,
    .result-list .results .result-item {
        display: flex;
        flex-flow: row;
        flex: 1 0 auto;
        margin-bottom: 28px;
        padding-bottom: 28px;
        border-bottom: 1px solid #aaa8a3;
    }

        .author-list .authors .author-item .cover,
        .series-list .series .series-item .cover,
        .book-list .books .book-item .cover,
        .result-list .results .result-item .cover {
            flex: 0 0 180px /* grotere boekcover img */
        }

        .author-list .authors .author-item .details,
        .series-list .series .series-item .details,
        .book-list .books .book-item .details,
        .result-list .results .result-item .details {
            margin-left: 10px;
            flex: 1 1 auto; /* middle column takes remaining space between cover and order button */
        }

            .author-list .authors .author-item .details h2,
            .series-list .series .series-item .details h2,
            .book-list .books .book-item .details h2,
            .result-list .results .result-item .details h2 {
                text-decoration: none;
                text-transform: none;
                font-size: 20px;
                line-height: 24px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                margin-bottom: 5px;
            }

            .book-list .books .book-item .details h3,
            .result-list .results .result-item .details h3 {
                text-decoration: none;
                text-transform: none;
                font-size: 18px;
                line-height: 22px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                margin-bottom: 10px;
            }

                .book-list .books .book-item .details h3 .author:last-child:after,
                .result-list .results .result-item .details h3 .author:last-child:after {
                    content: "";
                }

                .book-list .books .book-item .details h3 .author:after,
                .result-list .results .result-item .details h3 .author:after {
                    content: ", ";
                }

                .book-list .books .book-item .details h3 a,
                .result-list .results .result-item .details h3 a {
                    text-decoration: none;
                    text-transform: none;
                }

            .series-list .series .series-item .details h3 a {
                color: #c1282D;
                text-decoration: none;
                text-transform: none;
            }

            .author-list .authors .author-item .details .payoff-tease,
            .series-list .series .series-item .details .payoff-tease,
            .book-list .books .book-item .details .payoff-tease,
            .result-list .results .result-item .details .payoff-tease {
                margin-top: 10px;
                margin-bottom: 10px;
                line-height: 140%;
            }

        .author-list .authors .author-item .order,
        .series-list .series .series-item .order,
        .book-list .books .book-item .order,
        .result-list .results .result-item .order {
            margin-left: 10px;
            flex: 0 0 160px /* right column with order button. Now fixed at 160 px. Middle column responsive, PK */
        }

            .book-list .books .book-item .order .oudeprijs,
            .result-list .results .result-item .order .oudeprijs {
                text-decoration: line-through;
                color: #443f34;
            }

            .book-list .books .book-item .order .actieprijs-small,
            .result-list .results .result-item .order .actieprijs-small {
                font-size: 13px;
                color: #443f34;
            }

        .book-list .books .book-item .actions,
        .result-list .results .result-item .actions {
            width: 250px;
            margin-left: 10px;
        }
/********************************************** 
    Toont stippellijn aan onderkant kolom, div, enzovoort. Eventueel nog 
    uit te breiden naar diverse fondsen. Voor nu:allemaal dezelfde kleur.
    Wordt nu gebruikt in  \Views\Series\Index.cshtml
***************************************/
.dashed-bottom {
    border-bottom: 1px dashed #aaa8a3;
}

.filter-list {
    display: flex;
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 10px;
}

.filter-clear {
    display: none;
}

.author-list .authors .author-item .details h1 a {
    color: #c1282D;
    text-decoration: none;
    text-transform: none;
}

.author-list .authors .author-item .order {
    width: 100px;
    margin-left: 10px;
}

.lastname {
    display: none;
}

.lastname-letter {
    display: none;
}

.calendar-list {
    display: flex;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 10px;
}

    .calendar-list .header {
        display: flex;
        flex-flow: row nowrap;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
    }

        .calendar-list .header .title {
            display: flex;
            flex-flow: row nowrap;
            margin-left: auto;
            margin-right: auto;
            color: #443f34;
            text-decoration: none;
            font-size: 22px;
            line-height: 32px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            text-transform: uppercase;
        }

    .calendar-list .calendars ul {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0;
    }

        .calendar-list .calendars ul li {
            padding: 0;
        }

    .calendar-list .calendars .calendar-item {
        display: flex;
        flex-flow: row;
        flex: 1 0 auto;
        margin-bottom: 28px;
        padding-bottom: 28px;
        border-bottom: 1px solid #aaa8a3;
    }

        .calendar-list .calendars .calendar-item .date {
            width: 120px;
            height: 120px;
            padding-top: 25px;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            font-size: 40px;
            line-height: 35px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            text-align: center;
        }

        .calendar-list .calendars .calendar-item .cover {
            width: 120px;
        }

            .calendar-list .calendars .calendar-item .cover img {
                width: 120px;
            }

        .calendar-list .calendars .calendar-item .details {
            margin-left: 10px;
            flex: 1 0 auto;
        }

            .calendar-list .calendars .calendar-item .details h1 {
                text-decoration: none;
                text-transform: none;
                font-size: 20px;
                line-height: 24px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                margin-bottom: 5px;
            }

                .calendar-list .calendars .calendar-item .details h1 a {
                    color: #c1282D;
                    text-decoration: none;
                    text-transform: none;
                }

            .calendar-list .calendars .calendar-item .details .payoff-tease {
                max-width: 500px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .calendar-list .calendars .calendar-item .order {
            width: 100px;
            margin-left: 10px;
        }

.author-details {
    flex: 2;
    margin-top: 15px;
    font-family: calibri, sans-serif;
}

    .author-details .extended-details {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .author-details .cover {
        margin-bottom: 15px;
    }

        .author-details .cover img {
            width: 100%;
            max-width: 633px;
            /*min-width: 300px;*/ /*Disabled, to mak title covers not at least 300px wide in author detail page (PK) */
        }

/* now consquently 140% line-height below author photo, as series description etc.*/
.extended-details {
    line-height: 140%;
}

.book-details {
    width: 100%;
    max-width: 633px;
    background: linear-gradient(#e9e9ea, #fff 300px);
    padding: 15px;
    font-family: calibri, sans-serif;
}

.core-details {
    display: flex;
    flex-flow: row;
}

    .core-details .details {
        display: flex;
        flex-flow: column;
        padding-left: 60px;
        flex-grow: 1;
        width: 100%;
    }

        .core-details .details h2 {
            font-weight: 600;
            margin-bottom: 0;
        }

        .core-details .details h3 {
            font-weight: 600;
            margin-top: -5px;
            margin-bottom: 5px;
        }

        .core-details .details .authors {
            font-family: calibri, sans-serif;
            border-bottom: 1px solid #aaa8a3;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .core-details .details .authors a {
                text-decoration: none;
                color: #000;
            }

                .core-details .details .authors a:visited {
                    text-decoration: none;
                    color: #000;
                }

            .core-details .details .authors ul {
                line-height: 14px;
                color: #000;
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .core-details .details .authors ul li {
                    display: inline-block;
                }

                    .core-details .details .authors ul li:last-child:after {
                        content: "";
                    }

                    .core-details .details .authors ul li:after {
                        content: ", ";
                    }

        .core-details .details .specifications {
            border-bottom: 1px solid #aaa8a3;
            margin: 0;
            padding: 0;
            display: flex;
            flex-flow: column;
            padding-bottom: 20px;
            margin-bottom: 12px;
            color: #443f34;
        }

            .core-details .details .specifications .spec {
                display: flex;
                flex-flow: row;
            }

                .core-details .details .specifications .spec .name {
                    width: 125px;
                    flex-shrink: 0;
                }

                .core-details .details .specifications .spec .value {
                    font-weight: 600;
                }

                    .core-details .details .specifications .spec .value a {
                        text-decoration: none;
                    }

                        .core-details .details .specifications .spec .value a:visited {
                            text-decoration: none;
                        }

                    .core-details .details .specifications .spec .value ul {
                        color: #443f34;
                        list-style: none;
                        margin: 0;
                        padding: 0;
                    }

                        .core-details .details .specifications .spec .value ul li {
                            display: inline-block;
                        }

                            .core-details .details .specifications .spec .value ul li:last-child:after {
                                content: "";
                            }

                            .core-details .details .specifications .spec .value ul li:after {
                                content: ", ";
                            }

        .core-details .details .price {
            border-bottom: 1px solid #aaa8a3;
            margin: 0;
            padding: 0;
            display: flex;
            flex-flow: column;
            padding-bottom: 12px;
            margin-bottom: 20px;
            width: 100%
        }

        .core-details .details .pricebox {
            display: flex;
            flex-flow: row;
            width: 100%
        }

        .core-details .details .price .pricetag {
            color: #c1282D;
            font-size: 20px;
            font-weight: 600;
            line-height: 32px;
            flex-grow: 1;
            align-self: flex-start;
        }

            .core-details .details .price .pricetag .oudeprijs {
                text-decoration: line-through;
                color: #443f34;
            }

            .core-details .details .price .pricetag .actieprijs-small {
                font-size: 13px;
                color: #443f34;
            }

        .core-details .details .price .buy-button {
            flex-shrink: 0;
            align-self: flex-end;
            line-height: 32px;
        }

            .core-details .details .price .buy-button a {
                text-decoration: none;
            }

                .core-details .details .price .buy-button a:hover {
                    text-decoration: none;
                }

        .core-details .details .price .break {
            height: 16px;
        }

.sidebar {
    flex: 1;
    background-color: #fff;
    padding: 10px;
}

.related-titles {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .related-titles .header-container {
        margin-left: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-flow: row nowrap;
        flex: 1 0 auto;
        border-bottom: none;
        width: 100%;
    }

        .related-titles .header-container .title {
            display: flex;
            flex-flow: row nowrap;
            color: #443f34;
            text-decoration: none;
            font-size: 22px;
            line-height: 32px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            /*text-transform: uppercase;*/ /* Mixed case, as per VDM-125*/
        }

.related-events {
}

    .related-events .header-container {
        display: flex;
        flex-flow: row nowrap;
        flex: 1 0 auto;
        border-bottom: none;
        width: 100%;
    }

        .related-events .header-container .title {
            display: flex;
            flex-flow: row nowrap;
            color: #443f34;
            text-decoration: none;
            font-size: 22px;
            line-height: 32px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            text-transform: uppercase;
        }

.management {
    color: #86bc24;
}

.psychologie {
    color: #de4e14;
}

.informatica,
.fotografie {
    color: #1199d6;
}

.anderz {
    color: #6DB1B2;
}

.management-background {
    background-color: #86bc24 !important;
}

.psychologie-background {
    background-color: #DE4E14 !important;
}

.informatica-background,
.fotografie-background {
    background-color: #1199d6 !important;
}

.anderz-background {
    background-color: #6DB1B2 !important;
}

.book-item .details .content {
    text-decoration: none;
    line-height: 140%;
    font-size: 16px;
    font-family: calibri, sans-serif;
    font-weight: 100;
    text-align: left;
}

    .book-item .details .content h4 {
        color: #c1282D;
        font-family: calibri, sans-serif;
        font-size: 17px;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 2px;
        font-weight: 600;
    }

        .book-item .details .content h4 a {
            color: #c1282D !important;
            text-decoration: none;
        }

            .book-item .details .content h4 a:hover {
                color: #c1282D !important;
                text-decoration: none;
            }

            .book-item .details .content h4 a:visited {
                color: #c1282D !important;
                text-decoration: none;
            }

    .book-item .details .content h3 {
        color: #000;
        font-family: calibri, sans-serif;
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .book-item .details .content h3 a {
            color: #000 !important;
            text-decoration: none;
        }

            .book-item .details .content h3 a:hover {
                color: #000 !important;
                text-decoration: none;
            }

            .book-item .details .content h3 a:visited {
                color: #000 !important;
                text-decoration: none;
            }

.author-item .details .content {
    text-decoration: none;
    line-height: 17px;
    font-family: calibri, sans-serif;
    font-weight: 100;
    text-align: left;
}

    .author-item .details .content h1 {
        color: #c1282D;
        font-family: calibri, sans-serif;
        font-size: 17px;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .author-item .details .content h2 {
        color: #000;
        font-family: calibri, sans-serif;
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

.calendar-item .details {
    text-decoration: none;
    line-height: 17px;
    font-family: calibri, sans-serif;
    font-weight: 100;
    text-align: left;
}

    .calendar-item .details h1 {
        color: #c1282D;
        font-family: calibri, sans-serif;
        font-size: 17px;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

        .calendar-item .details h1 a {
            color: #c1282D !important;
            text-decoration: none;
        }

            .calendar-item .details h1 a:hover {
                color: #c1282D !important;
                text-decoration: none;
            }

            .calendar-item .details h1 a:visited {
                color: #c1282D !important;
                text-decoration: none;
            }

    .calendar-item .details h2 {
        color: #000;
        font-family: calibri, sans-serif;
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .calendar-item .details h2 a {
            color: #000 !important;
            text-decoration: none;
        }

            .calendar-item .details h2 a:hover {
                color: #000 !important;
                text-decoration: none;
            }

            .calendar-item .details h2 a:visited {
                color: #000 !important;
                text-decoration: none;
            }

/********************************
    icons
********************************/

.icon-D-wit {
    width: 16px;
    height: 19px;
}

.icon-D-grijs {
    width: 25px;
    height: 32px;
}

.icon-D-blauw {
    width: 16px;
    height: 19px;
    margin-left: -2px;
}

.icon-D-groen {
    width: 16px;
    height: 19px;
    margin-left: -2px;
}

/** forms */

/***************
    - Form -
***************/

.form-group {
    width: 100%;
    display: flex;
    flex-flow: row;
}

form .required {
    color: #cd0000;
}

form .field {
    margin-top: 10px;
    margin-bottom: 15px;
}

    form .field:first-child {
        margin-top: 0;
    }

    form .field:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }

form label {
    display: inline-block;
    width: 225px;
    margin-right: 20px;
    line-height: 24px;
    vertical-align: top;
}

form .inputs {
    float: left;
    width: 418px;
}

.textarea-container {
    width: 200px;
    border: 1px solid #ddd;
}

img:not([src]) {
    visibility: hidden;
}

dl {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

dt, dd {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
}

dt {
    width: 125px;
}

dd {
    width: 685px;
}

.list-title {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 12px;
    cursor: pointer;
}

.list-content {
    display: none;
}

    .list-content ul {
        list-style: none;
        padding: 0;
    }

.list-ean {
    display: inline-block;
    width: 120px;
}

.actieprijs {
    font-weight: 600;
    color: #c1282D;
}

.actieprijs-small {
    font-size: 13px;
}

.oudeprijs {
    text-decoration: line-through;
}

/***************************************************************/
/* registratie nieuwsbrief, gebruikt in _RegisterBarPartial.cshtml
/***************************************************************/
.stack-item-highlight {
    height: 100%;
    margin-left: -14px; /* wish: closer to the slider, so negative left margin */
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
}

/* dark grey header */
.register-header {
    color: white;
    background-color: #777672;
    /*border-top-left-radius: 16px;*/
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 18px;
    line-height: 28px;
}

    .register-header img {
        width: 24px;
        height: 24px;
        margin-bottom: -6px;
    }

/* light grey body */
.register-body {
    background-color: #e9e9e9;
    padding: 10px;
    font-size: large;
    line-height: 1.3em;
    height: 100%;
    margin-bottom: -3px;
}
    /* replace the default bullet by the (requested) red bullet */
    .register-body ul {
        list-style: none;
    }

    .register-body li::before {
        content: "•";
        color: #bf2531;
        display: inline-block;
        width: 1em;
        margin-left: -1em
    }

/* button */
.cta_button {
    background-color: #bf2531;
    width: 100%;
    display: inline-block;
    color: white !important;
    font-size: 18px;
    line-height: 28px;
    border-radius: 8px;
    text-align: center;
    margin: 2px auto;
    padding: 6px 36px;
    text-decoration: none;
    text-transform: uppercase
}

    .cta_button:hover {
        text-decoration: none;
    }


/***************************************************************/
/* Styles for validation helpers
/***************************************************************/
.field-validation-error {
    color: #ff0000;
    height: 30px;
    margin-left: 10px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/***************************
    Message
****************************/

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('https://img.vanduurenmedia.nl/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('https://img.vanduurenmedia.nl/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('https://img.vanduurenmedia.nl/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://img.vanduurenmedia.nl/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('https://img.vanduurenmedia.nl/validation.png');
}

NAWPanelNone {
    display: none;
}

.main-content-editor {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 28px;
    background: linear-gradient(#e9e9ea, #fff 300px);
}

    .main-content-editor h1 {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .main-content-editor ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .main-content-editor input[type=text] {
        width: 722px;
    }

.details-heading {
    font-weight: 400;
    width: 180px;
    display: inline-block;
}

.details-item {
    width: 240px;
    height: 18px;
    display: inline-block;
}

.details-ean {
    width: 120px;
    height: 18px;
    display: inline-block;
}

.details-title {
    width: 400px;
    height: 18px;
    display: inline-block;
}

.details-status-small {
    width: 40px;
    height: 18px;
    display: inline-block;
}

.details-status {
    width: 200px;
    height: 18px;
    display: inline-block;
}

.details-email {
    width: 200px;
    height: 18px;
    display: inline-block;
}

.content-editor-block {
    width: 49%;
    min-width: 200px;
    vertical-align: top;
    display: inline-block;
}

/************************************************************/
/* Enkele korte mediaquery styles, waar het niet anders kon 
    zonder de structuur sterk overhoop te halen... */
/************************************************************/
@media only screen and (min-width : 320px) and (max-width : 680px) {
    /* hoofdmenu onder elkaar in plaats van naast elkaar */
    .category-menu {
        flex-direction: column;
    }

    .top-menu {
        font-size: 11px;
        line-height: 13px;
    }

    /* Slide submenu to the left to (more or less) center it. This works b/c all menu-
        items are about the same size & width. Tried a gazillion options to dynamically calc() it, 
        but didn't work out. Also see next rule for ugly hack (PK).
    */
    .menu-container .submenu {
        left: -150px;
    }

    /* Ugly hack to adjust for the width of menu item 'Persoonlijke ontwikkeling' */
    li.submenu.anderz {
        left: -95px;
    }

    /* Boek detailpagina's kolom onder elkaar weergeven, in plaats van naast elkaar */
    .core-details {
        flex-direction: column;
    }

    .cover {
        text-align: center; /* center cover */
    }

    .author-list .authors .author-item,
    .series-list .series .series-item,
    .book-list .books .book-item,
    .result-list .results .result-item {
        flex-direction: column;
    }

    /* Footer menu's onder elkaar weergeven in plaats van naast elkaar bij smalle breedte */
    footer .menu {
        flex-direction: column;
    }
}
