﻿/* ~~~~~~~~~~~~~~~~~~~~~~ Text & Global Classes ~~~~~~~~~~~~~~~~~~~~~~ */
.clear {
    clear: both;
    height: 0 !important;
    width: 100%;
}

h2 {
    margin-top: 1.5em;
}

.panel h2 {
    margin-top: 0;
}

.intro p {
    font-size: 1.4em;
    line-height: 1.7em;
}

legend {
    display: none;
}

.displaynone {
    display: none;
}

input[type="text"].noBorder {
    border: hidden;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sizeOfH1 {
    font-weight: normal;
}

.bigheading {
    font-size: 2.0em;
    font-weight: normal;
}

.nowrap {
    white-space: nowrap;
}

@media (max-width: 599px) {
    .custom-hide-from-mobile {
        display: none;
    }
}

@media (min-width: 600px) {
    .custom-mobile-only {
        display: none;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~ Tables ~~~~~~~~~~~~~~~~~~~~ */
table {
    margin-bottom: 2.0em;
}

    table caption {
        margin: auto;
        font-size: 1.0em;
    }

@media (max-width: 899px) {
    table td,
    table th {
        padding: .7em 10px;
        font-size: 0.8em !important;
    }

    table.winkelwagen td,
    table.winkelwagen th {
        font-size: 0.7em !important;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~ Shopping cart ~~~~~~~~~~~~~~~~~~~~ */
.custom-width img {
    display: block;
    width: 50px;
}

@media (min-width: 600px) {
    .custom-width img {
        width: 100px;
    }
}

.custom-remove-icon a {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    background: transparent url('../img/delete.png') no-repeat 50% 15%;
    background-size: 20px;
}

.custom-cart-info fieldset {
    border: none !important;
    margin: 0;
    padding: 0;
}

.wwtot caption {
    font-weight: bold;
}

.wwtot td,
.wwtot th {
    font-weight: normal;
}

    .wwtot td.bold,
    .wwtot th.bold {
        font-weight: bold !important;
    }
/* ~~~~~~~~~~~~~~~~~~~~ Navigation menus ~~~~~~~~~~~~~~~~~~~~ */
.nav-main {
    z-index: 11;
}

    .nav-main .active .mega-dropdown .nav-nodes .active {
        font-weight: bold;
    }

    .nav-main .active .mega-dropdown .nav-aside > .pages > li > a {
        display: none;
    }

    .nav-main .active .mega-dropdown .nav-aside .active {
        font-weight: bold;
    }

    .nav-main .active .mega-dropdown .nav-aside ul ul li {
        padding: 0;
    }

        .nav-main .active .mega-dropdown .nav-aside ul ul li a {
            padding: 0.4em 0;
        }

    .nav-main .active .mega-dropdown .nav-aside ul ul ul {
        padding-left: 15px;
        padding-bottom: 0;
    }

        .nav-main .active .mega-dropdown .nav-aside ul ul ul li {
            margin: 0;
            padding: 0;
        }

            .nav-main .active .mega-dropdown .nav-aside ul ul ul li a {
                font-size: 0.8em;
                padding: 0.4em;
            }

.custom-shortcuts {
    float: right;
    padding: 9px 6px 0 0;
    display: none;
    position: relative;
}

@media (min-width: 900px) {
    .custom-shortcuts {
        display: block;
    }
}

.custom-shortcuts a {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    color: #222;
    line-height: 44px;
    text-decoration: none !important;
    white-space: nowrap;
}

.custom-shortcut-shoppingcart {
    right: 60px;
    text-align: right;
    width: 60px;
    display: none;
}

    .custom-shortcut-shoppingcart span {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 120%;
        background: transparent url('../img/shoppingcart.png') no-repeat center top;
        background-size: 20px;
    }

.custom-shortcut-search {
    margin: 0 auto;
    text-align: center;
    right: 0;
}

    .custom-shortcut-search .icon-search:before {
        font-size: 17px;
        line-height: 18px;
    }

@media (max-width: 899px) {
    .site-nav .custom-shortcut-shoppingcart {
        float: right;
        display: block;
        position: absolute;
        right: 45px;
        top: 0;
        width: 60px !important;
    }
}

.site-subnav a {
    padding: 0.2em 0;
    font-size: 1.1em !important;
}

.site-subnav ul {
    border: none !important;
}

    .site-subnav ul ul li {
        padding: 0.2em 0;
        margin: 0;
    }

    .site-subnav ul ul ul {
        margin-top: -0.4em;
        margin-bottom: 0.4em;
    }

        .site-subnav ul ul ul li {
            padding: 0;
            margin: 0;
        }

            .site-subnav ul ul ul li a {
                padding: 0;
                font-size: 0.9em !important;
                color: #666 !important;
            }

                .site-subnav ul ul ul li a:before {
                    display: none !important;
                }

#path .active {
    font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~ Sidebar / "Filmstrip" ~~~~~~~~~~~~~~~~~~~~ */
.custom-aside {
    position: relative;
    z-index: 1337;
    font-size: .9em;
    margin: 1.5em 0;
    float: right;
    width: 16%;
    display: none;
}

@media (min-width: 1200px) {
    .custom-aside {
        display: block;
    }
}

.filmstrip {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    display: none;
}

@media (min-width: 700px) {
    .filmstrip {
        display: block;
    }
}

.filmstrip li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

    .filmstrip li:before,
    .filmstrip li:after {
        display: none;
    }

    .filmstrip li img {
        width: 94%;
    }
/* ~~~~~~~~~~~~~~~~~~~~ Search Page ~~~~~~~~~~~~~~~~~~~~ */
#searchpage {
    border-top: solid 6px #f7f6f4;
}

    #searchpage > .divshowing .paginas {
        margin-bottom: 30px;
    }
/* ~~~~~~~~~~~~~~~~~~~~ Search Results Grid ~~~~~~~~~~~~~~~~~~~~ */
.weergavefoto {
    text-align: center;
    width: 101%;
    padding-bottom: 5px;
}

    .weergavefoto:after {
        content: "";
        display: table;
        clear: both;
    }

    .weergavefoto .weergavefoto {
        width: 100%;
        font-size: 1.0em;
        float: left;
    }

@media (min-width: 420px) {
    .weergavefoto .weergavefoto {
        width: 48%;
        padding-right: 2%;
        font-size: 0.8em;
    }
}

@media (min-width: 500px) {
    .weergavefoto .weergavefoto {
        width: 24%;
        padding-right: 1%;
        font-size: 0.7em;
    }
}

.weergavefoto .weergavefoto:after {
    content: "";
    display: none;
    clear: none;
}

.weergavefoto .weergavefoto a {
    display: block;
}

.weergavefoto .weergavefoto img {
    width: 100%;
}

.weergavefoto .weergavefoto div a,
.weergavefoto .weergavefoto div img {
    display: inline-block;
    width: auto;
    height: auto;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.displayMode3 .weergavefoto .weergavefoto {
    width: 23%;
    padding-right: 2%;
}

@media (min-width: 450px) {
    .displayMode3 .weergavefoto .weergavefoto {
        width: 11%;
        padding-right: 1.5%;
    }
}

.lijstlinks {
    width: 100%;
    border-bottom: solid 2px #f7f6f4;
    margin-top: 20px;
}

    .lijstlinks:after {
        content: "";
        display: table;
        clear: both;
    }

    .lijstlinks .lijstlinks {
        float: left;
        width: 28%;
        min-height: 30px;
        margin-right: 2%;
        border-bottom: none;
        margin-top: 0;
    }

        .lijstlinks .lijstlinks img {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

        .lijstlinks .lijstlinks:after {
            content: "";
            display: none;
            clear: none;
        }

.lijstweergave {
    width: 60%;
    float: left;
    margin-bottom: 20px;
    min-height: 30px;
}

    .lijstweergave:after {
        content: "";
        display: table;
        clear: both;
    }

    .lijstweergave .lijsttitel,
    .lijstweergave .lijstdata {
        font-size: 0.9em;
        line-height: 1.2em;
    }

    .lijstweergave .lijsttitel {
        white-space: nowrap;
    }

    .lijstweergave .lijstdata {
        margin-bottom: 10px;
    }

@media (min-width: 900px) {
    .lijstweergave .lijsttitel,
    .lijstweergave .lijstdata {
        float: left;
        font-size: 0.8em;
        line-height: 1.3em;
        min-height: 10px;
    }

    .lijstweergave .lijsttitel {
        width: 25%;
    }

    .lijstweergave .lijstdata {
        width: 75%;
        margin-bottom: 5px;
    }
}
/* ~~~~~~~~~~~~~~~~~~~~ Search Form ~~~~~~~~~~~~~~~~~~~~ */
.showright .showright-content {
    margin: 15px 0 0 0;
}

    .showright .showright-content label {
        font-weight: normal;
        vertical-align: top;
        color: #666;
        font-size: 0.9em;
    }

.ui-autocomplete li:before {
    content: "";
    display: none;
}

.ui-autocomplete.ui-widget-content {
    background: #fff;
}

.ui-autocomplete .ui-state-focus {
    color: #333 !important;
    background: #eee !important;
    border-color: #eee !important;
}

.custom-search {
    position: relative;
    /* ~~~~~~~~~~~~~~~~~~~~ Search Filters ~~~~~~~~~~~~~~~~~~~~ */
    /* ~~~~~~~~~~~~~~~~~~~~ Search Sorting and pagination ~~~~~~~~~~~~~~~~~~~~ */
}

    .custom-search fieldset {
        border: none;
        padding-bottom: 0 !important;
        margin: 0 !important;
    }

        .custom-search fieldset legend {
            display: none;
        }

    .custom-search label {
        font-weight: bold;
    }

    .custom-search .divshowing:after {
        content: "";
        display: table;
        clear: both;
    }

    .custom-search #searchBox {
        width: 100%;
        height: 2.5em;
        vertical-align: middle;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        border: solid 1px #9c9c9c;
        padding: 3px 7px;
        margin: 3px 0;
        font: 0.9rem "RijksoverheidSansText", Verdana, Arial, sans-serif;
        line-height: 2rem;
        -moz-box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1) inset;
        -webkit-box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1) inset;
        box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1) inset;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        max-width: 100%;
    }

@media (min-width: 900px) {
    .custom-search #searchBox {
        width: 80%;
    }
}

.custom-search .searchbutton {
    background: #0b76b2;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 5px 10px;
    margin: 4px 0;
    min-height: 20px;
    font: bold 1.1em/1.4em "RijksoverheidSansText", Verdana, Arial, sans-serif;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media (min-width: 900px) {
    .custom-search .searchbutton {
        margin-left: 15px;
    }
}

.custom-search .custom-help {
    float: right;
}

    .custom-search .custom-help img {
        vertical-align: bottom;
    }

.custom-search #customMobileFacetToggle {
    display: block;
    margin: 20px 0 10px 0;
    padding: 0 0 0 20px;
    cursor: pointer;
    font-size: 0.9em;
    background: transparent url('../img/filter.png') no-repeat 0 49%;
    background-size: 15px;
}

@media (min-width: 600px) {
    .custom-search #customMobileFacetToggle {
        display: none;
    }
}

.custom-search #facetContainer {
    display: none;
    padding: 10px;
    margin: 0 0 20px 0;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.9em;
}

    .custom-search #facetContainer a {
        color: #666;
    }

@media (min-width: 600px) {
    .custom-search #facetContainer {
        display: block !important;
        display: table !important;
        width: 100%;
        padding: 0;
        margin: 15px 0 0 0;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: solid 6px #f7f6f4;
    }

        .custom-search #facetContainer:after {
            content: "";
            display: table;
            clear: both;
        }
}

.custom-search #facetContainer label {
    font-weight: bold;
}

.custom-search #facetContainer ul,
.custom-search #facetContainer ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .custom-search #facetContainer ul li,
    .custom-search #facetContainer ol li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .custom-search #facetContainer ul li:before,
        .custom-search #facetContainer ol li:before,
        .custom-search #facetContainer ul li:after,
        .custom-search #facetContainer ol li:after {
            content: "";
            display: none;
        }

.custom-search #facetContainer #facetColumnType,
.custom-search #facetContainer #facetColumnYear,
.custom-search #facetContainer #facetColumnRegio,
.custom-search #facetContainer #facetColumnThema,
.custom-search #facetContainer #facetColumnRiviergebied,
.custom-search #facetContainer #facetColumnProject,
.custom-search #facetContainer #facetColumnTechniek {
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .custom-search #facetContainer #facetColumnType,
    .custom-search #facetContainer #facetColumnYear,
    .custom-search #facetContainer #facetColumnRegio,
    .custom-search #facetContainer #facetColumnThema,
    .custom-search #facetContainer #facetColumnRiviergebied,
    .custom-search #facetContainer #facetColumnProject,
    .custom-search #facetContainer #facetColumnTechniek {
        margin-bottom: 0;
        display: inline-flex;
        padding-right: 30px;
        padding-bottom: 20px;
    }
}

.custom-search .facetMoreContainer,
.custom-search .facetMoreContainerScroll,
.custom-search .facetMoreContainerScrollWide {
    height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    background-color: White;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -25px;
    margin-left: -3px;
}

.custom-search .facetMoreContainerScroll {
    width: 70px;
    overflow: auto;
    max-height: 550px;
}

.custom-search .facetMoreContainerScrollWide {
    width: 190px;
    overflow: auto;
}

.custom-search .facetdel {
    display: inline-block;
}

    .custom-search .facetdel a {
        float: left;
        display: block;
        font-size: 0.8em;
        color: #666;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 4px 8px 4px 25px;
        margin: 0 5px 3px 0;
        background: #dbdbdb url('../img/close-white.png') no-repeat 7px center;
        background-size: 12px;
    }

        .custom-search .facetdel a:hover {
            text-decoration: none;
            background-color: #d0d0d0;
        }

.custom-search #customMobileDisplayToggle {
    display: block;
    margin: 5px 0 10px 0;
    padding: 0 0 0 20px;
    cursor: pointer;
    font-size: 0.9em;
    background: transparent url('../img/eye.png') no-repeat 0 50%;
    background-size: 15px;
}

@media (min-width: 600px) {
    .custom-search #customMobileDisplayToggle {
        display: none;
    }
}

.custom-search #customDisplayOptions {
    display: none;
    padding: 10px;
    margin: 0 0 20px 0;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.9em;
}

@media (min-width: 600px) {
    .custom-search #customDisplayOptions {
        display: block !important;
        padding: 0;
        margin: 10px 0 0 0;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.custom-search .searchpagekolomfaceted {
    width: 65%;
    float: left;
    vertical-align: middle;
}

    .custom-search .searchpagekolomfaceted p {
        margin: 0;
        padding: 0;
    }

    .custom-search .searchpagekolomfaceted select {
        padding-top: 0.35em;
        color: #666;
        font-size: 0.9em;
    }

    .custom-search .searchpagekolomfaceted .help-icon {
        vertical-align: middle;
        display: inline-block;
        margin: 0 0 0 2px;
    }

@media (min-width: 900px) {
    .custom-search .searchpagekolomfaceted .help-icon {
        margin: 0 0 0 10px;
    }
}

.custom-search .paginas {
    width: 0;
    float: left;
    display: none;
}

    .custom-search .paginas p {
        text-align: left;
    }

.custom-search .weergave {
    width: 35%;
    float: right;
    text-align: right;
    padding: 6px 0 0 0;
}

    .custom-search .weergave p {
        margin: 0;
        padding: 0;
    }

        .custom-search .weergave p a:last-child {
            display: none;
        }

@media (min-width: 360px) {
    .custom-search .weergave p a:last-child {
        display: inline;
    }
}

@media (min-width: 900px) {
    .custom-search .searchpagekolomfaceted {
        width: 40%;
    }

    .custom-search .paginas {
        width: 40%;
        display: block;
    }

    .custom-search .weergave {
        width: 20%;
    }
}

.paginas p {
    margin: 0;
    padding: 8px 0 0 0;
    text-align: center;
}

    .paginas p a {
        display: inline-block;
        padding: 0 1px;
        color: #666;
    }
/* ~~~~~~~~~~~~~~~~~~~~ Details ~~~~~~~~~~~~~~~~~~~~ */
.page-title h1.h1Compact {
    font-size: 2.0em;
}

#detail form {
    margin: 0;
    padding: 0;
}

    #detail form p {
        margin: 0;
        padding: 0;
    }

#detail a.lightbox {
    display: block;
    width: 100%;
}

    #detail a.lightbox img {
        display: block;
        width: 100%;
    }

#detail fieldset {
    border-top: solid 6px #f7f6f4;
    border-bottom: solid 6px #f7f6f4 !important;
    margin-bottom: 1.5em;
}

    #detail fieldset legend {
        display: none;
    }

#detail .display-field {
    -ms-word-break: break-word;
    word-break: break-word;
}

#detail input.volgendebutton {
    border: none;
    background-color: #FFF;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    font-size: 0.9em;
    color: #666;
}

    #detail input.volgendebutton:hover {
        text-decoration: underline;
    }

#detail .lijstlinks {
    display: inline-block;
    width: 14px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.9em;
}

.display-label,
.editor-label {
    vertical-align: top;
    font-weight: bold;
}

@media (min-width: 600px) {
    .display-label,
    .editor-label {
        display: inline-block;
        margin: 0.5em 0;
        float: left;
        width: 35%;
    }

    .display-field,
    .editor-field {
        display: inline-block;
        margin: 0.5em 0;
        float: left;
        width: 65%;
    }
}

.display-field p {
    font-size: 100%;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

#bestellen fieldset {
    border-top: none !important;
    padding: 0 0 1.5em 0;
}

@media (min-width: 450px) {
    #bestellen fieldset {
        background: #f7f6f4;
        border: solid 1px #ccc !important;
        padding: 1.5em;
    }
}

#bestellen legend {
    display: none;
}

#bestellen label[for="download"] {
    margin-top: 1px !important;
}

    #bestellen label[for="download"] a {
        font-size: 1.0em;
        background: transparent url('../img/download.png') no-repeat 2px 50%;
        background-size: 22px;
        display: inline-block;
        padding: 0.5em 0 0.5em 35px;
        font-weight: bold;
    }

@media (min-width: 600px) {
    #bestellen label[for="download"] a {
        font-size: 1.2em;
    }
}

#bestellen label {
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

#bestellen .kiesbutton {
    display: inline-block;
    margin-left: 10px;
}

#bestellen .bestelbutton {
    display: block;
    margin: 20px 0 0 0;
}

#bestellen select {
    width: 70%;
    float: left;
}

#bestellen input[type="text"] {
    width: 70%;
}

@media (min-width: 600px) {
    #bestellen select {
        width: 50%;
        float: left;
    }

    #bestellen input[type="text"] {
        width: 50%;
    }
}

#bestellen h2 {
    font-size: 2.0em;
    font-weight: normal;
}

#bestellen h3 {
    margin: 0;
    font-weight: normal;
    font-size: 1.0em;
}

#bestellen p {
    margin: 0;
}

    #bestellen p:after {
        content: "";
        display: table;
        clear: both;
    }

#GPS abbr {
    font-size: 100%;
}
/* ~~~~~~~~~~~~~~~~~~~~ Forms ~~~~~~~~~~~~~~~~~~~~ */
#customShowHideReactionForm {
    display: inline-block;
    color: #0b76b2;
    padding: 0 0 0 24px;
    margin: 0.5em 0 1.5em 0;
    cursor: pointer;
    background: transparent url('../img/form-icon.png') no-repeat left center;
    background-size: 16px;
}

.mediaObjectDetailReaction fieldset {
    border-top: none !important;
    margin-top: 0 !important;
}

.mediaObjectDetailReaction input[type="submit"] {
    margin-left: 0;
}

@media (min-width: 900px) {
    .mediaObjectDetailReaction input[type="submit"] {
        margin-left: 35%;
    }
}

#register form,
.mediaObjectDetailReaction form,
#register fieldset,
.mediaObjectDetailReaction fieldset,
#register p,
.mediaObjectDetailReaction p {
    max-width: 100%;
}

    #register form p,
    .mediaObjectDetailReaction form p {
        margin-bottom: 10px;
    }

        #register form p:after,
        .mediaObjectDetailReaction form p:after {
            content: "";
            display: table;
            clear: both;
        }

#register fieldset,
.mediaObjectDetailReaction fieldset {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-top: solid 6px #f7f6f4;
    border-bottom: solid 6px #f7f6f4;
}

#register label,
.mediaObjectDetailReaction label {
    display: block;
    font-weight: bold;
    padding-top: 7px;
}

    #register label[for="RememberMe"],
    .mediaObjectDetailReaction label[for="RememberMe"] {
        font-weight: normal;
        vertical-align: top;
        line-height: 1.6em;
        float: none !important;
        display: inline !important;
    }

#register input[type="text"],
.mediaObjectDetailReaction input[type="text"],
#register input[type="password"],
.mediaObjectDetailReaction input[type="password"],
#register textarea,
.mediaObjectDetailReaction textarea,
#register select,
.mediaObjectDetailReaction select {
    width: 100%;
}

@media (min-width: 900px) {
    #register input[type="text"],
    .mediaObjectDetailReaction input[type="text"],
    #register input[type="password"],
    .mediaObjectDetailReaction input[type="password"],
    #register textarea,
    .mediaObjectDetailReaction textarea,
    #register select,
    .mediaObjectDetailReaction select {
        width: 65%;
    }
}

#register #RememberMe,
.mediaObjectDetailReaction #RememberMe {
    margin: 0;
}

@media (min-width: 900px) {
    #register #RememberMe,
    .mediaObjectDetailReaction #RememberMe {
        margin: 0 5px 0 35%;
    }
}

#register input[type="checkbox"],
.mediaObjectDetailReaction input[type="checkbox"] {
    display: inline-block !important;
    width: auto;
    margin-top: 10px;
}

#register input[type="submit"],
.mediaObjectDetailReaction input[type="submit"] {
    margin-top: 20px;
    width: auto;
}

@media (min-width: 900px) {
    #register label,
    .mediaObjectDetailReaction label {
        display: block;
        width: 35%;
        float: left;
    }
}

textarea.custom-full-textarea {
    width: 100% !important;
}

.button,
.winkelbutton,
.kiesbutton,
.bestelbutton {
    background: #0b76b2;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 5px 15px;
    margin: 4px 0;
    min-height: 20px;
    font: bold 1.1em/1.4em "RijksoverheidSansText", Verdana, Arial, sans-serif;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.input-validation-error {
    border-color: red !important;
}

.field-validation-error {
    display: block;
    color: red;
}

@media (min-width: 900px) {
    .field-validation-error {
        margin-left: 35%;
    }
}

.validation-summary-errors {
    color: red;
    margin: 20px 0 20px 0;
}

.ratings {
    margin-bottom: 30px;
}

    .ratings:after {
        content: "";
        display: table;
        clear: both;
    }

    .ratings .rating-L {
        margin-top: 0;
    }

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~ CookieNotification ~~~~~~~~~~~~~~~~~~~~ */

#CookieArea {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    float: inherit;
}

#CookieAreaContent {
    width: 60%;
    height: 100%;
    text-align: center;
    margin-left: 250px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 2px solid rgb(21, 66, 115);
    border-radius: 10px;
}

    #CookieAreaContent h1 {
        margin-top: 5px;
        font-size: 0.95em;
        margin-bottom: 5px;
    }

    #CookieAreaContent h2 {
        margin-top: 5px;
        font-size: 0.95em;
    }

    #CookieAreaContent h3 {
        margin-top: 5px;
        font-size: 0.95em;
    }

    #CookieAreaContent button {
        background: #0b76b2;
        color: white;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        padding: 10px 10px;
        margin-left: 10px;
        min-height: 10px;
        font: bold 0.7em/0.7em "RijksoverheidSansText", Verdana, Arial, sans-serif;
        text-decoration: none;
        text-shadow: none;
        cursor: pointer;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #CookieAreaContent a {
        text-decoration: underline;
    }

.g-recaptcha {
    float: right;
    width: 65%;
    display: block;
}