﻿.hidden {
    display: none !important;
}

/* Necessary for ckeditor */
.image_resized {
    height: auto;
}

figure.image.image_resized {
    margin: auto;
}

figure.image.image_resized.image-style-align-left {
    float: left;
}

figure.image.image_resized.image-style-align-right {
    float: right;
}

figure.image.image_resized img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.image_resized {
    height: auto;
}

#container_menu {
    clear: both;
    overflow: hidden;
}

    #menu_top,
    #container_menu .menu,
    #qs-container,
    #innerfooter,
    #customsearch {
        max-width: 1140px;
        margin: 0 auto;
    }

#container_login {
    display: none;
}

#loading,
.mainmenucorner {
    display: none;
}

.clear {
    clear: both;
}

#nav_module #categorymenu,
#pull {
    display: none;
}

#header a.lnkhome {
    display: none;
}

/*algemene input*/
.fieldinput--text,
.fieldinput--select {
    width: 400px;
}

.field.field--gender {
    display: none;
}

/*account*/
.container_extrafields .fieldgroup {
    display: inline-block;
    float: left;
}

.container_extrafields:after {
    content: " ";
    clear: both;
}

/*search/autocomplete*/
.searchresult ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.autocompleteitem {
    font-weight: bold;
}

    li.autocompleteitem span {
        font-weight: normal;
    }

.result_group h2, .result_group h2 + .result_item {
    animation: fadeInUp linear 0.3s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: fadeInUp linear 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: fadeInUp linear 0.3s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: fadeInUp linear 0.3s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: fadeInUp linear 0.3s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: translate(0px,0px);
    }

    15% {
        transform: translate(0px,-25px);
    }

    30% {
        transform: translate(0px,0px);
    }

    45% {
        transform: translate(0px,-15px);
    }

    60% {
        transform: translate(0px,0px);
    }

    75% {
        transform: translate(0px,-5px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: translate(0px,0px);
    }

    15% {
        -moz-transform: translate(0px,-25px);
    }

    30% {
        -moz-transform: translate(0px,0px);
    }

    45% {
        -moz-transform: translate(0px,-15px);
    }

    60% {
        -moz-transform: translate(0px,0px);
    }

    75% {
        -moz-transform: translate(0px,-5px);
    }

    100% {
        -moz-transform: translate(0px,0px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: translate(0px,0px);
    }

    15% {
        -webkit-transform: translate(0px,-25px);
    }

    30% {
        -webkit-transform: translate(0px,0px);
    }

    45% {
        -webkit-transform: translate(0px,-15px);
    }

    60% {
        -webkit-transform: translate(0px,0px);
    }

    75% {
        -webkit-transform: translate(0px,-5px);
    }

    100% {
        -webkit-transform: translate(0px,0px);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: translate(0px,0px);
    }

    15% {
        -o-transform: translate(0px,-25px);
    }

    30% {
        -o-transform: translate(0px,0px);
    }

    45% {
        -o-transform: translate(0px,-15px);
    }

    60% {
        -o-transform: translate(0px,0px);
    }

    75% {
        -o-transform: translate(0px,-5px);
    }

    100% {
        -o-transform: translate(0px,0px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: translate(0px,0px);
    }

    15% {
        -ms-transform: translate(0px,-25px);
    }

    30% {
        -ms-transform: translate(0px,0px);
    }

    45% {
        -ms-transform: translate(0px,-15px);
    }

    60% {
        -ms-transform: translate(0px,0px);
    }

    75% {
        -ms-transform: translate(0px,-5px);
    }

    100% {
        -ms-transform: translate(0px,0px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*feedbackstatus*/
#popupstatus {
    display: none;
    width: 400px;
    height: 200px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #999999;
    position: absolute;
    left: 0;
    top: 0;
    font-size: large;
    z-index: 999;
    padding-top: 60px;
    box-sizing: border-box;
    font-weight: bold;
}

/*toolbar*/
#toolbar {
    border: 1px solid #dedede;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    margin-top: 0;
    margin-bottom: 20px;
}

    #toolbar a {
        display: inline-block;
        padding: 10px 20px;
        margin: 10px;
        border: 1px solid #dedede;
        background: #efefef;
        text-decoration: none;
    }

        #toolbar a:hover {
            border: 1px solid #aeaeae;
            background: #dedede;
        }

    #toolbar.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    #toolbar #publishdata {
        margin-left: 20px;
    }

    #toolbar a.preview_btn_delete {
        float: right;
        background: #CC0000;
        border: 1px solid #AA000;
        color: #fff;
    }

        #toolbar a.preview_btn_delete:hover {
            background: #AA0000;
            border: 1px solid #66000;
            color: #fff;
        }

a.newitem, .newitem {
    font-weight: bold;
    color: #0000ff;
}

.notpublished {
    font-weight: bold;
    color: #009900;
}

.beheer_tileset {
    border: 1px solid #efefef;
    padding: 20px;
}

a.cc-btn.cc-dismiss {
    text-decoration: none;
}


/*errorpage*/
#container #content #customerror h1 {
    display: block;
}

#customerror {
    padding-top: 10px;
    padding-left: 200px;
    background: #FFF url(/style/default/car-repair.svg) no-repeat 45px top;
    background-size: 140px;
}

.container_errorform {
    margin-top: 20px;
    max-width: 400px;
    background: #fafafa;
    padding: 20px;
    margin-left: -20px;
}

#customerror .error_field {
    margin-bottom: 20px;
}

    #customerror .error_field:last-child {
        margin-bottom: 0;
    }

    #customerror .error_field input[type=text], #customerror .error_field textarea {
        width: 100%;
        border: 1px solid #dedede;
        padding: 3px 5px;
        box-sizing: border-box;
    }

textarea {
    height: 140px;
}

input, textarea {
    font-family: inherit;
}

#customerror .error_field label {
    display: block;
}

.newspreviews, .newslist {
    padding: 0;
    margin: 0;
}

    .nieuwsitem, .newspreviews .clear, .newslist li {
        list-style: none !important;
    }

.listitem__image {
    display: block;
}

    .listitem__image img, #preface_container img, .item__image img {
        max-width: 100%;
    }

.titeltekst {
    display: inline-block;
}

.meta .time {
    display: none;
}

.result_breadcrumb {
    margin-bottom: 0.5rem;
}

    .result_breadcrumb:after {
        content: "";
        display: block;
        clear: both;
    }

    .result_breadcrumb ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .result_breadcrumb ul li {
            float: left;
            margin-right: 8px;
            line-height: 1.1;
        }

.breadcrum_container li:after {
    content: ">";
    margin-left: 8px;
}

.breadcrum_container li:last-child:after {
    display: none;
}

.result_breadcrumb ul li a, .result_breadcrumb ul li span {
    color: #696969;
    text-decoration: none;
    font-size: 0.9rem;
}

.error {
    color: #B30000;
}

.b_menu-search-wrapper {
    position: relative;
    height: 100%;
}

.ssr-ac-container {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
}

.b_search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    color: #FFF;
}

.b_search-container {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.b_search-field {
    position: relative;
    display: inline-block;
    width: 90%;
}

.ac-s-container {
    margin-top: 0;
}

    .ac-s-container input {
        border: 1px solid #cccccc;
    }

    .ac-s-container label {
        display: none;
    }

    .ac-s-container > button {
        right: 6px;
        cursor: pointer;
    }

    .ac-s-container button i {
        font-size: 20px;
    }

.b_search-btn {
    display: none;
    border: none;
    background: none;
    font-size: 20px;
    color: inherit;
    cursor: pointer;
}

.b_module-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cl_warning {
    background-color: black;
    color: white;
    position: absolute;
    padding: 6px;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 3px;
    z-index: 10;
}

    .cl_warning.clh {
        display: block;
    }

    .cl_warning::after {
        bottom: 100%;
        left: 10px;
        border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(213, 17, 174, 0);
        border-bottom-color: rgba(0, 0, 0, 1);
        border-bottom-color: black;
        border-width: 8px 7px 12px 7px;
    }