/********************************
 algemene stijlen 
********************************/

body {
    font-family: calibri, sans-serif;
    font-size: 16px;
    background: #fff;
    padding: 0px 25px;
    margin: 0px 0px;
}

.page {
    color: #000;
    background-color: #fff;
    max-width: 950px;
    width: calc(100vw - 60px);
    margin-left: auto;
    margin-right: auto;
}

.page-informatica {
    background: #fff;
    max-width: 950px;
    width: calc(100vw - 60px);
    margin-left: auto;
    margin-right: auto;
}

.page-management {
    background: #fff;
    max-width: 950px;
    width: calc(100vw - 60px);
    margin-left: auto;
    margin-right: auto;
}

.column-content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    /*margin-top: -4px;*/
}

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;
    line-height: 28px;
    font-family: calibri, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

h3 {
    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;
        }

        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: 0px;
}

header,
main,
footer {
    padding: 0px 0px;
}

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 !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;
    }

.page-informatica .order {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #c1282D;
}

.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-informatica .orderbutton a:hover {
        color: #fff;
        text-decoration: underline;
    }

.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-informatica .reservebutton a:hover {
        color: #fff;
        text-decoration: underline;
    }

.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;
}

.page-informatica h1 {
    color: #1199d6;
}

.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-management .order {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #c1282D;
}

.page-management .orderbutton {
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #c1282D;
    color: #fff;
    line-height: 30px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

    .page-management .orderbutton a:hover {
        color: #fff;
        text-decoration: underline;
    }

.page-management .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 {
        color: #fff;
        text-decoration: underline;
    }

.page-management h1 {
    color: #86bc24;
}

.price {
    display: none;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 0px solid #aaa8a3;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        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 {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
            color: #000;
            border: none;
        }

/* Style the tab content */
.tabcontent {
    min-height: 250px;
    color: #000;
    display: none;
    padding: 15px 0px;
    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' */
.socials {
    display: flex;
    flex-flow: row;
    font-size: 15px;
    color: #000;
    padding: 15px 0px;
    margin-bottom: 20px;
    margin-left: 15px;
    border-top: 1px solid #aaa8a3;
    border-bottom: 1px solid #aaa8a3;
}

.page-informatica .social-web-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-web-blauw-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.page-informatica .social-tw-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-tw-blauw-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.page-informatica .social-in-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-in-blauw-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.page-informatica .social-ml-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-ml-blauw-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.page-management .social-web-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-web-groen-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.page-management .social-tw-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-tw-groen-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.page-management .social-in-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-in-groen-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.page-management .social-ml-rond {
    display: block;
    background: white url(https://img.vanduurenmedia.nl/v3/social-icon-ml-groen-rond.png?width=32&height=32) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

table {
    border-spacing: 0px;
}

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: 0px solid !important;
}

/* header and related */
header {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.top-menu {
    display: flex;
    align-self: flex-end;
    color: #aaa8a3; /* kiezel midden donker */
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
    font-family: calibri, sans-serif;
}

    .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: 0px 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 0px;
    }

        .header-container .searchbar .search-menu {
            border: none;
            background: #443f34; /* kiezel zwaar */
            color: #fff;
            height: 32px;
            padding: 0px 10px;
        }

        .header-container .searchbar input {
            border: none;
            padding: 0px 10px;
            width: 400px;
        }

        .header-container .searchbar button {
            /* width: 36px; */
            display: flex;
            border: none;
            border-left: 1px solid #aaa8a3;
            color: #aaa8a3;
            padding: 8px 10px;
            cursor: pointer;
        }

            .header-container .searchbar button:hover {
                /* width: 36px; */
                display: flex;
                border: none;
                border-left: 1px solid #aaa8a3;
                color: #443f34;
                padding: 0px 10px;
                cursor: pointer;
            }

.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;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .category-menu .menu-item {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0px 10px;
        color: #443f34;
    }

        .category-menu .menu-item:hover {
            color: #1199d6 !important;
        }

    .category-menu .menu-item-management {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0px 10px;
        color: #443f34;
    }

        .category-menu .menu-item-management:hover {
            color: #86bc24 !important;
        }

.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:hover .menu-name .caret .caret-down {
    display: none;
    padding-left: 5px;
}

.menu-item:hover .menu-name .caret .caret-up {
    display: block;
    padding-left: 5px;
}

.menu-item a {
    text-decoration: none;
    color: #443f34 !important;
}

    .menu-item a:visited {
        text-decoration: none;
        color: #443f34 !important;
    }

    .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;
    }

.menu-item-management:hover .menu-name .caret .caret-down {
    display: none;
    padding-left: 5px;
}

.menu-item-management:hover .menu-name .caret .caret-up {
    display: block;
    padding-left: 5px;
}

.menu-item-management a {
    text-decoration: none;
    color: #443f34 !important;
}

    .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-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;
    }

.menu-item:hover .menu-container .submenu {
    visibility: visible;
}

.menu-item-management:hover .menu-container .submenu {
    visibility: visible;
}

.menu-container .submenu:hover {
    visibility: visible;
}

.menu-container .submenu .panel {
    width: 325px;
    display: flex;
    flex-flow: row;
    flex: 1 1 auto;
    top: 0px;
    position: relative;
}

    .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;
    }

.menu-item .menu-container .submenu .panel a {
    color: #443f34;
    text-decoration: none;
}

    .menu-item .menu-container .submenu .panel a:hover {
        color: #1199d6;
        text-decoration: underline;
    }

    .menu-item .menu-container .submenu .panel a:visited {
        color: #443f34;
        text-decoration: none;
    }

        .menu-item .menu-container .submenu .panel a:visited:hover {
            color: #1199d6;
            text-decoration: none;
        }

.menu-item-management .menu-container .submenu .panel a {
    color: #443f34;
    text-decoration: none;
}

    .menu-item-management .menu-container .submenu .panel a:hover {
        color: #86bc24;
        text-decoration: underline;
    }

    .menu-item-management .menu-container .submenu .panel a:visited {
        color: #443f34;
        text-decoration: none;
    }

        .menu-item-management .menu-container .submenu .panel a:visited:hover {
            color: #86bc24;
            text-decoration: none;
        }

.read-more {
    padding-left: 4px;
}

    .read-more:before {
        content: "\203A \0020";
    }


/* breadcrumb */
.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%;
    padding: 28px;
    /*margin-top: -4px;*/
    background: linear-gradient(#e9e9ea, #fff 300px);
}

.main-header {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

    .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%
        }

    .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;
    }

.stack-item-highlight {
    width: 317px;
    height: 111px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    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-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;
        }


.stack-item {
    width: 317px;
    height: 112px;
    overflow: hidden;
    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 {
        width: 80px;
        height: 100px;
        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 {
            height: 80px;
            width: 80px;
            overflow: hidden;
            background-color: #e9e9ea;
            /*border-right: 1px solid #443f34;*/
        }

            .stack-item .left .image img {
                max-height: 80px;
                max-width: 80px;
            }

    .stack-item .right {
        height: 120px;
        display: flex;
        flex-flow: column;
        width: 222px;
    }

        .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;
            height: 80px;
            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 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 .right .content h2 {
                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-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%;
            }

.book-list {
    /* max-width: 750px; */
    display: flex;
    flex-flow: column;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .book-list .header {
        display: flex;
        flex-flow: row nowrap;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
    }

        .book-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;
        }

    .book-list .books ul {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0;
    }

        .book-list .books ul li {
            padding: 0;
        }

    .book-list .books .book-item {
        display: flex;
        flex-flow: row;
        flex: 1 0 auto;
        margin-bottom: 28px;
        padding-bottom: 28px;
        border-bottom: 1px solid #aaa8a3;
    }

        .book-list .books .book-item .cover {
            width: 120px;
        }

            .book-list .books .book-item .cover img {
                width: 120px;
            }

        .book-list .books .book-item .details {
            max-width: 510px;
            margin-left: 10px;
            flex: 1 0 auto;
        }

            .book-list .books .book-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;
            }

            .book-list .books .book-item .details h2 {
                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 h2 .author:last-child:after {
                    content: "";
                }

                .book-list .books .book-item .details h2 .author:after {
                    content: ", ";
                }

                .book-list .books .book-item .details h2 a {
                    text-decoration: none;
                    text-transform: none;
                }

            .book-list .books .book-item .details .payoff-tease {
                max-width: 500px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .book-list .books .book-item .order {
            width: 140px;
            margin-left: 10px;
        }

            .book-list .books .book-item .order .oudeprijs {
                text-decoration: line-through;
                color: #443f34;
            }

            .book-list .books .book-item .order .actieprijs-small {
                font-size: 13px;
                color: #443f34;
            }

        .book-list .books .book-item .actions {
            width: 250px;
            margin-left: 10px;
        }

/* ***** search results ***** */
.result-list {
    /* max-width: 750px; */
    display: flex;
    flex-flow: column;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .result-list .header {
        display: flex;
        flex-flow: row nowrap;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
    }

        .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;
        }

    .result-list .results ul {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0;
    }

        .result-list .results ul li {
            padding: 0;
        }

    .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;
    }

        .result-list .results .result-item .cover {
            width: 120px;
        }

            .result-list .results .result-item .cover img {
                width: 120px;
            }

        .result-list .results .result-item .details {
            max-width: 510px;
            margin-left: 10px;
            flex: 1 0 auto;
        }

            .result-list .results .result-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;
            }

            .result-list .results .result-item .details h2 {
                text-decoration: none;
                text-transform: none;
                font-size: 18px;
                line-height: 22px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                margin-bottom: 10px;
            }

                .result-list .results .result-item .details h2 .author:last-child:after {
                    content: "";
                }

                .result-list .results .result-item .details h2 .author:after {
                    content: ", ";
                }

                .result-list .results .result-item .details h2 a {
                    text-decoration: none;
                    text-transform: none;
                }

            .result-list .results .result-item .details .payoff-tease {
                max-width: 500px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .result-list .results .result-item .order {
            width: 140px;
            margin-left: 10px;
        }

            .result-list .results .result-item .order .oudeprijs {
                text-decoration: line-through;
                color: #443f34;
            }

            .result-list .results .result-item .order .actieprijs-small {
                font-size: 13px;
                color: #443f34;
            }

        .result-list .results .result-item .actions {
            width: 250px;
            margin-left: 10px;
        }
/* ***** */

.filter-list {
    /*max-width: 750px;*/
    display: flex;
    flex-flow: row;
    padding-top: 0px;
    padding-bottom: 10px;
}

.filter-clear {
    display: none;
}

.author-list {
    /*max-width: 750px;*/
    display: flex;
    flex-flow: column;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .author-list .header {
        display: flex;
        flex-flow: row nowrap;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
    }

        .author-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 {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0;
    }

        .author-list .authors ul li {
            padding: 0;
        }

    .author-list .authors .author-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 {
            /*width: 120px;*/
        }

            .author-list .authors .author-item .cover img {
                width: 120px;
            }

        .author-list .authors .author-item .details {
            margin-left: 10px;
            flex: 1 0 auto;
        }

            .author-list .authors .author-item .details h1 {
                text-decoration: none;
                text-transform: none;
                font-size: 20px;
                /*line-height: 24px;*/
                font-family: calibri, sans-serif;
                font-weight: 600;
                margin-bottom: 5px;
            }

                .author-list .authors .author-item .details h1 a {
                    color: #c1282D;
                    text-decoration: none;
                    text-transform: none;
                }

            .author-list .authors .author-item .details .payoff-tease {
                max-width: 500px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .author-list .authors .author-item .order {
            width: 100px;
            margin-left: 10px;
        }

.lastname {
    display: none;
}

.lastname-letter {
    display: none;
}


.series-list {
    /*max-width: 750px;*/
    display: flex;
    flex-flow: column;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .series-list .header {
        display: flex;
        flex-flow: row nowrap;
        border-bottom: 1px solid #aaa8a3;
        width: 100%;
    }

        .series-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;
        }

    .series-list .series ul {
        display: flex;
        flex-flow: column;
        list-style: none;
        padding: 0;
    }

        .series-list .series ul li {
            padding: 0;
        }

    .series-list .series .series-item {
        display: flex;
        flex-flow: row;
        flex: 1 0 auto;
        margin-bottom: 28px;
        padding-bottom: 28px;
        border-bottom: 1px solid #aaa8a3;
    }

        .series-list .series .series-item .cover {
            width: 120px;
        }

            .series-list .series .series-item .cover img {
                width: 120px;
            }

        .series-list .series .series-item .details {
            margin-left: 10px;
            flex: 1 0 auto;
        }

            .series-list .series .series-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;
            }

                .series-list .series .series-item .details h1 a {
                    color: #c1282D;
                    text-decoration: none;
                    text-transform: none;
                }

            .series-list .series .series-item .details .payoff-tease {
                max-width: 500px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .series-list .series .series-item .order {
            width: 100px;
            margin-left: 10px;
        }

.calendar-list {
    /*max-width: 750px;*/
    display: flex;
    flex-flow: column;
    padding-top: 0px;
    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 h1 {
        padding-left: 15px;
    }

    .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;
        }

.book-details {
    /*flex: 2;*/
    width: 100%;
    /*min-width: 500px;*/
    max-width: 633px;
    /*max-width: calc(100vw - 60px - 327px);*/
    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 h1 {
            font-weight: 600;
            margin-bottom: 0px;
        }

        .core-details .details h2 {
            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: 0px;
                padding: 0px;
            }

                .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: 0px;
            padding: 0px;
            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;
                        /*color: #443f34;*/
                    }

                        .core-details .details .specifications .spec .value a:visited {
                            text-decoration: none;
                            /*color: #443f34;*/
                        }

                    .core-details .details .specifications .spec .value ul {
                        color: #443f34;
                        list-style: none;
                        margin: 0px;
                        padding: 0px;
                    }

                        .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: 0px;
            padding: 0px;
            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;
                /*width: 100px;*/
                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 {
                /*flex-basis: 100%;*/
                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;
        }

.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,
.psychologie {
    color: #86bc24;
}

.informatica,
.fotografie {
    color: #1199d6;
}

.management-background,
.psychologie-background {
    background-color: #86bc24 !important;
}

.informatica-background,
.fotografie-background {
    background-color: #1199d6 !important;
}


.book-item a {
    color: #000 !important;
    text-decoration: none;
}

    .book-item a:hover {
        color: #000 !important;
        text-decoration: none;
    }

    .book-item a:visited {
        color: #000 !important;
        text-decoration: none;
    }

.book-item .details .content {
    text-decoration: none;
    line-height: 15px;
    font-size: 14px;
    font-family: calibri, sans-serif;
    font-weight: 100;
    text-align: left;
}

    .book-item .details .content h1 {
        color: #c1282D;
        font-family: calibri, sans-serif;
        font-size: 17px;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

        .book-item .details .content h1 a {
            color: #c1282D !important;
            text-decoration: none;
        }

            .book-item .details .content h1 a:hover {
                color: #c1282D !important;
                text-decoration: none;
            }

            .book-item .details .content h1 a:visited {
                color: #c1282D !important;
                text-decoration: none;
            }

    .book-item .details .content h2 {
        color: #000;
        font-family: calibri, sans-serif;
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .book-item .details .content h2 a {
            color: #000 !important;
            text-decoration: none;
        }

            .book-item .details .content h2 a:hover {
                color: #000 !important;
                text-decoration: none;
            }

            .book-item .details .content h2 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: 150px;
    margin-right: 20px;
    line-height: 24px;
    vertical-align: top;
}

form .inputs {
    float: left;
    width: 418px;
}

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 center nieuwsbrief
-----------------------------------------------------------*/


/* 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 0px;
    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;
    /*margin-top: -4px;*/
    background: linear-gradient(#e9e9ea, #fff 300px);
}

    .main-content-editor h1 {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .main-content-editor ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .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;
}